YugabyteDB (2.13.1.0-b60, 21121d69985fbf76aa6958d8f04a9bfa936293b5)

Coverage Report

Created: 2022-03-22 16:43

/Users/deen/code/yugabyte-db/src/yb/util/result.h
Line
Count
Source (jump to first uncovered line)
1
//
2
// Copyright (c) YugaByte, Inc.
3
//
4
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
5
// in compliance with the License.  You may obtain a copy of the License at
6
//
7
// http://www.apache.org/licenses/LICENSE-2.0
8
//
9
// Unless required by applicable law or agreed to in writing, software distributed under the License
10
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
11
// or implied.  See the License for the specific language governing permissions and limitations
12
// under the License.
13
//
14
//
15
16
#ifndef YB_UTIL_RESULT_H
17
#define YB_UTIL_RESULT_H
18
19
#include <string>
20
#include <type_traits>
21
22
#include "yb/gutil/dynamic_annotations.h"
23
24
#include "yb/util/status.h"
25
#include "yb/util/tostring.h"
26
27
namespace yb {
28
29
template<class TValue>
30
struct ResultTraits {
31
  typedef TValue ValueType;
32
  typedef TValue Stored;
33
  typedef const TValue* ConstPointer;
34
  typedef TValue* Pointer;
35
  typedef const TValue& ConstReference;
36
  typedef TValue&& RValueReference;
37
38
3.88G
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<scoped_refptr<yb::master::TabletInfo> >::ToStored(scoped_refptr<yb::master::TabletInfo> const&)
Line
Count
Source
38
247
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::ToStored(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)
Line
Count
Source
38
426k
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<long long>::ToStored(long long const&)
Line
Count
Source
38
1.26G
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<unsigned long>::ToStored(unsigned long const&)
Line
Count
Source
38
206M
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::client::YBTransaction> >::ToStored(std::__1::shared_ptr<yb::client::YBTransaction> const&)
Line
Count
Source
38
2
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::client::YBTable> >::ToStored(std::__1::shared_ptr<yb::client::YBTable> const&)
Line
Count
Source
38
80.1k
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<yb::tserver::TabletPeerTablet>::ToStored(yb::tserver::TabletPeerTablet const&)
Line
Count
Source
38
27.9M
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::QLType> >::ToStored(std::__1::shared_ptr<yb::QLType> const&)
Line
Count
Source
38
14
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<yb::TransactionStatusResult>::ToStored(yb::TransactionStatusResult const&)
Line
Count
Source
38
25.0k
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<yb::docdb::ApplyTransactionState>::ToStored(yb::docdb::ApplyTransactionState const&)
Line
Count
Source
38
1.30M
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<yb::HybridTime>::ToStored(yb::HybridTime const&)
Line
Count
Source
38
263k
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<bool>::ToStored(bool const&)
Line
Count
Source
38
151k
  static const TValue& ToStored(const TValue& value) { return value; }
Unexecuted instantiation: yb::ResultTraits<yb::StronglyTypedBool<yb::tablet::NeedsRecovery_Tag> >::ToStored(yb::StronglyTypedBool<yb::tablet::NeedsRecovery_Tag> const&)
yb::ResultTraits<yb::tablet::DocDbOpIds>::ToStored(yb::tablet::DocDbOpIds const&)
Line
Count
Source
38
2.79k
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<yb::TransactionMetadata>::ToStored(yb::TransactionMetadata const&)
Line
Count
Source
38
880k
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<scoped_refptr<yb::tablet::RaftGroupMetadata> >::ToStored(scoped_refptr<yb::tablet::RaftGroupMetadata> const&)
Line
Count
Source
38
7
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::tablet::TableInfo> >::ToStored(std::__1::shared_ptr<yb::tablet::TableInfo> const&)
Line
Count
Source
38
24.1M
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<boost::asio::ip::address>::ToStored(boost::asio::ip::address const&)
Line
Count
Source
38
2.27M
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<unsigned long long>::ToStored(unsigned long long const&)
Line
Count
Source
38
9.35k
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<yb::master::ReplicationInfoPB>::ToStored(yb::master::ReplicationInfoPB const&)
Line
Count
Source
38
953k
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<scoped_refptr<yb::master::TableInfo> >::ToStored(scoped_refptr<yb::master::TableInfo> const&)
Line
Count
Source
38
644k
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<scoped_refptr<yb::master::NamespaceInfo> >::ToStored(scoped_refptr<yb::master::NamespaceInfo> const&)
Line
Count
Source
38
913k
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::tablet::AbstractTablet> >::ToStored(std::__1::shared_ptr<yb::tablet::AbstractTablet> const&)
Line
Count
Source
38
1.51M
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<yb::master::TabletReplicaDriveInfo>::ToStored(yb::master::TabletReplicaDriveInfo const&)
Line
Count
Source
38
3.50M
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >::ToStored(yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> const&)
Line
Count
Source
38
8
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<yb::StronglyTypedUuid<yb::TxnSnapshotId_Tag> >::ToStored(yb::StronglyTypedUuid<yb::TxnSnapshotId_Tag> const&)
Line
Count
Source
38
1
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<yb::master::SysSnapshotEntryPB_State>::ToStored(yb::master::SysSnapshotEntryPB_State const&)
Line
Count
Source
38
34
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::QLRowBlock> >::ToStored(std::__1::shared_ptr<yb::QLRowBlock> const&)
Line
Count
Source
38
19.2k
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<boost::optional<yb::master::ReplicationInfoPB> >::ToStored(boost::optional<yb::master::ReplicationInfoPB> const&)
Line
Count
Source
38
936k
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::ToStored(boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > const&)
Line
Count
Source
38
878k
  static const TValue& ToStored(const TValue& value) { return value; }
Unexecuted instantiation: yb::ResultTraits<std::__1::shared_ptr<yb::master::CDCRpcTasks> >::ToStored(std::__1::shared_ptr<yb::master::CDCRpcTasks> const&)
yb::ResultTraits<scoped_refptr<yb::client::internal::RemoteTablet> >::ToStored(scoped_refptr<yb::client::internal::RemoteTablet> const&)
Line
Count
Source
38
25.4M
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<int>::ToStored(int const&)
Line
Count
Source
38
7.65M
  static const TValue& ToStored(const TValue& value) { return value; }
Unexecuted instantiation: yb::ResultTraits<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >::ToStored(std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > const&)
yb::ResultTraits<yb::ChildTransactionDataPB>::ToStored(yb::ChildTransactionDataPB const&)
Line
Count
Source
38
66.4k
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::client::YBqlWriteOp> >::ToStored(std::__1::shared_ptr<yb::client::YBqlWriteOp> const&)
Line
Count
Source
38
19.0k
  static const TValue& ToStored(const TValue& value) { return value; }
Unexecuted instantiation: yb::ResultTraits<google::protobuf::RepeatedPtrField<yb::master::SnapshotInfoPB> >::ToStored(google::protobuf::RepeatedPtrField<yb::master::SnapshotInfoPB> const&)
Unexecuted instantiation: yb::ResultTraits<google::protobuf::RepeatedPtrField<yb::master::ImportSnapshotMetaResponsePB_TableMetaPB> >::ToStored(google::protobuf::RepeatedPtrField<yb::master::ImportSnapshotMetaResponsePB_TableMetaPB> const&)
Unexecuted instantiation: yb::ResultTraits<google::protobuf::RepeatedPtrField<yb::master::SnapshotScheduleInfoPB> >::ToStored(google::protobuf::RepeatedPtrField<yb::master::SnapshotScheduleInfoPB> const&)
yb::ResultTraits<yb::master::GetNamespaceInfoResponsePB>::ToStored(yb::master::GetNamespaceInfoResponsePB const&)
Line
Count
Source
38
5.72k
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<scoped_refptr<yb::pggate::PgTableDesc> >::ToStored(scoped_refptr<yb::pggate::PgTableDesc> const&)
Line
Count
Source
38
16.5M
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<yb::docdb::DocKey>::ToStored(yb::docdb::DocKey const&)
Line
Count
Source
38
178
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<yb::OpId>::ToStored(yb::OpId const&)
Line
Count
Source
38
40.8M
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<unsigned int>::ToStored(unsigned int const&)
Line
Count
Source
38
157k
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::client::TableHandle> >::ToStored(std::__1::shared_ptr<yb::client::TableHandle> const&)
Line
Count
Source
38
1.10k
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<boost::shared_ptr<boost::date_time::time_zone_base<boost::posix_time::ptime, char> > >::ToStored(boost::shared_ptr<boost::date_time::time_zone_base<boost::posix_time::ptime, char> > const&)
Line
Count
Source
38
32
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<yb::StackTrace>::ToStored(yb::StackTrace const&)
Line
Count
Source
38
6.77k
  static const TValue& ToStored(const TValue& value) { return value; }
Unexecuted instantiation: yb::ResultTraits<double>::ToStored(double const&)
yb::ResultTraits<yb::QLWriteRequestPB*>::ToStored(yb::QLWriteRequestPB* const&)
Line
Count
Source
38
39.0k
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<boost::optional<yb::StronglyTypedUuid<yb::TransactionId_Tag> > >::ToStored(boost::optional<yb::StronglyTypedUuid<yb::TransactionId_Tag> > const&)
Line
Count
Source
38
72
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<boost::optional<yb::docdb::SubDocument> >::ToStored(boost::optional<yb::docdb::SubDocument> const&)
Line
Count
Source
38
64.3k
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<rocksdb::CompressionType>::ToStored(rocksdb::CompressionType const&)
Line
Count
Source
38
544k
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<rocksdb::KeyValueEncodingFormat>::ToStored(rocksdb::KeyValueEncodingFormat const&)
Line
Count
Source
38
196k
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<yb::docdb::KeyBytes>::ToStored(yb::docdb::KeyBytes const&)
Line
Count
Source
38
37.9M
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<yb::MonoDelta>::ToStored(yb::MonoDelta const&)
Line
Count
Source
38
760M
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<yb::DocHybridTime>::ToStored(yb::DocHybridTime const&)
Line
Count
Source
38
747M
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<boost::optional<yb::docdb::Expiration> >::ToStored(boost::optional<yb::docdb::Expiration> const&)
Line
Count
Source
38
52
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<yb::docdb::SubDocument*>::ToStored(yb::docdb::SubDocument* const&)
Line
Count
Source
38
713M
  static const TValue& ToStored(const TValue& value) { return value; }
yb::ResultTraits<yb::CommitMetadata>::ToStored(yb::CommitMetadata const&)
Line
Count
Source
38
709k
  static const TValue& ToStored(const TValue& value) { return value; }
39
35.1G
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::unique_ptr<yb::client::YBClient, std::__1::default_delete<yb::client::YBClient> > >::Destroy(std::__1::unique_ptr<yb::client::YBClient, std::__1::default_delete<yb::client::YBClient> >*)
Line
Count
Source
39
30.7k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::unique_ptr<yb::rpc::Messenger, std::__1::default_delete<yb::rpc::Messenger> > >::Destroy(std::__1::unique_ptr<yb::rpc::Messenger, std::__1::default_delete<yb::rpc::Messenger> >*)
Line
Count
Source
39
40.9k
  static void Destroy(Stored* value) { value->~TValue(); }
Unexecuted instantiation: yb::ResultTraits<signed char>::Destroy(signed char*)
Unexecuted instantiation: yb::ResultTraits<short>::Destroy(short*)
yb::ResultTraits<int>::Destroy(int*)
Line
Count
Source
39
11.4M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<long long>::Destroy(long long*)
Line
Count
Source
39
6.73G
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<long double>::Destroy(long double*)
Line
Count
Source
39
23.0k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::Timestamp>::Destroy(yb::Timestamp*)
Line
Count
Source
39
1.34k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::Destroy(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*)
Line
Count
Source
39
5.99M
  static void Destroy(Stored* value) { value->~TValue(); }
Unexecuted instantiation: yb::ResultTraits<std::__1::unique_ptr<rocksdb::RandomAccessFileReader, std::__1::default_delete<rocksdb::RandomAccessFileReader> > >::Destroy(std::__1::unique_ptr<rocksdb::RandomAccessFileReader, std::__1::default_delete<rocksdb::RandomAccessFileReader> >*)
Unexecuted instantiation: yb::ResultTraits<yb::tools::DataPatcherAction>::Destroy(yb::tools::DataPatcherAction*)
Unexecuted instantiation: yb::ResultTraits<std::__1::unique_ptr<rocksdb::TableReader, std::__1::default_delete<rocksdb::TableReader> > >::Destroy(std::__1::unique_ptr<rocksdb::TableReader, std::__1::default_delete<rocksdb::TableReader> >*)
yb::ResultTraits<unsigned long long>::Destroy(unsigned long long*)
Line
Count
Source
39
846M
  static void Destroy(Stored* value) { value->~TValue(); }
Unexecuted instantiation: yb::ResultTraits<std::__1::unique_ptr<rocksdb::WritableFileWriter, std::__1::default_delete<rocksdb::WritableFileWriter> > >::Destroy(std::__1::unique_ptr<rocksdb::WritableFileWriter, std::__1::default_delete<rocksdb::WritableFileWriter> >*)
yb::ResultTraits<yb::HybridTime>::Destroy(yb::HybridTime*)
Line
Count
Source
39
113M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::DocHybridTime>::Destroy(yb::DocHybridTime*)
Line
Count
Source
39
3.92G
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<char*>::Destroy(char**)
Line
Count
Source
39
7.17k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::docdb::ValueControlFields>::Destroy(yb::docdb::ValueControlFields*)
Line
Count
Source
39
759M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::MonoDelta>::Destroy(yb::MonoDelta*)
Line
Count
Source
39
758M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::HostPort>::Destroy(yb::HostPort*)
Line
Count
Source
39
89.2k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<rapidjson::GenericDocument<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator>, rapidjson::CrtAllocator> >::Destroy(rapidjson::GenericDocument<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator>, rapidjson::CrtAllocator>*)
Line
Count
Source
39
172
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::client::YBTableName>::Destroy(yb::client::YBTableName*)
Line
Count
Source
39
4.14k
  static void Destroy(Stored* value) { value->~TValue(); }
yb-admin_cli.cc:yb::ResultTraits<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::ListTabletsFlags> > >::Destroy(std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::ListTabletsFlags> >*)
Line
Count
Source
39
4
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::tools::TypedNamespaceName>::Destroy(yb::tools::TypedNamespaceName*)
Line
Count
Source
39
23
  static void Destroy(Stored* value) { value->~TValue(); }
Unexecuted instantiation: yb-admin_cli.cc:yb::ResultTraits<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::AddIndexes> > >::Destroy(std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::AddIndexes> >*)
Unexecuted instantiation: yb::ResultTraits<std::__1::pair<int, bool> >::Destroy(std::__1::pair<int, bool>*)
yb::ResultTraits<yb::tools::TableNameResolver>::Destroy(yb::tools::TableNameResolver*)
Line
Count
Source
39
19
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> > >::Destroy(std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> >*)
Line
Count
Source
39
888
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<bool>::Destroy(bool*)
Line
Count
Source
39
8.16G
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag> >::Destroy(yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag>*)
Line
Count
Source
39
79
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >::Destroy(yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag>*)
Line
Count
Source
39
567
  static void Destroy(Stored* value) { value->~TValue(); }
Unexecuted instantiation: yb::ResultTraits<yb::master::MasterOptions>::Destroy(yb::master::MasterOptions*)
yb::ResultTraits<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > >::Destroy(std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >*)
Line
Count
Source
39
61.4k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::pgwrapper::PgProcessConf>::Destroy(yb::pgwrapper::PgProcessConf*)
Line
Count
Source
39
1.99k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::unique_ptr<yb::rpc::SecureContext, std::__1::default_delete<yb::rpc::SecureContext> > >::Destroy(std::__1::unique_ptr<yb::rpc::SecureContext, std::__1::default_delete<yb::rpc::SecureContext> >*)
Line
Count
Source
39
23.6k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::tserver::TabletServerOptions>::Destroy(yb::tserver::TabletServerOptions*)
Line
Count
Source
39
913
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::Slice>::Destroy(yb::Slice*)
Line
Count
Source
39
198M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<scoped_refptr<yb::log::ReadableLogSegment> >::Destroy(scoped_refptr<yb::log::ReadableLogSegment>*)
Line
Count
Source
39
10.6k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >::Destroy(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >*)
Line
Count
Source
39
170k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::PhysicalTime>::Destroy(yb::PhysicalTime*)
Line
Count
Source
39
212M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::MiniMaster*>::Destroy(yb::master::MiniMaster**)
Line
Count
Source
39
55.6k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<unsigned long>::Destroy(unsigned long*)
Line
Count
Source
39
1.13G
  static void Destroy(Stored* value) { value->~TValue(); }
Unexecuted instantiation: yb::ResultTraits<yb::master::CatalogManagerIf*>::Destroy(yb::master::CatalogManagerIf**)
yb::ResultTraits<boost::optional<unsigned short> >::Destroy(boost::optional<unsigned short>*)
Line
Count
Source
39
21.5M
  static void Destroy(Stored* value) { value->~TValue(); }
Unexecuted instantiation: yb::ResultTraits<yb::tserver::ReadRequestPB>::Destroy(yb::tserver::ReadRequestPB*)
yb::ResultTraits<std::__1::shared_ptr<yb::client::YBqlWriteOp> >::Destroy(std::__1::shared_ptr<yb::client::YBqlWriteOp>*)
Line
Count
Source
39
19.0k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::pair<unsigned short, unsigned short> >::Destroy(std::__1::pair<unsigned short, unsigned short>*)
Line
Count
Source
39
20
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<unsigned short>::Destroy(unsigned short*)
Line
Count
Source
39
6.64M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<scoped_refptr<yb::master::TabletInfo> >::Destroy(scoped_refptr<yb::master::TabletInfo>*)
Line
Count
Source
39
333
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::tserver::GetSplitKeyResponsePB>::Destroy(yb::tserver::GetSplitKeyResponsePB*)
Line
Count
Source
39
1
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::vector<std::__1::shared_ptr<yb::tablet::TabletPeer>, std::__1::allocator<std::__1::shared_ptr<yb::tablet::TabletPeer> > > >::Destroy(std::__1::vector<std::__1::shared_ptr<yb::tablet::TabletPeer>, std::__1::allocator<std::__1::shared_ptr<yb::tablet::TabletPeer> > >*)
Line
Count
Source
39
3
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::unique_ptr<yb::docdb::YQLRowwiseIteratorIf, std::__1::default_delete<yb::docdb::YQLRowwiseIteratorIf> > >::Destroy(std::__1::unique_ptr<yb::docdb::YQLRowwiseIteratorIf, std::__1::default_delete<yb::docdb::YQLRowwiseIteratorIf> >*)
Line
Count
Source
39
4.34M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::vector<yb::tserver::ListTabletsForTabletServerResponsePB_Entry, std::__1::allocator<yb::tserver::ListTabletsForTabletServerResponsePB_Entry> > >::Destroy(std::__1::vector<yb::tserver::ListTabletsForTabletServerResponsePB_Entry, std::__1::allocator<yb::tserver::ListTabletsForTabletServerResponsePB_Entry> >*)
Line
Count
Source
39
881
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >::Destroy(std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >*)
Line
Count
Source
39
1.09k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::tserver::ListTabletsResponsePB>::Destroy(yb::tserver::ListTabletsResponsePB*)
Line
Count
Source
39
3
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::vector<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB, std::__1::allocator<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB> > >::Destroy(std::__1::vector<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB, std::__1::allocator<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB> >*)
Line
Count
Source
39
4
  static void Destroy(Stored* value) { value->~TValue(); }
Unexecuted instantiation: yb::ResultTraits<yb::master::MasterBackupProxy>::Destroy(yb::master::MasterBackupProxy*)
yb::ResultTraits<unsigned int>::Destroy(unsigned int*)
Line
Count
Source
39
170M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<boost::asio::ip::address>::Destroy(boost::asio::ip::address*)
Line
Count
Source
39
5.45M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::CassandraSession>::Destroy(yb::CassandraSession*)
Line
Count
Source
39
206
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::CassandraResult>::Destroy(yb::CassandraResult*)
Line
Count
Source
39
148
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::shared_ptr<yb::client::YBTable> >::Destroy(std::__1::shared_ptr<yb::client::YBTable>*)
Line
Count
Source
39
4.10M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::vector<yb::HostPortPB, std::__1::allocator<yb::HostPortPB> > >::Destroy(std::__1::vector<yb::HostPortPB, std::__1::allocator<yb::HostPortPB> >*)
Line
Count
Source
39
228
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<long>::Destroy(long*)
Line
Count
Source
39
2.05M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::SharedMemorySegment>::Destroy(yb::SharedMemorySegment*)
Line
Count
Source
39
23.4k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::SharedMemoryObject<yb::tserver::TServerSharedData> >::Destroy(yb::SharedMemoryObject<yb::tserver::TServerSharedData>*)
Line
Count
Source
39
23.4k
  static void Destroy(Stored* value) { value->~TValue(); }
Unexecuted instantiation: yb::ResultTraits<std::__1::vector<unsigned long long, std::__1::allocator<unsigned long long> > >::Destroy(std::__1::vector<unsigned long long, std::__1::allocator<unsigned long long> >*)
yb::ResultTraits<yb::tserver::PgClientSessionLocker>::Destroy(yb::tserver::PgClientSessionLocker*)
Line
Count
Source
39
2.48M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::vector<yb::client::YBTabletServerPlacementInfo, std::__1::allocator<yb::client::YBTabletServerPlacementInfo> > >::Destroy(std::__1::vector<yb::client::YBTabletServerPlacementInfo, std::__1::allocator<yb::client::YBTabletServerPlacementInfo> >*)
Line
Count
Source
39
8
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::vector<std::__1::shared_ptr<yb::client::YBPgsqlOp>, std::__1::allocator<std::__1::shared_ptr<yb::client::YBPgsqlOp> > > >::Destroy(std::__1::vector<std::__1::shared_ptr<yb::client::YBPgsqlOp>, std::__1::allocator<std::__1::shared_ptr<yb::client::YBPgsqlOp> > >*)
Line
Count
Source
39
2.17M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::TransactionMetadata const*>::Destroy(yb::TransactionMetadata const**)
Line
Count
Source
39
572k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::client::YBSession*>::Destroy(yb::client::YBSession**)
Line
Count
Source
39
2.17M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::shared_ptr<yb::client::YBTransaction> >::Destroy(std::__1::shared_ptr<yb::client::YBTransaction>*)
Line
Count
Source
39
147k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::TransactionMetadata>::Destroy(yb::TransactionMetadata*)
Line
Count
Source
39
4.21M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::tserver::TabletPeerTablet>::Destroy(yb::tserver::TabletPeerTablet*)
Line
Count
Source
39
69.1M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::IsolationLevel>::Destroy(yb::IsolationLevel*)
Line
Count
Source
39
3.61M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::tserver::LeaderTabletPeer>::Destroy(yb::tserver::LeaderTabletPeer*)
Line
Count
Source
39
5.05M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::shared_ptr<yb::tablet::AbstractTablet> >::Destroy(std::__1::shared_ptr<yb::tablet::AbstractTablet>*)
Line
Count
Source
39
9.21M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::tablet::ScopedReadOperation>::Destroy(yb::tablet::ScopedReadOperation*)
Line
Count
Source
39
10.0M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::StronglyTypedUuid<yb::TransactionId_Tag> >::Destroy(yb::StronglyTypedUuid<yb::TransactionId_Tag>*)
Line
Count
Source
39
34.1M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::ReadHybridTime>::Destroy(yb::ReadHybridTime*)
Line
Count
Source
39
37.7M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<scoped_refptr<yb::tablet::RaftGroupMetadata> >::Destroy(scoped_refptr<yb::tablet::RaftGroupMetadata>*)
Line
Count
Source
39
150k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<google::protobuf::RepeatedPtrField<yb::tablet::FilePB> >::Destroy(google::protobuf::RepeatedPtrField<yb::tablet::FilePB>*)
Line
Count
Source
39
1.60k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::vector<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>, std::__1::allocator<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> > > >::Destroy(std::__1::vector<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>, std::__1::allocator<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> > >*)
Line
Count
Source
39
17.2k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::shared_ptr<yb::consensus::RaftConsensus> >::Destroy(std::__1::shared_ptr<yb::consensus::RaftConsensus>*)
Line
Count
Source
39
27.0M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::IndexInfo const*>::Destroy(yb::IndexInfo const**)
Line
Count
Source
39
58.4k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::shared_ptr<yb::tablet::TableInfo> >::Destroy(std::__1::shared_ptr<yb::tablet::TableInfo>*)
Line
Count
Source
39
24.1M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::TransactionStatusResult>::Destroy(yb::TransactionStatusResult*)
Line
Count
Source
39
2.90M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::shared_ptr<yb::tablet::TabletPeer> >::Destroy(std::__1::shared_ptr<yb::tablet::TabletPeer>*)
Line
Count
Source
39
282k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::OpId>::Destroy(yb::OpId*)
Line
Count
Source
39
60.2M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<scoped_refptr<yb::tserver::TransitionInProgressDeleter> >::Destroy(scoped_refptr<yb::tserver::TransitionInProgressDeleter>*)
Line
Count
Source
39
140k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::Env::FilesystemStats>::Destroy(yb::Env::FilesystemStats*)
Line
Count
Source
39
214k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::UsePrivateIpMode>::Destroy(yb::UsePrivateIpMode*)
Line
Count
Source
39
2.18M
  static void Destroy(Stored* value) { value->~TValue(); }
Unexecuted instantiation: yb::ResultTraits<std::__1::unique_ptr<yb::tserver::enterprise::CDCConsumer, std::__1::default_delete<yb::tserver::enterprise::CDCConsumer> > >::Destroy(std::__1::unique_ptr<yb::tserver::enterprise::CDCConsumer, std::__1::default_delete<yb::tserver::enterprise::CDCConsumer> >*)
Unexecuted instantiation: yb::ResultTraits<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >::Destroy(std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > >*)
yb::ResultTraits<scoped_refptr<yb::client::internal::RemoteTablet> >::Destroy(scoped_refptr<yb::client::internal::RemoteTablet>*)
Line
Count
Source
39
48.5M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::ql::audit::LogEntry>::Destroy(yb::ql::audit::LogEntry*)
Line
Count
Source
39
13.5k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> >::Destroy(boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>*)
Line
Count
Source
39
1.93k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::unique_ptr<yb::tserver::MiniTabletServer, std::__1::default_delete<yb::tserver::MiniTabletServer> > >::Destroy(std::__1::unique_ptr<yb::tserver::MiniTabletServer, std::__1::default_delete<yb::tserver::MiniTabletServer> >*)
Line
Count
Source
39
35
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::Uuid>::Destroy(yb::Uuid*)
Line
Count
Source
39
50.2M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::shared_ptr<yb::ql::PTExpr> >::Destroy(std::__1::shared_ptr<yb::ql::PTExpr>*)
Line
Count
Source
39
648
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::shared_ptr<yb::QLType> >::Destroy(std::__1::shared_ptr<yb::QLType>*)
Line
Count
Source
39
14
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::ChildTransactionDataPB>::Destroy(yb::ChildTransactionDataPB*)
Line
Count
Source
39
266k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::ql::QueryPagingState*>::Destroy(yb::ql::QueryPagingState**)
Line
Count
Source
39
7.49M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::docdb::ApplyTransactionState>::Destroy(yb::docdb::ApplyTransactionState*)
Line
Count
Source
39
1.30M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::UnsignedIntSet<unsigned int> >::Destroy(yb::UnsignedIntSet<unsigned int>*)
Line
Count
Source
39
6.13M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::tablet::TabletScopedRWOperationPauses>::Destroy(yb::tablet::TabletScopedRWOperationPauses*)
Line
Count
Source
39
249k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<rocksdb::KeyValueEncodingFormat>::Destroy(rocksdb::KeyValueEncodingFormat*)
Line
Count
Source
39
196k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::ScopedRWOperationPause>::Destroy(yb::ScopedRWOperationPause*)
Line
Count
Source
39
498k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::TransactionOperationContext>::Destroy(yb::TransactionOperationContext*)
Line
Count
Source
39
14.2M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::unique_ptr<pg_conn, yb::pgwrapper::PGConnClose> >::Destroy(std::__1::unique_ptr<pg_conn, yb::pgwrapper::PGConnClose>*)
Line
Count
Source
39
1.91k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::PgsqlBackfillSpecPB>::Destroy(yb::PgsqlBackfillSpecPB*)
Line
Count
Source
39
2.24k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::QLWriteRequestPB*>::Destroy(yb::QLWriteRequestPB**)
Line
Count
Source
39
52.4k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::shared_ptr<yb::client::YBSession> >::Destroy(std::__1::shared_ptr<yb::client::YBSession>*)
Line
Count
Source
39
2.50k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::QLRowBlock>::Destroy(yb::QLRowBlock*)
Line
Count
Source
39
796
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::unique_ptr<rocksdb::DB, std::__1::default_delete<rocksdb::DB> > >::Destroy(std::__1::unique_ptr<rocksdb::DB, std::__1::default_delete<rocksdb::DB> >*)
Line
Count
Source
39
249
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::tablet::FixedHybridTimeLease>::Destroy(yb::tablet::FixedHybridTimeLease*)
Line
Count
Source
39
73.3M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::SubTransactionMetadata>::Destroy(yb::SubTransactionMetadata*)
Line
Count
Source
39
4.54M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::tablet::DocDbOpIds>::Destroy(yb::tablet::DocDbOpIds*)
Line
Count
Source
39
39.7M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::StronglyTypedBool<yb::tablet::NeedsRecovery_Tag> >::Destroy(yb::StronglyTypedBool<yb::tablet::NeedsRecovery_Tag>*)
Line
Count
Source
39
150k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::log::FirstEntryMetadata>::Destroy(yb::log::FirstEntryMetadata*)
Line
Count
Source
39
7.61k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<scoped_refptr<yb::tablet::OperationDriver> >::Destroy(scoped_refptr<yb::tablet::OperationDriver>*)
Line
Count
Source
39
31.4M
  static void Destroy(Stored* value) { value->~TValue(); }
Unexecuted instantiation: yb::ResultTraits<yb::docdb::ApplyTransactionStatePB>::Destroy(yb::docdb::ApplyTransactionStatePB*)
yb::ResultTraits<yb::OneWayBitmap>::Destroy(yb::OneWayBitmap*)
Line
Count
Source
39
3.46k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::docdb::DecodedIntentValue>::Destroy(yb::docdb::DecodedIntentValue*)
Line
Count
Source
39
68.7M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::docdb::DecodedIntentKey>::Destroy(yb::docdb::DecodedIntentKey*)
Line
Count
Source
39
6.14M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::client::YBClient*>::Destroy(yb::client::YBClient**)
Line
Count
Source
39
492k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::docdb::PrepareDocWriteOperationResult>::Destroy(yb::docdb::PrepareDocWriteOperationResult*)
Line
Count
Source
39
3.24M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::client::ChildTransactionData>::Destroy(yb::client::ChildTransactionData*)
Line
Count
Source
39
13.8k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::ChildTransactionResultPB>::Destroy(yb::ChildTransactionResultPB*)
Line
Count
Source
39
13.7k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::rpc::ProcessCallsResult>::Destroy(yb::rpc::ProcessCallsResult*)
Line
Count
Source
39
159M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<boost::container::small_vector<iovec, 4ul, void, void> >::Destroy(boost::container::small_vector<iovec, 4ul, void, void>*)
Line
Count
Source
39
322M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::StronglyTypedBool<yb::rpc::ReadBufferFull_Tag> >::Destroy(yb::StronglyTypedBool<yb::rpc::ReadBufferFull_Tag>*)
Line
Count
Source
39
199k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<scoped_refptr<yb::Thread> >::Destroy(scoped_refptr<yb::Thread>*)
Line
Count
Source
39
160k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::rpc::ParsedRemoteMethod>::Destroy(yb::rpc::ParsedRemoteMethod*)
Line
Count
Source
39
38.9M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<unsigned char const* const*>::Destroy(unsigned char const* const**)
Line
Count
Source
39
25.0M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::Socket>::Destroy(yb::Socket*)
Line
Count
Source
39
3.12M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::unique_ptr<yb::rpc::Stream, std::__1::default_delete<yb::rpc::Stream> > >::Destroy(std::__1::unique_ptr<yb::rpc::Stream, std::__1::default_delete<yb::rpc::Stream> >*)
Line
Count
Source
39
3.75M
  static void Destroy(Stored* value) { value->~TValue(); }
secure_stream.cc:yb::ResultTraits<std::__1::unique_ptr<bio_st, yb::rpc::(anonymous namespace)::BIOFree> >::Destroy(std::__1::unique_ptr<bio_st, yb::rpc::(anonymous namespace)::BIOFree>*)
Line
Count
Source
39
366
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::unique_ptr<x509_st, yb::rpc::detail::X509Free> >::Destroy(std::__1::unique_ptr<x509_st, yb::rpc::detail::X509Free>*)
Line
Count
Source
39
209
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::unique_ptr<evp_pkey_st, yb::rpc::detail::EVP_PKEYFree> >::Destroy(std::__1::unique_ptr<evp_pkey_st, yb::rpc::detail::EVP_PKEYFree>*)
Line
Count
Source
39
26
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<unsigned char*>::Destroy(unsigned char**)
Line
Count
Source
39
146M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::RefCntBuffer>::Destroy(yb::RefCntBuffer*)
Line
Count
Source
39
70.7M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::consensus::ReadOpsResult>::Destroy(yb::consensus::ReadOpsResult*)
Line
Count
Source
39
50.9M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::shared_ptr<yb::consensus::Peer> >::Destroy(std::__1::shared_ptr<yb::consensus::Peer>*)
Line
Count
Source
39
123k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<scoped_refptr<yb::consensus::LeaderElection> >::Destroy(scoped_refptr<yb::consensus::LeaderElection>*)
Line
Count
Source
39
737k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::consensus::RaftConsensus::UpdateReplicaResult>::Destroy(yb::consensus::RaftConsensus::UpdateReplicaResult*)
Line
Count
Source
39
25.5M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::vector<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >, std::__1::allocator<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > > > >::Destroy(std::__1::vector<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >, std::__1::allocator<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > > >*)
Line
Count
Source
39
68.2k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::TSDescriptor*>::Destroy(yb::master::TSDescriptor**)
Line
Count
Source
39
3.96M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::AsyncGetTabletSplitKey::Data>::Destroy(yb::master::AsyncGetTabletSplitKey::Data*)
Line
Count
Source
39
140
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::ColumnId>::Destroy(yb::ColumnId*)
Line
Count
Source
39
1.13M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<scoped_refptr<yb::master::NamespaceInfo> >::Destroy(scoped_refptr<yb::master::NamespaceInfo>*)
Line
Count
Source
39
913k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<scoped_refptr<yb::master::TableInfo> >::Destroy(scoped_refptr<yb::master::TableInfo>*)
Line
Count
Source
39
643k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::unordered_map<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag>, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, boost::hash<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> const, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >::Destroy(std::__1::unordered_map<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag>, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, boost::hash<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> const, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > >*)
Line
Count
Source
39
15.4k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > > >::Destroy(std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > >*)
Line
Count
Source
39
1.38M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::ReplicationInfoPB>::Destroy(yb::master::ReplicationInfoPB*)
Line
Count
Source
39
953k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<boost::optional<yb::master::ReplicationInfoPB> >::Destroy(boost::optional<yb::master::ReplicationInfoPB>*)
Line
Count
Source
39
992k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<yb::master::ReplicationInfoPB>, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<yb::master::ReplicationInfoPB> > > > > >::Destroy(std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<yb::master::ReplicationInfoPB>, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<yb::master::ReplicationInfoPB> > > > >*)
Line
Count
Source
39
7.97k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >::Destroy(std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > >*)
Line
Count
Source
39
201
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::array<yb::PartitionPB, 2ul> >::Destroy(std::__1::array<yb::PartitionPB, 2ul>*)
Line
Count
Source
39
142
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::vector<std::__1::shared_ptr<yb::master::TSDescriptor>, std::__1::allocator<std::__1::shared_ptr<yb::master::TSDescriptor> > > >::Destroy(std::__1::vector<std::__1::shared_ptr<yb::master::TSDescriptor>, std::__1::allocator<std::__1::shared_ptr<yb::master::TSDescriptor> > >*)
Line
Count
Source
39
3.86k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::TabletReplicaDriveInfo>::Destroy(yb::master::TabletReplicaDriveInfo*)
Line
Count
Source
39
3.50M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::unordered_set<yb::HostPort, yb::HostPortHash, std::__1::equal_to<yb::HostPort>, std::__1::allocator<yb::HostPort> > >::Destroy(std::__1::unordered_set<yb::HostPort, yb::HostPortHash, std::__1::equal_to<yb::HostPort>, std::__1::allocator<yb::HostPort> >*)
Line
Count
Source
39
255k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::vector<scoped_refptr<yb::master::TableInfo>, std::__1::allocator<scoped_refptr<yb::master::TableInfo> > > >::Destroy(std::__1::vector<scoped_refptr<yb::master::TableInfo>, std::__1::allocator<scoped_refptr<yb::master::TableInfo> > >*)
Line
Count
Source
39
3.35k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::TableDescription>::Destroy(yb::master::TableDescription*)
Line
Count
Source
39
45
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::shared_ptr<yb::QLRowBlock> >::Destroy(std::__1::shared_ptr<yb::QLRowBlock>*)
Line
Count
Source
39
266k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::Destroy(boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >*)
Line
Count
Source
39
878k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::vector<yb::master::TableDescription, std::__1::allocator<yb::master::TableDescription> > >::Destroy(std::__1::vector<yb::master::TableDescription, std::__1::allocator<yb::master::TableDescription> >*)
Line
Count
Source
39
51
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::encryption::UniverseKeyRegistryPB>::Destroy(yb::encryption::UniverseKeyRegistryPB*)
Line
Count
Source
39
80
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::docdb::KeyBytes>::Destroy(yb::docdb::KeyBytes*)
Line
Count
Source
39
38.0M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::SysSnapshotEntryPB_State>::Destroy(yb::master::SysSnapshotEntryPB_State*)
Line
Count
Source
39
52
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::SysRowEntries>::Destroy(yb::master::SysRowEntries*)
Line
Count
Source
39
41
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::StronglyTypedUuid<yb::TxnSnapshotId_Tag> >::Destroy(yb::StronglyTypedUuid<yb::TxnSnapshotId_Tag>*)
Line
Count
Source
39
82
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::tablet::CreateSnapshotData>::Destroy(yb::tablet::CreateSnapshotData*)
Line
Count
Source
39
45
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::SysSnapshotEntryPB>::Destroy(yb::master::SysSnapshotEntryPB*)
Line
Count
Source
39
94
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::SnapshotScheduleOptionsPB>::Destroy(yb::master::SnapshotScheduleOptionsPB*)
Line
Count
Source
39
33
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::SnapshotScheduleOperation>::Destroy(yb::master::SnapshotScheduleOperation*)
Line
Count
Source
39
1
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::PlacementInfoConverter::Placement>::Destroy(yb::PlacementInfoConverter::Placement*)
Line
Count
Source
39
421
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::DdlLogEntryPB>::Destroy(yb::master::DdlLogEntryPB*)
Line
Count
Source
39
3
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::shared_ptr<yb::master::TSDescriptor> >::Destroy(std::__1::shared_ptr<yb::master::TSDescriptor>*)
Line
Count
Source
39
8.15k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::pair<int, yb::DataType> >::Destroy(std::__1::pair<int, yb::DataType>*)
Line
Count
Source
39
18.4M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::YQLPartitionsVTable::TabletData>::Destroy(yb::master::YQLPartitionsVTable::TabletData*)
Line
Count
Source
39
69.6k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::SysTablesEntryPB>::Destroy(yb::master::SysTablesEntryPB*)
Line
Count
Source
39
8.36k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::SysNamespaceEntryPB>::Destroy(yb::master::SysNamespaceEntryPB*)
Line
Count
Source
39
133
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::SysTabletsEntryPB>::Destroy(yb::master::SysTabletsEntryPB*)
Line
Count
Source
39
402
  static void Destroy(Stored* value) { value->~TValue(); }
Unexecuted instantiation: yb::ResultTraits<std::__1::shared_ptr<yb::master::CDCRpcTasks> >::Destroy(std::__1::shared_ptr<yb::master::CDCRpcTasks>*)
yb::ResultTraits<std::__1::unique_ptr<yb::encryption::EncryptionParams, std::__1::default_delete<yb::encryption::EncryptionParams> > >::Destroy(std::__1::unique_ptr<yb::encryption::EncryptionParams, std::__1::default_delete<yb::encryption::EncryptionParams> >*)
Line
Count
Source
39
218
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::unique_ptr<yb::encryption::BlockAccessCipherStream, std::__1::default_delete<yb::encryption::BlockAccessCipherStream> > >::Destroy(std::__1::unique_ptr<yb::encryption::BlockAccessCipherStream, std::__1::default_delete<yb::encryption::BlockAccessCipherStream> >*)
Line
Count
Source
39
160
  static void Destroy(Stored* value) { value->~TValue(); }
Unexecuted instantiation: yb::ResultTraits<google::protobuf::RepeatedPtrField<yb::master::TabletLocationsPB> >::Destroy(google::protobuf::RepeatedPtrField<yb::master::TabletLocationsPB>*)
Unexecuted instantiation: yb::ResultTraits<std::__1::vector<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName> > > >::Destroy(std::__1::vector<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName> > >*)
Unexecuted instantiation: yb::ResultTraits<std::__1::vector<yb::master::enterprise::CDCConsumerStreamInfo, std::__1::allocator<yb::master::enterprise::CDCConsumerStreamInfo> > >::Destroy(std::__1::vector<yb::master::enterprise::CDCConsumerStreamInfo, std::__1::allocator<yb::master::enterprise::CDCConsumerStreamInfo> >*)
yb::ResultTraits<yb::docdb::FetchKeyResult>::Destroy(yb::docdb::FetchKeyResult*)
Line
Count
Source
39
847M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::unique_ptr<yb::encryption::UniverseKeyManager, std::__1::default_delete<yb::encryption::UniverseKeyManager> > >::Destroy(std::__1::unique_ptr<yb::encryption::UniverseKeyManager, std::__1::default_delete<yb::encryption::UniverseKeyManager> >*)
Line
Count
Source
39
6
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::cdc::SetCDCCheckpointResponsePB>::Destroy(yb::cdc::SetCDCCheckpointResponsePB*)
Line
Count
Source
39
6
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::pair<yb::RefCntBuffer, yb::Slice> >::Destroy(std::__1::pair<yb::RefCntBuffer, yb::Slice>*)
Line
Count
Source
39
10.6M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::client::YBTableInfo>::Destroy(yb::client::YBTableInfo*)
Line
Count
Source
39
58
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::vector<yb::master::NamespaceIdentifierPB, std::__1::allocator<yb::master::NamespaceIdentifierPB> > >::Destroy(std::__1::vector<yb::master::NamespaceIdentifierPB, std::__1::allocator<yb::master::NamespaceIdentifierPB> >*)
Line
Count
Source
39
5.06k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::vector<yb::master::TablegroupIdentifierPB, std::__1::allocator<yb::master::TablegroupIdentifierPB> > >::Destroy(std::__1::vector<yb::master::TablegroupIdentifierPB, std::__1::allocator<yb::master::TablegroupIdentifierPB> >*)
Line
Count
Source
39
5
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::shared_ptr<yb::client::VersionedTablePartitionList const> >::Destroy(std::__1::shared_ptr<yb::client::VersionedTablePartitionList const>*)
Line
Count
Source
39
537k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::IndexPermissions>::Destroy(yb::IndexPermissions*)
Line
Count
Source
39
1.04k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::client::TransactionStatusTablets>::Destroy(yb::client::TransactionStatusTablets*)
Line
Count
Source
39
3.31k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::client::YBTableType>::Destroy(yb::client::YBTableType*)
Line
Count
Source
39
140k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::GetTableLocationsResponsePB*>::Destroy(yb::master::GetTableLocationsResponsePB**)
Line
Count
Source
39
134k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > >::Destroy(std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> >*)
Line
Count
Source
39
29.5M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<boost::optional<yb::docdb::SubDocument> >::Destroy(boost::optional<yb::docdb::SubDocument>*)
Line
Count
Source
39
716k
  static void Destroy(Stored* value) { value->~TValue(); }
Unexecuted instantiation: yb::ResultTraits<std::__1::map<int, int, std::__1::less<int>, std::__1::allocator<std::__1::pair<int const, int> > > >::Destroy(std::__1::map<int, int, std::__1::less<int>, std::__1::allocator<std::__1::pair<int const, int> > >*)
Unexecuted instantiation: yb::ResultTraits<google::protobuf::RepeatedPtrField<yb::master::SnapshotInfoPB> >::Destroy(google::protobuf::RepeatedPtrField<yb::master::SnapshotInfoPB>*)
Unexecuted instantiation: yb::ResultTraits<google::protobuf::RepeatedPtrField<yb::master::SnapshotScheduleInfoPB> >::Destroy(google::protobuf::RepeatedPtrField<yb::master::SnapshotScheduleInfoPB>*)
Unexecuted instantiation: yb::ResultTraits<google::protobuf::RepeatedPtrField<yb::master::ImportSnapshotMetaResponsePB_TableMetaPB> >::Destroy(google::protobuf::RepeatedPtrField<yb::master::ImportSnapshotMetaResponsePB_TableMetaPB>*)
yb::ResultTraits<yb::encryption::FileEncryptionStatus>::Destroy(yb::encryption::FileEncryptionStatus*)
Line
Count
Source
39
2.55M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::pair<unsigned long, bool> >::Destroy(std::__1::pair<unsigned long, bool>*)
Line
Count
Source
39
10
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<PgColumnInfo>::Destroy(PgColumnInfo*)
Line
Count
Source
39
83.9M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<scoped_refptr<yb::pggate::PgTableDesc> >::Destroy(scoped_refptr<yb::pggate::PgTableDesc>*)
Line
Count
Source
39
16.9M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::StronglyTypedBool<yb::pggate::RequestSent_Tag> >::Destroy(yb::StronglyTypedBool<yb::pggate::RequestSent_Tag>*)
Line
Count
Source
39
8.79M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::pggate::PgApiContext::MessengerHolder>::Destroy(yb::pggate::PgApiContext::MessengerHolder*)
Line
Count
Source
39
6.08k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::pair<long long, bool> >::Destroy(std::__1::pair<long long, bool>*)
Line
Count
Source
39
3.23k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::pair<unsigned int, unsigned int> >::Destroy(std::__1::pair<unsigned int, unsigned int>*)
Line
Count
Source
39
805
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::shared_ptr<unsigned char const* const> >::Destroy(std::__1::shared_ptr<unsigned char const* const>*)
Line
Count
Source
39
10.3M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::GetNamespaceInfoResponsePB>::Destroy(yb::master::GetNamespaceInfoResponsePB*)
Line
Count
Source
39
5.72k
  static void Destroy(Stored* value) { value->~TValue(); }
pg_session.cc:yb::ResultTraits<yb::pggate::(anonymous namespace)::SessionType>::Destroy(yb::pggate::(anonymous namespace)::SessionType*)
Line
Count
Source
39
20.4M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::pggate::PerformFuture>::Destroy(yb::pggate::PerformFuture*)
Line
Count
Source
39
8.91M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::function<yb::docdb::DocKey (std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > const&)> >::Destroy(std::__1::function<yb::docdb::DocKey (std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > const&)>*)
Line
Count
Source
39
184
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::docdb::DocKey>::Destroy(yb::docdb::DocKey*)
Line
Count
Source
39
12.8M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::docdb::PrimitiveValue>::Destroy(yb::docdb::PrimitiveValue*)
Line
Count
Source
39
27
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::list<yb::pggate::PgDocResult, std::__1::allocator<yb::pggate::PgDocResult> > >::Destroy(std::__1::list<yb::pggate::PgDocResult, std::__1::allocator<yb::pggate::PgDocResult> >*)
Line
Count
Source
39
3.42M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> > >::Destroy(std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> >*)
Line
Count
Source
39
164
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> > > > > >::Destroy(std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> > > > >*)
Line
Count
Source
39
223
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::client::TableHandle>::Destroy(yb::client::TableHandle*)
Line
Count
Source
39
161
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::pgwrapper::PGConn>::Destroy(yb::pgwrapper::PGConn*)
Line
Count
Source
39
418
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::ListMastersResponsePB>::Destroy(yb::master::ListMastersResponsePB*)
Line
Count
Source
39
36
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::consensus::LeaderStepDownResponsePB>::Destroy(yb::consensus::LeaderStepDownResponsePB*)
Line
Count
Source
39
4
  static void Destroy(Stored* value) { value->~TValue(); }
Unexecuted instantiation: yb::ResultTraits<yb::consensus::RunLeaderElectionResponsePB>::Destroy(yb::consensus::RunLeaderElectionResponsePB*)
yb::ResultTraits<yb::consensus::ChangeConfigResponsePB>::Destroy(yb::consensus::ChangeConfigResponsePB*)
Line
Count
Source
39
6
  static void Destroy(Stored* value) { value->~TValue(); }
Unexecuted instantiation: yb::ResultTraits<yb::master::DumpMasterStateResponsePB>::Destroy(yb::master::DumpMasterStateResponsePB*)
Unexecuted instantiation: yb::ResultTraits<yb::master::GetLoadMovePercentResponsePB>::Destroy(yb::master::GetLoadMovePercentResponsePB*)
yb::ResultTraits<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, int> > > >::Destroy(std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, int> > >*)
Line
Count
Source
39
130
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::GetTabletLocationsResponsePB>::Destroy(yb::master::GetTabletLocationsResponsePB*)
Line
Count
Source
39
268
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::ListTabletServersResponsePB>::Destroy(yb::master::ListTabletServersResponsePB*)
Line
Count
Source
39
2
  static void Destroy(Stored* value) { value->~TValue(); }
Unexecuted instantiation: yb::ResultTraits<yb::tserver::GetLogLocationResponsePB>::Destroy(yb::tserver::GetLogLocationResponsePB*)
yb::ResultTraits<yb::master::LaunchBackfillIndexForTableResponsePB>::Destroy(yb::master::LaunchBackfillIndexForTableResponsePB*)
Line
Count
Source
39
2
  static void Destroy(Stored* value) { value->~TValue(); }
Unexecuted instantiation: yb::ResultTraits<yb::tserver::ListTabletsForTabletServerResponsePB>::Destroy(yb::tserver::ListTabletsForTabletServerResponsePB*)
Unexecuted instantiation: yb::ResultTraits<yb::master::ChangeLoadBalancerStateResponsePB>::Destroy(yb::master::ChangeLoadBalancerStateResponsePB*)
Unexecuted instantiation: yb::ResultTraits<yb::master::GetLoadBalancerStateResponsePB>::Destroy(yb::master::GetLoadBalancerStateResponsePB*)
Unexecuted instantiation: yb::ResultTraits<yb::master::FlushSysCatalogResponsePB>::Destroy(yb::master::FlushSysCatalogResponsePB*)
Unexecuted instantiation: yb::ResultTraits<yb::master::CompactSysCatalogResponsePB>::Destroy(yb::master::CompactSysCatalogResponsePB*)
yb::ResultTraits<yb::master::IsMasterLeaderReadyResponsePB>::Destroy(yb::master::IsMasterLeaderReadyResponsePB*)
Line
Count
Source
39
47
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::GetMasterClusterConfigResponsePB>::Destroy(yb::master::GetMasterClusterConfigResponsePB*)
Line
Count
Source
39
54
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::ChangeMasterClusterConfigResponsePB>::Destroy(yb::master::ChangeMasterClusterConfigResponsePB*)
Line
Count
Source
39
40
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::master::IsInitDbDoneResponsePB>::Destroy(yb::master::IsInitDbDoneResponsePB*)
Line
Count
Source
39
2
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::tserver::UpgradeYsqlResponsePB>::Destroy(yb::tserver::UpgradeYsqlResponsePB*)
Line
Count
Source
39
2
  static void Destroy(Stored* value) { value->~TValue(); }
Unexecuted instantiation: yb::ResultTraits<yb::master::SplitTabletResponsePB>::Destroy(yb::master::SplitTabletResponsePB*)
Unexecuted instantiation: yb::ResultTraits<yb::master::DisableTabletSplittingResponsePB>::Destroy(yb::master::DisableTabletSplittingResponsePB*)
Unexecuted instantiation: yb::ResultTraits<yb::master::IsTabletSplittingCompleteResponsePB>::Destroy(yb::master::IsTabletSplittingCompleteResponsePB*)
yb::ResultTraits<yb::rpc_test::TrivialResponsePB>::Destroy(yb::rpc_test::TrivialResponsePB*)
Line
Count
Source
39
1
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::util::VarInt>::Destroy(yb::util::VarInt*)
Line
Count
Source
39
11.4k
  static void Destroy(Stored* value) { value->~TValue(); }
Unexecuted instantiation: yb::ResultTraits<yb::StronglyTypedUuid<yb::ClientId_Tag> >::Destroy(yb::StronglyTypedUuid<yb::ClientId_Tag>*)
yb::ResultTraits<rocksdb::FileBoundaryValues<rocksdb::InternalKey> >::Destroy(rocksdb::FileBoundaryValues<rocksdb::InternalKey>*)
Line
Count
Source
39
158M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<rocksdb::FileNumbersHolder>::Destroy(rocksdb::FileNumbersHolder*)
Line
Count
Source
39
301k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<rocksdb::TableCache::TableReaderWithHandle>::Destroy(rocksdb::TableCache::TableReaderWithHandle*)
Line
Count
Source
39
20.7M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<rocksdb::BlockBasedTable::CachableEntry<rocksdb::IndexReader> >::Destroy(rocksdb::BlockBasedTable::CachableEntry<rocksdb::IndexReader>*)
Line
Count
Source
39
22.5M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::unique_ptr<rocksdb::MultiLevelIndexReader, std::__1::default_delete<rocksdb::MultiLevelIndexReader> > >::Destroy(std::__1::unique_ptr<rocksdb::MultiLevelIndexReader, std::__1::default_delete<rocksdb::MultiLevelIndexReader> >*)
Line
Count
Source
39
76.1k
  static void Destroy(Stored* value) { value->~TValue(); }
format.cc:yb::ResultTraits<rocksdb::(anonymous namespace)::ChecksumData>::Destroy(rocksdb::(anonymous namespace)::ChecksumData*)
Line
Count
Source
39
4.18M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::shared_ptr<yb::client::TableHandle> >::Destroy(std::__1::shared_ptr<yb::client::TableHandle>*)
Line
Count
Source
39
1.10k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::shared_ptr<yb::cdc::StreamMetadata> >::Destroy(std::__1::shared_ptr<yb::cdc::StreamMetadata>*)
Line
Count
Source
39
647
  static void Destroy(Stored* value) { value->~TValue(); }
Unexecuted instantiation: yb::ResultTraits<yb::client::internal::RemoteTabletServer*>::Destroy(yb::client::internal::RemoteTabletServer**)
Unexecuted instantiation: yb::ResultTraits<std::__1::vector<std::__1::pair<unsigned long long, unsigned long>, std::__1::allocator<std::__1::pair<unsigned long long, unsigned long> > > >::Destroy(std::__1::vector<std::__1::pair<unsigned long long, unsigned long>, std::__1::allocator<std::__1::pair<unsigned long long, unsigned long> > >*)
Unexecuted instantiation: yb::ResultTraits<std::__1::vector<std::__1::shared_ptr<yb::consensus::ReplicateMsg>, std::__1::allocator<std::__1::shared_ptr<yb::consensus::ReplicateMsg> > > >::Destroy(std::__1::vector<std::__1::shared_ptr<yb::consensus::ReplicateMsg>, std::__1::allocator<std::__1::shared_ptr<yb::consensus::ReplicateMsg> > >*)
Unexecuted instantiation: yb::ResultTraits<boost::unordered::unordered_map<yb::StronglyTypedUuid<yb::TransactionId_Tag>, yb::TransactionStatusResult, boost::hash<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::TransactionId_Tag> const, yb::TransactionStatusResult> > > >::Destroy(boost::unordered::unordered_map<yb::StronglyTypedUuid<yb::TransactionId_Tag>, yb::TransactionStatusResult, boost::hash<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::TransactionId_Tag> const, yb::TransactionStatusResult> > >*)
yb::ResultTraits<std::__1::unique_ptr<pg_result, yb::pgwrapper::PGResultClear> >::Destroy(std::__1::unique_ptr<pg_result, yb::pgwrapper::PGResultClear>*)
Line
Count
Source
39
3.32k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::pair<int, int> >::Destroy(std::__1::pair<int, int>*)
Line
Count
Source
39
24
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::encryption::EncryptionParamsPB>::Destroy(yb::encryption::EncryptionParamsPB*)
Line
Count
Source
39
35
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::encryption::UniverseKeyParams>::Destroy(yb::encryption::UniverseKeyParams*)
Line
Count
Source
39
39
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<icu_67::GregorianCalendar>::Destroy(icu_67::GregorianCalendar*)
Line
Count
Source
39
38
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<boost::shared_ptr<boost::date_time::time_zone_base<boost::posix_time::ptime, char> > >::Destroy(boost::shared_ptr<boost::date_time::time_zone_base<boost::posix_time::ptime, char> >*)
Line
Count
Source
39
1.34k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::ResourceLimits>::Destroy(yb::ResourceLimits*)
Line
Count
Source
39
279k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<statvfs>::Destroy(statvfs*)
Line
Count
Source
39
214k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::pair<long long, unsigned long> >::Destroy(std::__1::pair<long long, unsigned long>*)
Line
Count
Source
39
6.70G
  static void Destroy(Stored* value) { value->~TValue(); }
net_util.cc:yb::ResultTraits<std::__1::unique_ptr<addrinfo, yb::(anonymous namespace)::AddrinfoDeleter> >::Destroy(std::__1::unique_ptr<addrinfo, yb::(anonymous namespace)::AddrinfoDeleter>*)
Line
Count
Source
39
31.0k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<void*>::Destroy(void**)
Line
Count
Source
39
23.4k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::StackTrace>::Destroy(yb::StackTrace*)
Line
Count
Source
39
13.5k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<DIR*>::Destroy(DIR**)
Line
Count
Source
39
10.1k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::vector<char*, std::__1::allocator<char*> > >::Destroy(std::__1::vector<char*, std::__1::allocator<char*> >*)
Line
Count
Source
39
10.2k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::Subprocess::ChildPipes>::Destroy(yb::Subprocess::ChildPipes*)
Line
Count
Source
39
10.1k
  static void Destroy(Stored* value) { value->~TValue(); }
Unexecuted instantiation: yb::ResultTraits<std::__1::vector<int, std::__1::allocator<int> > >::Destroy(std::__1::vector<int, std::__1::allocator<int> >*)
yb::ResultTraits<double>::Destroy(double*)
Line
Count
Source
39
5
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::docdb::ParsedIntent>::Destroy(yb::docdb::ParsedIntent*)
Line
Count
Source
39
86.9M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::WaitPolicy>::Destroy(yb::WaitPolicy*)
Line
Count
Source
39
99.7k
  static void Destroy(Stored* value) { value->~TValue(); }
docdb.cc:yb::ResultTraits<yb::docdb::(anonymous namespace)::DetermineKeysToLockResult>::Destroy(yb::docdb::(anonymous namespace)::DetermineKeysToLockResult*)
Line
Count
Source
39
3.24M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<rocksdb::FilterDecision>::Destroy(rocksdb::FilterDecision*)
Line
Count
Source
39
18.9M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<boost::optional<yb::StronglyTypedUuid<yb::TransactionId_Tag> > >::Destroy(boost::optional<yb::StronglyTypedUuid<yb::TransactionId_Tag> >*)
Line
Count
Source
39
72
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::unique_ptr<yb::docdb::SubDocumentReader, std::__1::default_delete<yb::docdb::SubDocumentReader> > >::Destroy(std::__1::unique_ptr<yb::docdb::SubDocumentReader, std::__1::default_delete<yb::docdb::SubDocumentReader> >*)
Line
Count
Source
39
721M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::docdb::ValueType>::Destroy(yb::docdb::ValueType*)
Line
Count
Source
39
7.51M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<rocksdb::CompressionType>::Destroy(rocksdb::CompressionType*)
Line
Count
Source
39
544k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::docdb::RateLimiterSharingMode>::Destroy(yb::docdb::RateLimiterSharingMode*)
Line
Count
Source
39
8.77k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<std::__1::pair<unsigned long, unsigned long> >::Destroy(std::__1::pair<unsigned long, unsigned long>*)
Line
Count
Source
39
93.7M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::CommitMetadata>::Destroy(yb::CommitMetadata*)
Line
Count
Source
39
709k
  static void Destroy(Stored* value) { value->~TValue(); }
intent_aware_iterator.cc:yb::ResultTraits<yb::docdb::(anonymous namespace)::DecodeStrongWriteIntentResult>::Destroy(yb::docdb::(anonymous namespace)::DecodeStrongWriteIntentResult*)
Line
Count
Source
39
6.14M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::RedisDataType>::Destroy(yb::RedisDataType*)
Line
Count
Source
39
114k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::docdb::RedisValue>::Destroy(yb::docdb::RedisValue*)
Line
Count
Source
39
72.7k
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<boost::optional<yb::docdb::Expiration> >::Destroy(boost::optional<yb::docdb::Expiration>*)
Line
Count
Source
39
291
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::docdb::SubDocument*>::Destroy(yb::docdb::SubDocument**)
Line
Count
Source
39
714M
  static void Destroy(Stored* value) { value->~TValue(); }
subdoc_reader.cc:yb::ResultTraits<yb::docdb::(anonymous namespace)::ScopedDocDbRowContextWithData*>::Destroy(yb::docdb::(anonymous namespace)::ScopedDocDbRowContextWithData**)
Line
Count
Source
39
145M
  static void Destroy(Stored* value) { value->~TValue(); }
subdoc_reader.cc:yb::ResultTraits<std::__1::unique_ptr<yb::docdb::(anonymous namespace)::DocDbRowData, std::__1::default_delete<yb::docdb::(anonymous namespace)::DocDbRowData> > >::Destroy(std::__1::unique_ptr<yb::docdb::(anonymous namespace)::DocDbRowData, std::__1::default_delete<yb::docdb::(anonymous namespace)::DocDbRowData> >*)
Line
Count
Source
39
747M
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::docdb::TransactionStatusCache::GetCommitDataResult>::Destroy(yb::docdb::TransactionStatusCache::GetCommitDataResult*)
Line
Count
Source
39
226k
  static void Destroy(Stored* value) { value->~TValue(); }
cql_processor.cc:yb::ResultTraits<std::__1::unique_ptr<ldap, yb::cqlserver::(anonymous namespace)::LDAPDeleter> >::Destroy(std::__1::unique_ptr<ldap, yb::cqlserver::(anonymous namespace)::LDAPDeleter>*)
Line
Count
Source
39
64
  static void Destroy(Stored* value) { value->~TValue(); }
yb::ResultTraits<yb::cqlserver::CQLProcessor*>::Destroy(yb::cqlserver::CQLProcessor**)
Line
Count
Source
39
9.09M
  static void Destroy(Stored* value) { value->~TValue(); }
40
32.3G
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::unique_ptr<yb::client::YBClient, std::__1::default_delete<yb::client::YBClient> > >::GetPtr(std::__1::unique_ptr<yb::client::YBClient, std::__1::default_delete<yb::client::YBClient> >*)
Line
Count
Source
40
30.7k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::unique_ptr<yb::rpc::Messenger, std::__1::default_delete<yb::rpc::Messenger> > >::GetPtr(std::__1::unique_ptr<yb::rpc::Messenger, std::__1::default_delete<yb::rpc::Messenger> >*)
Line
Count
Source
40
40.9k
  static Stored* GetPtr(Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<signed char>::GetPtr(signed char*)
Unexecuted instantiation: yb::ResultTraits<short>::GetPtr(short*)
yb::ResultTraits<int>::GetPtr(int*)
Line
Count
Source
40
11.4M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<long long>::GetPtr(long long*)
Line
Count
Source
40
5.38G
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<long double>::GetPtr(long double*)
Line
Count
Source
40
23.0k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::Timestamp>::GetPtr(yb::Timestamp*)
Line
Count
Source
40
1.34k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::GetPtr(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*)
Line
Count
Source
40
5.42M
  static Stored* GetPtr(Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<std::__1::unique_ptr<rocksdb::RandomAccessFileReader, std::__1::default_delete<rocksdb::RandomAccessFileReader> > >::GetPtr(std::__1::unique_ptr<rocksdb::RandomAccessFileReader, std::__1::default_delete<rocksdb::RandomAccessFileReader> >*)
yb::ResultTraits<yb::DocHybridTime>::GetPtr(yb::DocHybridTime*)
Line
Count
Source
40
2.96G
  static Stored* GetPtr(Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<yb::tools::DataPatcherAction>::GetPtr(yb::tools::DataPatcherAction*)
yb::ResultTraits<unsigned long long>::GetPtr(unsigned long long*)
Line
Count
Source
40
844M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::HybridTime>::GetPtr(yb::HybridTime*)
Line
Count
Source
40
112M
  static Stored* GetPtr(Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<std::__1::unique_ptr<rocksdb::TableReader, std::__1::default_delete<rocksdb::TableReader> > >::GetPtr(std::__1::unique_ptr<rocksdb::TableReader, std::__1::default_delete<rocksdb::TableReader> >*)
Unexecuted instantiation: yb::ResultTraits<std::__1::unique_ptr<rocksdb::WritableFileWriter, std::__1::default_delete<rocksdb::WritableFileWriter> > >::GetPtr(std::__1::unique_ptr<rocksdb::WritableFileWriter, std::__1::default_delete<rocksdb::WritableFileWriter> >*)
yb::ResultTraits<yb::docdb::ValueControlFields>::GetPtr(yb::docdb::ValueControlFields*)
Line
Count
Source
40
752M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<char*>::GetPtr(char**)
Line
Count
Source
40
7.17k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::MonoDelta>::GetPtr(yb::MonoDelta*)
Line
Count
Source
40
761M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::HostPort>::GetPtr(yb::HostPort*)
Line
Count
Source
40
89.2k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<rapidjson::GenericDocument<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator>, rapidjson::CrtAllocator> >::GetPtr(rapidjson::GenericDocument<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator>, rapidjson::CrtAllocator>*)
Line
Count
Source
40
165
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::client::YBTableName>::GetPtr(yb::client::YBTableName*)
Line
Count
Source
40
673
  static Stored* GetPtr(Stored* value) { return value; }
yb-admin_cli.cc:yb::ResultTraits<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::ListTabletsFlags> > >::GetPtr(std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::ListTabletsFlags> >*)
Line
Count
Source
40
4
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::tools::TypedNamespaceName>::GetPtr(yb::tools::TypedNamespaceName*)
Line
Count
Source
40
23
  static Stored* GetPtr(Stored* value) { return value; }
Unexecuted instantiation: yb-admin_cli.cc:yb::ResultTraits<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::AddIndexes> > >::GetPtr(std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::AddIndexes> >*)
Unexecuted instantiation: yb::ResultTraits<std::__1::pair<int, bool> >::GetPtr(std::__1::pair<int, bool>*)
yb::ResultTraits<yb::tools::TableNameResolver>::GetPtr(yb::tools::TableNameResolver*)
Line
Count
Source
40
19
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> > >::GetPtr(std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> >*)
Line
Count
Source
40
888
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag> >::GetPtr(yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag>*)
Line
Count
Source
40
80
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >::GetPtr(yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag>*)
Line
Count
Source
40
567
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::master::MasterOptions>::GetPtr(yb::master::MasterOptions*)
Line
Count
Source
40
6.93k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::tserver::TabletServerOptions>::GetPtr(yb::tserver::TabletServerOptions*)
Line
Count
Source
40
66.3k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::pgwrapper::PgProcessConf>::GetPtr(yb::pgwrapper::PgProcessConf*)
Line
Count
Source
40
1.99k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::unique_ptr<yb::rpc::SecureContext, std::__1::default_delete<yb::rpc::SecureContext> > >::GetPtr(std::__1::unique_ptr<yb::rpc::SecureContext, std::__1::default_delete<yb::rpc::SecureContext> >*)
Line
Count
Source
40
23.6k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::Slice>::GetPtr(yb::Slice*)
Line
Count
Source
40
198M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<scoped_refptr<yb::log::ReadableLogSegment> >::GetPtr(scoped_refptr<yb::log::ReadableLogSegment>*)
Line
Count
Source
40
10.6k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >::GetPtr(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >*)
Line
Count
Source
40
170k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::PhysicalTime>::GetPtr(yb::PhysicalTime*)
Line
Count
Source
40
860M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::master::MiniMaster*>::GetPtr(yb::master::MiniMaster**)
Line
Count
Source
40
55.6k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<boost::optional<unsigned short> >::GetPtr(boost::optional<unsigned short>*)
Line
Count
Source
40
21.5M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::client::YBqlWriteOp> >::GetPtr(std::__1::shared_ptr<yb::client::YBqlWriteOp>*)
Line
Count
Source
40
18.5k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::pair<unsigned short, unsigned short> >::GetPtr(std::__1::pair<unsigned short, unsigned short>*)
Line
Count
Source
40
7
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<unsigned long>::GetPtr(unsigned long*)
Line
Count
Source
40
1.58G
  static Stored* GetPtr(Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<yb::master::CatalogManagerIf*>::GetPtr(yb::master::CatalogManagerIf**)
yb::ResultTraits<unsigned short>::GetPtr(unsigned short*)
Line
Count
Source
40
6.64M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<scoped_refptr<yb::master::TabletInfo> >::GetPtr(scoped_refptr<yb::master::TabletInfo>*)
Line
Count
Source
40
333
  static Stored* GetPtr(Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<yb::tserver::ReadRequestPB>::GetPtr(yb::tserver::ReadRequestPB*)
yb::ResultTraits<std::__1::vector<std::__1::shared_ptr<yb::tablet::TabletPeer>, std::__1::allocator<std::__1::shared_ptr<yb::tablet::TabletPeer> > > >::GetPtr(std::__1::vector<std::__1::shared_ptr<yb::tablet::TabletPeer>, std::__1::allocator<std::__1::shared_ptr<yb::tablet::TabletPeer> > >*)
Line
Count
Source
40
3
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::unique_ptr<yb::docdb::YQLRowwiseIteratorIf, std::__1::default_delete<yb::docdb::YQLRowwiseIteratorIf> > >::GetPtr(std::__1::unique_ptr<yb::docdb::YQLRowwiseIteratorIf, std::__1::default_delete<yb::docdb::YQLRowwiseIteratorIf> >*)
Line
Count
Source
40
7.63M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<bool>::GetPtr(bool*)
Line
Count
Source
40
6.27G
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::vector<yb::tserver::ListTabletsForTabletServerResponsePB_Entry, std::__1::allocator<yb::tserver::ListTabletsForTabletServerResponsePB_Entry> > >::GetPtr(std::__1::vector<yb::tserver::ListTabletsForTabletServerResponsePB_Entry, std::__1::allocator<yb::tserver::ListTabletsForTabletServerResponsePB_Entry> >*)
Line
Count
Source
40
881
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >::GetPtr(std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >*)
Line
Count
Source
40
1.09k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::tserver::ListTabletsResponsePB>::GetPtr(yb::tserver::ListTabletsResponsePB*)
Line
Count
Source
40
3
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::vector<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB, std::__1::allocator<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB> > >::GetPtr(std::__1::vector<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB, std::__1::allocator<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB> >*)
Line
Count
Source
40
4
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::tserver::GetSplitKeyResponsePB>::GetPtr(yb::tserver::GetSplitKeyResponsePB*)
Line
Count
Source
40
1
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<unsigned int>::GetPtr(unsigned int*)
Line
Count
Source
40
166M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<boost::asio::ip::address>::GetPtr(boost::asio::ip::address*)
Line
Count
Source
40
3.10M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::CassandraResult>::GetPtr(yb::CassandraResult*)
Line
Count
Source
40
146
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::CassandraSession>::GetPtr(yb::CassandraSession*)
Line
Count
Source
40
206
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::vector<yb::HostPortPB, std::__1::allocator<yb::HostPortPB> > >::GetPtr(std::__1::vector<yb::HostPortPB, std::__1::allocator<yb::HostPortPB> >*)
Line
Count
Source
40
456
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::client::YBTable> >::GetPtr(std::__1::shared_ptr<yb::client::YBTable>*)
Line
Count
Source
40
3.78M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<long>::GetPtr(long*)
Line
Count
Source
40
2.05M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::SharedMemorySegment>::GetPtr(yb::SharedMemorySegment*)
Line
Count
Source
40
23.4k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::SharedMemoryObject<yb::tserver::TServerSharedData> >::GetPtr(yb::SharedMemoryObject<yb::tserver::TServerSharedData>*)
Line
Count
Source
40
23.4k
  static Stored* GetPtr(Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<std::__1::vector<unsigned long long, std::__1::allocator<unsigned long long> > >::GetPtr(std::__1::vector<unsigned long long, std::__1::allocator<unsigned long long> >*)
yb::ResultTraits<yb::tserver::PgClientSessionLocker>::GetPtr(yb::tserver::PgClientSessionLocker*)
Line
Count
Source
40
2.48M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::vector<yb::client::YBTabletServerPlacementInfo, std::__1::allocator<yb::client::YBTabletServerPlacementInfo> > >::GetPtr(std::__1::vector<yb::client::YBTabletServerPlacementInfo, std::__1::allocator<yb::client::YBTabletServerPlacementInfo> >*)
Line
Count
Source
40
4
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::TransactionMetadata const*>::GetPtr(yb::TransactionMetadata const**)
Line
Count
Source
40
5.71k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::client::YBSession*>::GetPtr(yb::client::YBSession**)
Line
Count
Source
40
2.17M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::vector<std::__1::shared_ptr<yb::client::YBPgsqlOp>, std::__1::allocator<std::__1::shared_ptr<yb::client::YBPgsqlOp> > > >::GetPtr(std::__1::vector<std::__1::shared_ptr<yb::client::YBPgsqlOp>, std::__1::allocator<std::__1::shared_ptr<yb::client::YBPgsqlOp> > >*)
Line
Count
Source
40
2.17M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::client::YBTransaction> >::GetPtr(std::__1::shared_ptr<yb::client::YBTransaction>*)
Line
Count
Source
40
147k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::TransactionMetadata>::GetPtr(yb::TransactionMetadata*)
Line
Count
Source
40
4.18M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::tserver::TabletPeerTablet>::GetPtr(yb::tserver::TabletPeerTablet*)
Line
Count
Source
40
41.1M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::IsolationLevel>::GetPtr(yb::IsolationLevel*)
Line
Count
Source
40
3.61M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::tserver::LeaderTabletPeer>::GetPtr(yb::tserver::LeaderTabletPeer*)
Line
Count
Source
40
5.05M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::tablet::AbstractTablet> >::GetPtr(std::__1::shared_ptr<yb::tablet::AbstractTablet>*)
Line
Count
Source
40
9.23M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::tablet::ScopedReadOperation>::GetPtr(yb::tablet::ScopedReadOperation*)
Line
Count
Source
40
10.0M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::StronglyTypedUuid<yb::TransactionId_Tag> >::GetPtr(yb::StronglyTypedUuid<yb::TransactionId_Tag>*)
Line
Count
Source
40
35.4M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::ReadHybridTime>::GetPtr(yb::ReadHybridTime*)
Line
Count
Source
40
9.43M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<scoped_refptr<yb::tablet::RaftGroupMetadata> >::GetPtr(scoped_refptr<yb::tablet::RaftGroupMetadata>*)
Line
Count
Source
40
150k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<google::protobuf::RepeatedPtrField<yb::tablet::FilePB> >::GetPtr(google::protobuf::RepeatedPtrField<yb::tablet::FilePB>*)
Line
Count
Source
40
1.60k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::IndexInfo const*>::GetPtr(yb::IndexInfo const**)
Line
Count
Source
40
58.3k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::tablet::TableInfo> >::GetPtr(std::__1::shared_ptr<yb::tablet::TableInfo>*)
Line
Count
Source
40
24.0M
  static Stored* GetPtr(Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<std::__1::shared_ptr<yb::consensus::RaftConsensus> >::GetPtr(std::__1::shared_ptr<yb::consensus::RaftConsensus>*)
yb::ResultTraits<yb::OpId>::GetPtr(yb::OpId*)
Line
Count
Source
40
60.3M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::TransactionStatusResult>::GetPtr(yb::TransactionStatusResult*)
Line
Count
Source
40
1.15M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<scoped_refptr<yb::tserver::TransitionInProgressDeleter> >::GetPtr(scoped_refptr<yb::tserver::TransitionInProgressDeleter>*)
Line
Count
Source
40
140k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::tablet::TabletPeer> >::GetPtr(std::__1::shared_ptr<yb::tablet::TabletPeer>*)
Line
Count
Source
40
142k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::Env::FilesystemStats>::GetPtr(yb::Env::FilesystemStats*)
Line
Count
Source
40
428k
  static Stored* GetPtr(Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<std::__1::unique_ptr<yb::tserver::enterprise::CDCConsumer, std::__1::default_delete<yb::tserver::enterprise::CDCConsumer> > >::GetPtr(std::__1::unique_ptr<yb::tserver::enterprise::CDCConsumer, std::__1::default_delete<yb::tserver::enterprise::CDCConsumer> >*)
Unexecuted instantiation: yb::ResultTraits<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >::GetPtr(std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > >*)
yb::ResultTraits<yb::ql::audit::LogEntry>::GetPtr(yb::ql::audit::LogEntry*)
Line
Count
Source
40
13.5k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> >::GetPtr(boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>*)
Line
Count
Source
40
1.93k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::unique_ptr<yb::tserver::MiniTabletServer, std::__1::default_delete<yb::tserver::MiniTabletServer> > >::GetPtr(std::__1::unique_ptr<yb::tserver::MiniTabletServer, std::__1::default_delete<yb::tserver::MiniTabletServer> >*)
Line
Count
Source
40
35
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::Uuid>::GetPtr(yb::Uuid*)
Line
Count
Source
40
50.2M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::ql::PTExpr> >::GetPtr(std::__1::shared_ptr<yb::ql::PTExpr>*)
Line
Count
Source
40
648
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::QLType> >::GetPtr(std::__1::shared_ptr<yb::QLType>*)
Line
Count
Source
40
14
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::ChildTransactionDataPB>::GetPtr(yb::ChildTransactionDataPB*)
Line
Count
Source
40
66.2k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::ql::QueryPagingState*>::GetPtr(yb::ql::QueryPagingState**)
Line
Count
Source
40
7.48M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::docdb::ApplyTransactionState>::GetPtr(yb::docdb::ApplyTransactionState*)
Line
Count
Source
40
1.30M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::tablet::TabletScopedRWOperationPauses>::GetPtr(yb::tablet::TabletScopedRWOperationPauses*)
Line
Count
Source
40
325k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::TransactionOperationContext>::GetPtr(yb::TransactionOperationContext*)
Line
Count
Source
40
14.3M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::QLRowBlock>::GetPtr(yb::QLRowBlock*)
Line
Count
Source
40
796
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::tablet::FixedHybridTimeLease>::GetPtr(yb::tablet::FixedHybridTimeLease*)
Line
Count
Source
40
73.2M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<rocksdb::KeyValueEncodingFormat>::GetPtr(rocksdb::KeyValueEncodingFormat*)
Line
Count
Source
40
179k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::ScopedRWOperationPause>::GetPtr(yb::ScopedRWOperationPause*)
Line
Count
Source
40
498k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::unique_ptr<pg_conn, yb::pgwrapper::PGConnClose> >::GetPtr(std::__1::unique_ptr<pg_conn, yb::pgwrapper::PGConnClose>*)
Line
Count
Source
40
1.91k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::PgsqlBackfillSpecPB>::GetPtr(yb::PgsqlBackfillSpecPB*)
Line
Count
Source
40
2.24k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::QLWriteRequestPB*>::GetPtr(yb::QLWriteRequestPB**)
Line
Count
Source
40
52.4k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::client::YBSession> >::GetPtr(std::__1::shared_ptr<yb::client::YBSession>*)
Line
Count
Source
40
2.50k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::unique_ptr<rocksdb::DB, std::__1::default_delete<rocksdb::DB> > >::GetPtr(std::__1::unique_ptr<rocksdb::DB, std::__1::default_delete<rocksdb::DB> >*)
Line
Count
Source
40
249
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::SubTransactionMetadata>::GetPtr(yb::SubTransactionMetadata*)
Line
Count
Source
40
4.55M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::StronglyTypedBool<yb::tablet::NeedsRecovery_Tag> >::GetPtr(yb::StronglyTypedBool<yb::tablet::NeedsRecovery_Tag>*)
Line
Count
Source
40
150k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::tablet::DocDbOpIds>::GetPtr(yb::tablet::DocDbOpIds*)
Line
Count
Source
40
39.7M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<scoped_refptr<yb::tablet::OperationDriver> >::GetPtr(scoped_refptr<yb::tablet::OperationDriver>*)
Line
Count
Source
40
48.5M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::UnsignedIntSet<unsigned int> >::GetPtr(yb::UnsignedIntSet<unsigned int>*)
Line
Count
Source
40
5.85M
  static Stored* GetPtr(Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<yb::docdb::ApplyTransactionStatePB>::GetPtr(yb::docdb::ApplyTransactionStatePB*)
yb::ResultTraits<yb::docdb::DecodedIntentKey>::GetPtr(yb::docdb::DecodedIntentKey*)
Line
Count
Source
40
6.14M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::OneWayBitmap>::GetPtr(yb::OneWayBitmap*)
Line
Count
Source
40
3.46k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::docdb::DecodedIntentValue>::GetPtr(yb::docdb::DecodedIntentValue*)
Line
Count
Source
40
68.7M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::client::YBClient*>::GetPtr(yb::client::YBClient**)
Line
Count
Source
40
492k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::client::ChildTransactionData>::GetPtr(yb::client::ChildTransactionData*)
Line
Count
Source
40
13.8k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::ChildTransactionResultPB>::GetPtr(yb::ChildTransactionResultPB*)
Line
Count
Source
40
13.7k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::docdb::PrepareDocWriteOperationResult>::GetPtr(yb::docdb::PrepareDocWriteOperationResult*)
Line
Count
Source
40
3.24M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<boost::container::small_vector<iovec, 4ul, void, void> >::GetPtr(boost::container::small_vector<iovec, 4ul, void, void>*)
Line
Count
Source
40
322M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::rpc::ProcessCallsResult>::GetPtr(yb::rpc::ProcessCallsResult*)
Line
Count
Source
40
636M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<scoped_refptr<yb::Thread> >::GetPtr(scoped_refptr<yb::Thread>*)
Line
Count
Source
40
160k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::rpc::ParsedRemoteMethod>::GetPtr(yb::rpc::ParsedRemoteMethod*)
Line
Count
Source
40
39.2M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<unsigned char const* const*>::GetPtr(unsigned char const* const**)
Line
Count
Source
40
25.0M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::unique_ptr<yb::rpc::Stream, std::__1::default_delete<yb::rpc::Stream> > >::GetPtr(std::__1::unique_ptr<yb::rpc::Stream, std::__1::default_delete<yb::rpc::Stream> >*)
Line
Count
Source
40
3.75M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::Socket>::GetPtr(yb::Socket*)
Line
Count
Source
40
3.11M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::StronglyTypedBool<yb::rpc::ReadBufferFull_Tag> >::GetPtr(yb::StronglyTypedBool<yb::rpc::ReadBufferFull_Tag>*)
Line
Count
Source
40
166k
  static Stored* GetPtr(Stored* value) { return value; }
secure_stream.cc:yb::ResultTraits<std::__1::unique_ptr<bio_st, yb::rpc::(anonymous namespace)::BIOFree> >::GetPtr(std::__1::unique_ptr<bio_st, yb::rpc::(anonymous namespace)::BIOFree>*)
Line
Count
Source
40
366
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::unique_ptr<x509_st, yb::rpc::detail::X509Free> >::GetPtr(std::__1::unique_ptr<x509_st, yb::rpc::detail::X509Free>*)
Line
Count
Source
40
209
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::unique_ptr<evp_pkey_st, yb::rpc::detail::EVP_PKEYFree> >::GetPtr(std::__1::unique_ptr<evp_pkey_st, yb::rpc::detail::EVP_PKEYFree>*)
Line
Count
Source
40
26
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<unsigned char*>::GetPtr(unsigned char**)
Line
Count
Source
40
146M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::RefCntBuffer>::GetPtr(yb::RefCntBuffer*)
Line
Count
Source
40
70.8M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::consensus::ReadOpsResult>::GetPtr(yb::consensus::ReadOpsResult*)
Line
Count
Source
40
152M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::consensus::Peer> >::GetPtr(std::__1::shared_ptr<yb::consensus::Peer>*)
Line
Count
Source
40
123k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<scoped_refptr<yb::consensus::LeaderElection> >::GetPtr(scoped_refptr<yb::consensus::LeaderElection>*)
Line
Count
Source
40
737k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::consensus::RaftConsensus::UpdateReplicaResult>::GetPtr(yb::consensus::RaftConsensus::UpdateReplicaResult*)
Line
Count
Source
40
25.5M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > >::GetPtr(std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >*)
Line
Count
Source
40
57.4k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::vector<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >, std::__1::allocator<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > > > >::GetPtr(std::__1::vector<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >, std::__1::allocator<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > > >*)
Line
Count
Source
40
75.1k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::master::TSDescriptor*>::GetPtr(yb::master::TSDescriptor**)
Line
Count
Source
40
3.66M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::ColumnId>::GetPtr(yb::ColumnId*)
Line
Count
Source
40
1.13M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<scoped_refptr<yb::master::NamespaceInfo> >::GetPtr(scoped_refptr<yb::master::NamespaceInfo>*)
Line
Count
Source
40
1.04M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<scoped_refptr<yb::master::TableInfo> >::GetPtr(scoped_refptr<yb::master::TableInfo>*)
Line
Count
Source
40
637k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::master::ReplicationInfoPB>::GetPtr(yb::master::ReplicationInfoPB*)
Line
Count
Source
40
948k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::unordered_set<yb::HostPort, yb::HostPortHash, std::__1::equal_to<yb::HostPort>, std::__1::allocator<yb::HostPort> > >::GetPtr(std::__1::unordered_set<yb::HostPort, yb::HostPortHash, std::__1::equal_to<yb::HostPort>, std::__1::allocator<yb::HostPort> >*)
Line
Count
Source
40
255k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > > >::GetPtr(std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > >*)
Line
Count
Source
40
1.38M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::vector<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>, std::__1::allocator<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> > > >::GetPtr(std::__1::vector<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>, std::__1::allocator<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> > >*)
Line
Count
Source
40
7.94k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<boost::optional<yb::master::ReplicationInfoPB> >::GetPtr(boost::optional<yb::master::ReplicationInfoPB>*)
Line
Count
Source
40
935k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<yb::master::ReplicationInfoPB>, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<yb::master::ReplicationInfoPB> > > > > >::GetPtr(std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<yb::master::ReplicationInfoPB>, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<yb::master::ReplicationInfoPB> > > > >*)
Line
Count
Source
40
7.97k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >::GetPtr(std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > >*)
Line
Count
Source
40
201
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::master::TabletReplicaDriveInfo>::GetPtr(yb::master::TabletReplicaDriveInfo*)
Line
Count
Source
40
142
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::array<yb::PartitionPB, 2ul> >::GetPtr(std::__1::array<yb::PartitionPB, 2ul>*)
Line
Count
Source
40
142
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::unordered_map<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag>, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, boost::hash<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> const, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >::GetPtr(std::__1::unordered_map<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag>, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, boost::hash<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> const, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > >*)
Line
Count
Source
40
15.4k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::vector<std::__1::shared_ptr<yb::master::TSDescriptor>, std::__1::allocator<std::__1::shared_ptr<yb::master::TSDescriptor> > > >::GetPtr(std::__1::vector<std::__1::shared_ptr<yb::master::TSDescriptor>, std::__1::allocator<std::__1::shared_ptr<yb::master::TSDescriptor> > >*)
Line
Count
Source
40
3.86k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::vector<scoped_refptr<yb::master::TableInfo>, std::__1::allocator<scoped_refptr<yb::master::TableInfo> > > >::GetPtr(std::__1::vector<scoped_refptr<yb::master::TableInfo>, std::__1::allocator<scoped_refptr<yb::master::TableInfo> > >*)
Line
Count
Source
40
3.38k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::master::TableDescription>::GetPtr(yb::master::TableDescription*)
Line
Count
Source
40
45
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::encryption::UniverseKeyRegistryPB>::GetPtr(yb::encryption::UniverseKeyRegistryPB*)
Line
Count
Source
40
80
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::vector<yb::master::TableDescription, std::__1::allocator<yb::master::TableDescription> > >::GetPtr(std::__1::vector<yb::master::TableDescription, std::__1::allocator<yb::master::TableDescription> >*)
Line
Count
Source
40
51
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::master::SysSnapshotEntryPB_State>::GetPtr(yb::master::SysSnapshotEntryPB_State*)
Line
Count
Source
40
52
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::master::SysRowEntries>::GetPtr(yb::master::SysRowEntries*)
Line
Count
Source
40
41
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::StronglyTypedUuid<yb::TxnSnapshotId_Tag> >::GetPtr(yb::StronglyTypedUuid<yb::TxnSnapshotId_Tag>*)
Line
Count
Source
40
83
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::tablet::CreateSnapshotData>::GetPtr(yb::tablet::CreateSnapshotData*)
Line
Count
Source
40
45
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::docdb::KeyBytes>::GetPtr(yb::docdb::KeyBytes*)
Line
Count
Source
40
38.0M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::master::SysSnapshotEntryPB>::GetPtr(yb::master::SysSnapshotEntryPB*)
Line
Count
Source
40
94
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::master::SnapshotScheduleOptionsPB>::GetPtr(yb::master::SnapshotScheduleOptionsPB*)
Line
Count
Source
40
33
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::master::SnapshotScheduleOperation>::GetPtr(yb::master::SnapshotScheduleOperation*)
Line
Count
Source
40
1
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::PlacementInfoConverter::Placement>::GetPtr(yb::PlacementInfoConverter::Placement*)
Line
Count
Source
40
420
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::master::DdlLogEntryPB>::GetPtr(yb::master::DdlLogEntryPB*)
Line
Count
Source
40
3
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::master::TSDescriptor> >::GetPtr(std::__1::shared_ptr<yb::master::TSDescriptor>*)
Line
Count
Source
40
8.15k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::QLRowBlock> >::GetPtr(std::__1::shared_ptr<yb::QLRowBlock>*)
Line
Count
Source
40
262k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::pair<int, yb::DataType> >::GetPtr(std::__1::pair<int, yb::DataType>*)
Line
Count
Source
40
18.4M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::master::YQLPartitionsVTable::TabletData>::GetPtr(yb::master::YQLPartitionsVTable::TabletData*)
Line
Count
Source
40
69.6k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::GetPtr(boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >*)
Line
Count
Source
40
878k
  static Stored* GetPtr(Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<std::__1::shared_ptr<yb::master::CDCRpcTasks> >::GetPtr(std::__1::shared_ptr<yb::master::CDCRpcTasks>*)
yb::ResultTraits<yb::master::SysTablesEntryPB>::GetPtr(yb::master::SysTablesEntryPB*)
Line
Count
Source
40
8.36k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::master::SysNamespaceEntryPB>::GetPtr(yb::master::SysNamespaceEntryPB*)
Line
Count
Source
40
133
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::master::SysTabletsEntryPB>::GetPtr(yb::master::SysTabletsEntryPB*)
Line
Count
Source
40
402
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::unique_ptr<yb::encryption::EncryptionParams, std::__1::default_delete<yb::encryption::EncryptionParams> > >::GetPtr(std::__1::unique_ptr<yb::encryption::EncryptionParams, std::__1::default_delete<yb::encryption::EncryptionParams> >*)
Line
Count
Source
40
218
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::unique_ptr<yb::encryption::BlockAccessCipherStream, std::__1::default_delete<yb::encryption::BlockAccessCipherStream> > >::GetPtr(std::__1::unique_ptr<yb::encryption::BlockAccessCipherStream, std::__1::default_delete<yb::encryption::BlockAccessCipherStream> >*)
Line
Count
Source
40
160
  static Stored* GetPtr(Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<google::protobuf::RepeatedPtrField<yb::master::TabletLocationsPB> >::GetPtr(google::protobuf::RepeatedPtrField<yb::master::TabletLocationsPB>*)
Unexecuted instantiation: yb::ResultTraits<std::__1::vector<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName> > > >::GetPtr(std::__1::vector<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName> > >*)
yb::ResultTraits<yb::docdb::FetchKeyResult>::GetPtr(yb::docdb::FetchKeyResult*)
Line
Count
Source
40
754M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::unique_ptr<yb::encryption::UniverseKeyManager, std::__1::default_delete<yb::encryption::UniverseKeyManager> > >::GetPtr(std::__1::unique_ptr<yb::encryption::UniverseKeyManager, std::__1::default_delete<yb::encryption::UniverseKeyManager> >*)
Line
Count
Source
40
6
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::cdc::SetCDCCheckpointResponsePB>::GetPtr(yb::cdc::SetCDCCheckpointResponsePB*)
Line
Count
Source
40
6
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::pair<yb::RefCntBuffer, yb::Slice> >::GetPtr(std::__1::pair<yb::RefCntBuffer, yb::Slice>*)
Line
Count
Source
40
10.6M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<scoped_refptr<yb::client::internal::RemoteTablet> >::GetPtr(scoped_refptr<yb::client::internal::RemoteTablet>*)
Line
Count
Source
40
23.3M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::client::YBTableInfo>::GetPtr(yb::client::YBTableInfo*)
Line
Count
Source
40
82
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::vector<yb::master::NamespaceIdentifierPB, std::__1::allocator<yb::master::NamespaceIdentifierPB> > >::GetPtr(std::__1::vector<yb::master::NamespaceIdentifierPB, std::__1::allocator<yb::master::NamespaceIdentifierPB> >*)
Line
Count
Source
40
5.07k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::vector<yb::master::TablegroupIdentifierPB, std::__1::allocator<yb::master::TablegroupIdentifierPB> > >::GetPtr(std::__1::vector<yb::master::TablegroupIdentifierPB, std::__1::allocator<yb::master::TablegroupIdentifierPB> >*)
Line
Count
Source
40
5
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::client::VersionedTablePartitionList const> >::GetPtr(std::__1::shared_ptr<yb::client::VersionedTablePartitionList const>*)
Line
Count
Source
40
134k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::client::YBTableType>::GetPtr(yb::client::YBTableType*)
Line
Count
Source
40
140k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::IndexPermissions>::GetPtr(yb::IndexPermissions*)
Line
Count
Source
40
1.03k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::client::TransactionStatusTablets>::GetPtr(yb::client::TransactionStatusTablets*)
Line
Count
Source
40
3.30k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > >::GetPtr(std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> >*)
Line
Count
Source
40
29.5M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<boost::optional<yb::docdb::SubDocument> >::GetPtr(boost::optional<yb::docdb::SubDocument>*)
Line
Count
Source
40
716k
  static Stored* GetPtr(Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<google::protobuf::RepeatedPtrField<yb::master::SnapshotInfoPB> >::GetPtr(google::protobuf::RepeatedPtrField<yb::master::SnapshotInfoPB>*)
Unexecuted instantiation: yb::ResultTraits<yb::master::MasterBackupProxy>::GetPtr(yb::master::MasterBackupProxy*)
Unexecuted instantiation: yb::ResultTraits<google::protobuf::RepeatedPtrField<yb::master::SnapshotScheduleInfoPB> >::GetPtr(google::protobuf::RepeatedPtrField<yb::master::SnapshotScheduleInfoPB>*)
yb::ResultTraits<yb::encryption::FileEncryptionStatus>::GetPtr(yb::encryption::FileEncryptionStatus*)
Line
Count
Source
40
2.55M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::pair<unsigned long, bool> >::GetPtr(std::__1::pair<unsigned long, bool>*)
Line
Count
Source
40
20
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<scoped_refptr<yb::pggate::PgTableDesc> >::GetPtr(scoped_refptr<yb::pggate::PgTableDesc>*)
Line
Count
Source
40
19.3M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::pggate::PgApiContext::MessengerHolder>::GetPtr(yb::pggate::PgApiContext::MessengerHolder*)
Line
Count
Source
40
6.08k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::pair<long long, bool> >::GetPtr(std::__1::pair<long long, bool>*)
Line
Count
Source
40
3.23k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::pair<unsigned int, unsigned int> >::GetPtr(std::__1::pair<unsigned int, unsigned int>*)
Line
Count
Source
40
805
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<unsigned char const* const> >::GetPtr(std::__1::shared_ptr<unsigned char const* const>*)
Line
Count
Source
40
10.3M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::master::GetNamespaceInfoResponsePB>::GetPtr(yb::master::GetNamespaceInfoResponsePB*)
Line
Count
Source
40
5.71k
  static Stored* GetPtr(Stored* value) { return value; }
pg_session.cc:yb::ResultTraits<yb::pggate::(anonymous namespace)::SessionType>::GetPtr(yb::pggate::(anonymous namespace)::SessionType*)
Line
Count
Source
40
20.4M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::StronglyTypedBool<yb::pggate::RequestSent_Tag> >::GetPtr(yb::StronglyTypedBool<yb::pggate::RequestSent_Tag>*)
Line
Count
Source
40
8.79M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::function<yb::docdb::DocKey (std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > const&)> >::GetPtr(std::__1::function<yb::docdb::DocKey (std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > const&)>*)
Line
Count
Source
40
184
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::docdb::DocKey>::GetPtr(yb::docdb::DocKey*)
Line
Count
Source
40
12.8M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::docdb::PrimitiveValue>::GetPtr(yb::docdb::PrimitiveValue*)
Line
Count
Source
40
27
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::list<yb::pggate::PgDocResult, std::__1::allocator<yb::pggate::PgDocResult> > >::GetPtr(std::__1::list<yb::pggate::PgDocResult, std::__1::allocator<yb::pggate::PgDocResult> >*)
Line
Count
Source
40
3.42M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::pggate::PerformFuture>::GetPtr(yb::pggate::PerformFuture*)
Line
Count
Source
40
8.91M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> > >::GetPtr(std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> >*)
Line
Count
Source
40
398
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::client::TableHandle>::GetPtr(yb::client::TableHandle*)
Line
Count
Source
40
155
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> > > > > >::GetPtr(std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> > > > >*)
Line
Count
Source
40
223
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::pgwrapper::PGConn>::GetPtr(yb::pgwrapper::PGConn*)
Line
Count
Source
40
400
  static Stored* GetPtr(Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<yb::master::GetLoadBalancerStateResponsePB>::GetPtr(yb::master::GetLoadBalancerStateResponsePB*)
yb::ResultTraits<yb::master::IsInitDbDoneResponsePB>::GetPtr(yb::master::IsInitDbDoneResponsePB*)
Line
Count
Source
40
4
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::master::ListMastersResponsePB>::GetPtr(yb::master::ListMastersResponsePB*)
Line
Count
Source
40
36
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::consensus::LeaderStepDownResponsePB>::GetPtr(yb::consensus::LeaderStepDownResponsePB*)
Line
Count
Source
40
4
  static Stored* GetPtr(Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<yb::consensus::RunLeaderElectionResponsePB>::GetPtr(yb::consensus::RunLeaderElectionResponsePB*)
yb::ResultTraits<yb::consensus::ChangeConfigResponsePB>::GetPtr(yb::consensus::ChangeConfigResponsePB*)
Line
Count
Source
40
3
  static Stored* GetPtr(Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<yb::master::DumpMasterStateResponsePB>::GetPtr(yb::master::DumpMasterStateResponsePB*)
Unexecuted instantiation: yb::ResultTraits<yb::master::GetLoadMovePercentResponsePB>::GetPtr(yb::master::GetLoadMovePercentResponsePB*)
yb::ResultTraits<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, int> > > >::GetPtr(std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, int> > >*)
Line
Count
Source
40
130
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::master::GetTabletLocationsResponsePB>::GetPtr(yb::master::GetTabletLocationsResponsePB*)
Line
Count
Source
40
268
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::master::ListTabletServersResponsePB>::GetPtr(yb::master::ListTabletServersResponsePB*)
Line
Count
Source
40
2
  static Stored* GetPtr(Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<yb::tserver::GetLogLocationResponsePB>::GetPtr(yb::tserver::GetLogLocationResponsePB*)
yb::ResultTraits<yb::master::LaunchBackfillIndexForTableResponsePB>::GetPtr(yb::master::LaunchBackfillIndexForTableResponsePB*)
Line
Count
Source
40
2
  static Stored* GetPtr(Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<yb::tserver::ListTabletsForTabletServerResponsePB>::GetPtr(yb::tserver::ListTabletsForTabletServerResponsePB*)
Unexecuted instantiation: yb::ResultTraits<yb::master::ChangeLoadBalancerStateResponsePB>::GetPtr(yb::master::ChangeLoadBalancerStateResponsePB*)
Unexecuted instantiation: yb::ResultTraits<yb::master::FlushSysCatalogResponsePB>::GetPtr(yb::master::FlushSysCatalogResponsePB*)
Unexecuted instantiation: yb::ResultTraits<yb::master::CompactSysCatalogResponsePB>::GetPtr(yb::master::CompactSysCatalogResponsePB*)
yb::ResultTraits<yb::master::IsMasterLeaderReadyResponsePB>::GetPtr(yb::master::IsMasterLeaderReadyResponsePB*)
Line
Count
Source
40
47
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::master::GetMasterClusterConfigResponsePB>::GetPtr(yb::master::GetMasterClusterConfigResponsePB*)
Line
Count
Source
40
54
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::master::ChangeMasterClusterConfigResponsePB>::GetPtr(yb::master::ChangeMasterClusterConfigResponsePB*)
Line
Count
Source
40
20
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::tserver::UpgradeYsqlResponsePB>::GetPtr(yb::tserver::UpgradeYsqlResponsePB*)
Line
Count
Source
40
1
  static Stored* GetPtr(Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<yb::master::SplitTabletResponsePB>::GetPtr(yb::master::SplitTabletResponsePB*)
Unexecuted instantiation: yb::ResultTraits<yb::master::DisableTabletSplittingResponsePB>::GetPtr(yb::master::DisableTabletSplittingResponsePB*)
Unexecuted instantiation: yb::ResultTraits<yb::master::IsTabletSplittingCompleteResponsePB>::GetPtr(yb::master::IsTabletSplittingCompleteResponsePB*)
yb::ResultTraits<yb::rpc_test::TrivialResponsePB>::GetPtr(yb::rpc_test::TrivialResponsePB*)
Line
Count
Source
40
1
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::util::VarInt>::GetPtr(yb::util::VarInt*)
Line
Count
Source
40
11.4k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::UsePrivateIpMode>::GetPtr(yb::UsePrivateIpMode*)
Line
Count
Source
40
2.16M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<rocksdb::FileBoundaryValues<rocksdb::InternalKey> >::GetPtr(rocksdb::FileBoundaryValues<rocksdb::InternalKey>*)
Line
Count
Source
40
158M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<rocksdb::FileNumbersHolder>::GetPtr(rocksdb::FileNumbersHolder*)
Line
Count
Source
40
28.5k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<rocksdb::TableCache::TableReaderWithHandle>::GetPtr(rocksdb::TableCache::TableReaderWithHandle*)
Line
Count
Source
40
20.7M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::unique_ptr<rocksdb::MultiLevelIndexReader, std::__1::default_delete<rocksdb::MultiLevelIndexReader> > >::GetPtr(std::__1::unique_ptr<rocksdb::MultiLevelIndexReader, std::__1::default_delete<rocksdb::MultiLevelIndexReader> >*)
Line
Count
Source
40
76.1k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<rocksdb::BlockBasedTable::CachableEntry<rocksdb::IndexReader> >::GetPtr(rocksdb::BlockBasedTable::CachableEntry<rocksdb::IndexReader>*)
Line
Count
Source
40
143
  static Stored* GetPtr(Stored* value) { return value; }
format.cc:yb::ResultTraits<rocksdb::(anonymous namespace)::ChecksumData>::GetPtr(rocksdb::(anonymous namespace)::ChecksumData*)
Line
Count
Source
40
4.18M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::cdc::StreamMetadata> >::GetPtr(std::__1::shared_ptr<yb::cdc::StreamMetadata>*)
Line
Count
Source
40
647
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::client::TableHandle> >::GetPtr(std::__1::shared_ptr<yb::client::TableHandle>*)
Line
Count
Source
40
1.72k
  static Stored* GetPtr(Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<yb::client::internal::RemoteTabletServer*>::GetPtr(yb::client::internal::RemoteTabletServer**)
Unexecuted instantiation: yb::ResultTraits<std::__1::vector<std::__1::pair<unsigned long long, unsigned long>, std::__1::allocator<std::__1::pair<unsigned long long, unsigned long> > > >::GetPtr(std::__1::vector<std::__1::pair<unsigned long long, unsigned long>, std::__1::allocator<std::__1::pair<unsigned long long, unsigned long> > >*)
Unexecuted instantiation: yb::ResultTraits<boost::unordered::unordered_map<yb::StronglyTypedUuid<yb::TransactionId_Tag>, yb::TransactionStatusResult, boost::hash<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::TransactionId_Tag> const, yb::TransactionStatusResult> > > >::GetPtr(boost::unordered::unordered_map<yb::StronglyTypedUuid<yb::TransactionId_Tag>, yb::TransactionStatusResult, boost::hash<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::TransactionId_Tag> const, yb::TransactionStatusResult> > >*)
Unexecuted instantiation: yb::ResultTraits<std::__1::vector<std::__1::shared_ptr<yb::consensus::ReplicateMsg>, std::__1::allocator<std::__1::shared_ptr<yb::consensus::ReplicateMsg> > > >::GetPtr(std::__1::vector<std::__1::shared_ptr<yb::consensus::ReplicateMsg>, std::__1::allocator<std::__1::shared_ptr<yb::consensus::ReplicateMsg> > >*)
yb::ResultTraits<std::__1::unique_ptr<pg_result, yb::pgwrapper::PGResultClear> >::GetPtr(std::__1::unique_ptr<pg_result, yb::pgwrapper::PGResultClear>*)
Line
Count
Source
40
5.15k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::pair<int, int> >::GetPtr(std::__1::pair<int, int>*)
Line
Count
Source
40
24
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::encryption::EncryptionParamsPB>::GetPtr(yb::encryption::EncryptionParamsPB*)
Line
Count
Source
40
35
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::encryption::UniverseKeyParams>::GetPtr(yb::encryption::UniverseKeyParams*)
Line
Count
Source
40
39
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<boost::shared_ptr<boost::date_time::time_zone_base<boost::posix_time::ptime, char> > >::GetPtr(boost::shared_ptr<boost::date_time::time_zone_base<boost::posix_time::ptime, char> >*)
Line
Count
Source
40
1.34k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<icu_67::GregorianCalendar>::GetPtr(icu_67::GregorianCalendar*)
Line
Count
Source
40
38
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<statvfs>::GetPtr(statvfs*)
Line
Count
Source
40
857k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::ResourceLimits>::GetPtr(yb::ResourceLimits*)
Line
Count
Source
40
29.3k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::pair<long long, unsigned long> >::GetPtr(std::__1::pair<long long, unsigned long>*)
Line
Count
Source
40
6.69G
  static Stored* GetPtr(Stored* value) { return value; }
net_util.cc:yb::ResultTraits<std::__1::unique_ptr<addrinfo, yb::(anonymous namespace)::AddrinfoDeleter> >::GetPtr(std::__1::unique_ptr<addrinfo, yb::(anonymous namespace)::AddrinfoDeleter>*)
Line
Count
Source
40
31.0k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<void*>::GetPtr(void**)
Line
Count
Source
40
23.4k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::StackTrace>::GetPtr(yb::StackTrace*)
Line
Count
Source
40
6.77k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::vector<char*, std::__1::allocator<char*> > >::GetPtr(std::__1::vector<char*, std::__1::allocator<char*> >*)
Line
Count
Source
40
10.2k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::Subprocess::ChildPipes>::GetPtr(yb::Subprocess::ChildPipes*)
Line
Count
Source
40
10.1k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<DIR*>::GetPtr(DIR**)
Line
Count
Source
40
10.1k
  static Stored* GetPtr(Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<std::__1::vector<int, std::__1::allocator<int> > >::GetPtr(std::__1::vector<int, std::__1::allocator<int> >*)
yb::ResultTraits<double>::GetPtr(double*)
Line
Count
Source
40
5
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::docdb::ParsedIntent>::GetPtr(yb::docdb::ParsedIntent*)
Line
Count
Source
40
86.8M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::WaitPolicy>::GetPtr(yb::WaitPolicy*)
Line
Count
Source
40
99.7k
  static Stored* GetPtr(Stored* value) { return value; }
docdb.cc:yb::ResultTraits<yb::docdb::(anonymous namespace)::DetermineKeysToLockResult>::GetPtr(yb::docdb::(anonymous namespace)::DetermineKeysToLockResult*)
Line
Count
Source
40
3.24M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<rocksdb::FilterDecision>::GetPtr(rocksdb::FilterDecision*)
Line
Count
Source
40
37.7M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<boost::optional<yb::StronglyTypedUuid<yb::TransactionId_Tag> > >::GetPtr(boost::optional<yb::StronglyTypedUuid<yb::TransactionId_Tag> >*)
Line
Count
Source
40
72
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<std::__1::unique_ptr<yb::docdb::SubDocumentReader, std::__1::default_delete<yb::docdb::SubDocumentReader> > >::GetPtr(std::__1::unique_ptr<yb::docdb::SubDocumentReader, std::__1::default_delete<yb::docdb::SubDocumentReader> >*)
Line
Count
Source
40
717M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::docdb::RateLimiterSharingMode>::GetPtr(yb::docdb::RateLimiterSharingMode*)
Line
Count
Source
40
8.75k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<rocksdb::CompressionType>::GetPtr(rocksdb::CompressionType*)
Line
Count
Source
40
527k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::CommitMetadata>::GetPtr(yb::CommitMetadata*)
Line
Count
Source
40
709k
  static Stored* GetPtr(Stored* value) { return value; }
intent_aware_iterator.cc:yb::ResultTraits<yb::docdb::(anonymous namespace)::DecodeStrongWriteIntentResult>::GetPtr(yb::docdb::(anonymous namespace)::DecodeStrongWriteIntentResult*)
Line
Count
Source
40
51.7M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::docdb::RedisValue>::GetPtr(yb::docdb::RedisValue*)
Line
Count
Source
40
145k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::RedisDataType>::GetPtr(yb::RedisDataType*)
Line
Count
Source
40
114k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<boost::optional<yb::docdb::Expiration> >::GetPtr(boost::optional<yb::docdb::Expiration>*)
Line
Count
Source
40
291
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::docdb::SubDocument*>::GetPtr(yb::docdb::SubDocument**)
Line
Count
Source
40
714M
  static Stored* GetPtr(Stored* value) { return value; }
subdoc_reader.cc:yb::ResultTraits<yb::docdb::(anonymous namespace)::ScopedDocDbRowContextWithData*>::GetPtr(yb::docdb::(anonymous namespace)::ScopedDocDbRowContextWithData**)
Line
Count
Source
40
145M
  static Stored* GetPtr(Stored* value) { return value; }
subdoc_reader.cc:yb::ResultTraits<std::__1::unique_ptr<yb::docdb::(anonymous namespace)::DocDbRowData, std::__1::default_delete<yb::docdb::(anonymous namespace)::DocDbRowData> > >::GetPtr(std::__1::unique_ptr<yb::docdb::(anonymous namespace)::DocDbRowData, std::__1::default_delete<yb::docdb::(anonymous namespace)::DocDbRowData> >*)
Line
Count
Source
40
742M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::docdb::TransactionStatusCache::GetCommitDataResult>::GetPtr(yb::docdb::TransactionStatusCache::GetCommitDataResult*)
Line
Count
Source
40
226k
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::docdb::ValueType>::GetPtr(yb::docdb::ValueType*)
Line
Count
Source
40
7.51M
  static Stored* GetPtr(Stored* value) { return value; }
cql_processor.cc:yb::ResultTraits<std::__1::unique_ptr<ldap, yb::cqlserver::(anonymous namespace)::LDAPDeleter> >::GetPtr(std::__1::unique_ptr<ldap, yb::cqlserver::(anonymous namespace)::LDAPDeleter>*)
Line
Count
Source
40
64
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::cqlserver::CQLProcessor*>::GetPtr(yb::cqlserver::CQLProcessor**)
Line
Count
Source
40
8.94M
  static Stored* GetPtr(Stored* value) { return value; }
yb::ResultTraits<yb::log::FirstEntryMetadata>::GetPtr(yb::log::FirstEntryMetadata*)
Line
Count
Source
40
165
  static Stored* GetPtr(Stored* value) { return value; }
41
2.12G
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::GetPtr(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const*)
Line
Count
Source
41
784k
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<bool>::GetPtr(bool const*)
Line
Count
Source
41
1.55G
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > >::GetPtr(std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > const*)
Line
Count
Source
41
3.99k
  static const Stored* GetPtr(const Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> > >::GetPtr(std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> > const*)
yb::ResultTraits<std::__1::shared_ptr<yb::client::YBTable> >::GetPtr(std::__1::shared_ptr<yb::client::YBTable> const*)
Line
Count
Source
41
208k
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<scoped_refptr<yb::client::internal::RemoteTablet> >::GetPtr(scoped_refptr<yb::client::internal::RemoteTablet> const*)
Line
Count
Source
41
3.38M
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<long long>::GetPtr(long long const*)
Line
Count
Source
41
86
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<yb::tserver::TabletPeerTablet>::GetPtr(yb::tserver::TabletPeerTablet const*)
Line
Count
Source
41
27.9M
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<yb::HybridTime>::GetPtr(yb::HybridTime const*)
Line
Count
Source
41
141k
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<std::__1::shared_ptr<yb::consensus::RaftConsensus> >::GetPtr(std::__1::shared_ptr<yb::consensus::RaftConsensus> const*)
Line
Count
Source
41
27.0M
  static const Stored* GetPtr(const Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >::GetPtr(std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > const*)
Unexecuted instantiation: yb::ResultTraits<yb::TransactionStatusResult>::GetPtr(yb::TransactionStatusResult const*)
yb::ResultTraits<yb::UnsignedIntSet<unsigned int> >::GetPtr(yb::UnsignedIntSet<unsigned int> const*)
Line
Count
Source
41
275k
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<yb::log::FirstEntryMetadata>::GetPtr(yb::log::FirstEntryMetadata const*)
Line
Count
Source
41
7.44k
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<yb::StronglyTypedUuid<yb::TransactionId_Tag> >::GetPtr(yb::StronglyTypedUuid<yb::TransactionId_Tag> const*)
Line
Count
Source
41
58.5k
  static const Stored* GetPtr(const Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<yb::docdb::ApplyTransactionState>::GetPtr(yb::docdb::ApplyTransactionState const*)
yb::ResultTraits<std::__1::shared_ptr<yb::tablet::TableInfo> >::GetPtr(std::__1::shared_ptr<yb::tablet::TableInfo> const*)
Line
Count
Source
41
79.9k
  static const Stored* GetPtr(const Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<yb::rpc::ProcessCallsResult>::GetPtr(yb::rpc::ProcessCallsResult const*)
yb::ResultTraits<boost::asio::ip::address>::GetPtr(boost::asio::ip::address const*)
Line
Count
Source
41
2.42M
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<unsigned long>::GetPtr(unsigned long const*)
Line
Count
Source
41
419
  static const Stored* GetPtr(const Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<yb::Env::FilesystemStats>::GetPtr(yb::Env::FilesystemStats const*)
Unexecuted instantiation: yb::ResultTraits<scoped_refptr<yb::master::TableInfo> >::GetPtr(scoped_refptr<yb::master::TableInfo> const*)
Unexecuted instantiation: yb::ResultTraits<std::__1::vector<std::__1::shared_ptr<yb::master::TSDescriptor>, std::__1::allocator<std::__1::shared_ptr<yb::master::TSDescriptor> > > >::GetPtr(std::__1::vector<std::__1::shared_ptr<yb::master::TSDescriptor>, std::__1::allocator<std::__1::shared_ptr<yb::master::TSDescriptor> > > const*)
yb::ResultTraits<boost::optional<yb::master::ReplicationInfoPB> >::GetPtr(boost::optional<yb::master::ReplicationInfoPB> const*)
Line
Count
Source
41
555
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<yb::master::TSDescriptor*>::GetPtr(yb::master::TSDescriptor* const*)
Line
Count
Source
41
296k
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<unsigned int>::GetPtr(unsigned int const*)
Line
Count
Source
41
76.6k
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<yb::master::AsyncGetTabletSplitKey::Data>::GetPtr(yb::master::AsyncGetTabletSplitKey::Data const*)
Line
Count
Source
41
284
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<yb::master::ReplicationInfoPB>::GetPtr(yb::master::ReplicationInfoPB const*)
Line
Count
Source
41
4.60k
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::GetPtr(boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > const*)
Line
Count
Source
41
1
  static const Stored* GetPtr(const Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > > >::GetPtr(std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > > const*)
Unexecuted instantiation: yb::ResultTraits<yb::docdb::KeyBytes>::GetPtr(yb::docdb::KeyBytes const*)
Unexecuted instantiation: yb::ResultTraits<yb::master::SysRowEntries>::GetPtr(yb::master::SysRowEntries const*)
yb::ResultTraits<yb::master::TabletReplicaDriveInfo>::GetPtr(yb::master::TabletReplicaDriveInfo const*)
Line
Count
Source
41
3.49M
  static const Stored* GetPtr(const Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<std::__1::shared_ptr<yb::master::CDCRpcTasks> >::GetPtr(std::__1::shared_ptr<yb::master::CDCRpcTasks> const*)
Unexecuted instantiation: yb::ResultTraits<yb::IndexPermissions>::GetPtr(yb::IndexPermissions const*)
yb::ResultTraits<std::__1::shared_ptr<yb::client::VersionedTablePartitionList const> >::GetPtr(std::__1::shared_ptr<yb::client::VersionedTablePartitionList const> const*)
Line
Count
Source
41
32
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<yb::master::GetTableLocationsResponsePB*>::GetPtr(yb::master::GetTableLocationsResponsePB* const*)
Line
Count
Source
41
134k
  static const Stored* GetPtr(const Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<yb::TransactionMetadata>::GetPtr(yb::TransactionMetadata const*)
yb::ResultTraits<int>::GetPtr(int const*)
Line
Count
Source
41
8
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<std::__1::vector<yb::client::YBTabletServerPlacementInfo, std::__1::allocator<yb::client::YBTabletServerPlacementInfo> > >::GetPtr(std::__1::vector<yb::client::YBTabletServerPlacementInfo, std::__1::allocator<yb::client::YBTabletServerPlacementInfo> > const*)
Line
Count
Source
41
4
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<PgColumnInfo>::GetPtr(PgColumnInfo const*)
Line
Count
Source
41
83.9M
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<scoped_refptr<yb::pggate::PgTableDesc> >::GetPtr(scoped_refptr<yb::pggate::PgTableDesc> const*)
Line
Count
Source
41
5.38k
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<unsigned long long>::GetPtr(unsigned long long const*)
Line
Count
Source
41
444k
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<yb::PlacementInfoConverter::Placement>::GetPtr(yb::PlacementInfoConverter::Placement const*)
Line
Count
Source
41
1
  static const Stored* GetPtr(const Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> > >::GetPtr(std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> > const*)
yb::ResultTraits<yb::tserver::UpgradeYsqlResponsePB>::GetPtr(yb::tserver::UpgradeYsqlResponsePB const*)
Line
Count
Source
41
1
  static const Stored* GetPtr(const Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<yb::master::GetLoadBalancerStateResponsePB>::GetPtr(yb::master::GetLoadBalancerStateResponsePB const*)
Unexecuted instantiation: yb::ResultTraits<yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag> >::GetPtr(yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag> const*)
yb::ResultTraits<rocksdb::BlockBasedTable::CachableEntry<rocksdb::IndexReader> >::GetPtr(rocksdb::BlockBasedTable::CachableEntry<rocksdb::IndexReader> const*)
Line
Count
Source
41
59.9M
  static const Stored* GetPtr(const Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<yb::StackTrace>::GetPtr(yb::StackTrace const*)
yb::ResultTraits<yb::ResourceLimits>::GetPtr(yb::ResourceLimits const*)
Line
Count
Source
41
411k
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<yb::docdb::FetchKeyResult>::GetPtr(yb::docdb::FetchKeyResult const*)
Line
Count
Source
41
173M
  static const Stored* GetPtr(const Stored* value) { return value; }
yb::ResultTraits<std::__1::pair<unsigned long, unsigned long> >::GetPtr(std::__1::pair<unsigned long, unsigned long> const*)
Line
Count
Source
41
187M
  static const Stored* GetPtr(const Stored* value) { return value; }
Unexecuted instantiation: yb::ResultTraits<yb::DocHybridTime>::GetPtr(yb::DocHybridTime const*)
yb::ResultTraits<yb::cqlserver::CQLProcessor*>::GetPtr(yb::cqlserver::CQLProcessor* const*)
Line
Count
Source
41
355k
  static const Stored* GetPtr(const Stored* value) { return value; }
42
};
43
44
template<class TValue>
45
struct ResultTraits<TValue&> {
46
  typedef TValue& ValueType;
47
  typedef TValue* Stored;
48
  typedef const TValue* ConstPointer;
49
  typedef TValue* Pointer;
50
  typedef const TValue& ConstReference;
51
  typedef Pointer&& RValueReference;
52
53
161M
  static TValue* ToStored(TValue& value) { return &value; } // NOLINT
yb::ResultTraits<yb::tserver::PgClientSession&>::ToStored(yb::tserver::PgClientSession&)
Line
Count
Source
53
2.48M
  static TValue* ToStored(TValue& value) { return &value; } // NOLINT
yb::ResultTraits<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>::ToStored(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)
Line
Count
Source
53
136
  static TValue* ToStored(TValue& value) { return &value; } // NOLINT
yb::ResultTraits<yb::tablet::SnapshotCoordinator&>::ToStored(yb::tablet::SnapshotCoordinator&)
Line
Count
Source
53
60
  static TValue* ToStored(TValue& value) { return &value; } // NOLINT
yb::ResultTraits<yb::master::SnapshotState&>::ToStored(yb::master::SnapshotState&)
Line
Count
Source
53
23
  static TValue* ToStored(TValue& value) { return &value; } // NOLINT
yb::ResultTraits<yb::master::SnapshotScheduleState&>::ToStored(yb::master::SnapshotScheduleState&)
Line
Count
Source
53
22
  static TValue* ToStored(TValue& value) { return &value; } // NOLINT
yb::ResultTraits<yb::master::RestorationState&>::ToStored(yb::master::RestorationState&)
Line
Count
Source
53
8
  static TValue* ToStored(TValue& value) { return &value; } // NOLINT
yb::ResultTraits<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::SysTablesEntryPB> const&>::ToStored(std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::SysTablesEntryPB> const&)
Line
Count
Source
53
8.35k
  static TValue* ToStored(TValue& value) { return &value; } // NOLINT
yb::ResultTraits<rapidjson::GenericValue<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator> > const&>::ToStored(rapidjson::GenericValue<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator> > const&)
Line
Count
Source
53
48
  static TValue* ToStored(TValue& value) { return &value; } // NOLINT
yb::ResultTraits<rapidjson::GenericValue<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator> >&>::ToStored(rapidjson::GenericValue<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator> >&)
Line
Count
Source
53
22
  static TValue* ToStored(TValue& value) { return &value; } // NOLINT
yb::ResultTraits<yb::pggate::PgColumn const&>::ToStored(yb::pggate::PgColumn const&)
Line
Count
Source
53
22.3M
  static TValue* ToStored(TValue& value) { return &value; } // NOLINT
yb::ResultTraits<yb::pggate::PgColumn&>::ToStored(yb::pggate::PgColumn&)
Line
Count
Source
53
54.6M
  static TValue* ToStored(TValue& value) { return &value; } // NOLINT
Unexecuted instantiation: yb::ResultTraits<yb::master::NamespaceIdentifierPB const&>::ToStored(yb::master::NamespaceIdentifierPB const&)
yb::ResultTraits<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::master::NamespaceIdentifierPB, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::NamespaceIdentifierPB> > > const&>::ToStored(std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::master::NamespaceIdentifierPB, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::NamespaceIdentifierPB> > > const&)
Line
Count
Source
53
1
  static TValue* ToStored(TValue& value) { return &value; } // NOLINT
yb::ResultTraits<yb::QLTableColumn const&>::ToStored(yb::QLTableColumn const&)
Line
Count
Source
53
7.21M
  static TValue* ToStored(TValue& value) { return &value; } // NOLINT
yb::ResultTraits<yb::ColumnSchema const&>::ToStored(yb::ColumnSchema const&)
Line
Count
Source
53
66.1M
  static TValue* ToStored(TValue& value) { return &value; } // NOLINT
yb::ResultTraits<yb::ql::ParseTree const&>::ToStored(yb::ql::ParseTree const&)
Line
Count
Source
53
9.12M
  static TValue* ToStored(TValue& value) { return &value; } // NOLINT
54
161M
  static void Destroy(Stored* value) {}
yb::ResultTraits<yb::tserver::PgClientSession&>::Destroy(yb::tserver::PgClientSession**)
Line
Count
Source
54
2.48M
  static void Destroy(Stored* value) {}
yb::ResultTraits<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>::Destroy(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const**)
Line
Count
Source
54
140
  static void Destroy(Stored* value) {}
yb::ResultTraits<yb::ColumnSchema const&>::Destroy(yb::ColumnSchema const**)
Line
Count
Source
54
66.1M
  static void Destroy(Stored* value) {}
yb::ResultTraits<yb::tablet::SnapshotCoordinator&>::Destroy(yb::tablet::SnapshotCoordinator**)
Line
Count
Source
54
60
  static void Destroy(Stored* value) {}
yb::ResultTraits<yb::tserver::TabletSnapshotOpResponsePB const&>::Destroy(yb::tserver::TabletSnapshotOpResponsePB const**)
Line
Count
Source
54
70
  static void Destroy(Stored* value) {}
yb::ResultTraits<yb::master::SnapshotState&>::Destroy(yb::master::SnapshotState**)
Line
Count
Source
54
23
  static void Destroy(Stored* value) {}
yb::ResultTraits<yb::master::SnapshotScheduleState&>::Destroy(yb::master::SnapshotScheduleState**)
Line
Count
Source
54
22
  static void Destroy(Stored* value) {}
yb::ResultTraits<yb::master::RestorationState&>::Destroy(yb::master::RestorationState**)
Line
Count
Source
54
8
  static void Destroy(Stored* value) {}
yb::ResultTraits<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::SysTablesEntryPB> const&>::Destroy(std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::SysTablesEntryPB> const**)
Line
Count
Source
54
8.35k
  static void Destroy(Stored* value) {}
yb::ResultTraits<yb::pggate::PgColumn&>::Destroy(yb::pggate::PgColumn**)
Line
Count
Source
54
54.6M
  static void Destroy(Stored* value) {}
yb::ResultTraits<yb::pggate::PgColumn const&>::Destroy(yb::pggate::PgColumn const**)
Line
Count
Source
54
22.3M
  static void Destroy(Stored* value) {}
yb::ResultTraits<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::master::NamespaceIdentifierPB, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::NamespaceIdentifierPB> > > const&>::Destroy(std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::master::NamespaceIdentifierPB, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::NamespaceIdentifierPB> > > const**)
Line
Count
Source
54
1
  static void Destroy(Stored* value) {}
Unexecuted instantiation: yb::ResultTraits<yb::master::NamespaceIdentifierPB const&>::Destroy(yb::master::NamespaceIdentifierPB const**)
yb::ResultTraits<yb::QLTableColumn const&>::Destroy(yb::QLTableColumn const**)
Line
Count
Source
54
7.16M
  static void Destroy(Stored* value) {}
yb::ResultTraits<yb::ql::ParseTree const&>::Destroy(yb::ql::ParseTree const**)
Line
Count
Source
54
9.12M
  static void Destroy(Stored* value) {}
55
139M
  static TValue* GetPtr(const Stored* value) { return *value; }
yb::ResultTraits<yb::tserver::PgClientSession&>::GetPtr(yb::tserver::PgClientSession* const*)
Line
Count
Source
55
2.48M
  static TValue* GetPtr(const Stored* value) { return *value; }
yb::ResultTraits<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>::GetPtr(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const* const*)
Line
Count
Source
55
137
  static TValue* GetPtr(const Stored* value) { return *value; }
yb::ResultTraits<yb::ColumnSchema const&>::GetPtr(yb::ColumnSchema const* const*)
Line
Count
Source
55
66.1M
  static TValue* GetPtr(const Stored* value) { return *value; }
yb::ResultTraits<yb::tablet::SnapshotCoordinator&>::GetPtr(yb::tablet::SnapshotCoordinator* const*)
Line
Count
Source
55
60
  static TValue* GetPtr(const Stored* value) { return *value; }
yb::ResultTraits<yb::master::SnapshotState&>::GetPtr(yb::master::SnapshotState* const*)
Line
Count
Source
55
23
  static TValue* GetPtr(const Stored* value) { return *value; }
yb::ResultTraits<yb::master::SnapshotScheduleState&>::GetPtr(yb::master::SnapshotScheduleState* const*)
Line
Count
Source
55
25
  static TValue* GetPtr(const Stored* value) { return *value; }
yb::ResultTraits<yb::master::RestorationState&>::GetPtr(yb::master::RestorationState* const*)
Line
Count
Source
55
8
  static TValue* GetPtr(const Stored* value) { return *value; }
yb::ResultTraits<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::SysTablesEntryPB> const&>::GetPtr(std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::SysTablesEntryPB> const* const*)
Line
Count
Source
55
8.35k
  static TValue* GetPtr(const Stored* value) { return *value; }
yb::ResultTraits<yb::pggate::PgColumn&>::GetPtr(yb::pggate::PgColumn* const*)
Line
Count
Source
55
54.6M
  static TValue* GetPtr(const Stored* value) { return *value; }
yb::ResultTraits<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::master::NamespaceIdentifierPB, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::NamespaceIdentifierPB> > > const&>::GetPtr(std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::master::NamespaceIdentifierPB, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::NamespaceIdentifierPB> > > const* const*)
Line
Count
Source
55
1
  static TValue* GetPtr(const Stored* value) { return *value; }
yb::ResultTraits<yb::QLTableColumn const&>::GetPtr(yb::QLTableColumn const* const*)
Line
Count
Source
55
7.14M
  static TValue* GetPtr(const Stored* value) { return *value; }
yb::ResultTraits<yb::ql::ParseTree const&>::GetPtr(yb::ql::ParseTree const* const*)
Line
Count
Source
55
9.12M
  static TValue* GetPtr(const Stored* value) { return *value; }
56
};
57
58
void StatusCheck(bool);
59
60
template<class TValue>
61
class NODISCARD_CLASS Result {
62
 public:
63
  using Traits = ResultTraits<TValue>;
64
  using ValueType = typename Traits::ValueType;
65
66
27.8M
  Result(const Result& rhs) : success_(rhs.success_) {
67
27.8M
    if (success_) {
68
27.8M
      new (&value_) typename Traits::Stored(rhs.value_);
69
27.8M
    } else {
70
6.19k
      new (&status_) Status(rhs.status_);
71
6.19k
    }
72
27.8M
  }
yb::Result<yb::TransactionMetadata>::Result(yb::Result<yb::TransactionMetadata> const&)
Line
Count
Source
66
18.8k
  Result(const Result& rhs) : success_(rhs.success_) {
67
18.8k
    if (success_) {
68
18.8k
      new (&value_) typename Traits::Stored(rhs.value_);
69
18.8k
    } else {
70
1
      new (&status_) Status(rhs.status_);
71
1
    }
72
18.8k
  }
yb::Result<std::__1::shared_ptr<yb::client::YBTable> >::Result(yb::Result<std::__1::shared_ptr<yb::client::YBTable> > const&)
Line
Count
Source
66
3.56M
  Result(const Result& rhs) : success_(rhs.success_) {
67
3.56M
    if (success_) {
68
3.56M
      new (&value_) typename Traits::Stored(rhs.value_);
69
3.56M
    } else {
70
162
      new (&status_) Status(rhs.status_);
71
162
    }
72
3.56M
  }
yb::Result<yb::TransactionStatusResult>::Result(yb::Result<yb::TransactionStatusResult> const&)
Line
Count
Source
66
212k
  Result(const Result& rhs) : success_(rhs.success_) {
67
212k
    if (success_) {
68
212k
      new (&value_) typename Traits::Stored(rhs.value_);
69
212k
    } else {
70
0
      new (&status_) Status(rhs.status_);
71
0
    }
72
212k
  }
yb::Result<unsigned int>::Result(yb::Result<unsigned int> const&)
Line
Count
Source
66
4.76k
  Result(const Result& rhs) : success_(rhs.success_) {
67
4.76k
    if (success_) {
68
4.76k
      new (&value_) typename Traits::Stored(rhs.value_);
69
4.76k
    } else {
70
0
      new (&status_) Status(rhs.status_);
71
0
    }
72
4.76k
  }
yb::Result<boost::asio::ip::address>::Result(yb::Result<boost::asio::ip::address> const&)
Line
Count
Source
66
702k
  Result(const Result& rhs) : success_(rhs.success_) {
67
702k
    if (
success_702k
) {
68
702k
      new (&value_) typename Traits::Stored(rhs.value_);
69
18.4E
    } else {
70
18.4E
      new (&status_) Status(rhs.status_);
71
18.4E
    }
72
702k
  }
yb::Result<scoped_refptr<yb::client::internal::RemoteTablet> >::Result(yb::Result<scoped_refptr<yb::client::internal::RemoteTablet> > const&)
Line
Count
Source
66
23.1M
  Result(const Result& rhs) : success_(rhs.success_) {
67
23.1M
    if (
success_23.1M
) {
68
23.1M
      new (&value_) typename Traits::Stored(rhs.value_);
69
18.4E
    } else {
70
18.4E
      new (&status_) Status(rhs.status_);
71
18.4E
    }
72
23.1M
  }
yb::Result<std::__1::shared_ptr<yb::client::VersionedTablePartitionList const> >::Result(yb::Result<std::__1::shared_ptr<yb::client::VersionedTablePartitionList const> > const&)
Line
Count
Source
66
134k
  Result(const Result& rhs) : success_(rhs.success_) {
67
134k
    if (success_) {
68
134k
      new (&value_) typename Traits::Stored(rhs.value_);
69
134k
    } else {
70
281
      new (&status_) Status(rhs.status_);
71
281
    }
72
134k
  }
Unexecuted instantiation: yb::Result<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >::Result(yb::Result<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > > const&)
yb::Result<yb::ChildTransactionDataPB>::Result(yb::Result<yb::ChildTransactionDataPB> const&)
Line
Count
Source
66
66.0k
  Result(const Result& rhs) : success_(rhs.success_) {
67
66.1k
    if (
success_66.0k
) {
68
66.1k
      new (&value_) typename Traits::Stored(rhs.value_);
69
18.4E
    } else {
70
18.4E
      new (&status_) Status(rhs.status_);
71
18.4E
    }
72
66.0k
  }
yb::Result<yb::StackTrace>::Result(yb::Result<yb::StackTrace> const&)
Line
Count
Source
66
13.5k
  Result(const Result& rhs) : success_(rhs.success_) {
67
13.5k
    if (success_) {
68
6.77k
      new (&value_) typename Traits::Stored(rhs.value_);
69
6.81k
    } else {
70
6.81k
      new (&status_) Status(rhs.status_);
71
6.81k
    }
72
13.5k
  }
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::Result(yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > const&)
Line
Count
Source
66
6
  Result(const Result& rhs) : success_(rhs.success_) {
67
6
    if (success_) {
68
3
      new (&value_) typename Traits::Stored(rhs.value_);
69
3
    } else {
70
3
      new (&status_) Status(rhs.status_);
71
3
    }
72
6
  }
73
74
  template<class UValue, class = std::enable_if_t<std::is_convertible<UValue, TValue>::value>>
75
  Result(const Result<UValue>& rhs) : success_(rhs.success_) {
76
    if (success_) {
77
      new (&value_) typename Traits::Stored(rhs.value_);
78
    } else {
79
      new (&status_) Status(rhs.status_);
80
    }
81
  }
82
83
1.01G
  Result(Result&& rhs) : success_(rhs.success_) {
84
1.01G
    if (
success_1.01G
) {
85
1.01G
      new (&value_) typename Traits::Stored(std::move(rhs.value_));
86
18.4E
    } else {
87
18.4E
      new (&status_) Status(std::move(rhs.status_));
88
18.4E
    }
89
1.01G
  }
yb::Result<std::__1::shared_ptr<yb::client::YBTable> >::Result(yb::Result<std::__1::shared_ptr<yb::client::YBTable> >&&)
Line
Count
Source
83
80.4k
  Result(Result&& rhs) : success_(rhs.success_) {
84
80.4k
    if (success_) {
85
80.2k
      new (&value_) typename Traits::Stored(std::move(rhs.value_));
86
80.2k
    } else {
87
227
      new (&status_) Status(std::move(rhs.status_));
88
227
    }
89
80.4k
  }
yb::Result<yb::ReadHybridTime>::Result(yb::Result<yb::ReadHybridTime>&&)
Line
Count
Source
83
18.8M
  Result(Result&& rhs) : success_(rhs.success_) {
84
18.8M
    if (
success_18.8M
) {
85
18.8M
      new (&value_) typename Traits::Stored(std::move(rhs.value_));
86
18.4E
    } else {
87
18.4E
      new (&status_) Status(std::move(rhs.status_));
88
18.4E
    }
89
18.8M
  }
yb::Result<yb::TransactionStatusResult>::Result(yb::Result<yb::TransactionStatusResult>&&)
Line
Count
Source
83
859k
  Result(Result&& rhs) : success_(rhs.success_) {
84
859k
    if (success_) {
85
786k
      new (&value_) typename Traits::Stored(std::move(rhs.value_));
86
786k
    } else {
87
72.7k
      new (&status_) Status(std::move(rhs.status_));
88
72.7k
    }
89
859k
  }
Unexecuted instantiation: yb::Result<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >::Result(yb::Result<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >&&)
yb::Result<scoped_refptr<yb::client::internal::RemoteTablet> >::Result(yb::Result<scoped_refptr<yb::client::internal::RemoteTablet> >&&)
Line
Count
Source
83
219
  Result(Result&& rhs) : success_(rhs.success_) {
84
219
    if (success_) {
85
219
      new (&value_) typename Traits::Stored(std::move(rhs.value_));
86
219
    } else {
87
0
      new (&status_) Status(std::move(rhs.status_));
88
0
    }
89
219
  }
yb::Result<yb::ChildTransactionDataPB>::Result(yb::Result<yb::ChildTransactionDataPB>&&)
Line
Count
Source
83
132k
  Result(Result&& rhs) : success_(rhs.success_) {
84
132k
    if (success_) {
85
132k
      new (&value_) typename Traits::Stored(std::move(rhs.value_));
86
132k
    } else {
87
25
      new (&status_) Status(std::move(rhs.status_));
88
25
    }
89
132k
  }
yb::Result<yb::consensus::ReadOpsResult>::Result(yb::Result<yb::consensus::ReadOpsResult>&&)
Line
Count
Source
83
25.4M
  Result(Result&& rhs) : success_(rhs.success_) {
84
25.4M
    if (
success_25.4M
) {
85
25.4M
      new (&value_) typename Traits::Stored(std::move(rhs.value_));
86
18.4E
    } else {
87
18.4E
      new (&status_) Status(std::move(rhs.status_));
88
18.4E
    }
89
25.4M
  }
yb::Result<boost::optional<yb::master::ReplicationInfoPB> >::Result(yb::Result<boost::optional<yb::master::ReplicationInfoPB> >&&)
Line
Count
Source
83
56.9k
  Result(Result&& rhs) : success_(rhs.success_) {
84
56.9k
    if (success_) {
85
56.9k
      new (&value_) typename Traits::Stored(std::move(rhs.value_));
86
56.9k
    } else {
87
0
      new (&status_) Status(std::move(rhs.status_));
88
0
    }
89
56.9k
  }
yb::Result<unsigned int>::Result(yb::Result<unsigned int>&&)
Line
Count
Source
83
700
  Result(Result&& rhs) : success_(rhs.success_) {
84
700
    if (success_) {
85
700
      new (&value_) typename Traits::Stored(std::move(rhs.value_));
86
700
    } else {
87
0
      new (&status_) Status(std::move(rhs.status_));
88
0
    }
89
700
  }
yb::Result<yb::tserver::TabletSnapshotOpResponsePB const&>::Result(yb::Result<yb::tserver::TabletSnapshotOpResponsePB const&>&&)
Line
Count
Source
83
35
  Result(Result&& rhs) : success_(rhs.success_) {
84
35
    if (success_) {
85
35
      new (&value_) typename Traits::Stored(std::move(rhs.value_));
86
35
    } else {
87
0
      new (&status_) Status(std::move(rhs.status_));
88
0
    }
89
35
  }
yb::Result<boost::asio::ip::address>::Result(yb::Result<boost::asio::ip::address>&&)
Line
Count
Source
83
23.8k
  Result(Result&& rhs) : success_(rhs.success_) {
84
23.8k
    if (success_) {
85
23.8k
      new (&value_) typename Traits::Stored(std::move(rhs.value_));
86
23.8k
    } else {
87
0
      new (&status_) Status(std::move(rhs.status_));
88
0
    }
89
23.8k
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::master::CDCRpcTasks> >::Result(yb::Result<std::__1::shared_ptr<yb::master::CDCRpcTasks> >&&)
yb::Result<std::__1::shared_ptr<yb::client::VersionedTablePartitionList const> >::Result(yb::Result<std::__1::shared_ptr<yb::client::VersionedTablePartitionList const> >&&)
Line
Count
Source
83
268k
  Result(Result&& rhs) : success_(rhs.success_) {
84
268k
    if (success_) {
85
268k
      new (&value_) typename Traits::Stored(std::move(rhs.value_));
86
268k
    } else {
87
225
      new (&status_) Status(std::move(rhs.status_));
88
225
    }
89
268k
  }
yb::Result<yb::TransactionMetadata>::Result(yb::Result<yb::TransactionMetadata>&&)
Line
Count
Source
83
18.8k
  Result(Result&& rhs) : success_(rhs.success_) {
84
18.8k
    if (success_) {
85
18.8k
      new (&value_) typename Traits::Stored(std::move(rhs.value_));
86
18.8k
    } else {
87
1
      new (&status_) Status(std::move(rhs.status_));
88
1
    }
89
18.8k
  }
yb::Result<unsigned long long>::Result(yb::Result<unsigned long long>&&)
Line
Count
Source
83
12.1k
  Result(Result&& rhs) : success_(rhs.success_) {
84
12.1k
    if (
success_12.1k
) {
85
12.1k
      new (&value_) typename Traits::Stored(std::move(rhs.value_));
86
18.4E
    } else {
87
18.4E
      new (&status_) Status(std::move(rhs.status_));
88
18.4E
    }
89
12.1k
  }
yb::Result<bool>::Result(yb::Result<bool>&&)
Line
Count
Source
83
4.35k
  Result(Result&& rhs) : success_(rhs.success_) {
84
4.35k
    if (success_) {
85
4.35k
      new (&value_) typename Traits::Stored(std::move(rhs.value_));
86
4.35k
    } else {
87
1
      new (&status_) Status(std::move(rhs.status_));
88
1
    }
89
4.35k
  }
yb::Result<yb::DocHybridTime>::Result(yb::Result<yb::DocHybridTime>&&)
Line
Count
Source
83
968M
  Result(Result&& rhs) : success_(rhs.success_) {
84
968M
    if (
success_968M
) {
85
968M
      new (&value_) typename Traits::Stored(std::move(rhs.value_));
86
18.4E
    } else {
87
18.4E
      new (&status_) Status(std::move(rhs.status_));
88
18.4E
    }
89
968M
  }
yb::Result<rocksdb::FileNumbersHolder>::Result(yb::Result<rocksdb::FileNumbersHolder>&&)
Line
Count
Source
83
123k
  Result(Result&& rhs) : success_(rhs.success_) {
84
123k
    if (success_) {
85
123k
      new (&value_) typename Traits::Stored(std::move(rhs.value_));
86
123k
    } else {
87
21
      new (&status_) Status(std::move(rhs.status_));
88
21
    }
89
123k
  }
Unexecuted instantiation: yb::Result<yb::StackTrace>::Result(yb::Result<yb::StackTrace>&&)
90
91
  // Forbid creation from Status::OK as value must be explicitly specified in case status is OK
92
  Result(const Status::OK&) = delete; // NOLINT
93
  Result(Status::OK&&) = delete; // NOLINT
94
95
165M
  Result(const Status& status) : success_(false), status_(status) { // NOLINT
96
165M
    StatusCheck(!status_.ok());
97
165M
  }
yb::Result<std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> > >::Result(yb::Status const&)
Line
Count
Source
95
2
  Result(const Status& status) : success_(false), status_(status) { // NOLINT
96
2
    StatusCheck(!status_.ok());
97
2
  }
Unexecuted instantiation: yb::Result<rapidjson::GenericDocument<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator>, rapidjson::CrtAllocator> >::Result(yb::Status const&)
yb::Result<std::__1::shared_ptr<yb::client::YBTable> >::Result(yb::Status const&)
Line
Count
Source
95
226
  Result(const Status& status) : success_(false), status_(status) { // NOLINT
96
226
    StatusCheck(!status_.ok());
97
226
  }
Unexecuted instantiation: yb::Result<yb::ReadHybridTime>::Result(yb::Status const&)
yb::Result<yb::tserver::TabletPeerTablet>::Result(yb::Status const&)
Line
Count
Source
95
85.6k
  Result(const Status& status) : success_(false), status_(status) { // NOLINT
96
85.6k
    StatusCheck(!status_.ok());
97
85.6k
  }
yb::Result<bool>::Result(yb::Status const&)
Line
Count
Source
95
3.04M
  Result(const Status& status) : success_(false), status_(status) { // NOLINT
96
3.04M
    StatusCheck(!status_.ok());
97
3.04M
  }
yb::Result<yb::TransactionStatusResult>::Result(yb::Status const&)
Line
Count
Source
95
3.74M
  Result(const Status& status) : success_(false), status_(status) { // NOLINT
96
3.74M
    StatusCheck(!status_.ok());
97
3.74M
  }
yb::Result<yb::HybridTime>::Result(yb::Status const&)
Line
Count
Source
95
129k
  Result(const Status& status) : success_(false), status_(status) { // NOLINT
96
129k
    StatusCheck(!status_.ok());
97
129k
  }
Unexecuted instantiation: yb::Result<scoped_refptr<yb::tablet::RaftGroupMetadata> >::Result(yb::Status const&)
Unexecuted instantiation: yb::Result<boost::container::small_vector<iovec, 4ul, void, void> >::Result(yb::Status const&)
yb::Result<unsigned long>::Result(yb::Status const&)
Line
Count
Source
95
158M
  Result(const Status& status) : success_(false), status_(status) { // NOLINT
96
158M
    StatusCheck(!status_.ok());
97
158M
  }
yb::Result<unsigned long long>::Result(yb::Status const&)
Line
Count
Source
95
3
  Result(const Status& status) : success_(false), status_(status) { // NOLINT
96
3
    StatusCheck(!status_.ok());
97
3
  }
yb::Result<yb::master::AsyncGetTabletSplitKey::Data>::Result(yb::Status const&)
Line
Count
Source
95
1
  Result(const Status& status) : success_(false), status_(status) { // NOLINT
96
1
    StatusCheck(!status_.ok());
97
1
  }
Unexecuted instantiation: yb::Result<std::__1::vector<yb::master::TableDescription, std::__1::allocator<yb::master::TableDescription> > >::Result(yb::Status const&)
yb::Result<std::__1::shared_ptr<yb::tablet::AbstractTablet> >::Result(yb::Status const&)
Line
Count
Source
95
226
  Result(const Status& status) : success_(false), status_(status) { // NOLINT
96
226
    StatusCheck(!status_.ok());
97
226
  }
yb::Result<yb::tablet::CreateSnapshotData>::Result(yb::Status const&)
Line
Count
Source
95
2
  Result(const Status& status) : success_(false), status_(status) { // NOLINT
96
2
    StatusCheck(!status_.ok());
97
2
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::QLRowBlock> >::Result(yb::Status const&)
Unexecuted instantiation: yb::Result<yb::tserver::TabletSnapshotOpResponsePB const&>::Result(yb::Status const&)
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::Result(yb::Status const&)
Line
Count
Source
95
2
  Result(const Status& status) : success_(false), status_(status) { // NOLINT
96
2
    StatusCheck(!status_.ok());
97
2
  }
yb::Result<yb::master::GetTableLocationsResponsePB*>::Result(yb::Status const&)
Line
Count
Source
95
226
  Result(const Status& status) : success_(false), status_(status) { // NOLINT
96
226
    StatusCheck(!status_.ok());
97
226
  }
yb::Result<std::__1::vector<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >, std::__1::allocator<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > > > >::Result(yb::Status const&)
Line
Count
Source
95
2.08k
  Result(const Status& status) : success_(false), status_(status) { // NOLINT
96
2.08k
    StatusCheck(!status_.ok());
97
2.08k
  }
yb::Result<scoped_refptr<yb::client::internal::RemoteTablet> >::Result(yb::Status const&)
Line
Count
Source
95
1.32k
  Result(const Status& status) : success_(false), status_(status) { // NOLINT
96
1.32k
    StatusCheck(!status_.ok());
97
1.32k
  }
Unexecuted instantiation: yb::Result<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >::Result(yb::Status const&)
yb::Result<std::__1::shared_ptr<yb::client::VersionedTablePartitionList const> >::Result(yb::Status const&)
Line
Count
Source
95
226
  Result(const Status& status) : success_(false), status_(status) { // NOLINT
96
226
    StatusCheck(!status_.ok());
97
226
  }
yb::Result<yb::ChildTransactionDataPB>::Result(yb::Status const&)
Line
Count
Source
95
54
  Result(const Status& status) : success_(false), status_(status) { // NOLINT
96
54
    StatusCheck(!status_.ok());
97
54
  }
yb::Result<yb::TransactionMetadata>::Result(yb::Status const&)
Line
Count
Source
95
1
  Result(const Status& status) : success_(false), status_(status) { // NOLINT
96
1
    StatusCheck(!status_.ok());
97
1
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::client::YBTransaction> >::Result(yb::Status const&)
yb::Result<int>::Result(yb::Status const&)
Line
Count
Source
95
2
  Result(const Status& status) : success_(false), status_(status) { // NOLINT
96
2
    StatusCheck(!status_.ok());
97
2
  }
yb::Result<std::__1::list<yb::pggate::PgDocResult, std::__1::allocator<yb::pggate::PgDocResult> > >::Result(yb::Status const&)
Line
Count
Source
95
50.4k
  Result(const Status& status) : success_(false), status_(status) { // NOLINT
96
50.4k
    StatusCheck(!status_.ok());
97
50.4k
  }
yb::Result<rocksdb::FileNumbersHolder>::Result(yb::Status const&)
Line
Count
Source
95
1
  Result(const Status& status) : success_(false), status_(status) { // NOLINT
96
1
    StatusCheck(!status_.ok());
97
1
  }
Unexecuted instantiation: yb::Result<boost::unordered::unordered_map<yb::StronglyTypedUuid<yb::TransactionId_Tag>, yb::TransactionStatusResult, boost::hash<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::TransactionId_Tag> const, yb::TransactionStatusResult> > > >::Result(yb::Status const&)
yb::Result<yb::StackTrace>::Result(yb::Status const&)
Line
Count
Source
95
6.79k
  Result(const Status& status) : success_(false), status_(status) { // NOLINT
96
6.79k
    StatusCheck(!status_.ok());
97
6.79k
  }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<pg_result, yb::pgwrapper::PGResultClear> >::Result(yb::Status const&)
98
99
98.9M
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
98.9M
    StatusCheck(!status_.ok());
101
98.9M
  }
Unexecuted instantiation: yb::Result<signed char>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<short>::Result(yb::Status&&)
yb::Result<int>::Result(yb::Status&&)
Line
Count
Source
99
14
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
14
    StatusCheck(!status_.ok());
101
14
  }
yb::Result<long long>::Result(yb::Status&&)
Line
Count
Source
99
102k
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
102k
    StatusCheck(!status_.ok());
101
102k
  }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::RandomAccessFileReader, std::__1::default_delete<rocksdb::RandomAccessFileReader> > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::TableReader, std::__1::default_delete<rocksdb::TableReader> > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::WritableFileWriter, std::__1::default_delete<rocksdb::WritableFileWriter> > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::HybridTime>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<char*>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::DocHybridTime>::Result(yb::Status&&)
yb::Result<unsigned long long>::Result(yb::Status&&)
Line
Count
Source
99
164
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
164
    StatusCheck(!status_.ok());
101
164
  }
Unexecuted instantiation: yb::Result<yb::tools::DataPatcherAction>::Result(yb::Status&&)
yb::Result<rapidjson::GenericDocument<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator>, rapidjson::CrtAllocator> >::Result(yb::Status&&)
Line
Count
Source
99
37
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
37
    StatusCheck(!status_.ok());
101
37
  }
Unexecuted instantiation: yb-admin_cli.cc:yb::Result<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::ListTabletsFlags> > >::Result(yb::Status&&)
Unexecuted instantiation: yb-admin_cli.cc:yb::Result<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::AddIndexes> > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::pair<int, bool> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> > >::Result(yb::Status&&)
yb::Result<yb::client::YBTableName>::Result(yb::Status&&)
Line
Count
Source
99
9
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
9
    StatusCheck(!status_.ok());
101
9
  }
Unexecuted instantiation: yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::CatalogManagerIf*>::Result(yb::Status&&)
yb::Result<unsigned long>::Result(yb::Status&&)
Line
Count
Source
99
3.85M
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
3.85M
    StatusCheck(!status_.ok());
101
3.85M
  }
Unexecuted instantiation: yb::Result<yb::tserver::ReadRequestPB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::pair<unsigned short, unsigned short> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<unsigned short>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<scoped_refptr<yb::master::TabletInfo> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > > >::Result(yb::Status&&)
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::Result(yb::Status&&)
Line
Count
Source
99
253
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
253
    StatusCheck(!status_.ok());
101
253
  }
Unexecuted instantiation: yb::Result<yb::tserver::GetSplitKeyResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::shared_ptr<yb::tablet::TabletPeer>, std::__1::allocator<std::__1::shared_ptr<yb::tablet::TabletPeer> > > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::vector<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB, std::__1::allocator<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB> > >::Result(yb::Status&&)
yb::Result<bool>::Result(yb::Status&&)
Line
Count
Source
99
355k
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
355k
    StatusCheck(!status_.ok());
101
355k
  }
yb::Result<yb::CassandraSession>::Result(yb::Status&&)
Line
Count
Source
99
53
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
53
    StatusCheck(!status_.ok());
101
53
  }
yb::Result<yb::CassandraResult>::Result(yb::Status&&)
Line
Count
Source
99
1
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
1
    StatusCheck(!status_.ok());
101
1
  }
yb::Result<yb::CassandraPrepared>::Result(yb::Status&&)
Line
Count
Source
99
1
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
1
    StatusCheck(!status_.ok());
101
1
  }
yb::Result<yb::rpc::ProcessCallsResult>::Result(yb::Status&&)
Line
Count
Source
99
2.22k
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
2.22k
    StatusCheck(!status_.ok());
101
2.22k
  }
Unexecuted instantiation: yb::Result<std::__1::vector<yb::HostPortPB, std::__1::allocator<yb::HostPortPB> > >::Result(yb::Status&&)
yb::Result<std::__1::shared_ptr<yb::client::YBTable> >::Result(yb::Status&&)
Line
Count
Source
99
2
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
2
    StatusCheck(!status_.ok());
101
2
  }
Unexecuted instantiation: yb::Result<long>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::SharedMemoryObject<yb::tserver::TServerSharedData> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::tserver::PgClientSession&>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::tserver::PgClientSessionLocker>::Result(yb::Status&&)
yb::Result<std::__1::vector<std::__1::shared_ptr<yb::client::YBPgsqlOp>, std::__1::allocator<std::__1::shared_ptr<yb::client::YBPgsqlOp> > > >::Result(yb::Status&&)
Line
Count
Source
99
12
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
12
    StatusCheck(!status_.ok());
101
12
  }
yb::Result<yb::client::YBSession*>::Result(yb::Status&&)
Line
Count
Source
99
1
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
1
    StatusCheck(!status_.ok());
101
1
  }
yb::Result<yb::TransactionMetadata const*>::Result(yb::Status&&)
Line
Count
Source
99
1
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
1
    StatusCheck(!status_.ok());
101
1
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::client::YBTransaction> >::Result(yb::Status&&)
yb::Result<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >::Result(yb::Status&&)
Line
Count
Source
99
59
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
59
    StatusCheck(!status_.ok());
101
59
  }
yb::Result<yb::ReadHybridTime>::Result(yb::Status&&)
Line
Count
Source
99
57
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
57
    StatusCheck(!status_.ok());
101
57
  }
Unexecuted instantiation: yb::Result<google::protobuf::RepeatedPtrField<yb::tablet::FilePB> >::Result(yb::Status&&)
yb::Result<yb::tserver::LeaderTabletPeer>::Result(yb::Status&&)
Line
Count
Source
99
62.5k
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
62.5k
    StatusCheck(!status_.ok());
101
62.5k
  }
yb::Result<yb::tserver::TabletPeerTablet>::Result(yb::Status&&)
Line
Count
Source
99
87.1k
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
87.1k
    StatusCheck(!status_.ok());
101
87.1k
  }
yb::Result<std::__1::shared_ptr<yb::tablet::AbstractTablet> >::Result(yb::Status&&)
Line
Count
Source
99
22.2k
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
22.2k
    StatusCheck(!status_.ok());
101
22.2k
  }
Unexecuted instantiation: yb::Result<yb::tserver::TabletServerOptions>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::consensus::RaftConsensus> >::Result(yb::Status&&)
yb::Result<scoped_refptr<yb::tserver::TransitionInProgressDeleter> >::Result(yb::Status&&)
Line
Count
Source
99
1
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
1
    StatusCheck(!status_.ok());
101
1
  }
yb::Result<std::__1::shared_ptr<yb::tablet::TabletPeer> >::Result(yb::Status&&)
Line
Count
Source
99
12
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
12
    StatusCheck(!status_.ok());
101
12
  }
Unexecuted instantiation: yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::tserver::enterprise::CDCConsumer, std::__1::default_delete<yb::tserver::enterprise::CDCConsumer> > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::ql::audit::LogEntry>::Result(yb::Status&&)
yb::Result<unsigned char*>::Result(yb::Status&&)
Line
Count
Source
99
1
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
1
    StatusCheck(!status_.ok());
101
1
  }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::tserver::MiniTabletServer, std::__1::default_delete<yb::tserver::MiniTabletServer> > >::Result(yb::Status&&)
yb::Result<std::__1::shared_ptr<yb::ql::PTExpr> >::Result(yb::Status&&)
Line
Count
Source
99
2
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
2
    StatusCheck(!status_.ok());
101
2
  }
yb::Result<yb::ql::QueryPagingState*>::Result(yb::Status&&)
Line
Count
Source
99
3
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
3
    StatusCheck(!status_.ok());
101
3
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::QLType> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::UnsignedIntSet<unsigned int> >::Result(yb::Status&&)
yb::Result<yb::TransactionStatusResult>::Result(yb::Status&&)
Line
Count
Source
99
63.9k
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
63.9k
    StatusCheck(!status_.ok());
101
63.9k
  }
Unexecuted instantiation: yb::Result<yb::ScopedRWOperationPause>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<pg_conn, yb::pgwrapper::PGConnClose> >::Result(yb::Status&&)
yb::Result<yb::PgsqlBackfillSpecPB>::Result(yb::Status&&)
Line
Count
Source
99
24
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
24
    StatusCheck(!status_.ok());
101
24
  }
Unexecuted instantiation: yb::Result<yb::tablet::TabletScopedRWOperationPauses>::Result(yb::Status&&)
yb::Result<std::__1::unique_ptr<yb::docdb::YQLRowwiseIteratorIf, std::__1::default_delete<yb::docdb::YQLRowwiseIteratorIf> > >::Result(yb::Status&&)
Line
Count
Source
99
1
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
1
    StatusCheck(!status_.ok());
101
1
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::client::YBSession> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::tablet::DocDbOpIds>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::TransactionOperationContext>::Result(yb::Status&&)
yb::Result<yb::IsolationLevel>::Result(yb::Status&&)
Line
Count
Source
99
1.27k
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
1.27k
    StatusCheck(!status_.ok());
101
1.27k
  }
yb::Result<scoped_refptr<yb::tablet::RaftGroupMetadata> >::Result(yb::Status&&)
Line
Count
Source
99
8.62k
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
8.62k
    StatusCheck(!status_.ok());
101
8.62k
  }
Unexecuted instantiation: yb::Result<yb::tablet::ScopedReadOperation>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::StronglyTypedBool<yb::tablet::NeedsRecovery_Tag> >::Result(yb::Status&&)
yb::Result<yb::tablet::FixedHybridTimeLease>::Result(yb::Status&&)
Line
Count
Source
99
3
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
3
    StatusCheck(!status_.ok());
101
3
  }
yb::Result<scoped_refptr<yb::tablet::OperationDriver> >::Result(yb::Status&&)
Line
Count
Source
99
4
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
4
    StatusCheck(!status_.ok());
101
4
  }
Unexecuted instantiation: yb::Result<yb::docdb::ApplyTransactionStatePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::docdb::ApplyTransactionState>::Result(yb::Status&&)
yb::Result<yb::TransactionMetadata>::Result(yb::Status&&)
Line
Count
Source
99
2.02k
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
2.02k
    StatusCheck(!status_.ok());
101
2.02k
  }
Unexecuted instantiation: yb::Result<yb::client::YBClient*>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::tablet::SnapshotCoordinator&>::Result(yb::Status&&)
yb::Result<std::__1::shared_ptr<yb::tablet::TableInfo> >::Result(yb::Status&&)
Line
Count
Source
99
16
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
16
    StatusCheck(!status_.ok());
101
16
  }
yb::Result<boost::container::small_vector<iovec, 4ul, void, void> >::Result(yb::Status&&)
Line
Count
Source
99
1
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
1
    StatusCheck(!status_.ok());
101
1
  }
yb::Result<yb::StronglyTypedBool<yb::rpc::ReadBufferFull_Tag> >::Result(yb::Status&&)
Line
Count
Source
99
61
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
61
    StatusCheck(!status_.ok());
101
61
  }
yb::Result<scoped_refptr<yb::Thread> >::Result(yb::Status&&)
Line
Count
Source
99
19
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
19
    StatusCheck(!status_.ok());
101
19
  }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::rpc::Messenger, std::__1::default_delete<yb::rpc::Messenger> > >::Result(yb::Status&&)
yb::Result<yb::Slice>::Result(yb::Status&&)
Line
Count
Source
99
2
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
2
    StatusCheck(!status_.ok());
101
2
  }
yb::Result<unsigned int>::Result(yb::Status&&)
Line
Count
Source
99
1.38k
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
1.38k
    StatusCheck(!status_.ok());
101
1.38k
  }
Unexecuted instantiation: yb::Result<unsigned char const* const*>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::pair<yb::RefCntBuffer, yb::Slice> >::Result(yb::Status&&)
yb::Result<yb::Socket>::Result(yb::Status&&)
Line
Count
Source
99
4.30k
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
4.30k
    StatusCheck(!status_.ok());
101
4.30k
  }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::rpc::Stream, std::__1::default_delete<yb::rpc::Stream> > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<unsigned char const* const> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<x509_st, yb::rpc::detail::X509Free> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<evp_pkey_st, yb::rpc::detail::EVP_PKEYFree> >::Result(yb::Status&&)
Unexecuted instantiation: secure_stream.cc:yb::Result<std::__1::unique_ptr<bio_st, yb::rpc::(anonymous namespace)::BIOFree> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::RefCntBuffer>::Result(yb::Status&&)
yb::Result<yb::rpc::ParsedRemoteMethod>::Result(yb::Status&&)
Line
Count
Source
99
4
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
4
    StatusCheck(!status_.ok());
101
4
  }
yb::Result<yb::OpId>::Result(yb::Status&&)
Line
Count
Source
99
74
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
74
    StatusCheck(!status_.ok());
101
74
  }
yb::Result<yb::consensus::ReadOpsResult>::Result(yb::Status&&)
Line
Count
Source
99
1
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
1
    StatusCheck(!status_.ok());
101
1
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::consensus::Peer> >::Result(yb::Status&&)
yb::Result<scoped_refptr<yb::consensus::LeaderElection> >::Result(yb::Status&&)
Line
Count
Source
99
487k
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
487k
    StatusCheck(!status_.ok());
101
487k
  }
yb::Result<yb::consensus::RaftConsensus::UpdateReplicaResult>::Result(yb::Status&&)
Line
Count
Source
99
16
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
16
    StatusCheck(!status_.ok());
101
16
  }
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >, std::__1::allocator<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > > > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::vector<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>, std::__1::allocator<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> > > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::PhysicalTime>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::rpc::SecureContext, std::__1::default_delete<yb::rpc::SecureContext> > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::array<yb::PartitionPB, 2ul> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::ReplicationInfoPB>::Result(yb::Status&&)
yb::Result<boost::optional<yb::master::ReplicationInfoPB> >::Result(yb::Status&&)
Line
Count
Source
99
79
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
79
    StatusCheck(!status_.ok());
101
79
  }
yb::Result<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<yb::master::ReplicationInfoPB>, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<yb::master::ReplicationInfoPB> > > > > >::Result(yb::Status&&)
Line
Count
Source
99
166
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
166
    StatusCheck(!status_.ok());
101
166
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >::Result(yb::Status&&)
yb::Result<scoped_refptr<yb::master::TableInfo> >::Result(yb::Status&&)
Line
Count
Source
99
4.01k
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
4.01k
    StatusCheck(!status_.ok());
101
4.01k
  }
yb::Result<scoped_refptr<yb::master::NamespaceInfo> >::Result(yb::Status&&)
Line
Count
Source
99
1.91k
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
1.91k
    StatusCheck(!status_.ok());
101
1.91k
  }
Unexecuted instantiation: yb::Result<yb::master::TableDescription>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::vector<yb::master::TableDescription, std::__1::allocator<yb::master::TableDescription> > >::Result(yb::Status&&)
yb::Result<std::__1::unordered_set<yb::HostPort, yb::HostPortHash, std::__1::equal_to<yb::HostPort>, std::__1::allocator<yb::HostPort> > >::Result(yb::Status&&)
Line
Count
Source
99
2
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
2
    StatusCheck(!status_.ok());
101
2
  }
yb::Result<yb::master::TSDescriptor*>::Result(yb::Status&&)
Line
Count
Source
99
160k
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
160k
    StatusCheck(!status_.ok());
101
160k
  }
yb::Result<yb::master::TabletReplicaDriveInfo>::Result(yb::Status&&)
Line
Count
Source
99
91.8M
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
91.8M
    StatusCheck(!status_.ok());
101
91.8M
  }
Unexecuted instantiation: yb::Result<yb::encryption::UniverseKeyRegistryPB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::MasterOptions>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::tserver::TabletSnapshotOpResponsePB const&>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotId_Tag> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::SnapshotState&>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::SnapshotScheduleState&>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::RestorationState&>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::SysSnapshotEntryPB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::SnapshotScheduleOptionsPB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::unordered_map<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag>, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, boost::hash<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> const, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::docdb::KeyBytes>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::SnapshotScheduleOperation>::Result(yb::Status&&)
yb::Result<yb::tablet::CreateSnapshotData>::Result(yb::Status&&)
Line
Count
Source
99
4
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
4
    StatusCheck(!status_.ok());
101
4
  }
Unexecuted instantiation: yb::Result<yb::master::SysSnapshotEntryPB_State>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::DdlLogEntryPB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::master::TSDescriptor> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::HostPort>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::pair<int, yb::DataType> >::Result(yb::Status&&)
yb::Result<boost::asio::ip::address>::Result(yb::Status&&)
Line
Count
Source
99
78.7k
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
78.7k
    StatusCheck(!status_.ok());
101
78.7k
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::QLRowBlock> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::SysRowEntries>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::SysTablesEntryPB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::SysNamespaceEntryPB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::SysTabletsEntryPB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::master::CDCRpcTasks> >::Result(yb::Status&&)
yb::Result<google::protobuf::RepeatedPtrField<yb::master::TabletLocationsPB> >::Result(yb::Status&&)
Line
Count
Source
99
1
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
1
    StatusCheck(!status_.ok());
101
1
  }
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName> > > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::vector<yb::master::enterprise::CDCConsumerStreamInfo, std::__1::allocator<yb::master::enterprise::CDCConsumerStreamInfo> > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::SysTablesEntryPB> const&>::Result(yb::Status&&)
yb::Result<std::__1::unique_ptr<yb::client::YBClient, std::__1::default_delete<yb::client::YBClient> > >::Result(yb::Status&&)
Line
Count
Source
99
12.7k
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
12.7k
    StatusCheck(!status_.ok());
101
12.7k
  }
yb::Result<yb::client::YBTableInfo>::Result(yb::Status&&)
Line
Count
Source
99
3
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
3
    StatusCheck(!status_.ok());
101
3
  }
yb::Result<yb::IndexPermissions>::Result(yb::Status&&)
Line
Count
Source
99
1.60k
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
1.60k
    StatusCheck(!status_.ok());
101
1.60k
  }
Unexecuted instantiation: yb::Result<std::__1::vector<yb::master::NamespaceIdentifierPB, std::__1::allocator<yb::master::NamespaceIdentifierPB> > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::vector<yb::master::TablegroupIdentifierPB, std::__1::allocator<yb::master::TablegroupIdentifierPB> > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::vector<yb::client::YBTabletServer, std::__1::allocator<yb::client::YBTabletServer> > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::vector<yb::client::YBTabletServerPlacementInfo, std::__1::allocator<yb::client::YBTabletServerPlacementInfo> > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::client::TransactionStatusTablets>::Result(yb::Status&&)
yb::Result<scoped_refptr<yb::client::internal::RemoteTablet> >::Result(yb::Status&&)
Line
Count
Source
99
1
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
1
    StatusCheck(!status_.ok());
101
1
  }
Unexecuted instantiation: yb::Result<yb::client::YBTableType>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::ChildTransactionDataPB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::ChildTransactionResultPB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::client::ChildTransactionData>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::QLRowBlock>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::pgwrapper::PgProcessConf>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::client::YBqlWriteOp> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::map<int, int, std::__1::less<int>, std::__1::allocator<std::__1::pair<int const, int> > > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::MasterBackupProxy>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<google::protobuf::RepeatedPtrField<yb::master::SnapshotInfoPB> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<google::protobuf::RepeatedPtrField<yb::master::ImportSnapshotMetaResponsePB_TableMetaPB> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<google::protobuf::RepeatedPtrField<yb::master::SnapshotScheduleInfoPB> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<rapidjson::GenericValue<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator> > const&>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<rapidjson::GenericValue<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator> >&>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::pair<unsigned long, bool> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::pair<unsigned long, unsigned long> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<boost::optional<unsigned short> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::docdb::DecodedIntentKey>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::StronglyTypedUuid<yb::TransactionId_Tag> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::docdb::DecodedIntentValue>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::pggate::PgApiContext::MessengerHolder>::Result(yb::Status&&)
yb::Result<scoped_refptr<yb::pggate::PgTableDesc> >::Result(yb::Status&&)
Line
Count
Source
99
128
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
128
    StatusCheck(!status_.ok());
101
128
  }
Unexecuted instantiation: yb::Result<yb::master::GetNamespaceInfoResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::pair<unsigned int, unsigned int> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::pair<long long, bool> >::Result(yb::Status&&)
pg_session.cc:yb::Result<yb::pggate::(anonymous namespace)::SessionType>::Result(yb::Status&&)
Line
Count
Source
99
2
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
2
    StatusCheck(!status_.ok());
101
2
  }
yb::Result<yb::pggate::PerformFuture>::Result(yb::Status&&)
Line
Count
Source
99
2.75k
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
2.75k
    StatusCheck(!status_.ok());
101
2.75k
  }
Unexecuted instantiation: yb::Result<yb::pggate::PgColumn const&>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::function<yb::docdb::DocKey (std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > const&)> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::docdb::DocKey>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::docdb::PrimitiveValue>::Result(yb::Status&&)
yb::Result<yb::StronglyTypedBool<yb::pggate::RequestSent_Tag> >::Result(yb::Status&&)
Line
Count
Source
99
228
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
228
    StatusCheck(!status_.ok());
101
228
  }
Unexecuted instantiation: yb::Result<std::__1::list<yb::pggate::PgDocResult, std::__1::allocator<yb::pggate::PgDocResult> > >::Result(yb::Status&&)
yb::Result<yb::pggate::PgColumn&>::Result(yb::Status&&)
Line
Count
Source
99
98
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
98
    StatusCheck(!status_.ok());
101
98
  }
yb::Result<std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> > >::Result(yb::Status&&)
Line
Count
Source
99
26
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
26
    StatusCheck(!status_.ok());
101
26
  }
Unexecuted instantiation: yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> > > > > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::ExternalMaster*>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::vector<yb::tserver::ListTabletsForTabletServerResponsePB_Entry, std::__1::allocator<yb::tserver::ListTabletsForTabletServerResponsePB_Entry> > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::tserver::ListTabletsResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::MiniMaster*>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::client::TableHandle>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::vector<unsigned int, std::__1::allocator<unsigned int> > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::tools::TypedNamespaceName>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::ListMastersResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::consensus::LeaderStepDownResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::consensus::RunLeaderElectionResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::consensus::ChangeConfigResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::DumpMasterStateResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::GetLoadMovePercentResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, int> > > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::GetTabletLocationsResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::ListTabletServersResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::tserver::GetLogLocationResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::LaunchBackfillIndexForTableResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::tserver::ListTabletsForTabletServerResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::ChangeLoadBalancerStateResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::GetLoadBalancerStateResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::FlushSysCatalogResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::CompactSysCatalogResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::IsMasterLeaderReadyResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::ChangeMasterClusterConfigResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::IsInitDbDoneResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::tserver::UpgradeYsqlResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::NamespaceIdentifierPB const&>::Result(yb::Status&&)
yb::Result<yb::master::GetMasterClusterConfigResponsePB>::Result(yb::Status&&)
Line
Count
Source
99
14
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
14
    StatusCheck(!status_.ok());
101
14
  }
Unexecuted instantiation: yb::Result<yb::master::SplitTabletResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::DisableTabletSplittingResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::master::IsTabletSplittingCompleteResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::master::NamespaceIdentifierPB, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::NamespaceIdentifierPB> > > const&>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::tools::TableNameResolver>::Result(yb::Status&&)
yb::Result<yb::rpc_test::TrivialResponsePB>::Result(yb::Status&&)
Line
Count
Source
99
1
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
1
    StatusCheck(!status_.ok());
101
1
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::tablet::Tablet> >::Result(yb::Status&&)
yb::Result<yb::IndexInfo const*>::Result(yb::Status&&)
Line
Count
Source
99
819
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
819
    StatusCheck(!status_.ok());
101
819
  }
yb::Result<yb::PlacementInfoConverter::Placement>::Result(yb::Status&&)
Line
Count
Source
99
10
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
10
    StatusCheck(!status_.ok());
101
10
  }
Unexecuted instantiation: yb::Result<yb::QLTableColumn const&>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::StronglyTypedUuid<yb::ClientId_Tag> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::ColumnId>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::ColumnSchema const&>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::SubTransactionMetadata>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::UsePrivateIpMode>::Result(yb::Status&&)
yb::Result<yb::ql::ParseTree const&>::Result(yb::Status&&)
Line
Count
Source
99
2
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
2
    StatusCheck(!status_.ok());
101
2
  }
yb::Result<rocksdb::FileNumbersHolder>::Result(yb::Status&&)
Line
Count
Source
99
157
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
157
    StatusCheck(!status_.ok());
101
157
  }
Unexecuted instantiation: yb::Result<rocksdb::FileBoundaryValues<rocksdb::InternalKey> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::DB, std::__1::default_delete<rocksdb::DB> > >::Result(yb::Status&&)
yb::Result<rocksdb::TableCache::TableReaderWithHandle>::Result(yb::Status&&)
Line
Count
Source
99
55
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
55
    StatusCheck(!status_.ok());
101
55
  }
yb::Result<rocksdb::BlockBasedTable::CachableEntry<rocksdb::IndexReader> >::Result(yb::Status&&)
Line
Count
Source
99
1
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
1
    StatusCheck(!status_.ok());
101
1
  }
Unexecuted instantiation: format.cc:yb::Result<rocksdb::(anonymous namespace)::ChecksumData>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::MultiLevelIndexReader, std::__1::default_delete<rocksdb::MultiLevelIndexReader> > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<rocksdb::SstFileManager*>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::cdc::SetCDCCheckpointResponsePB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::client::TableHandle> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::client::internal::RemoteTabletServer*>::Result(yb::Status&&)
yb::Result<std::__1::shared_ptr<yb::cdc::StreamMetadata> >::Result(yb::Status&&)
Line
Count
Source
99
1
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
1
    StatusCheck(!status_.ok());
101
1
  }
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::pair<unsigned long long, unsigned long>, std::__1::allocator<std::__1::pair<unsigned long long, unsigned long> > > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::shared_ptr<yb::consensus::ReplicateMsg>, std::__1::allocator<std::__1::shared_ptr<yb::consensus::ReplicateMsg> > > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<boost::unordered::unordered_map<yb::StronglyTypedUuid<yb::TransactionId_Tag>, yb::TransactionStatusResult, boost::hash<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::TransactionId_Tag> const, yb::TransactionStatusResult> > > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::pair<int, int> >::Result(yb::Status&&)
yb::Result<yb::pgwrapper::PGConn>::Result(yb::Status&&)
Line
Count
Source
99
4
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
4
    StatusCheck(!status_.ok());
101
4
  }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::encryption::BlockAccessCipherStream, std::__1::default_delete<yb::encryption::BlockAccessCipherStream> > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::encryption::EncryptionParams, std::__1::default_delete<yb::encryption::EncryptionParams> > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::encryption::EncryptionParamsPB>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::encryption::UniverseKeyManager, std::__1::default_delete<yb::encryption::UniverseKeyManager> > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::encryption::UniverseKeyParams>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::OneWayBitmap>::Result(yb::Status&&)
yb::Result<boost::shared_ptr<boost::date_time::time_zone_base<boost::posix_time::ptime, char> > >::Result(yb::Status&&)
Line
Count
Source
99
3
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
3
    StatusCheck(!status_.ok());
101
3
  }
Unexecuted instantiation: yb::Result<icu_67::GregorianCalendar>::Result(yb::Status&&)
yb::Result<yb::Timestamp>::Result(yb::Status&&)
Line
Count
Source
99
36
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
36
    StatusCheck(!status_.ok());
101
36
  }
Unexecuted instantiation: yb::Result<yb::MonoDelta>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::util::VarInt>::Result(yb::Status&&)
yb::Result<statvfs>::Result(yb::Status&&)
Line
Count
Source
99
873k
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
873k
    StatusCheck(!status_.ok());
101
873k
  }
yb::Result<yb::Env::FilesystemStats>::Result(yb::Status&&)
Line
Count
Source
99
873k
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
873k
    StatusCheck(!status_.ok());
101
873k
  }
Unexecuted instantiation: yb::Result<yb::ResourceLimits>::Result(yb::Status&&)
yb::Result<std::__1::pair<long long, unsigned long> >::Result(yb::Status&&)
Line
Count
Source
99
144
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
144
    StatusCheck(!status_.ok());
101
144
  }
net_util.cc:yb::Result<std::__1::unique_ptr<addrinfo, yb::(anonymous namespace)::AddrinfoDeleter> >::Result(yb::Status&&)
Line
Count
Source
99
69
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
69
    StatusCheck(!status_.ok());
101
69
  }
yb::Result<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> >::Result(yb::Status&&)
Line
Count
Source
99
3
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
3
    StatusCheck(!status_.ok());
101
3
  }
yb::Result<void*>::Result(yb::Status&&)
Line
Count
Source
99
4
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
4
    StatusCheck(!status_.ok());
101
4
  }
yb::Result<yb::SharedMemorySegment>::Result(yb::Status&&)
Line
Count
Source
99
5
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
5
    StatusCheck(!status_.ok());
101
5
  }
yb::Result<long double>::Result(yb::Status&&)
Line
Count
Source
99
53
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
53
    StatusCheck(!status_.ok());
101
53
  }
yb::Result<DIR*>::Result(yb::Status&&)
Line
Count
Source
99
20
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
20
    StatusCheck(!status_.ok());
101
20
  }
Unexecuted instantiation: yb::Result<std::__1::vector<char*, std::__1::allocator<char*> > >::Result(yb::Status&&)
yb::Result<yb::Subprocess::ChildPipes>::Result(yb::Status&&)
Line
Count
Source
99
109
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
109
    StatusCheck(!status_.ok());
101
109
  }
Unexecuted instantiation: yb::Result<std::__1::vector<int, std::__1::allocator<int> > >::Result(yb::Status&&)
yb::Result<yb::Uuid>::Result(yb::Status&&)
Line
Count
Source
99
5
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
5
    StatusCheck(!status_.ok());
101
5
  }
yb::Result<std::__1::unique_ptr<pg_result, yb::pgwrapper::PGResultClear> >::Result(yb::Status&&)
Line
Count
Source
99
95
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
95
    StatusCheck(!status_.ok());
101
95
  }
Unexecuted instantiation: yb::Result<double>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::WaitPolicy>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::docdb::ParsedIntent>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::QLWriteRequestPB*>::Result(yb::Status&&)
Unexecuted instantiation: docdb.cc:yb::Result<yb::docdb::(anonymous namespace)::DetermineKeysToLockResult>::Result(yb::Status&&)
yb::Result<yb::docdb::PrepareDocWriteOperationResult>::Result(yb::Status&&)
Line
Count
Source
99
17
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
17
    StatusCheck(!status_.ok());
101
17
  }
Unexecuted instantiation: yb::Result<rocksdb::FilterDecision>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<boost::optional<yb::StronglyTypedUuid<yb::TransactionId_Tag> > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<boost::optional<yb::docdb::SubDocument> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<rocksdb::CompressionType>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<rocksdb::KeyValueEncodingFormat>::Result(yb::Status&&)
yb::Result<yb::docdb::RateLimiterSharingMode>::Result(yb::Status&&)
Line
Count
Source
99
6
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
6
    StatusCheck(!status_.ok());
101
6
  }
Unexecuted instantiation: intent_aware_iterator.cc:yb::Result<yb::docdb::(anonymous namespace)::DecodeStrongWriteIntentResult>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::docdb::FetchKeyResult>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::RedisDataType>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::docdb::RedisValue>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<boost::optional<yb::docdb::Expiration> >::Result(yb::Status&&)
Unexecuted instantiation: subdoc_reader.cc:yb::Result<std::__1::unique_ptr<yb::docdb::(anonymous namespace)::DocDbRowData, std::__1::default_delete<yb::docdb::(anonymous namespace)::DocDbRowData> > >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::docdb::SubDocument*>::Result(yb::Status&&)
Unexecuted instantiation: subdoc_reader.cc:yb::Result<yb::docdb::(anonymous namespace)::ScopedDocDbRowContextWithData*>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::CommitMetadata>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::docdb::TransactionStatusCache::GetCommitDataResult>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::docdb::ValueControlFields>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::docdb::ValueType>::Result(yb::Status&&)
Unexecuted instantiation: cql_processor.cc:yb::Result<std::__1::unique_ptr<ldap, yb::cqlserver::(anonymous namespace)::LDAPDeleter> >::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<yb::cqlserver::CQLProcessor*>::Result(yb::Status&&)
Unexecuted instantiation: yb::Result<scoped_refptr<yb::log::ReadableLogSegment> >::Result(yb::Status&&)
yb::Result<yb::log::FirstEntryMetadata>::Result(yb::Status&&)
Line
Count
Source
99
35
  Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT
100
35
    StatusCheck(!status_.ok());
101
35
  }
102
103
4.05G
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<scoped_refptr<yb::master::TabletInfo> >::Result(scoped_refptr<yb::master::TabletInfo> const&)
Line
Count
Source
103
247
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::Result(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)
Line
Count
Source
103
426k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<long long>::Result(long long const&)
Line
Count
Source
103
1.26G
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<unsigned long>::Result(unsigned long const&)
Line
Count
Source
103
206M
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::tserver::PgClientSession&>::Result(yb::tserver::PgClientSession&)
Line
Count
Source
103
2.48M
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<std::__1::shared_ptr<yb::client::YBTransaction> >::Result(std::__1::shared_ptr<yb::client::YBTransaction> const&)
Line
Count
Source
103
2
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<std::__1::shared_ptr<yb::client::YBTable> >::Result(std::__1::shared_ptr<yb::client::YBTable> const&)
Line
Count
Source
103
80.1k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::tserver::TabletPeerTablet>::Result(yb::tserver::TabletPeerTablet const&)
Line
Count
Source
103
27.9M
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>::Result(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)
Line
Count
Source
103
136
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<std::__1::shared_ptr<yb::QLType> >::Result(std::__1::shared_ptr<yb::QLType> const&)
Line
Count
Source
103
14
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::TransactionStatusResult>::Result(yb::TransactionStatusResult const&)
Line
Count
Source
103
25.0k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::docdb::ApplyTransactionState>::Result(yb::docdb::ApplyTransactionState const&)
Line
Count
Source
103
1.30M
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::HybridTime>::Result(yb::HybridTime const&)
Line
Count
Source
103
262k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<bool>::Result(bool const&)
Line
Count
Source
103
151k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
Unexecuted instantiation: yb::Result<yb::StronglyTypedBool<yb::tablet::NeedsRecovery_Tag> >::Result(yb::StronglyTypedBool<yb::tablet::NeedsRecovery_Tag> const&)
yb::Result<yb::tablet::DocDbOpIds>::Result(yb::tablet::DocDbOpIds const&)
Line
Count
Source
103
2.79k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::TransactionMetadata>::Result(yb::TransactionMetadata const&)
Line
Count
Source
103
880k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::tablet::SnapshotCoordinator&>::Result(yb::tablet::SnapshotCoordinator&)
Line
Count
Source
103
60
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<scoped_refptr<yb::tablet::RaftGroupMetadata> >::Result(scoped_refptr<yb::tablet::RaftGroupMetadata> const&)
Line
Count
Source
103
7
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<std::__1::shared_ptr<yb::tablet::TableInfo> >::Result(std::__1::shared_ptr<yb::tablet::TableInfo> const&)
Line
Count
Source
103
24.1M
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<boost::asio::ip::address>::Result(boost::asio::ip::address const&)
Line
Count
Source
103
2.27M
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<unsigned long long>::Result(unsigned long long const&)
Line
Count
Source
103
9.35k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::master::ReplicationInfoPB>::Result(yb::master::ReplicationInfoPB const&)
Line
Count
Source
103
953k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<scoped_refptr<yb::master::TableInfo> >::Result(scoped_refptr<yb::master::TableInfo> const&)
Line
Count
Source
103
644k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<scoped_refptr<yb::master::NamespaceInfo> >::Result(scoped_refptr<yb::master::NamespaceInfo> const&)
Line
Count
Source
103
913k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<std::__1::shared_ptr<yb::tablet::AbstractTablet> >::Result(std::__1::shared_ptr<yb::tablet::AbstractTablet> const&)
Line
Count
Source
103
1.51M
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::master::TabletReplicaDriveInfo>::Result(yb::master::TabletReplicaDriveInfo const&)
Line
Count
Source
103
3.50M
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::master::SnapshotState&>::Result(yb::master::SnapshotState&)
Line
Count
Source
103
23
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::master::SnapshotScheduleState&>::Result(yb::master::SnapshotScheduleState&)
Line
Count
Source
103
22
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::master::RestorationState&>::Result(yb::master::RestorationState&)
Line
Count
Source
103
8
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >::Result(yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> const&)
Line
Count
Source
103
8
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotId_Tag> >::Result(yb::StronglyTypedUuid<yb::TxnSnapshotId_Tag> const&)
Line
Count
Source
103
1
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::master::SysSnapshotEntryPB_State>::Result(yb::master::SysSnapshotEntryPB_State const&)
Line
Count
Source
103
34
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<std::__1::shared_ptr<yb::QLRowBlock> >::Result(std::__1::shared_ptr<yb::QLRowBlock> const&)
Line
Count
Source
103
19.2k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<boost::optional<yb::master::ReplicationInfoPB> >::Result(boost::optional<yb::master::ReplicationInfoPB> const&)
Line
Count
Source
103
7.61k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::Result(boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > const&)
Line
Count
Source
103
13.0k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::master::CDCRpcTasks> >::Result(std::__1::shared_ptr<yb::master::CDCRpcTasks> const&)
yb::Result<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::SysTablesEntryPB> const&>::Result(std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::SysTablesEntryPB> const&)
Line
Count
Source
103
8.35k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<scoped_refptr<yb::client::internal::RemoteTablet> >::Result(scoped_refptr<yb::client::internal::RemoteTablet> const&)
Line
Count
Source
103
25.4M
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<int>::Result(int const&)
Line
Count
Source
103
7.64M
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
Unexecuted instantiation: yb::Result<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >::Result(std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > const&)
yb::Result<yb::ChildTransactionDataPB>::Result(yb::ChildTransactionDataPB const&)
Line
Count
Source
103
66.3k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<std::__1::shared_ptr<yb::client::YBqlWriteOp> >::Result(std::__1::shared_ptr<yb::client::YBqlWriteOp> const&)
Line
Count
Source
103
19.0k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
Unexecuted instantiation: yb::Result<google::protobuf::RepeatedPtrField<yb::master::SnapshotInfoPB> >::Result(google::protobuf::RepeatedPtrField<yb::master::SnapshotInfoPB> const&)
Unexecuted instantiation: yb::Result<google::protobuf::RepeatedPtrField<yb::master::ImportSnapshotMetaResponsePB_TableMetaPB> >::Result(google::protobuf::RepeatedPtrField<yb::master::ImportSnapshotMetaResponsePB_TableMetaPB> const&)
Unexecuted instantiation: yb::Result<google::protobuf::RepeatedPtrField<yb::master::SnapshotScheduleInfoPB> >::Result(google::protobuf::RepeatedPtrField<yb::master::SnapshotScheduleInfoPB> const&)
yb::Result<rapidjson::GenericValue<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator> > const&>::Result(rapidjson::GenericValue<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator> > const&)
Line
Count
Source
103
48
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<rapidjson::GenericValue<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator> >&>::Result(rapidjson::GenericValue<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator> >&)
Line
Count
Source
103
22
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::master::GetNamespaceInfoResponsePB>::Result(yb::master::GetNamespaceInfoResponsePB const&)
Line
Count
Source
103
5.72k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<scoped_refptr<yb::pggate::PgTableDesc> >::Result(scoped_refptr<yb::pggate::PgTableDesc> const&)
Line
Count
Source
103
16.5M
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::pggate::PgColumn const&>::Result(yb::pggate::PgColumn const&)
Line
Count
Source
103
22.3M
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::docdb::DocKey>::Result(yb::docdb::DocKey const&)
Line
Count
Source
103
178
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::pggate::PgColumn&>::Result(yb::pggate::PgColumn&)
Line
Count
Source
103
54.6M
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::OpId>::Result(yb::OpId const&)
Line
Count
Source
103
40.8M
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
Unexecuted instantiation: yb::Result<yb::master::NamespaceIdentifierPB const&>::Result(yb::master::NamespaceIdentifierPB const&)
yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::master::NamespaceIdentifierPB, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::NamespaceIdentifierPB> > > const&>::Result(std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::master::NamespaceIdentifierPB, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::NamespaceIdentifierPB> > > const&)
Line
Count
Source
103
1
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<unsigned int>::Result(unsigned int const&)
Line
Count
Source
103
157k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::QLTableColumn const&>::Result(yb::QLTableColumn const&)
Line
Count
Source
103
7.20M
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::ColumnSchema const&>::Result(yb::ColumnSchema const&)
Line
Count
Source
103
66.1M
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::ql::ParseTree const&>::Result(yb::ql::ParseTree const&)
Line
Count
Source
103
9.12M
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<std::__1::shared_ptr<yb::client::TableHandle> >::Result(std::__1::shared_ptr<yb::client::TableHandle> const&)
Line
Count
Source
103
1.10k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<boost::shared_ptr<boost::date_time::time_zone_base<boost::posix_time::ptime, char> > >::Result(boost::shared_ptr<boost::date_time::time_zone_base<boost::posix_time::ptime, char> > const&)
Line
Count
Source
103
32
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::StackTrace>::Result(yb::StackTrace const&)
Line
Count
Source
103
6.77k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
Unexecuted instantiation: yb::Result<double>::Result(double const&)
yb::Result<yb::QLWriteRequestPB*>::Result(yb::QLWriteRequestPB* const&)
Line
Count
Source
103
39.0k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<rocksdb::CompressionType>::Result(rocksdb::CompressionType const&)
Line
Count
Source
103
544k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<rocksdb::KeyValueEncodingFormat>::Result(rocksdb::KeyValueEncodingFormat const&)
Line
Count
Source
103
196k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::docdb::KeyBytes>::Result(yb::docdb::KeyBytes const&)
Line
Count
Source
103
37.9M
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::MonoDelta>::Result(yb::MonoDelta const&)
Line
Count
Source
103
760M
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::DocHybridTime>::Result(yb::DocHybridTime const&)
Line
Count
Source
103
747M
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::docdb::SubDocument*>::Result(yb::docdb::SubDocument* const&)
Line
Count
Source
103
712M
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
yb::Result<yb::CommitMetadata>::Result(yb::CommitMetadata const&)
Line
Count
Source
103
709k
  Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT
104
105
  template <class UValue,
106
            class = std::enable_if_t<std::is_convertible<const UValue&, const TValue&>::value>>
107
  Result(const UValue& value) // NOLINT
108
1.85M
      : success_(true), value_(Traits::ToStored(value)) {}
yb::Result<boost::optional<yb::master::ReplicationInfoPB> >::Result<boost::none_t, void>(boost::none_t const&)
Line
Count
Source
108
928k
      : success_(true), value_(Traits::ToStored(value)) {}
yb::Result<boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::Result<boost::none_t, void>(boost::none_t const&)
Line
Count
Source
108
865k
      : success_(true), value_(Traits::ToStored(value)) {}
Unexecuted instantiation: yb::Result<unsigned long long>::Result<unsigned long, void>(unsigned long const&)
yb::Result<boost::optional<yb::StronglyTypedUuid<yb::TransactionId_Tag> > >::Result<boost::none_t, void>(boost::none_t const&)
Line
Count
Source
108
72
      : success_(true), value_(Traits::ToStored(value)) {}
yb::Result<boost::optional<yb::docdb::SubDocument> >::Result<boost::none_t, void>(boost::none_t const&)
Line
Count
Source
108
64.3k
      : success_(true), value_(Traits::ToStored(value)) {}
yb::Result<boost::optional<yb::docdb::Expiration> >::Result<boost::none_t, void>(boost::none_t const&)
Line
Count
Source
108
52
      : success_(true), value_(Traits::ToStored(value)) {}
109
110
  Result(typename Traits::RValueReference value) // NOLINT
111
28.7G
      : success_(true), value_(std::move(value)) {}
Unexecuted instantiation: yb::Result<signed char>::Result(signed char&&)
Unexecuted instantiation: yb::Result<short>::Result(short&&)
yb::Result<int>::Result(int&&)
Line
Count
Source
111
3.78M
      : success_(true), value_(std::move(value)) {}
yb::Result<long long>::Result(long long&&)
Line
Count
Source
111
5.47G
      : success_(true), value_(std::move(value)) {}
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::RandomAccessFileReader, std::__1::default_delete<rocksdb::RandomAccessFileReader> > >::Result(std::__1::unique_ptr<rocksdb::RandomAccessFileReader, std::__1::default_delete<rocksdb::RandomAccessFileReader> >&&)
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::TableReader, std::__1::default_delete<rocksdb::TableReader> > >::Result(std::__1::unique_ptr<rocksdb::TableReader, std::__1::default_delete<rocksdb::TableReader> >&&)
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::WritableFileWriter, std::__1::default_delete<rocksdb::WritableFileWriter> > >::Result(std::__1::unique_ptr<rocksdb::WritableFileWriter, std::__1::default_delete<rocksdb::WritableFileWriter> >&&)
yb::Result<yb::HybridTime>::Result(yb::HybridTime&&)
Line
Count
Source
111
113M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::DocHybridTime>::Result(yb::DocHybridTime&&)
Line
Count
Source
111
2.22G
      : success_(true), value_(std::move(value)) {}
yb::Result<char*>::Result(char*&&)
Line
Count
Source
111
7.17k
      : success_(true), value_(std::move(value)) {}
yb::Result<unsigned long long>::Result(unsigned long long&&)
Line
Count
Source
111
82.5M
      : success_(true), value_(std::move(value)) {}
Unexecuted instantiation: yb::Result<yb::tools::DataPatcherAction>::Result(yb::tools::DataPatcherAction&&)
yb-admin_cli.cc:yb::Result<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::ListTabletsFlags> > >::Result(std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::ListTabletsFlags> >&&)
Line
Count
Source
111
4
      : success_(true), value_(std::move(value)) {}
Unexecuted instantiation: yb-admin_cli.cc:yb::Result<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::AddIndexes> > >::Result(std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::AddIndexes> >&&)
Unexecuted instantiation: yb::Result<std::__1::pair<int, bool> >::Result(std::__1::pair<int, bool>&&)
yb::Result<std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> > >::Result(std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> >&&)
Line
Count
Source
111
888
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::client::YBTableName>::Result(yb::client::YBTableName&&)
Line
Count
Source
111
4.14k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag> >::Result(yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag>&&)
Line
Count
Source
111
80
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >::Result(yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag>&&)
Line
Count
Source
111
560
      : success_(true), value_(std::move(value)) {}
Unexecuted instantiation: yb::Result<yb::master::CatalogManagerIf*>::Result(yb::master::CatalogManagerIf*&&)
yb::Result<unsigned long>::Result(unsigned long&&)
Line
Count
Source
111
296M
      : success_(true), value_(std::move(value)) {}
Unexecuted instantiation: yb::Result<yb::tserver::ReadRequestPB>::Result(yb::tserver::ReadRequestPB&&)
yb::Result<std::__1::pair<unsigned short, unsigned short> >::Result(std::__1::pair<unsigned short, unsigned short>&&)
Line
Count
Source
111
20
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > > >::Result(std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > >&&)
Line
Count
Source
111
1.38M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::tserver::GetSplitKeyResponsePB>::Result(yb::tserver::GetSplitKeyResponsePB&&)
Line
Count
Source
111
1
      : success_(true), value_(std::move(value)) {}
yb::Result<bool>::Result(bool&&)
Line
Count
Source
111
8.17G
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::Result(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&&)
Line
Count
Source
111
5.57M
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::vector<std::__1::shared_ptr<yb::tablet::TabletPeer>, std::__1::allocator<std::__1::shared_ptr<yb::tablet::TabletPeer> > > >::Result(std::__1::vector<std::__1::shared_ptr<yb::tablet::TabletPeer>, std::__1::allocator<std::__1::shared_ptr<yb::tablet::TabletPeer> > >&&)
Line
Count
Source
111
3
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >::Result(std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&&)
Line
Count
Source
111
1.09k
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::vector<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB, std::__1::allocator<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB> > >::Result(std::__1::vector<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB, std::__1::allocator<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB> >&&)
Line
Count
Source
111
4
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::CassandraSession>::Result(yb::CassandraSession&&)
Line
Count
Source
111
206
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::CassandraResult>::Result(yb::CassandraResult&&)
Line
Count
Source
111
148
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::CassandraPrepared>::Result(yb::CassandraPrepared&&)
Line
Count
Source
111
620
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::rpc::ProcessCallsResult>::Result(yb::rpc::ProcessCallsResult&&)
Line
Count
Source
111
159M
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::vector<yb::HostPortPB, std::__1::allocator<yb::HostPortPB> > >::Result(std::__1::vector<yb::HostPortPB, std::__1::allocator<yb::HostPortPB> >&&)
Line
Count
Source
111
228
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::shared_ptr<yb::client::YBTable> >::Result(std::__1::shared_ptr<yb::client::YBTable>&&)
Line
Count
Source
111
421k
      : success_(true), value_(std::move(value)) {}
yb::Result<long>::Result(long&&)
Line
Count
Source
111
2.05M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::SharedMemoryObject<yb::tserver::TServerSharedData> >::Result(yb::SharedMemoryObject<yb::tserver::TServerSharedData>&&)
Line
Count
Source
111
23.4k
      : success_(true), value_(std::move(value)) {}
Unexecuted instantiation: yb::Result<std::__1::vector<unsigned long long, std::__1::allocator<unsigned long long> > >::Result(std::__1::vector<unsigned long long, std::__1::allocator<unsigned long long> >&&)
yb::Result<yb::tserver::PgClientSessionLocker>::Result(yb::tserver::PgClientSessionLocker&&)
Line
Count
Source
111
2.48M
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::vector<std::__1::shared_ptr<yb::client::YBPgsqlOp>, std::__1::allocator<std::__1::shared_ptr<yb::client::YBPgsqlOp> > > >::Result(std::__1::vector<std::__1::shared_ptr<yb::client::YBPgsqlOp>, std::__1::allocator<std::__1::shared_ptr<yb::client::YBPgsqlOp> > >&&)
Line
Count
Source
111
2.17M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::client::YBSession*>::Result(yb::client::YBSession*&&)
Line
Count
Source
111
2.17M
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >::Result(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&&)
Line
Count
Source
111
170k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::IsolationLevel>::Result(yb::IsolationLevel&&)
Line
Count
Source
111
3.61M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::ReadHybridTime>::Result(yb::ReadHybridTime&&)
Line
Count
Source
111
18.8M
      : success_(true), value_(std::move(value)) {}
yb::Result<google::protobuf::RepeatedPtrField<yb::tablet::FilePB> >::Result(google::protobuf::RepeatedPtrField<yb::tablet::FilePB>&&)
Line
Count
Source
111
1.60k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::tserver::LeaderTabletPeer>::Result(yb::tserver::LeaderTabletPeer&&)
Line
Count
Source
111
5.05M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::tserver::TabletPeerTablet>::Result(yb::tserver::TabletPeerTablet&&)
Line
Count
Source
111
41.2M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::tserver::TabletServerOptions>::Result(yb::tserver::TabletServerOptions&&)
Line
Count
Source
111
9.28k
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::shared_ptr<yb::consensus::RaftConsensus> >::Result(std::__1::shared_ptr<yb::consensus::RaftConsensus>&&)
Line
Count
Source
111
27.0M
      : success_(true), value_(std::move(value)) {}
yb::Result<scoped_refptr<yb::tserver::TransitionInProgressDeleter> >::Result(scoped_refptr<yb::tserver::TransitionInProgressDeleter>&&)
Line
Count
Source
111
140k
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::shared_ptr<yb::tablet::TabletPeer> >::Result(std::__1::shared_ptr<yb::tablet::TabletPeer>&&)
Line
Count
Source
111
282k
      : success_(true), value_(std::move(value)) {}
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::tserver::enterprise::CDCConsumer, std::__1::default_delete<yb::tserver::enterprise::CDCConsumer> > >::Result(std::__1::unique_ptr<yb::tserver::enterprise::CDCConsumer, std::__1::default_delete<yb::tserver::enterprise::CDCConsumer> >&&)
yb::Result<unsigned short>::Result(unsigned short&&)
Line
Count
Source
111
6.64M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::Timestamp>::Result(yb::Timestamp&&)
Line
Count
Source
111
1.34k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::ql::audit::LogEntry>::Result(yb::ql::audit::LogEntry&&)
Line
Count
Source
111
13.5k
      : success_(true), value_(std::move(value)) {}
yb::Result<unsigned char*>::Result(unsigned char*&&)
Line
Count
Source
111
146M
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::unique_ptr<yb::tserver::MiniTabletServer, std::__1::default_delete<yb::tserver::MiniTabletServer> > >::Result(std::__1::unique_ptr<yb::tserver::MiniTabletServer, std::__1::default_delete<yb::tserver::MiniTabletServer> >&&)
Line
Count
Source
111
35
      : success_(true), value_(std::move(value)) {}
yb::Result<rapidjson::GenericDocument<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator>, rapidjson::CrtAllocator> >::Result(rapidjson::GenericDocument<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator>, rapidjson::CrtAllocator>&&)
Line
Count
Source
111
172
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::shared_ptr<yb::ql::PTExpr> >::Result(std::__1::shared_ptr<yb::ql::PTExpr>&&)
Line
Count
Source
111
362
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::ql::QueryPagingState*>::Result(yb::ql::QueryPagingState*&&)
Line
Count
Source
111
7.50M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::TransactionStatusResult>::Result(yb::TransactionStatusResult&&)
Line
Count
Source
111
1.88M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::UnsignedIntSet<unsigned int> >::Result(yb::UnsignedIntSet<unsigned int>&&)
Line
Count
Source
111
6.13M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::ScopedRWOperationPause>::Result(yb::ScopedRWOperationPause&&)
Line
Count
Source
111
499k
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::unique_ptr<pg_conn, yb::pgwrapper::PGConnClose> >::Result(std::__1::unique_ptr<pg_conn, yb::pgwrapper::PGConnClose>&&)
Line
Count
Source
111
1.91k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::PgsqlBackfillSpecPB>::Result(yb::PgsqlBackfillSpecPB&&)
Line
Count
Source
111
2.24k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::tablet::TabletScopedRWOperationPauses>::Result(yb::tablet::TabletScopedRWOperationPauses&&)
Line
Count
Source
111
249k
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::shared_ptr<yb::client::YBSession> >::Result(std::__1::shared_ptr<yb::client::YBSession>&&)
Line
Count
Source
111
2.50k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::tablet::DocDbOpIds>::Result(yb::tablet::DocDbOpIds&&)
Line
Count
Source
111
39.7M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::TransactionOperationContext>::Result(yb::TransactionOperationContext&&)
Line
Count
Source
111
14.3M
      : success_(true), value_(std::move(value)) {}
yb::Result<scoped_refptr<yb::tablet::RaftGroupMetadata> >::Result(scoped_refptr<yb::tablet::RaftGroupMetadata>&&)
Line
Count
Source
111
150k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::tablet::ScopedReadOperation>::Result(yb::tablet::ScopedReadOperation&&)
Line
Count
Source
111
10.0M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::StronglyTypedBool<yb::tablet::NeedsRecovery_Tag> >::Result(yb::StronglyTypedBool<yb::tablet::NeedsRecovery_Tag>&&)
Line
Count
Source
111
150k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::tablet::FixedHybridTimeLease>::Result(yb::tablet::FixedHybridTimeLease&&)
Line
Count
Source
111
73.2M
      : success_(true), value_(std::move(value)) {}
yb::Result<scoped_refptr<yb::tablet::OperationDriver> >::Result(scoped_refptr<yb::tablet::OperationDriver>&&)
Line
Count
Source
111
31.4M
      : success_(true), value_(std::move(value)) {}
Unexecuted instantiation: yb::Result<yb::docdb::ApplyTransactionStatePB>::Result(yb::docdb::ApplyTransactionStatePB&&)
yb::Result<yb::docdb::ApplyTransactionState>::Result(yb::docdb::ApplyTransactionState&&)
Line
Count
Source
111
147
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::TransactionMetadata>::Result(yb::TransactionMetadata&&)
Line
Count
Source
111
3.29M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::client::YBClient*>::Result(yb::client::YBClient*&&)
Line
Count
Source
111
492k
      : success_(true), value_(std::move(value)) {}
yb::Result<boost::container::small_vector<iovec, 4ul, void, void> >::Result(boost::container::small_vector<iovec, 4ul, void, void>&&)
Line
Count
Source
111
322M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::StronglyTypedBool<yb::rpc::ReadBufferFull_Tag> >::Result(yb::StronglyTypedBool<yb::rpc::ReadBufferFull_Tag>&&)
Line
Count
Source
111
199k
      : success_(true), value_(std::move(value)) {}
yb::Result<scoped_refptr<yb::Thread> >::Result(scoped_refptr<yb::Thread>&&)
Line
Count
Source
111
160k
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::unique_ptr<yb::rpc::Messenger, std::__1::default_delete<yb::rpc::Messenger> > >::Result(std::__1::unique_ptr<yb::rpc::Messenger, std::__1::default_delete<yb::rpc::Messenger> >&&)
Line
Count
Source
111
40.9k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::Slice>::Result(yb::Slice&&)
Line
Count
Source
111
198M
      : success_(true), value_(std::move(value)) {}
yb::Result<unsigned int>::Result(unsigned int&&)
Line
Count
Source
111
170M
      : success_(true), value_(std::move(value)) {}
yb::Result<unsigned char const* const*>::Result(unsigned char const* const*&&)
Line
Count
Source
111
17.9M
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::pair<yb::RefCntBuffer, yb::Slice> >::Result(std::__1::pair<yb::RefCntBuffer, yb::Slice>&&)
Line
Count
Source
111
10.6M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::Socket>::Result(yb::Socket&&)
Line
Count
Source
111
3.12M
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::unique_ptr<yb::rpc::Stream, std::__1::default_delete<yb::rpc::Stream> > >::Result(std::__1::unique_ptr<yb::rpc::Stream, std::__1::default_delete<yb::rpc::Stream> >&&)
Line
Count
Source
111
3.76M
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::shared_ptr<unsigned char const* const> >::Result(std::__1::shared_ptr<unsigned char const* const>&&)
Line
Count
Source
111
10.3M
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::unique_ptr<x509_st, yb::rpc::detail::X509Free> >::Result(std::__1::unique_ptr<x509_st, yb::rpc::detail::X509Free>&&)
Line
Count
Source
111
209
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::unique_ptr<evp_pkey_st, yb::rpc::detail::EVP_PKEYFree> >::Result(std::__1::unique_ptr<evp_pkey_st, yb::rpc::detail::EVP_PKEYFree>&&)
Line
Count
Source
111
26
      : success_(true), value_(std::move(value)) {}
secure_stream.cc:yb::Result<std::__1::unique_ptr<bio_st, yb::rpc::(anonymous namespace)::BIOFree> >::Result(std::__1::unique_ptr<bio_st, yb::rpc::(anonymous namespace)::BIOFree>&&)
Line
Count
Source
111
366
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::RefCntBuffer>::Result(yb::RefCntBuffer&&)
Line
Count
Source
111
70.7M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::rpc::ParsedRemoteMethod>::Result(yb::rpc::ParsedRemoteMethod&&)
Line
Count
Source
111
38.9M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::OpId>::Result(yb::OpId&&)
Line
Count
Source
111
19.5M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::consensus::ReadOpsResult>::Result(yb::consensus::ReadOpsResult&&)
Line
Count
Source
111
25.4M
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::shared_ptr<yb::consensus::Peer> >::Result(std::__1::shared_ptr<yb::consensus::Peer>&&)
Line
Count
Source
111
123k
      : success_(true), value_(std::move(value)) {}
yb::Result<scoped_refptr<yb::consensus::LeaderElection> >::Result(scoped_refptr<yb::consensus::LeaderElection>&&)
Line
Count
Source
111
737k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::consensus::RaftConsensus::UpdateReplicaResult>::Result(yb::consensus::RaftConsensus::UpdateReplicaResult&&)
Line
Count
Source
111
25.5M
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > >::Result(std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >&&)
Line
Count
Source
111
61.4k
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::vector<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >, std::__1::allocator<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > > > >::Result(std::__1::vector<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >, std::__1::allocator<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > > >&&)
Line
Count
Source
111
67.8k
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::vector<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>, std::__1::allocator<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> > > >::Result(std::__1::vector<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>, std::__1::allocator<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> > >&&)
Line
Count
Source
111
17.2k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::PhysicalTime>::Result(yb::PhysicalTime&&)
Line
Count
Source
111
212M
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::unique_ptr<yb::rpc::SecureContext, std::__1::default_delete<yb::rpc::SecureContext> > >::Result(std::__1::unique_ptr<yb::rpc::SecureContext, std::__1::default_delete<yb::rpc::SecureContext> >&&)
Line
Count
Source
111
379
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::master::AsyncGetTabletSplitKey::Data>::Result(yb::master::AsyncGetTabletSplitKey::Data&&)
Line
Count
Source
111
142
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::array<yb::PartitionPB, 2ul> >::Result(std::__1::array<yb::PartitionPB, 2ul>&&)
Line
Count
Source
111
142
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::unordered_map<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag>, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, boost::hash<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> const, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >::Result(std::__1::unordered_map<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag>, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, boost::hash<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> const, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > >&&)
Line
Count
Source
111
15.4k
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<yb::master::ReplicationInfoPB>, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<yb::master::ReplicationInfoPB> > > > > >::Result(std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<yb::master::ReplicationInfoPB>, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<yb::master::ReplicationInfoPB> > > > >&&)
Line
Count
Source
111
7.97k
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >::Result(std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > >&&)
Line
Count
Source
111
201
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::vector<scoped_refptr<yb::master::TableInfo>, std::__1::allocator<scoped_refptr<yb::master::TableInfo> > > >::Result(std::__1::vector<scoped_refptr<yb::master::TableInfo>, std::__1::allocator<scoped_refptr<yb::master::TableInfo> > >&&)
Line
Count
Source
111
3.38k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::master::TableDescription>::Result(yb::master::TableDescription&&)
Line
Count
Source
111
45
      : success_(true), value_(std::move(value)) {}
yb::Result<scoped_refptr<yb::master::TabletInfo> >::Result(scoped_refptr<yb::master::TabletInfo>&&)
Line
Count
Source
111
86
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::vector<std::__1::shared_ptr<yb::master::TSDescriptor>, std::__1::allocator<std::__1::shared_ptr<yb::master::TSDescriptor> > > >::Result(std::__1::vector<std::__1::shared_ptr<yb::master::TSDescriptor>, std::__1::allocator<std::__1::shared_ptr<yb::master::TSDescriptor> > >&&)
Line
Count
Source
111
3.86k
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::vector<yb::master::TableDescription, std::__1::allocator<yb::master::TableDescription> > >::Result(std::__1::vector<yb::master::TableDescription, std::__1::allocator<yb::master::TableDescription> >&&)
Line
Count
Source
111
51
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::unordered_set<yb::HostPort, yb::HostPortHash, std::__1::equal_to<yb::HostPort>, std::__1::allocator<yb::HostPort> > >::Result(std::__1::unordered_set<yb::HostPort, yb::HostPortHash, std::__1::equal_to<yb::HostPort>, std::__1::allocator<yb::HostPort> >&&)
Line
Count
Source
111
255k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::master::TSDescriptor*>::Result(yb::master::TSDescriptor*&&)
Line
Count
Source
111
3.96M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::encryption::UniverseKeyRegistryPB>::Result(yb::encryption::UniverseKeyRegistryPB&&)
Line
Count
Source
111
80
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::master::MasterOptions>::Result(yb::master::MasterOptions&&)
Line
Count
Source
111
6.93k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotId_Tag> >::Result(yb::StronglyTypedUuid<yb::TxnSnapshotId_Tag>&&)
Line
Count
Source
111
81
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::master::SysSnapshotEntryPB>::Result(yb::master::SysSnapshotEntryPB&&)
Line
Count
Source
111
94
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::master::SnapshotScheduleOptionsPB>::Result(yb::master::SnapshotScheduleOptionsPB&&)
Line
Count
Source
111
33
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::docdb::KeyBytes>::Result(yb::docdb::KeyBytes&&)
Line
Count
Source
111
30.3k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::master::SnapshotScheduleOperation>::Result(yb::master::SnapshotScheduleOperation&&)
Line
Count
Source
111
1
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::tablet::CreateSnapshotData>::Result(yb::tablet::CreateSnapshotData&&)
Line
Count
Source
111
45
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::master::SysSnapshotEntryPB_State>::Result(yb::master::SysSnapshotEntryPB_State&&)
Line
Count
Source
111
18
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::master::DdlLogEntryPB>::Result(yb::master::DdlLogEntryPB&&)
Line
Count
Source
111
3
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::HostPort>::Result(yb::HostPort&&)
Line
Count
Source
111
89.2k
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::shared_ptr<yb::QLRowBlock> >::Result(std::__1::shared_ptr<yb::QLRowBlock>&&)
Line
Count
Source
111
247k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::master::YQLPartitionsVTable::TabletData>::Result(yb::master::YQLPartitionsVTable::TabletData&&)
Line
Count
Source
111
69.6k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::tserver::TabletSnapshotOpResponsePB const&>::Result(yb::tserver::TabletSnapshotOpResponsePB const*&&)
Line
Count
Source
111
35
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::master::SysRowEntries>::Result(yb::master::SysRowEntries&&)
Line
Count
Source
111
41
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::master::SysTablesEntryPB>::Result(yb::master::SysTablesEntryPB&&)
Line
Count
Source
111
8.36k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::master::SysNamespaceEntryPB>::Result(yb::master::SysNamespaceEntryPB&&)
Line
Count
Source
111
133
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::master::SysTabletsEntryPB>::Result(yb::master::SysTabletsEntryPB&&)
Line
Count
Source
111
402
      : success_(true), value_(std::move(value)) {}
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::master::CDCRpcTasks> >::Result(std::__1::shared_ptr<yb::master::CDCRpcTasks>&&)
Unexecuted instantiation: yb::Result<google::protobuf::RepeatedPtrField<yb::master::TabletLocationsPB> >::Result(google::protobuf::RepeatedPtrField<yb::master::TabletLocationsPB>&&)
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName> > > >::Result(std::__1::vector<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName> > >&&)
Unexecuted instantiation: yb::Result<std::__1::vector<yb::master::enterprise::CDCConsumerStreamInfo, std::__1::allocator<yb::master::enterprise::CDCConsumerStreamInfo> > >::Result(std::__1::vector<yb::master::enterprise::CDCConsumerStreamInfo, std::__1::allocator<yb::master::enterprise::CDCConsumerStreamInfo> >&&)
yb::Result<std::__1::unique_ptr<yb::client::YBClient, std::__1::default_delete<yb::client::YBClient> > >::Result(std::__1::unique_ptr<yb::client::YBClient, std::__1::default_delete<yb::client::YBClient> >&&)
Line
Count
Source
111
30.7k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::client::YBTableInfo>::Result(yb::client::YBTableInfo&&)
Line
Count
Source
111
58
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::vector<yb::master::NamespaceIdentifierPB, std::__1::allocator<yb::master::NamespaceIdentifierPB> > >::Result(std::__1::vector<yb::master::NamespaceIdentifierPB, std::__1::allocator<yb::master::NamespaceIdentifierPB> >&&)
Line
Count
Source
111
5.06k
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::vector<yb::master::TablegroupIdentifierPB, std::__1::allocator<yb::master::TablegroupIdentifierPB> > >::Result(std::__1::vector<yb::master::TablegroupIdentifierPB, std::__1::allocator<yb::master::TablegroupIdentifierPB> >&&)
Line
Count
Source
111
5
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::vector<yb::client::YBTabletServer, std::__1::allocator<yb::client::YBTabletServer> > >::Result(std::__1::vector<yb::client::YBTabletServer, std::__1::allocator<yb::client::YBTabletServer> >&&)
Line
Count
Source
111
2
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::vector<yb::client::YBTabletServerPlacementInfo, std::__1::allocator<yb::client::YBTabletServerPlacementInfo> > >::Result(std::__1::vector<yb::client::YBTabletServerPlacementInfo, std::__1::allocator<yb::client::YBTabletServerPlacementInfo> >&&)
Line
Count
Source
111
8
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::client::TransactionStatusTablets>::Result(yb::client::TransactionStatusTablets&&)
Line
Count
Source
111
3.30k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::IndexPermissions>::Result(yb::IndexPermissions&&)
Line
Count
Source
111
1.04k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::master::GetTableLocationsResponsePB*>::Result(yb::master::GetTableLocationsResponsePB*&&)
Line
Count
Source
111
134k
      : success_(true), value_(std::move(value)) {}
Unexecuted instantiation: yb::Result<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >::Result(std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > >&&)
yb::Result<yb::client::YBTableType>::Result(yb::client::YBTableType&&)
Line
Count
Source
111
140k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::ChildTransactionResultPB>::Result(yb::ChildTransactionResultPB&&)
Line
Count
Source
111
13.7k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::client::ChildTransactionData>::Result(yb::client::ChildTransactionData&&)
Line
Count
Source
111
13.8k
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::shared_ptr<yb::client::YBTransaction> >::Result(std::__1::shared_ptr<yb::client::YBTransaction>&&)
Line
Count
Source
111
146k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::QLRowBlock>::Result(yb::QLRowBlock&&)
Line
Count
Source
111
796
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > >::Result(std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> >&&)
Line
Count
Source
111
29.5M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::pgwrapper::PgProcessConf>::Result(yb::pgwrapper::PgProcessConf&&)
Line
Count
Source
111
1.99k
      : success_(true), value_(std::move(value)) {}
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::client::YBqlWriteOp> >::Result(std::__1::shared_ptr<yb::client::YBqlWriteOp>&&)
Unexecuted instantiation: yb::Result<std::__1::map<int, int, std::__1::less<int>, std::__1::allocator<std::__1::pair<int const, int> > > >::Result(std::__1::map<int, int, std::__1::less<int>, std::__1::allocator<std::__1::pair<int const, int> > >&&)
Unexecuted instantiation: yb::Result<yb::master::MasterBackupProxy>::Result(yb::master::MasterBackupProxy&&)
yb::Result<std::__1::unique_ptr<yb::encryption::EncryptionParams, std::__1::default_delete<yb::encryption::EncryptionParams> > >::Result(std::__1::unique_ptr<yb::encryption::EncryptionParams, std::__1::default_delete<yb::encryption::EncryptionParams> >&&)
Line
Count
Source
111
218
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::encryption::FileEncryptionStatus>::Result(yb::encryption::FileEncryptionStatus&&)
Line
Count
Source
111
2.55M
      : success_(true), value_(std::move(value)) {}
yb::Result<boost::optional<unsigned short> >::Result(boost::optional<unsigned short>&&)
Line
Count
Source
111
21.5M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::docdb::DecodedIntentKey>::Result(yb::docdb::DecodedIntentKey&&)
Line
Count
Source
111
6.14M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::docdb::DecodedIntentValue>::Result(yb::docdb::DecodedIntentValue&&)
Line
Count
Source
111
68.7M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::pggate::PgApiContext::MessengerHolder>::Result(yb::pggate::PgApiContext::MessengerHolder&&)
Line
Count
Source
111
6.09k
      : success_(true), value_(std::move(value)) {}
yb::Result<scoped_refptr<yb::pggate::PgTableDesc> >::Result(scoped_refptr<yb::pggate::PgTableDesc>&&)
Line
Count
Source
111
383k
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::pair<unsigned int, unsigned int> >::Result(std::__1::pair<unsigned int, unsigned int>&&)
Line
Count
Source
111
805
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::pair<long long, bool> >::Result(std::__1::pair<long long, bool>&&)
Line
Count
Source
111
3.23k
      : success_(true), value_(std::move(value)) {}
pg_session.cc:yb::Result<yb::pggate::(anonymous namespace)::SessionType>::Result(yb::pggate::(anonymous namespace)::SessionType&&)
Line
Count
Source
111
20.4M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::pggate::PerformFuture>::Result(yb::pggate::PerformFuture&&)
Line
Count
Source
111
8.91M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::docdb::PrimitiveValue>::Result(yb::docdb::PrimitiveValue&&)
Line
Count
Source
111
27
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::StronglyTypedBool<yb::pggate::RequestSent_Tag> >::Result(yb::StronglyTypedBool<yb::pggate::RequestSent_Tag>&&)
Line
Count
Source
111
8.79M
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::list<yb::pggate::PgDocResult, std::__1::allocator<yb::pggate::PgDocResult> > >::Result(std::__1::list<yb::pggate::PgDocResult, std::__1::allocator<yb::pggate::PgDocResult> >&&)
Line
Count
Source
111
3.42M
      : success_(true), value_(std::move(value)) {}
yb::Result<PgColumnInfo>::Result(PgColumnInfo&&)
Line
Count
Source
111
83.9M
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> > >::Result(std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> >&&)
Line
Count
Source
111
164
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> > > > > >::Result(std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> > > > >&&)
Line
Count
Source
111
223
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::ExternalMaster*>::Result(yb::ExternalMaster*&&)
Line
Count
Source
111
1
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::vector<yb::tserver::ListTabletsForTabletServerResponsePB_Entry, std::__1::allocator<yb::tserver::ListTabletsForTabletServerResponsePB_Entry> > >::Result(std::__1::vector<yb::tserver::ListTabletsForTabletServerResponsePB_Entry, std::__1::allocator<yb::tserver::ListTabletsForTabletServerResponsePB_Entry> >&&)
Line
Count
Source
111
881
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::tserver::ListTabletsResponsePB>::Result(yb::tserver::ListTabletsResponsePB&&)
Line
Count
Source
111
3
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::master::MiniMaster*>::Result(yb::master::MiniMaster*&&)
Line
Count
Source
111
55.6k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::client::TableHandle>::Result(yb::client::TableHandle&&)
Line
Count
Source
111
157
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::vector<unsigned int, std::__1::allocator<unsigned int> > >::Result(std::__1::vector<unsigned int, std::__1::allocator<unsigned int> >&&)
Line
Count
Source
111
14
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::tools::TypedNamespaceName>::Result(yb::tools::TypedNamespaceName&&)
Line
Count
Source
111
23
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::master::ListMastersResponsePB>::Result(yb::master::ListMastersResponsePB&&)
Line
Count
Source
111
36
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::consensus::LeaderStepDownResponsePB>::Result(yb::consensus::LeaderStepDownResponsePB&&)
Line
Count
Source
111
4
      : success_(true), value_(std::move(value)) {}
Unexecuted instantiation: yb::Result<yb::consensus::RunLeaderElectionResponsePB>::Result(yb::consensus::RunLeaderElectionResponsePB&&)
yb::Result<yb::consensus::ChangeConfigResponsePB>::Result(yb::consensus::ChangeConfigResponsePB&&)
Line
Count
Source
111
6
      : success_(true), value_(std::move(value)) {}
Unexecuted instantiation: yb::Result<yb::master::DumpMasterStateResponsePB>::Result(yb::master::DumpMasterStateResponsePB&&)
Unexecuted instantiation: yb::Result<yb::master::GetLoadMovePercentResponsePB>::Result(yb::master::GetLoadMovePercentResponsePB&&)
yb::Result<yb::master::GetTabletLocationsResponsePB>::Result(yb::master::GetTabletLocationsResponsePB&&)
Line
Count
Source
111
268
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, int> > > >::Result(std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, int> > >&&)
Line
Count
Source
111
130
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::master::ListTabletServersResponsePB>::Result(yb::master::ListTabletServersResponsePB&&)
Line
Count
Source
111
2
      : success_(true), value_(std::move(value)) {}
Unexecuted instantiation: yb::Result<yb::tserver::GetLogLocationResponsePB>::Result(yb::tserver::GetLogLocationResponsePB&&)
yb::Result<yb::master::LaunchBackfillIndexForTableResponsePB>::Result(yb::master::LaunchBackfillIndexForTableResponsePB&&)
Line
Count
Source
111
2
      : success_(true), value_(std::move(value)) {}
Unexecuted instantiation: yb::Result<yb::tserver::ListTabletsForTabletServerResponsePB>::Result(yb::tserver::ListTabletsForTabletServerResponsePB&&)
Unexecuted instantiation: yb::Result<yb::master::ChangeLoadBalancerStateResponsePB>::Result(yb::master::ChangeLoadBalancerStateResponsePB&&)
Unexecuted instantiation: yb::Result<yb::master::GetLoadBalancerStateResponsePB>::Result(yb::master::GetLoadBalancerStateResponsePB&&)
Unexecuted instantiation: yb::Result<yb::master::FlushSysCatalogResponsePB>::Result(yb::master::FlushSysCatalogResponsePB&&)
Unexecuted instantiation: yb::Result<yb::master::CompactSysCatalogResponsePB>::Result(yb::master::CompactSysCatalogResponsePB&&)
yb::Result<yb::master::IsMasterLeaderReadyResponsePB>::Result(yb::master::IsMasterLeaderReadyResponsePB&&)
Line
Count
Source
111
47
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::master::ChangeMasterClusterConfigResponsePB>::Result(yb::master::ChangeMasterClusterConfigResponsePB&&)
Line
Count
Source
111
40
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::master::IsInitDbDoneResponsePB>::Result(yb::master::IsInitDbDoneResponsePB&&)
Line
Count
Source
111
2
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::tserver::UpgradeYsqlResponsePB>::Result(yb::tserver::UpgradeYsqlResponsePB&&)
Line
Count
Source
111
2
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::master::GetMasterClusterConfigResponsePB>::Result(yb::master::GetMasterClusterConfigResponsePB&&)
Line
Count
Source
111
54
      : success_(true), value_(std::move(value)) {}
Unexecuted instantiation: yb::Result<yb::master::SplitTabletResponsePB>::Result(yb::master::SplitTabletResponsePB&&)
Unexecuted instantiation: yb::Result<yb::master::DisableTabletSplittingResponsePB>::Result(yb::master::DisableTabletSplittingResponsePB&&)
Unexecuted instantiation: yb::Result<yb::master::IsTabletSplittingCompleteResponsePB>::Result(yb::master::IsTabletSplittingCompleteResponsePB&&)
yb::Result<yb::tools::TableNameResolver>::Result(yb::tools::TableNameResolver&&)
Line
Count
Source
111
19
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::rpc_test::TrivialResponsePB>::Result(yb::rpc_test::TrivialResponsePB&&)
Line
Count
Source
111
1
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::shared_ptr<yb::tablet::Tablet> >::Result(std::__1::shared_ptr<yb::tablet::Tablet>&&)
Line
Count
Source
111
6
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::IndexInfo const*>::Result(yb::IndexInfo const*&&)
Line
Count
Source
111
58.4k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::PlacementInfoConverter::Placement>::Result(yb::PlacementInfoConverter::Placement&&)
Line
Count
Source
111
421
      : success_(true), value_(std::move(value)) {}
Unexecuted instantiation: yb::Result<yb::StronglyTypedUuid<yb::ClientId_Tag> >::Result(yb::StronglyTypedUuid<yb::ClientId_Tag>&&)
yb::Result<yb::ColumnId>::Result(yb::ColumnId&&)
Line
Count
Source
111
1.13M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::StronglyTypedUuid<yb::TransactionId_Tag> >::Result(yb::StronglyTypedUuid<yb::TransactionId_Tag>&&)
Line
Count
Source
111
34.1M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::SubTransactionMetadata>::Result(yb::SubTransactionMetadata&&)
Line
Count
Source
111
4.54M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::UsePrivateIpMode>::Result(yb::UsePrivateIpMode&&)
Line
Count
Source
111
2.18M
      : success_(true), value_(std::move(value)) {}
yb::Result<rocksdb::FileNumbersHolder>::Result(rocksdb::FileNumbersHolder&&)
Line
Count
Source
111
178k
      : success_(true), value_(std::move(value)) {}
yb::Result<rocksdb::FileBoundaryValues<rocksdb::InternalKey> >::Result(rocksdb::FileBoundaryValues<rocksdb::InternalKey>&&)
Line
Count
Source
111
158M
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::unique_ptr<rocksdb::DB, std::__1::default_delete<rocksdb::DB> > >::Result(std::__1::unique_ptr<rocksdb::DB, std::__1::default_delete<rocksdb::DB> >&&)
Line
Count
Source
111
249
      : success_(true), value_(std::move(value)) {}
yb::Result<rocksdb::TableCache::TableReaderWithHandle>::Result(rocksdb::TableCache::TableReaderWithHandle&&)
Line
Count
Source
111
20.7M
      : success_(true), value_(std::move(value)) {}
yb::Result<rocksdb::BlockBasedTable::CachableEntry<rocksdb::IndexReader> >::Result(rocksdb::BlockBasedTable::CachableEntry<rocksdb::IndexReader>&&)
Line
Count
Source
111
22.5M
      : success_(true), value_(std::move(value)) {}
format.cc:yb::Result<rocksdb::(anonymous namespace)::ChecksumData>::Result(rocksdb::(anonymous namespace)::ChecksumData&&)
Line
Count
Source
111
4.18M
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::unique_ptr<rocksdb::MultiLevelIndexReader, std::__1::default_delete<rocksdb::MultiLevelIndexReader> > >::Result(std::__1::unique_ptr<rocksdb::MultiLevelIndexReader, std::__1::default_delete<rocksdb::MultiLevelIndexReader> >&&)
Line
Count
Source
111
76.1k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::cdc::SetCDCCheckpointResponsePB>::Result(yb::cdc::SetCDCCheckpointResponsePB&&)
Line
Count
Source
111
6
      : success_(true), value_(std::move(value)) {}
yb::Result<scoped_refptr<yb::client::internal::RemoteTablet> >::Result(scoped_refptr<yb::client::internal::RemoteTablet>&&)
Line
Count
Source
111
219
      : success_(true), value_(std::move(value)) {}
Unexecuted instantiation: yb::Result<yb::client::internal::RemoteTabletServer*>::Result(yb::client::internal::RemoteTabletServer*&&)
yb::Result<std::__1::shared_ptr<yb::cdc::StreamMetadata> >::Result(std::__1::shared_ptr<yb::cdc::StreamMetadata>&&)
Line
Count
Source
111
647
      : success_(true), value_(std::move(value)) {}
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::pair<unsigned long long, unsigned long>, std::__1::allocator<std::__1::pair<unsigned long long, unsigned long> > > >::Result(std::__1::vector<std::__1::pair<unsigned long long, unsigned long>, std::__1::allocator<std::__1::pair<unsigned long long, unsigned long> > >&&)
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::shared_ptr<yb::consensus::ReplicateMsg>, std::__1::allocator<std::__1::shared_ptr<yb::consensus::ReplicateMsg> > > >::Result(std::__1::vector<std::__1::shared_ptr<yb::consensus::ReplicateMsg>, std::__1::allocator<std::__1::shared_ptr<yb::consensus::ReplicateMsg> > >&&)
Unexecuted instantiation: yb::Result<boost::unordered::unordered_map<yb::StronglyTypedUuid<yb::TransactionId_Tag>, yb::TransactionStatusResult, boost::hash<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::TransactionId_Tag> const, yb::TransactionStatusResult> > > >::Result(boost::unordered::unordered_map<yb::StronglyTypedUuid<yb::TransactionId_Tag>, yb::TransactionStatusResult, boost::hash<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::TransactionId_Tag> const, yb::TransactionStatusResult> > >&&)
yb::Result<std::__1::pair<int, int> >::Result(std::__1::pair<int, int>&&)
Line
Count
Source
111
24
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::pgwrapper::PGConn>::Result(yb::pgwrapper::PGConn&&)
Line
Count
Source
111
418
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::unique_ptr<yb::encryption::BlockAccessCipherStream, std::__1::default_delete<yb::encryption::BlockAccessCipherStream> > >::Result(std::__1::unique_ptr<yb::encryption::BlockAccessCipherStream, std::__1::default_delete<yb::encryption::BlockAccessCipherStream> >&&)
Line
Count
Source
111
160
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::encryption::EncryptionParamsPB>::Result(yb::encryption::EncryptionParamsPB&&)
Line
Count
Source
111
35
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::unique_ptr<yb::encryption::UniverseKeyManager, std::__1::default_delete<yb::encryption::UniverseKeyManager> > >::Result(std::__1::unique_ptr<yb::encryption::UniverseKeyManager, std::__1::default_delete<yb::encryption::UniverseKeyManager> >&&)
Line
Count
Source
111
6
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::encryption::UniverseKeyParams>::Result(yb::encryption::UniverseKeyParams&&)
Line
Count
Source
111
39
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::OneWayBitmap>::Result(yb::OneWayBitmap&&)
Line
Count
Source
111
3.46k
      : success_(true), value_(std::move(value)) {}
yb::Result<icu_67::GregorianCalendar>::Result(icu_67::GregorianCalendar&&)
Line
Count
Source
111
38
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::MonoDelta>::Result(yb::MonoDelta&&)
Line
Count
Source
111
101k
      : success_(true), value_(std::move(value)) {}
yb::Result<statvfs>::Result(statvfs&&)
Line
Count
Source
111
214k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::Env::FilesystemStats>::Result(yb::Env::FilesystemStats&&)
Line
Count
Source
111
214k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::ResourceLimits>::Result(yb::ResourceLimits&&)
Line
Count
Source
111
279k
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::pair<long long, unsigned long> >::Result(std::__1::pair<long long, unsigned long>&&)
Line
Count
Source
111
6.69G
      : success_(true), value_(std::move(value)) {}
net_util.cc:yb::Result<std::__1::unique_ptr<addrinfo, yb::(anonymous namespace)::AddrinfoDeleter> >::Result(std::__1::unique_ptr<addrinfo, yb::(anonymous namespace)::AddrinfoDeleter>&&)
Line
Count
Source
111
31.0k
      : success_(true), value_(std::move(value)) {}
yb::Result<boost::asio::ip::address>::Result(boost::asio::ip::address&&)
Line
Count
Source
111
2.47M
      : success_(true), value_(std::move(value)) {}
yb::Result<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> >::Result(boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>&&)
Line
Count
Source
111
1.93k
      : success_(true), value_(std::move(value)) {}
yb::Result<void*>::Result(void*&&)
Line
Count
Source
111
23.4k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::SharedMemorySegment>::Result(yb::SharedMemorySegment&&)
Line
Count
Source
111
23.4k
      : success_(true), value_(std::move(value)) {}
yb::Result<long double>::Result(long double&&)
Line
Count
Source
111
23.0k
      : success_(true), value_(std::move(value)) {}
yb::Result<DIR*>::Result(DIR*&&)
Line
Count
Source
111
10.1k
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::vector<char*, std::__1::allocator<char*> > >::Result(std::__1::vector<char*, std::__1::allocator<char*> >&&)
Line
Count
Source
111
10.2k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::Subprocess::ChildPipes>::Result(yb::Subprocess::ChildPipes&&)
Line
Count
Source
111
10.1k
      : success_(true), value_(std::move(value)) {}
Unexecuted instantiation: yb::Result<std::__1::vector<int, std::__1::allocator<int> > >::Result(std::__1::vector<int, std::__1::allocator<int> >&&)
Unexecuted instantiation: yb::Result<yb::StackTrace>::Result(yb::StackTrace&&)
yb::Result<yb::Uuid>::Result(yb::Uuid&&)
Line
Count
Source
111
50.2M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::util::VarInt>::Result(yb::util::VarInt&&)
Line
Count
Source
111
11.4k
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::unique_ptr<pg_result, yb::pgwrapper::PGResultClear> >::Result(std::__1::unique_ptr<pg_result, yb::pgwrapper::PGResultClear>&&)
Line
Count
Source
111
3.32k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::WaitPolicy>::Result(yb::WaitPolicy&&)
Line
Count
Source
111
99.7k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::docdb::ParsedIntent>::Result(yb::docdb::ParsedIntent&&)
Line
Count
Source
111
86.9M
      : success_(true), value_(std::move(value)) {}
docdb.cc:yb::Result<yb::docdb::(anonymous namespace)::DetermineKeysToLockResult>::Result(yb::docdb::(anonymous namespace)::DetermineKeysToLockResult&&)
Line
Count
Source
111
3.24M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::docdb::PrepareDocWriteOperationResult>::Result(yb::docdb::PrepareDocWriteOperationResult&&)
Line
Count
Source
111
3.24M
      : success_(true), value_(std::move(value)) {}
yb::Result<rocksdb::FilterDecision>::Result(rocksdb::FilterDecision&&)
Line
Count
Source
111
18.9M
      : success_(true), value_(std::move(value)) {}
yb::Result<rocksdb::CompressionType>::Result(rocksdb::CompressionType&&)
Line
Count
Source
111
1
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::docdb::RateLimiterSharingMode>::Result(yb::docdb::RateLimiterSharingMode&&)
Line
Count
Source
111
8.76k
      : success_(true), value_(std::move(value)) {}
intent_aware_iterator.cc:yb::Result<yb::docdb::(anonymous namespace)::DecodeStrongWriteIntentResult>::Result(yb::docdb::(anonymous namespace)::DecodeStrongWriteIntentResult&&)
Line
Count
Source
111
6.14M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::docdb::FetchKeyResult>::Result(yb::docdb::FetchKeyResult&&)
Line
Count
Source
111
851M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::docdb::DocKey>::Result(yb::docdb::DocKey&&)
Line
Count
Source
111
12.8M
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::unique_ptr<yb::docdb::YQLRowwiseIteratorIf, std::__1::default_delete<yb::docdb::YQLRowwiseIteratorIf> > >::Result(std::__1::unique_ptr<yb::docdb::YQLRowwiseIteratorIf, std::__1::default_delete<yb::docdb::YQLRowwiseIteratorIf> >&&)
Line
Count
Source
111
3.92M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::RedisDataType>::Result(yb::RedisDataType&&)
Line
Count
Source
111
114k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::docdb::RedisValue>::Result(yb::docdb::RedisValue&&)
Line
Count
Source
111
72.7k
      : success_(true), value_(std::move(value)) {}
subdoc_reader.cc:yb::Result<std::__1::unique_ptr<yb::docdb::(anonymous namespace)::DocDbRowData, std::__1::default_delete<yb::docdb::(anonymous namespace)::DocDbRowData> > >::Result(std::__1::unique_ptr<yb::docdb::(anonymous namespace)::DocDbRowData, std::__1::default_delete<yb::docdb::(anonymous namespace)::DocDbRowData> >&&)
Line
Count
Source
111
747M
      : success_(true), value_(std::move(value)) {}
subdoc_reader.cc:yb::Result<yb::docdb::(anonymous namespace)::ScopedDocDbRowContextWithData*>::Result(yb::docdb::(anonymous namespace)::ScopedDocDbRowContextWithData*&&)
Line
Count
Source
111
145M
      : success_(true), value_(std::move(value)) {}
yb::Result<std::__1::unique_ptr<yb::docdb::SubDocumentReader, std::__1::default_delete<yb::docdb::SubDocumentReader> > >::Result(std::__1::unique_ptr<yb::docdb::SubDocumentReader, std::__1::default_delete<yb::docdb::SubDocumentReader> >&&)
Line
Count
Source
111
725M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::docdb::TransactionStatusCache::GetCommitDataResult>::Result(yb::docdb::TransactionStatusCache::GetCommitDataResult&&)
Line
Count
Source
111
226k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::docdb::ValueControlFields>::Result(yb::docdb::ValueControlFields&&)
Line
Count
Source
111
760M
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::docdb::ValueType>::Result(yb::docdb::ValueType&&)
Line
Count
Source
111
7.51M
      : success_(true), value_(std::move(value)) {}
cql_processor.cc:yb::Result<std::__1::unique_ptr<ldap, yb::cqlserver::(anonymous namespace)::LDAPDeleter> >::Result(std::__1::unique_ptr<ldap, yb::cqlserver::(anonymous namespace)::LDAPDeleter>&&)
Line
Count
Source
111
64
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::cqlserver::CQLProcessor*>::Result(yb::cqlserver::CQLProcessor*&&)
Line
Count
Source
111
9.12M
      : success_(true), value_(std::move(value)) {}
yb::Result<scoped_refptr<yb::log::ReadableLogSegment> >::Result(scoped_refptr<yb::log::ReadableLogSegment>&&)
Line
Count
Source
111
10.6k
      : success_(true), value_(std::move(value)) {}
yb::Result<yb::log::FirstEntryMetadata>::Result(yb::log::FirstEntryMetadata&&)
Line
Count
Source
111
7.59k
      : success_(true), value_(std::move(value)) {}
112
113
  template <class UValue, class = std::enable_if_t<std::is_convertible<UValue&&, TValue&&>::value>>
114
1.53G
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
Unexecuted instantiation: yb::Result<unsigned short>::Result<int const, void>(int const&&)
yb::Result<unsigned long>::Result<int, void>(int&&)
Line
Count
Source
114
7.94M
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<yb::TransactionMetadata const*>::Result<std::nullptr_t, void>(std::nullptr_t&&)
Line
Count
Source
114
283
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<yb::TransactionMetadata const*>::Result<yb::TransactionMetadata*, void>(yb::TransactionMetadata*&&)
Line
Count
Source
114
571k
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<std::__1::shared_ptr<yb::client::YBTransaction> >::Result<std::nullptr_t, void>(std::nullptr_t&&)
Line
Count
Source
114
508
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<std::__1::shared_ptr<yb::tablet::AbstractTablet> >::Result<std::__1::shared_ptr<yb::tablet::Tablet>, void>(std::__1::shared_ptr<yb::tablet::Tablet>&&)
Line
Count
Source
114
7.72M
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<unsigned long long>::Result<int, void>(int&&)
Line
Count
Source
114
761M
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<std::__1::shared_ptr<yb::ql::PTExpr> >::Result<std::__1::shared_ptr<yb::ql::PTExprConst<(yb::QLValuePB::ValueCase)0, (yb::DataType)0, void*, yb::ql::PTLiteral<void*> > >, void>(std::__1::shared_ptr<yb::ql::PTExprConst<(yb::QLValuePB::ValueCase)0, (yb::DataType)0, void*, yb::ql::PTLiteral<void*> > >&&)
Line
Count
Source
114
3
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<std::__1::shared_ptr<yb::ql::PTExpr> >::Result<std::__1::shared_ptr<yb::ql::PTExprConst<(yb::QLValuePB::ValueCase)8, (yb::DataType)6, bool, yb::ql::PTLiteral<bool> > >, void>(std::__1::shared_ptr<yb::ql::PTExprConst<(yb::QLValuePB::ValueCase)8, (yb::DataType)6, bool, yb::ql::PTLiteral<bool> > >&&)
Line
Count
Source
114
43
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<std::__1::shared_ptr<yb::ql::PTExpr> >::Result<std::__1::shared_ptr<yb::ql::PTExprConst<(yb::QLValuePB::ValueCase)7, (yb::DataType)5, std::__1::shared_ptr<std::__1::basic_string<char, std::__1::char_traits<char>, yb::internal::ArenaAllocatorBase<char, yb::internal::ArenaTraits> > >, yb::ql::PTLiteralString> >, void>(std::__1::shared_ptr<yb::ql::PTExprConst<(yb::QLValuePB::ValueCase)7, (yb::DataType)5, std::__1::shared_ptr<std::__1::basic_string<char, std::__1::char_traits<char>, yb::internal::ArenaAllocatorBase<char, yb::internal::ArenaTraits> > >, yb::ql::PTLiteralString> >&&)
Line
Count
Source
114
20
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<std::__1::shared_ptr<yb::ql::PTExpr> >::Result<std::__1::shared_ptr<yb::ql::PTExprConst<(yb::QLValuePB::ValueCase)16, (yb::DataType)12, std::__1::shared_ptr<std::__1::basic_string<char, std::__1::char_traits<char>, yb::internal::ArenaAllocatorBase<char, yb::internal::ArenaTraits> > >, yb::ql::PTLiteralString> >, void>(std::__1::shared_ptr<yb::ql::PTExprConst<(yb::QLValuePB::ValueCase)16, (yb::DataType)12, std::__1::shared_ptr<std::__1::basic_string<char, std::__1::char_traits<char>, yb::internal::ArenaAllocatorBase<char, yb::internal::ArenaTraits> > >, yb::ql::PTLiteralString> >&&)
Line
Count
Source
114
155
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<std::__1::shared_ptr<yb::ql::PTExpr> >::Result<std::__1::shared_ptr<yb::ql::PTExprConst<(yb::QLValuePB::ValueCase)15, (yb::DataType)11, std::__1::shared_ptr<std::__1::basic_string<char, std::__1::char_traits<char>, yb::internal::ArenaAllocatorBase<char, yb::internal::ArenaTraits> > >, yb::ql::PTLiteralString> >, void>(std::__1::shared_ptr<yb::ql::PTExprConst<(yb::QLValuePB::ValueCase)15, (yb::DataType)11, std::__1::shared_ptr<std::__1::basic_string<char, std::__1::char_traits<char>, yb::internal::ArenaAllocatorBase<char, yb::internal::ArenaTraits> > >, yb::ql::PTLiteralString> >&&)
Line
Count
Source
114
19
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<std::__1::shared_ptr<yb::ql::PTExpr> >::Result<std::__1::shared_ptr<yb::ql::PTCollectionExpr>, void>(std::__1::shared_ptr<yb::ql::PTCollectionExpr>&&)
Line
Count
Source
114
46
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::QLType> >::Result<std::nullptr_t, void>(std::nullptr_t&&)
yb::Result<std::__1::unique_ptr<yb::docdb::YQLRowwiseIteratorIf, std::__1::default_delete<yb::docdb::YQLRowwiseIteratorIf> > >::Result<std::__1::unique_ptr<yb::docdb::DocRowwiseIterator, std::__1::default_delete<yb::docdb::DocRowwiseIterator> >, void>(std::__1::unique_ptr<yb::docdb::DocRowwiseIterator, std::__1::default_delete<yb::docdb::DocRowwiseIterator> >&&)
Line
Count
Source
114
421k
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<long long>::Result<int, void>(int&&)
Line
Count
Source
114
3.45M
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<unsigned int>::Result<int, void>(int&&)
Line
Count
Source
114
10.1k
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<unsigned char const* const*>::Result<unsigned char const**, void>(unsigned char const**&&)
Line
Count
Source
114
7.12M
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<std::__1::unique_ptr<yb::rpc::SecureContext, std::__1::default_delete<yb::rpc::SecureContext> > >::Result<std::nullptr_t, void>(std::nullptr_t&&)
Line
Count
Source
114
23.2k
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<std::__1::shared_ptr<yb::master::TSDescriptor> >::Result<std::__1::shared_ptr<yb::master::enterprise::TSDescriptor>, void>(std::__1::shared_ptr<yb::master::enterprise::TSDescriptor>&&)
Line
Count
Source
114
8.15k
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<std::__1::pair<int, yb::DataType> >::Result<std::__1::pair<long, yb::DataType>, void>(std::__1::pair<long, yb::DataType>&&)
Line
Count
Source
114
18.4M
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<std::__1::shared_ptr<yb::client::VersionedTablePartitionList const> >::Result<std::__1::shared_ptr<yb::client::VersionedTablePartitionList>&, void>(std::__1::shared_ptr<yb::client::VersionedTablePartitionList>&)
Line
Count
Source
114
134k
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<unsigned long>::Result<long, void>(long&&)
Line
Count
Source
114
624M
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<std::__1::pair<unsigned long, bool> >::Result<std::__1::pair<long, bool>, void>(std::__1::pair<long, bool>&&)
Line
Count
Source
114
10
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<std::__1::pair<unsigned long, unsigned long> >::Result<std::__1::pair<long, long>, void>(std::__1::pair<long, long>&&)
Line
Count
Source
114
93.8M
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
pg_dml_read.cc:yb::Result<std::__1::function<yb::docdb::DocKey (std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > const&)> >::Result<yb::pggate::(anonymous namespace)::CreateDocKeyBuilder(std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > const&, google::protobuf::RepeatedPtrField<yb::PgsqlExpressionPB> const&, yb::PartitionSchema const&)::$_0, void>(yb::pggate::(anonymous namespace)::CreateDocKeyBuilder(std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > const&, google::protobuf::RepeatedPtrField<yb::PgsqlExpressionPB> const&, yb::PartitionSchema const&)::$_0&&)
Line
Count
Source
114
178
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
pg_dml_read.cc:yb::Result<std::__1::function<yb::docdb::DocKey (std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > const&)> >::Result<yb::pggate::(anonymous namespace)::CreateDocKeyBuilder(std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > const&, google::protobuf::RepeatedPtrField<yb::PgsqlExpressionPB> const&, yb::PartitionSchema const&)::$_1, void>(yb::pggate::(anonymous namespace)::CreateDocKeyBuilder(std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > const&, google::protobuf::RepeatedPtrField<yb::PgsqlExpressionPB> const&, yb::PartitionSchema const&)::$_1&&)
Line
Count
Source
114
6
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<rocksdb::SstFileManager*>::Result<rocksdb::SstFileManagerImpl*, void>(rocksdb::SstFileManagerImpl*&&)
Line
Count
Source
114
11
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::Result<char [7], void>(char (&&) [7])
Line
Count
Source
114
544
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<boost::shared_ptr<boost::date_time::time_zone_base<boost::posix_time::ptime, char> > >::Result<boost::shared_ptr<boost::local_time::posix_time_zone_base<char> >, void>(boost::shared_ptr<boost::local_time::posix_time_zone_base<char> >&&)
Line
Count
Source
114
1.30k
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::Result<char [15], void>(char (&&) [15])
Line
Count
Source
114
11
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::Result<char [19], void>(char (&&) [19])
Line
Count
Source
114
4
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<unsigned long long>::Result<long long, void>(long long&&)
Line
Count
Source
114
834k
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<unsigned long long>::Result<long long&, void>(long long&)
Line
Count
Source
114
2.57M
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::Result<char*&, void>(char*&)
Line
Count
Source
114
11
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<long long>::Result<unsigned long, void>(unsigned long&&)
Line
Count
Source
114
7.95k
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<bool>::Result<char&, void>(char&)
Line
Count
Source
114
804
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<int>::Result<unsigned int, void>(unsigned int&&)
Line
Count
Source
114
4.64k
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<long long>::Result<unsigned long long, void>(unsigned long long&&)
Line
Count
Source
114
2.07k
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<yb::QLWriteRequestPB*>::Result<std::nullptr_t, void>(std::nullptr_t&&)
Line
Count
Source
114
13.3k
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
Unexecuted instantiation: yb::Result<boost::optional<yb::StronglyTypedUuid<yb::TransactionId_Tag> > >::Result<yb::StronglyTypedUuid<yb::TransactionId_Tag>, void>(yb::StronglyTypedUuid<yb::TransactionId_Tag>&&)
yb::Result<boost::optional<yb::docdb::SubDocument> >::Result<yb::docdb::SubDocument, void>(yb::docdb::SubDocument&&)
Line
Count
Source
114
652k
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<boost::optional<yb::docdb::Expiration> >::Result<yb::docdb::Expiration, void>(yb::docdb::Expiration&&)
Line
Count
Source
114
239
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
yb::Result<scoped_refptr<yb::log::ReadableLogSegment> >::Result<std::nullptr_t, void>(std::nullptr_t&&)
Line
Count
Source
114
1
  Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT
115
116
0
  Result& operator=(const Result& rhs) {
117
0
    if (&rhs == this) {
118
0
      return *this;
119
0
    }
120
0
    this->~Result();
121
0
    return *new (this) Result(rhs);
122
0
  }
123
124
9.45M
  Result& operator=(Result&& rhs) {
125
9.45M
    if (&rhs == this) {
126
0
      return *this;
127
0
    }
128
9.45M
    this->~Result();
129
9.45M
    return *new (this) Result(std::move(rhs));
130
9.45M
  }
yb::Result<std::__1::shared_ptr<yb::client::YBTable> >::operator=(yb::Result<std::__1::shared_ptr<yb::client::YBTable> >&&)
Line
Count
Source
124
92
  Result& operator=(Result&& rhs) {
125
92
    if (&rhs == this) {
126
0
      return *this;
127
0
    }
128
92
    this->~Result();
129
92
    return *new (this) Result(std::move(rhs));
130
92
  }
yb::Result<yb::ReadHybridTime>::operator=(yb::Result<yb::ReadHybridTime>&&)
Line
Count
Source
124
9.44M
  Result& operator=(Result&& rhs) {
125
9.44M
    if (&rhs == this) {
126
0
      return *this;
127
0
    }
128
9.44M
    this->~Result();
129
9.44M
    return *new (this) Result(std::move(rhs));
130
9.44M
  }
Unexecuted instantiation: yb::Result<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >::operator=(yb::Result<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >&&)
yb::Result<unsigned int>::operator=(yb::Result<unsigned int>&&)
Line
Count
Source
124
700
  Result& operator=(Result&& rhs) {
125
700
    if (&rhs == this) {
126
0
      return *this;
127
0
    }
128
700
    this->~Result();
129
700
    return *new (this) Result(std::move(rhs));
130
700
  }
yb::Result<bool>::operator=(yb::Result<bool>&&)
Line
Count
Source
124
21
  Result& operator=(Result&& rhs) {
125
21
    if (&rhs == this) {
126
0
      return *this;
127
0
    }
128
21
    this->~Result();
129
21
    return *new (this) Result(std::move(rhs));
130
21
  }
yb::Result<rocksdb::FileNumbersHolder>::operator=(yb::Result<rocksdb::FileNumbersHolder>&&)
Line
Count
Source
124
11.3k
  Result& operator=(Result&& rhs) {
125
11.3k
    if (&rhs == this) {
126
0
      return *this;
127
0
    }
128
11.3k
    this->~Result();
129
11.3k
    return *new (this) Result(std::move(rhs));
130
11.3k
  }
Unexecuted instantiation: yb::Result<yb::StackTrace>::operator=(yb::Result<yb::StackTrace>&&)
131
132
  template<class UValue, class = std::enable_if_t<std::is_convertible<UValue, TValue>::value>>
133
  Result& operator=(const Result<UValue>& rhs) {
134
    this->~Result();
135
    return *new (this) Result(rhs);
136
  }
137
138
3
  Result& operator=(const Status& status) {
139
3
    StatusCheck(!status.ok());
140
3
    this->~Result();
141
3
    return *new (this) Result(status);
142
3
  }
yb::Result<rocksdb::FileNumbersHolder>::operator=(yb::Status const&)
Line
Count
Source
138
1
  Result& operator=(const Status& status) {
139
1
    StatusCheck(!status.ok());
140
1
    this->~Result();
141
1
    return *new (this) Result(status);
142
1
  }
yb::Result<yb::StackTrace>::operator=(yb::Status const&)
Line
Count
Source
138
2
  Result& operator=(const Status& status) {
139
2
    StatusCheck(!status.ok());
140
2
    this->~Result();
141
2
    return *new (this) Result(status);
142
2
  }
143
144
3
  Result& operator=(Status&& status) {
145
3
    StatusCheck(!status.ok());
146
3
    this->~Result();
147
3
    return *new (this) Result(std::move(status));
148
3
  }
Unexecuted instantiation: yb::Result<unsigned long>::operator=(yb::Status&&)
yb::Result<rocksdb::FileNumbersHolder>::operator=(yb::Status&&)
Line
Count
Source
144
3
  Result& operator=(Status&& status) {
145
3
    StatusCheck(!status.ok());
146
3
    this->~Result();
147
3
    return *new (this) Result(std::move(status));
148
3
  }
149
150
6.77k
  Result& operator=(const TValue& value) {
151
6.77k
    this->~Result();
152
6.77k
    return *new (this) Result(value);
153
6.77k
  }
154
155
  template <class UValue, class = std::enable_if_t<std::is_convertible<UValue&&, TValue&&>::value>>
156
  Result& operator=(UValue&& value) {
157
    this->~Result();
158
    return *new (this) Result(std::move(value));
159
  }
160
161
71.6k
  MUST_USE_RESULT explicit operator bool() const {
162
71.6k
    return ok();
163
71.6k
  }
yb::Result<yb::IndexInfo const*>::operator bool() const
Line
Count
Source
161
4.44k
  MUST_USE_RESULT explicit operator bool() const {
162
4.44k
    return ok();
163
4.44k
  }
yb::Result<yb::ColumnSchema const&>::operator bool() const
Line
Count
Source
161
10.1k
  MUST_USE_RESULT explicit operator bool() const {
162
10.1k
    return ok();
163
10.1k
  }
Unexecuted instantiation: yb::Result<yb::QLRowBlock>::operator bool() const
yb::Result<boost::optional<yb::master::ReplicationInfoPB> >::operator bool() const
Line
Count
Source
161
57.0k
  MUST_USE_RESULT explicit operator bool() const {
162
57.0k
    return ok();
163
57.0k
  }
yb::Result<yb::OpId>::operator bool() const
Line
Count
Source
161
7
  MUST_USE_RESULT explicit operator bool() const {
162
7
    return ok();
163
7
  }
164
165
166M
  MUST_USE_RESULT bool operator!() const {
166
166M
    return !ok();
167
166M
  }
Unexecuted instantiation: yb::Result<yb::tserver::TabletPeerTablet>::operator!() const
yb::Result<unsigned long long>::operator!() const
Line
Count
Source
165
7.46M
  MUST_USE_RESULT bool operator!() const {
166
7.46M
    return !ok();
167
7.46M
  }
yb::Result<yb::TransactionStatusResult>::operator!() const
Line
Count
Source
165
205
  MUST_USE_RESULT bool operator!() const {
166
205
    return !ok();
167
205
  }
yb::Result<scoped_refptr<yb::master::TableInfo> >::operator!() const
Line
Count
Source
165
879
  MUST_USE_RESULT bool operator!() const {
166
879
    return !ok();
167
879
  }
yb::Result<yb::master::ReplicationInfoPB>::operator!() const
Line
Count
Source
165
4.60k
  MUST_USE_RESULT bool operator!() const {
166
4.60k
    return !ok();
167
4.60k
  }
yb::Result<yb::IndexPermissions>::operator!() const
Line
Count
Source
165
2.57k
  MUST_USE_RESULT bool operator!() const {
166
2.57k
    return !ok();
167
2.57k
  }
Unexecuted instantiation: yb::Result<yb::master::GetLoadBalancerStateResponsePB>::operator!() const
yb::Result<rocksdb::FileBoundaryValues<rocksdb::InternalKey> >::operator!() const
Line
Count
Source
165
158M
  MUST_USE_RESULT bool operator!() const {
166
158M
    return !ok();
167
158M
  }
yb::Result<yb::ql::ParseTree const&>::operator!() const
Line
Count
Source
165
368k
  MUST_USE_RESULT bool operator!() const {
166
368k
    return !ok();
167
368k
  }
168
169
35.6G
  MUST_USE_RESULT bool ok() const {
170
35.6G
#ifndef NDEBUG
171
35.6G
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
35.6G
    success_checked_ = true;
173
35.6G
    ANNOTATE_IGNORE_WRITES_END();
174
35.6G
#endif
175
35.6G
    return success_;
176
35.6G
  }
yb::Result<std::__1::unique_ptr<yb::client::YBClient, std::__1::default_delete<yb::client::YBClient> > >::ok() const
Line
Count
Source
169
43.4k
  MUST_USE_RESULT bool ok() const {
170
43.4k
#ifndef NDEBUG
171
43.4k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
43.4k
    success_checked_ = true;
173
43.4k
    ANNOTATE_IGNORE_WRITES_END();
174
43.4k
#endif
175
43.4k
    return success_;
176
43.4k
  }
yb::Result<std::__1::unique_ptr<yb::rpc::Messenger, std::__1::default_delete<yb::rpc::Messenger> > >::ok() const
Line
Count
Source
169
40.9k
  MUST_USE_RESULT bool ok() const {
170
40.9k
#ifndef NDEBUG
171
40.9k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
40.9k
    success_checked_ = true;
173
40.9k
    ANNOTATE_IGNORE_WRITES_END();
174
40.9k
#endif
175
40.9k
    return success_;
176
40.9k
  }
Unexecuted instantiation: yb::Result<signed char>::ok() const
Unexecuted instantiation: yb::Result<short>::ok() const
yb::Result<int>::ok() const
Line
Count
Source
169
11.4M
  MUST_USE_RESULT bool ok() const {
170
11.4M
#ifndef NDEBUG
171
11.4M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
11.4M
    success_checked_ = true;
173
11.4M
    ANNOTATE_IGNORE_WRITES_END();
174
11.4M
#endif
175
11.4M
    return success_;
176
11.4M
  }
yb::Result<long long>::ok() const
Line
Count
Source
169
6.73G
  MUST_USE_RESULT bool ok() const {
170
6.73G
#ifndef NDEBUG
171
6.73G
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
6.73G
    success_checked_ = true;
173
6.73G
    ANNOTATE_IGNORE_WRITES_END();
174
6.73G
#endif
175
6.73G
    return success_;
176
6.73G
  }
yb::Result<long double>::ok() const
Line
Count
Source
169
23.0k
  MUST_USE_RESULT bool ok() const {
170
23.0k
#ifndef NDEBUG
171
23.0k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
23.0k
    success_checked_ = true;
173
23.0k
    ANNOTATE_IGNORE_WRITES_END();
174
23.0k
#endif
175
23.0k
    return success_;
176
23.0k
  }
yb::Result<yb::Timestamp>::ok() const
Line
Count
Source
169
1.37k
  MUST_USE_RESULT bool ok() const {
170
1.37k
#ifndef NDEBUG
171
1.37k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
1.37k
    success_checked_ = true;
173
1.37k
    ANNOTATE_IGNORE_WRITES_END();
174
1.37k
#endif
175
1.37k
    return success_;
176
1.37k
  }
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::ok() const
Line
Count
Source
169
5.99M
  MUST_USE_RESULT bool ok() const {
170
5.99M
#ifndef NDEBUG
171
5.99M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
5.99M
    success_checked_ = true;
173
5.99M
    ANNOTATE_IGNORE_WRITES_END();
174
5.99M
#endif
175
5.99M
    return success_;
176
5.99M
  }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::RandomAccessFileReader, std::__1::default_delete<rocksdb::RandomAccessFileReader> > >::ok() const
Unexecuted instantiation: yb::Result<yb::tools::DataPatcherAction>::ok() const
yb::Result<unsigned long long>::ok() const
Line
Count
Source
169
850M
  MUST_USE_RESULT bool ok() const {
170
850M
#ifndef NDEBUG
171
850M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
850M
    success_checked_ = true;
173
850M
    ANNOTATE_IGNORE_WRITES_END();
174
850M
#endif
175
850M
    return success_;
176
850M
  }
yb::Result<yb::HybridTime>::ok() const
Line
Count
Source
169
113M
  MUST_USE_RESULT bool ok() const {
170
113M
#ifndef NDEBUG
171
113M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
113M
    success_checked_ = true;
173
113M
    ANNOTATE_IGNORE_WRITES_END();
174
113M
#endif
175
113M
    return success_;
176
113M
  }
yb::Result<yb::DocHybridTime>::ok() const
Line
Count
Source
169
3.93G
  MUST_USE_RESULT bool ok() const {
170
3.93G
#ifndef NDEBUG
171
3.93G
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
3.93G
    success_checked_ = true;
173
3.93G
    ANNOTATE_IGNORE_WRITES_END();
174
3.93G
#endif
175
3.93G
    return success_;
176
3.93G
  }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::TableReader, std::__1::default_delete<rocksdb::TableReader> > >::ok() const
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::WritableFileWriter, std::__1::default_delete<rocksdb::WritableFileWriter> > >::ok() const
yb::Result<yb::docdb::ValueControlFields>::ok() const
Line
Count
Source
169
762M
  MUST_USE_RESULT bool ok() const {
170
762M
#ifndef NDEBUG
171
762M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
762M
    success_checked_ = true;
173
762M
    ANNOTATE_IGNORE_WRITES_END();
174
762M
#endif
175
762M
    return success_;
176
762M
  }
yb::Result<char*>::ok() const
Line
Count
Source
169
7.17k
  MUST_USE_RESULT bool ok() const {
170
7.17k
#ifndef NDEBUG
171
7.17k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
7.17k
    success_checked_ = true;
173
7.17k
    ANNOTATE_IGNORE_WRITES_END();
174
7.17k
#endif
175
7.17k
    return success_;
176
7.17k
  }
yb::Result<yb::MonoDelta>::ok() const
Line
Count
Source
169
762M
  MUST_USE_RESULT bool ok() const {
170
762M
#ifndef NDEBUG
171
762M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
762M
    success_checked_ = true;
173
762M
    ANNOTATE_IGNORE_WRITES_END();
174
762M
#endif
175
762M
    return success_;
176
762M
  }
yb::Result<yb::HostPort>::ok() const
Line
Count
Source
169
89.2k
  MUST_USE_RESULT bool ok() const {
170
89.2k
#ifndef NDEBUG
171
89.2k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
89.2k
    success_checked_ = true;
173
89.2k
    ANNOTATE_IGNORE_WRITES_END();
174
89.2k
#endif
175
89.2k
    return success_;
176
89.2k
  }
yb::Result<rapidjson::GenericDocument<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator>, rapidjson::CrtAllocator> >::ok() const
Line
Count
Source
169
209
  MUST_USE_RESULT bool ok() const {
170
209
#ifndef NDEBUG
171
209
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
209
    success_checked_ = true;
173
209
    ANNOTATE_IGNORE_WRITES_END();
174
209
#endif
175
209
    return success_;
176
209
  }
yb::Result<yb::client::YBTableName>::ok() const
Line
Count
Source
169
4.15k
  MUST_USE_RESULT bool ok() const {
170
4.15k
#ifndef NDEBUG
171
4.15k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
4.15k
    success_checked_ = true;
173
4.15k
    ANNOTATE_IGNORE_WRITES_END();
174
4.15k
#endif
175
4.15k
    return success_;
176
4.15k
  }
yb-admin_cli.cc:yb::Result<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::ListTabletsFlags> > >::ok() const
Line
Count
Source
169
4
  MUST_USE_RESULT bool ok() const {
170
4
#ifndef NDEBUG
171
4
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
4
    success_checked_ = true;
173
4
    ANNOTATE_IGNORE_WRITES_END();
174
4
#endif
175
4
    return success_;
176
4
  }
yb::Result<yb::tools::TypedNamespaceName>::ok() const
Line
Count
Source
169
23
  MUST_USE_RESULT bool ok() const {
170
23
#ifndef NDEBUG
171
23
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
23
    success_checked_ = true;
173
23
    ANNOTATE_IGNORE_WRITES_END();
174
23
#endif
175
23
    return success_;
176
23
  }
Unexecuted instantiation: yb-admin_cli.cc:yb::Result<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::AddIndexes> > >::ok() const
Unexecuted instantiation: yb::Result<std::__1::pair<int, bool> >::ok() const
yb::Result<yb::tools::TableNameResolver>::ok() const
Line
Count
Source
169
19
  MUST_USE_RESULT bool ok() const {
170
19
#ifndef NDEBUG
171
19
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
19
    success_checked_ = true;
173
19
    ANNOTATE_IGNORE_WRITES_END();
174
19
#endif
175
19
    return success_;
176
19
  }
yb::Result<bool>::ok() const
Line
Count
Source
169
8.17G
  MUST_USE_RESULT bool ok() const {
170
8.17G
#ifndef NDEBUG
171
8.17G
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
8.17G
    success_checked_ = true;
173
8.17G
    ANNOTATE_IGNORE_WRITES_END();
174
8.17G
#endif
175
8.17G
    return success_;
176
8.17G
  }
yb::Result<std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> > >::ok() const
Line
Count
Source
169
890
  MUST_USE_RESULT bool ok() const {
170
890
#ifndef NDEBUG
171
890
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
890
    success_checked_ = true;
173
890
    ANNOTATE_IGNORE_WRITES_END();
174
890
#endif
175
890
    return success_;
176
890
  }
yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag> >::ok() const
Line
Count
Source
169
80
  MUST_USE_RESULT bool ok() const {
170
80
#ifndef NDEBUG
171
80
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
80
    success_checked_ = true;
173
80
    ANNOTATE_IGNORE_WRITES_END();
174
80
#endif
175
80
    return success_;
176
80
  }
yb::Result<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >::ok() const
Line
Count
Source
169
569
  MUST_USE_RESULT bool ok() const {
170
569
#ifndef NDEBUG
171
569
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
569
    success_checked_ = true;
173
569
    ANNOTATE_IGNORE_WRITES_END();
174
569
#endif
175
569
    return success_;
176
569
  }
yb::Result<yb::master::MasterOptions>::ok() const
Line
Count
Source
169
6.93k
  MUST_USE_RESULT bool ok() const {
170
6.93k
#ifndef NDEBUG
171
6.93k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
6.93k
    success_checked_ = true;
173
6.93k
    ANNOTATE_IGNORE_WRITES_END();
174
6.93k
#endif
175
6.93k
    return success_;
176
6.93k
  }
yb::Result<yb::tserver::TabletServerOptions>::ok() const
Line
Count
Source
169
9.28k
  MUST_USE_RESULT bool ok() const {
170
9.28k
#ifndef NDEBUG
171
9.28k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
9.28k
    success_checked_ = true;
173
9.28k
    ANNOTATE_IGNORE_WRITES_END();
174
9.28k
#endif
175
9.28k
    return success_;
176
9.28k
  }
yb::Result<yb::pgwrapper::PgProcessConf>::ok() const
Line
Count
Source
169
1.99k
  MUST_USE_RESULT bool ok() const {
170
1.99k
#ifndef NDEBUG
171
1.99k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
1.99k
    success_checked_ = true;
173
1.99k
    ANNOTATE_IGNORE_WRITES_END();
174
1.99k
#endif
175
1.99k
    return success_;
176
1.99k
  }
yb::Result<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > >::ok() const
Line
Count
Source
169
61.4k
  MUST_USE_RESULT bool ok() const {
170
61.4k
#ifndef NDEBUG
171
61.4k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
61.4k
    success_checked_ = true;
173
61.4k
    ANNOTATE_IGNORE_WRITES_END();
174
61.4k
#endif
175
61.4k
    return success_;
176
61.4k
  }
yb::Result<std::__1::unique_ptr<yb::rpc::SecureContext, std::__1::default_delete<yb::rpc::SecureContext> > >::ok() const
Line
Count
Source
169
23.6k
  MUST_USE_RESULT bool ok() const {
170
23.6k
#ifndef NDEBUG
171
23.6k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
23.6k
    success_checked_ = true;
173
23.6k
    ANNOTATE_IGNORE_WRITES_END();
174
23.6k
#endif
175
23.6k
    return success_;
176
23.6k
  }
yb::Result<yb::Slice>::ok() const
Line
Count
Source
169
198M
  MUST_USE_RESULT bool ok() const {
170
198M
#ifndef NDEBUG
171
198M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
198M
    success_checked_ = true;
173
198M
    ANNOTATE_IGNORE_WRITES_END();
174
198M
#endif
175
198M
    return success_;
176
198M
  }
yb::Result<scoped_refptr<yb::log::ReadableLogSegment> >::ok() const
Line
Count
Source
169
10.6k
  MUST_USE_RESULT bool ok() const {
170
10.6k
#ifndef NDEBUG
171
10.6k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
10.6k
    success_checked_ = true;
173
10.6k
    ANNOTATE_IGNORE_WRITES_END();
174
10.6k
#endif
175
10.6k
    return success_;
176
10.6k
  }
yb::Result<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >::ok() const
Line
Count
Source
169
170k
  MUST_USE_RESULT bool ok() const {
170
170k
#ifndef NDEBUG
171
170k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
170k
    success_checked_ = true;
173
170k
    ANNOTATE_IGNORE_WRITES_END();
174
170k
#endif
175
170k
    return success_;
176
170k
  }
yb::Result<yb::PhysicalTime>::ok() const
Line
Count
Source
169
212M
  MUST_USE_RESULT bool ok() const {
170
212M
#ifndef NDEBUG
171
212M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
212M
    success_checked_ = true;
173
212M
    ANNOTATE_IGNORE_WRITES_END();
174
212M
#endif
175
212M
    return success_;
176
212M
  }
yb::Result<yb::master::MiniMaster*>::ok() const
Line
Count
Source
169
55.6k
  MUST_USE_RESULT bool ok() const {
170
55.6k
#ifndef NDEBUG
171
55.6k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
55.6k
    success_checked_ = true;
173
55.6k
    ANNOTATE_IGNORE_WRITES_END();
174
55.6k
#endif
175
55.6k
    return success_;
176
55.6k
  }
yb::Result<boost::optional<unsigned short> >::ok() const
Line
Count
Source
169
21.5M
  MUST_USE_RESULT bool ok() const {
170
21.5M
#ifndef NDEBUG
171
21.5M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
21.5M
    success_checked_ = true;
173
21.5M
    ANNOTATE_IGNORE_WRITES_END();
174
21.5M
#endif
175
21.5M
    return success_;
176
21.5M
  }
yb::Result<std::__1::shared_ptr<yb::client::YBqlWriteOp> >::ok() const
Line
Count
Source
169
19.0k
  MUST_USE_RESULT bool ok() const {
170
19.0k
#ifndef NDEBUG
171
19.0k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
19.0k
    success_checked_ = true;
173
19.0k
    ANNOTATE_IGNORE_WRITES_END();
174
19.0k
#endif
175
19.0k
    return success_;
176
19.0k
  }
yb::Result<std::__1::pair<unsigned short, unsigned short> >::ok() const
Line
Count
Source
169
20
  MUST_USE_RESULT bool ok() const {
170
20
#ifndef NDEBUG
171
20
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
20
    success_checked_ = true;
173
20
    ANNOTATE_IGNORE_WRITES_END();
174
20
#endif
175
20
    return success_;
176
20
  }
yb::Result<unsigned long>::ok() const
Line
Count
Source
169
1.29G
  MUST_USE_RESULT bool ok() const {
170
1.29G
#ifndef NDEBUG
171
1.29G
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
1.29G
    success_checked_ = true;
173
1.29G
    ANNOTATE_IGNORE_WRITES_END();
174
1.29G
#endif
175
1.29G
    return success_;
176
1.29G
  }
Unexecuted instantiation: yb::Result<yb::master::CatalogManagerIf*>::ok() const
yb::Result<unsigned short>::ok() const
Line
Count
Source
169
6.64M
  MUST_USE_RESULT bool ok() const {
170
6.64M
#ifndef NDEBUG
171
6.64M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
6.64M
    success_checked_ = true;
173
6.64M
    ANNOTATE_IGNORE_WRITES_END();
174
6.64M
#endif
175
6.64M
    return success_;
176
6.64M
  }
yb::Result<scoped_refptr<yb::master::TabletInfo> >::ok() const
Line
Count
Source
169
333
  MUST_USE_RESULT bool ok() const {
170
333
#ifndef NDEBUG
171
333
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
333
    success_checked_ = true;
173
333
    ANNOTATE_IGNORE_WRITES_END();
174
333
#endif
175
333
    return success_;
176
333
  }
Unexecuted instantiation: yb::Result<yb::tserver::ReadRequestPB>::ok() const
yb::Result<std::__1::vector<std::__1::shared_ptr<yb::tablet::TabletPeer>, std::__1::allocator<std::__1::shared_ptr<yb::tablet::TabletPeer> > > >::ok() const
Line
Count
Source
169
3
  MUST_USE_RESULT bool ok() const {
170
3
#ifndef NDEBUG
171
3
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
3
    success_checked_ = true;
173
3
    ANNOTATE_IGNORE_WRITES_END();
174
3
#endif
175
3
    return success_;
176
3
  }
yb::Result<std::__1::unique_ptr<yb::docdb::YQLRowwiseIteratorIf, std::__1::default_delete<yb::docdb::YQLRowwiseIteratorIf> > >::ok() const
Line
Count
Source
169
4.35M
  MUST_USE_RESULT bool ok() const {
170
4.35M
#ifndef NDEBUG
171
4.35M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
4.35M
    success_checked_ = true;
173
4.35M
    ANNOTATE_IGNORE_WRITES_END();
174
4.35M
#endif
175
4.35M
    return success_;
176
4.35M
  }
yb::Result<std::__1::vector<yb::tserver::ListTabletsForTabletServerResponsePB_Entry, std::__1::allocator<yb::tserver::ListTabletsForTabletServerResponsePB_Entry> > >::ok() const
Line
Count
Source
169
881
  MUST_USE_RESULT bool ok() const {
170
881
#ifndef NDEBUG
171
881
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
881
    success_checked_ = true;
173
881
    ANNOTATE_IGNORE_WRITES_END();
174
881
#endif
175
881
    return success_;
176
881
  }
yb::Result<std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >::ok() const
Line
Count
Source
169
1.09k
  MUST_USE_RESULT bool ok() const {
170
1.09k
#ifndef NDEBUG
171
1.09k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
1.09k
    success_checked_ = true;
173
1.09k
    ANNOTATE_IGNORE_WRITES_END();
174
1.09k
#endif
175
1.09k
    return success_;
176
1.09k
  }
yb::Result<yb::tserver::ListTabletsResponsePB>::ok() const
Line
Count
Source
169
3
  MUST_USE_RESULT bool ok() const {
170
3
#ifndef NDEBUG
171
3
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
3
    success_checked_ = true;
173
3
    ANNOTATE_IGNORE_WRITES_END();
174
3
#endif
175
3
    return success_;
176
3
  }
yb::Result<std::__1::vector<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB, std::__1::allocator<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB> > >::ok() const
Line
Count
Source
169
4
  MUST_USE_RESULT bool ok() const {
170
4
#ifndef NDEBUG
171
4
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
4
    success_checked_ = true;
173
4
    ANNOTATE_IGNORE_WRITES_END();
174
4
#endif
175
4
    return success_;
176
4
  }
yb::Result<yb::tserver::GetSplitKeyResponsePB>::ok() const
Line
Count
Source
169
1
  MUST_USE_RESULT bool ok() const {
170
1
#ifndef NDEBUG
171
1
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
1
    success_checked_ = true;
173
1
    ANNOTATE_IGNORE_WRITES_END();
174
1
#endif
175
1
    return success_;
176
1
  }
yb::Result<unsigned int>::ok() const
Line
Count
Source
169
170M
  MUST_USE_RESULT bool ok() const {
170
170M
#ifndef NDEBUG
171
170M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
170M
    success_checked_ = true;
173
170M
    ANNOTATE_IGNORE_WRITES_END();
174
170M
#endif
175
170M
    return success_;
176
170M
  }
yb::Result<boost::asio::ip::address>::ok() const
Line
Count
Source
169
5.50M
  MUST_USE_RESULT bool ok() const {
170
5.50M
#ifndef NDEBUG
171
5.50M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
5.50M
    success_checked_ = true;
173
5.50M
    ANNOTATE_IGNORE_WRITES_END();
174
5.50M
#endif
175
5.50M
    return success_;
176
5.50M
  }
yb::Result<yb::CassandraResult>::ok() const
Line
Count
Source
169
149
  MUST_USE_RESULT bool ok() const {
170
149
#ifndef NDEBUG
171
149
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
149
    success_checked_ = true;
173
149
    ANNOTATE_IGNORE_WRITES_END();
174
149
#endif
175
149
    return success_;
176
149
  }
yb::Result<yb::CassandraSession>::ok() const
Line
Count
Source
169
259
  MUST_USE_RESULT bool ok() const {
170
259
#ifndef NDEBUG
171
259
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
259
    success_checked_ = true;
173
259
    ANNOTATE_IGNORE_WRITES_END();
174
259
#endif
175
259
    return success_;
176
259
  }
yb::Result<std::__1::shared_ptr<yb::client::YBTable> >::ok() const
Line
Count
Source
169
4.18M
  MUST_USE_RESULT bool ok() const {
170
4.18M
#ifndef NDEBUG
171
4.18M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
4.18M
    success_checked_ = true;
173
4.18M
    ANNOTATE_IGNORE_WRITES_END();
174
4.18M
#endif
175
4.18M
    return success_;
176
4.18M
  }
yb::Result<std::__1::vector<yb::HostPortPB, std::__1::allocator<yb::HostPortPB> > >::ok() const
Line
Count
Source
169
228
  MUST_USE_RESULT bool ok() const {
170
228
#ifndef NDEBUG
171
228
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
228
    success_checked_ = true;
173
228
    ANNOTATE_IGNORE_WRITES_END();
174
228
#endif
175
228
    return success_;
176
228
  }
yb::Result<scoped_refptr<yb::client::internal::RemoteTablet> >::ok() const
Line
Count
Source
169
48.8M
  MUST_USE_RESULT bool ok() const {
170
48.8M
#ifndef NDEBUG
171
48.8M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
48.8M
    success_checked_ = true;
173
48.8M
    ANNOTATE_IGNORE_WRITES_END();
174
48.8M
#endif
175
48.8M
    return success_;
176
48.8M
  }
yb::Result<long>::ok() const
Line
Count
Source
169
2.05M
  MUST_USE_RESULT bool ok() const {
170
2.05M
#ifndef NDEBUG
171
2.05M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
2.05M
    success_checked_ = true;
173
2.05M
    ANNOTATE_IGNORE_WRITES_END();
174
2.05M
#endif
175
2.05M
    return success_;
176
2.05M
  }
yb::Result<yb::SharedMemorySegment>::ok() const
Line
Count
Source
169
23.4k
  MUST_USE_RESULT bool ok() const {
170
23.4k
#ifndef NDEBUG
171
23.4k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
23.4k
    success_checked_ = true;
173
23.4k
    ANNOTATE_IGNORE_WRITES_END();
174
23.4k
#endif
175
23.4k
    return success_;
176
23.4k
  }
yb::Result<yb::SharedMemoryObject<yb::tserver::TServerSharedData> >::ok() const
Line
Count
Source
169
23.4k
  MUST_USE_RESULT bool ok() const {
170
23.4k
#ifndef NDEBUG
171
23.4k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
23.4k
    success_checked_ = true;
173
23.4k
    ANNOTATE_IGNORE_WRITES_END();
174
23.4k
#endif
175
23.4k
    return success_;
176
23.4k
  }
Unexecuted instantiation: yb::Result<std::__1::vector<unsigned long long, std::__1::allocator<unsigned long long> > >::ok() const
yb::Result<yb::tserver::PgClientSession&>::ok() const
Line
Count
Source
169
2.48M
  MUST_USE_RESULT bool ok() const {
170
2.48M
#ifndef NDEBUG
171
2.48M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
2.48M
    success_checked_ = true;
173
2.48M
    ANNOTATE_IGNORE_WRITES_END();
174
2.48M
#endif
175
2.48M
    return success_;
176
2.48M
  }
yb::Result<yb::tserver::PgClientSessionLocker>::ok() const
Line
Count
Source
169
2.48M
  MUST_USE_RESULT bool ok() const {
170
2.48M
#ifndef NDEBUG
171
2.48M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
2.48M
    success_checked_ = true;
173
2.48M
    ANNOTATE_IGNORE_WRITES_END();
174
2.48M
#endif
175
2.48M
    return success_;
176
2.48M
  }
yb::Result<std::__1::vector<yb::client::YBTabletServerPlacementInfo, std::__1::allocator<yb::client::YBTabletServerPlacementInfo> > >::ok() const
Line
Count
Source
169
8
  MUST_USE_RESULT bool ok() const {
170
8
#ifndef NDEBUG
171
8
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
8
    success_checked_ = true;
173
8
    ANNOTATE_IGNORE_WRITES_END();
174
8
#endif
175
8
    return success_;
176
8
  }
yb::Result<yb::TransactionMetadata const*>::ok() const
Line
Count
Source
169
572k
  MUST_USE_RESULT bool ok() const {
170
572k
#ifndef NDEBUG
171
572k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
572k
    success_checked_ = true;
173
572k
    ANNOTATE_IGNORE_WRITES_END();
174
572k
#endif
175
572k
    return success_;
176
572k
  }
yb::Result<yb::client::YBSession*>::ok() const
Line
Count
Source
169
2.17M
  MUST_USE_RESULT bool ok() const {
170
2.17M
#ifndef NDEBUG
171
2.17M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
2.17M
    success_checked_ = true;
173
2.17M
    ANNOTATE_IGNORE_WRITES_END();
174
2.17M
#endif
175
2.17M
    return success_;
176
2.17M
  }
yb::Result<std::__1::vector<std::__1::shared_ptr<yb::client::YBPgsqlOp>, std::__1::allocator<std::__1::shared_ptr<yb::client::YBPgsqlOp> > > >::ok() const
Line
Count
Source
169
2.17M
  MUST_USE_RESULT bool ok() const {
170
2.17M
#ifndef NDEBUG
171
2.17M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
2.17M
    success_checked_ = true;
173
2.17M
    ANNOTATE_IGNORE_WRITES_END();
174
2.17M
#endif
175
2.17M
    return success_;
176
2.17M
  }
yb::Result<std::__1::shared_ptr<yb::client::YBTransaction> >::ok() const
Line
Count
Source
169
147k
  MUST_USE_RESULT bool ok() const {
170
147k
#ifndef NDEBUG
171
147k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
147k
    success_checked_ = true;
173
147k
    ANNOTATE_IGNORE_WRITES_END();
174
147k
#endif
175
147k
    return success_;
176
147k
  }
yb::Result<yb::TransactionMetadata>::ok() const
Line
Count
Source
169
4.18M
  MUST_USE_RESULT bool ok() const {
170
4.18M
#ifndef NDEBUG
171
4.18M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
4.18M
    success_checked_ = true;
173
4.18M
    ANNOTATE_IGNORE_WRITES_END();
174
4.18M
#endif
175
4.18M
    return success_;
176
4.18M
  }
yb::Result<yb::tserver::TabletPeerTablet>::ok() const
Line
Count
Source
169
69.3M
  MUST_USE_RESULT bool ok() const {
170
69.3M
#ifndef NDEBUG
171
69.3M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
69.3M
    success_checked_ = true;
173
69.3M
    ANNOTATE_IGNORE_WRITES_END();
174
69.3M
#endif
175
69.3M
    return success_;
176
69.3M
  }
yb::Result<yb::IsolationLevel>::ok() const
Line
Count
Source
169
3.61M
  MUST_USE_RESULT bool ok() const {
170
3.61M
#ifndef NDEBUG
171
3.61M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
3.61M
    success_checked_ = true;
173
3.61M
    ANNOTATE_IGNORE_WRITES_END();
174
3.61M
#endif
175
3.61M
    return success_;
176
3.61M
  }
yb::Result<yb::tserver::LeaderTabletPeer>::ok() const
Line
Count
Source
169
5.12M
  MUST_USE_RESULT bool ok() const {
170
5.12M
#ifndef NDEBUG
171
5.12M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
5.12M
    success_checked_ = true;
173
5.12M
    ANNOTATE_IGNORE_WRITES_END();
174
5.12M
#endif
175
5.12M
    return success_;
176
5.12M
  }
yb::Result<std::__1::shared_ptr<yb::tablet::AbstractTablet> >::ok() const
Line
Count
Source
169
9.25M
  MUST_USE_RESULT bool ok() const {
170
9.25M
#ifndef NDEBUG
171
9.25M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
9.25M
    success_checked_ = true;
173
9.25M
    ANNOTATE_IGNORE_WRITES_END();
174
9.25M
#endif
175
9.25M
    return success_;
176
9.25M
  }
yb::Result<yb::tablet::ScopedReadOperation>::ok() const
Line
Count
Source
169
10.0M
  MUST_USE_RESULT bool ok() const {
170
10.0M
#ifndef NDEBUG
171
10.0M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
10.0M
    success_checked_ = true;
173
10.0M
    ANNOTATE_IGNORE_WRITES_END();
174
10.0M
#endif
175
10.0M
    return success_;
176
10.0M
  }
yb::Result<yb::StronglyTypedUuid<yb::TransactionId_Tag> >::ok() const
Line
Count
Source
169
34.2M
  MUST_USE_RESULT bool ok() const {
170
34.2M
#ifndef NDEBUG
171
34.2M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
34.2M
    success_checked_ = true;
173
34.2M
    ANNOTATE_IGNORE_WRITES_END();
174
34.2M
#endif
175
34.2M
    return success_;
176
34.2M
  }
yb::Result<yb::ReadHybridTime>::ok() const
Line
Count
Source
169
18.8M
  MUST_USE_RESULT bool ok() const {
170
18.8M
#ifndef NDEBUG
171
18.8M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
18.8M
    success_checked_ = true;
173
18.8M
    ANNOTATE_IGNORE_WRITES_END();
174
18.8M
#endif
175
18.8M
    return success_;
176
18.8M
  }
yb::Result<scoped_refptr<yb::tablet::RaftGroupMetadata> >::ok() const
Line
Count
Source
169
301k
  MUST_USE_RESULT bool ok() const {
170
301k
#ifndef NDEBUG
171
301k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
301k
    success_checked_ = true;
173
301k
    ANNOTATE_IGNORE_WRITES_END();
174
301k
#endif
175
301k
    return success_;
176
301k
  }
yb::Result<google::protobuf::RepeatedPtrField<yb::tablet::FilePB> >::ok() const
Line
Count
Source
169
1.60k
  MUST_USE_RESULT bool ok() const {
170
1.60k
#ifndef NDEBUG
171
1.60k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
1.60k
    success_checked_ = true;
173
1.60k
    ANNOTATE_IGNORE_WRITES_END();
174
1.60k
#endif
175
1.60k
    return success_;
176
1.60k
  }
yb::Result<std::__1::vector<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>, std::__1::allocator<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> > > >::ok() const
Line
Count
Source
169
17.2k
  MUST_USE_RESULT bool ok() const {
170
17.2k
#ifndef NDEBUG
171
17.2k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
17.2k
    success_checked_ = true;
173
17.2k
    ANNOTATE_IGNORE_WRITES_END();
174
17.2k
#endif
175
17.2k
    return success_;
176
17.2k
  }
yb::Result<yb::IndexInfo const*>::ok() const
Line
Count
Source
169
59.2k
  MUST_USE_RESULT bool ok() const {
170
59.2k
#ifndef NDEBUG
171
59.2k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
59.2k
    success_checked_ = true;
173
59.2k
    ANNOTATE_IGNORE_WRITES_END();
174
59.2k
#endif
175
59.2k
    return success_;
176
59.2k
  }
yb::Result<std::__1::shared_ptr<yb::tablet::TableInfo> >::ok() const
Line
Count
Source
169
24.1M
  MUST_USE_RESULT bool ok() const {
170
24.1M
#ifndef NDEBUG
171
24.1M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
24.1M
    success_checked_ = true;
173
24.1M
    ANNOTATE_IGNORE_WRITES_END();
174
24.1M
#endif
175
24.1M
    return success_;
176
24.1M
  }
yb::Result<yb::TransactionStatusResult>::ok() const
Line
Count
Source
169
938k
  MUST_USE_RESULT bool ok() const {
170
938k
#ifndef NDEBUG
171
938k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
938k
    success_checked_ = true;
173
938k
    ANNOTATE_IGNORE_WRITES_END();
174
938k
#endif
175
938k
    return success_;
176
938k
  }
yb::Result<std::__1::shared_ptr<yb::tablet::TabletPeer> >::ok() const
Line
Count
Source
169
282k
  MUST_USE_RESULT bool ok() const {
170
282k
#ifndef NDEBUG
171
282k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
282k
    success_checked_ = true;
173
282k
    ANNOTATE_IGNORE_WRITES_END();
174
282k
#endif
175
282k
    return success_;
176
282k
  }
yb::Result<std::__1::shared_ptr<yb::consensus::RaftConsensus> >::ok() const
Line
Count
Source
169
27.0M
  MUST_USE_RESULT bool ok() const {
170
27.0M
#ifndef NDEBUG
171
27.0M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
27.0M
    success_checked_ = true;
173
27.0M
    ANNOTATE_IGNORE_WRITES_END();
174
27.0M
#endif
175
27.0M
    return success_;
176
27.0M
  }
yb::Result<yb::OpId>::ok() const
Line
Count
Source
169
60.3M
  MUST_USE_RESULT bool ok() const {
170
60.3M
#ifndef NDEBUG
171
60.3M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
60.3M
    success_checked_ = true;
173
60.3M
    ANNOTATE_IGNORE_WRITES_END();
174
60.3M
#endif
175
60.3M
    return success_;
176
60.3M
  }
yb::Result<scoped_refptr<yb::tserver::TransitionInProgressDeleter> >::ok() const
Line
Count
Source
169
140k
  MUST_USE_RESULT bool ok() const {
170
140k
#ifndef NDEBUG
171
140k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
140k
    success_checked_ = true;
173
140k
    ANNOTATE_IGNORE_WRITES_END();
174
140k
#endif
175
140k
    return success_;
176
140k
  }
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>::ok() const
Line
Count
Source
169
137
  MUST_USE_RESULT bool ok() const {
170
137
#ifndef NDEBUG
171
137
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
137
    success_checked_ = true;
173
137
    ANNOTATE_IGNORE_WRITES_END();
174
137
#endif
175
137
    return success_;
176
137
  }
yb::Result<yb::Env::FilesystemStats>::ok() const
Line
Count
Source
169
1.08M
  MUST_USE_RESULT bool ok() const {
170
1.08M
#ifndef NDEBUG
171
1.08M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
1.08M
    success_checked_ = true;
173
1.08M
    ANNOTATE_IGNORE_WRITES_END();
174
1.08M
#endif
175
1.08M
    return success_;
176
1.08M
  }
yb::Result<yb::UsePrivateIpMode>::ok() const
Line
Count
Source
169
2.18M
  MUST_USE_RESULT bool ok() const {
170
2.18M
#ifndef NDEBUG
171
2.18M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
2.18M
    success_checked_ = true;
173
2.18M
    ANNOTATE_IGNORE_WRITES_END();
174
2.18M
#endif
175
2.18M
    return success_;
176
2.18M
  }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::tserver::enterprise::CDCConsumer, std::__1::default_delete<yb::tserver::enterprise::CDCConsumer> > >::ok() const
Unexecuted instantiation: yb::Result<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >::ok() const
yb::Result<yb::ql::audit::LogEntry>::ok() const
Line
Count
Source
169
13.5k
  MUST_USE_RESULT bool ok() const {
170
13.5k
#ifndef NDEBUG
171
13.5k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
13.5k
    success_checked_ = true;
173
13.5k
    ANNOTATE_IGNORE_WRITES_END();
174
13.5k
#endif
175
13.5k
    return success_;
176
13.5k
  }
yb::Result<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> >::ok() const
Line
Count
Source
169
1.93k
  MUST_USE_RESULT bool ok() const {
170
1.93k
#ifndef NDEBUG
171
1.93k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
1.93k
    success_checked_ = true;
173
1.93k
    ANNOTATE_IGNORE_WRITES_END();
174
1.93k
#endif
175
1.93k
    return success_;
176
1.93k
  }
yb::Result<std::__1::unique_ptr<yb::tserver::MiniTabletServer, std::__1::default_delete<yb::tserver::MiniTabletServer> > >::ok() const
Line
Count
Source
169
35
  MUST_USE_RESULT bool ok() const {
170
35
#ifndef NDEBUG
171
35
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
35
    success_checked_ = true;
173
35
    ANNOTATE_IGNORE_WRITES_END();
174
35
#endif
175
35
    return success_;
176
35
  }
yb::Result<yb::Uuid>::ok() const
Line
Count
Source
169
50.3M
  MUST_USE_RESULT bool ok() const {
170
50.3M
#ifndef NDEBUG
171
50.3M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
50.3M
    success_checked_ = true;
173
50.3M
    ANNOTATE_IGNORE_WRITES_END();
174
50.3M
#endif
175
50.3M
    return success_;
176
50.3M
  }
yb::Result<std::__1::shared_ptr<yb::ql::PTExpr> >::ok() const
Line
Count
Source
169
650
  MUST_USE_RESULT bool ok() const {
170
650
#ifndef NDEBUG
171
650
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
650
    success_checked_ = true;
173
650
    ANNOTATE_IGNORE_WRITES_END();
174
650
#endif
175
650
    return success_;
176
650
  }
yb::Result<std::__1::shared_ptr<yb::QLType> >::ok() const
Line
Count
Source
169
14
  MUST_USE_RESULT bool ok() const {
170
14
#ifndef NDEBUG
171
14
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
14
    success_checked_ = true;
173
14
    ANNOTATE_IGNORE_WRITES_END();
174
14
#endif
175
14
    return success_;
176
14
  }
yb::Result<yb::ChildTransactionDataPB>::ok() const
Line
Count
Source
169
66.6k
  MUST_USE_RESULT bool ok() const {
170
66.6k
#ifndef NDEBUG
171
66.6k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
66.6k
    success_checked_ = true;
173
66.6k
    ANNOTATE_IGNORE_WRITES_END();
174
66.6k
#endif
175
66.6k
    return success_;
176
66.6k
  }
yb::Result<yb::ql::QueryPagingState*>::ok() const
Line
Count
Source
169
7.50M
  MUST_USE_RESULT bool ok() const {
170
7.50M
#ifndef NDEBUG
171
7.50M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
7.50M
    success_checked_ = true;
173
7.50M
    ANNOTATE_IGNORE_WRITES_END();
174
7.50M
#endif
175
7.50M
    return success_;
176
7.50M
  }
yb::Result<yb::ColumnSchema const&>::ok() const
Line
Count
Source
169
66.1M
  MUST_USE_RESULT bool ok() const {
170
66.1M
#ifndef NDEBUG
171
66.1M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
66.1M
    success_checked_ = true;
173
66.1M
    ANNOTATE_IGNORE_WRITES_END();
174
66.1M
#endif
175
66.1M
    return success_;
176
66.1M
  }
yb::Result<yb::docdb::ApplyTransactionState>::ok() const
Line
Count
Source
169
1.30M
  MUST_USE_RESULT bool ok() const {
170
1.30M
#ifndef NDEBUG
171
1.30M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
1.30M
    success_checked_ = true;
173
1.30M
    ANNOTATE_IGNORE_WRITES_END();
174
1.30M
#endif
175
1.30M
    return success_;
176
1.30M
  }
yb::Result<yb::UnsignedIntSet<unsigned int> >::ok() const
Line
Count
Source
169
6.12M
  MUST_USE_RESULT bool ok() const {
170
6.12M
#ifndef NDEBUG
171
6.12M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
6.12M
    success_checked_ = true;
173
6.12M
    ANNOTATE_IGNORE_WRITES_END();
174
6.12M
#endif
175
6.12M
    return success_;
176
6.12M
  }
yb::Result<yb::tablet::TabletScopedRWOperationPauses>::ok() const
Line
Count
Source
169
249k
  MUST_USE_RESULT bool ok() const {
170
249k
#ifndef NDEBUG
171
249k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
249k
    success_checked_ = true;
173
249k
    ANNOTATE_IGNORE_WRITES_END();
174
249k
#endif
175
249k
    return success_;
176
249k
  }
yb::Result<rocksdb::KeyValueEncodingFormat>::ok() const
Line
Count
Source
169
196k
  MUST_USE_RESULT bool ok() const {
170
196k
#ifndef NDEBUG
171
196k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
196k
    success_checked_ = true;
173
196k
    ANNOTATE_IGNORE_WRITES_END();
174
196k
#endif
175
196k
    return success_;
176
196k
  }
yb::Result<yb::ScopedRWOperationPause>::ok() const
Line
Count
Source
169
499k
  MUST_USE_RESULT bool ok() const {
170
499k
#ifndef NDEBUG
171
499k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
499k
    success_checked_ = true;
173
499k
    ANNOTATE_IGNORE_WRITES_END();
174
499k
#endif
175
499k
    return success_;
176
499k
  }
yb::Result<yb::TransactionOperationContext>::ok() const
Line
Count
Source
169
14.2M
  MUST_USE_RESULT bool ok() const {
170
14.2M
#ifndef NDEBUG
171
14.2M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
14.2M
    success_checked_ = true;
173
14.2M
    ANNOTATE_IGNORE_WRITES_END();
174
14.2M
#endif
175
14.2M
    return success_;
176
14.2M
  }
yb::Result<std::__1::unique_ptr<pg_conn, yb::pgwrapper::PGConnClose> >::ok() const
Line
Count
Source
169
1.91k
  MUST_USE_RESULT bool ok() const {
170
1.91k
#ifndef NDEBUG
171
1.91k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
1.91k
    success_checked_ = true;
173
1.91k
    ANNOTATE_IGNORE_WRITES_END();
174
1.91k
#endif
175
1.91k
    return success_;
176
1.91k
  }
yb::Result<yb::PgsqlBackfillSpecPB>::ok() const
Line
Count
Source
169
2.27k
  MUST_USE_RESULT bool ok() const {
170
2.27k
#ifndef NDEBUG
171
2.27k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
2.27k
    success_checked_ = true;
173
2.27k
    ANNOTATE_IGNORE_WRITES_END();
174
2.27k
#endif
175
2.27k
    return success_;
176
2.27k
  }
yb::Result<yb::QLWriteRequestPB*>::ok() const
Line
Count
Source
169
52.4k
  MUST_USE_RESULT bool ok() const {
170
52.4k
#ifndef NDEBUG
171
52.4k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
52.4k
    success_checked_ = true;
173
52.4k
    ANNOTATE_IGNORE_WRITES_END();
174
52.4k
#endif
175
52.4k
    return success_;
176
52.4k
  }
yb::Result<std::__1::shared_ptr<yb::client::YBSession> >::ok() const
Line
Count
Source
169
2.50k
  MUST_USE_RESULT bool ok() const {
170
2.50k
#ifndef NDEBUG
171
2.50k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
2.50k
    success_checked_ = true;
173
2.50k
    ANNOTATE_IGNORE_WRITES_END();
174
2.50k
#endif
175
2.50k
    return success_;
176
2.50k
  }
yb::Result<yb::QLRowBlock>::ok() const
Line
Count
Source
169
796
  MUST_USE_RESULT bool ok() const {
170
796
#ifndef NDEBUG
171
796
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
796
    success_checked_ = true;
173
796
    ANNOTATE_IGNORE_WRITES_END();
174
796
#endif
175
796
    return success_;
176
796
  }
yb::Result<std::__1::unique_ptr<rocksdb::DB, std::__1::default_delete<rocksdb::DB> > >::ok() const
Line
Count
Source
169
249
  MUST_USE_RESULT bool ok() const {
170
249
#ifndef NDEBUG
171
249
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
249
    success_checked_ = true;
173
249
    ANNOTATE_IGNORE_WRITES_END();
174
249
#endif
175
249
    return success_;
176
249
  }
yb::Result<yb::tablet::FixedHybridTimeLease>::ok() const
Line
Count
Source
169
73.3M
  MUST_USE_RESULT bool ok() const {
170
73.3M
#ifndef NDEBUG
171
73.3M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
73.3M
    success_checked_ = true;
173
73.3M
    ANNOTATE_IGNORE_WRITES_END();
174
73.3M
#endif
175
73.3M
    return success_;
176
73.3M
  }
yb::Result<yb::SubTransactionMetadata>::ok() const
Line
Count
Source
169
4.55M
  MUST_USE_RESULT bool ok() const {
170
4.55M
#ifndef NDEBUG
171
4.55M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
4.55M
    success_checked_ = true;
173
4.55M
    ANNOTATE_IGNORE_WRITES_END();
174
4.55M
#endif
175
4.55M
    return success_;
176
4.55M
  }
yb::Result<yb::StronglyTypedBool<yb::tablet::NeedsRecovery_Tag> >::ok() const
Line
Count
Source
169
150k
  MUST_USE_RESULT bool ok() const {
170
150k
#ifndef NDEBUG
171
150k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
150k
    success_checked_ = true;
173
150k
    ANNOTATE_IGNORE_WRITES_END();
174
150k
#endif
175
150k
    return success_;
176
150k
  }
yb::Result<yb::tablet::DocDbOpIds>::ok() const
Line
Count
Source
169
39.7M
  MUST_USE_RESULT bool ok() const {
170
39.7M
#ifndef NDEBUG
171
39.7M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
39.7M
    success_checked_ = true;
173
39.7M
    ANNOTATE_IGNORE_WRITES_END();
174
39.7M
#endif
175
39.7M
    return success_;
176
39.7M
  }
yb::Result<yb::log::FirstEntryMetadata>::ok() const
Line
Count
Source
169
7.64k
  MUST_USE_RESULT bool ok() const {
170
7.64k
#ifndef NDEBUG
171
7.64k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
7.64k
    success_checked_ = true;
173
7.64k
    ANNOTATE_IGNORE_WRITES_END();
174
7.64k
#endif
175
7.64k
    return success_;
176
7.64k
  }
yb::Result<scoped_refptr<yb::tablet::OperationDriver> >::ok() const
Line
Count
Source
169
31.4M
  MUST_USE_RESULT bool ok() const {
170
31.4M
#ifndef NDEBUG
171
31.4M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
31.4M
    success_checked_ = true;
173
31.4M
    ANNOTATE_IGNORE_WRITES_END();
174
31.4M
#endif
175
31.4M
    return success_;
176
31.4M
  }
Unexecuted instantiation: yb::Result<yb::docdb::ApplyTransactionStatePB>::ok() const
yb::Result<yb::docdb::DecodedIntentKey>::ok() const
Line
Count
Source
169
6.14M
  MUST_USE_RESULT bool ok() const {
170
6.14M
#ifndef NDEBUG
171
6.14M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
6.14M
    success_checked_ = true;
173
6.14M
    ANNOTATE_IGNORE_WRITES_END();
174
6.14M
#endif
175
6.14M
    return success_;
176
6.14M
  }
yb::Result<yb::OneWayBitmap>::ok() const
Line
Count
Source
169
3.46k
  MUST_USE_RESULT bool ok() const {
170
3.46k
#ifndef NDEBUG
171
3.46k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
3.46k
    success_checked_ = true;
173
3.46k
    ANNOTATE_IGNORE_WRITES_END();
174
3.46k
#endif
175
3.46k
    return success_;
176
3.46k
  }
yb::Result<yb::docdb::DecodedIntentValue>::ok() const
Line
Count
Source
169
68.8M
  MUST_USE_RESULT bool ok() const {
170
68.8M
#ifndef NDEBUG
171
68.8M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
68.8M
    success_checked_ = true;
173
68.8M
    ANNOTATE_IGNORE_WRITES_END();
174
68.8M
#endif
175
68.8M
    return success_;
176
68.8M
  }
yb::Result<yb::client::YBClient*>::ok() const
Line
Count
Source
169
492k
  MUST_USE_RESULT bool ok() const {
170
492k
#ifndef NDEBUG
171
492k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
492k
    success_checked_ = true;
173
492k
    ANNOTATE_IGNORE_WRITES_END();
174
492k
#endif
175
492k
    return success_;
176
492k
  }
yb::Result<yb::tablet::SnapshotCoordinator&>::ok() const
Line
Count
Source
169
60
  MUST_USE_RESULT bool ok() const {
170
60
#ifndef NDEBUG
171
60
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
60
    success_checked_ = true;
173
60
    ANNOTATE_IGNORE_WRITES_END();
174
60
#endif
175
60
    return success_;
176
60
  }
yb::Result<yb::docdb::PrepareDocWriteOperationResult>::ok() const
Line
Count
Source
169
3.24M
  MUST_USE_RESULT bool ok() const {
170
3.24M
#ifndef NDEBUG
171
3.24M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
3.24M
    success_checked_ = true;
173
3.24M
    ANNOTATE_IGNORE_WRITES_END();
174
3.24M
#endif
175
3.24M
    return success_;
176
3.24M
  }
yb::Result<yb::client::ChildTransactionData>::ok() const
Line
Count
Source
169
13.8k
  MUST_USE_RESULT bool ok() const {
170
13.8k
#ifndef NDEBUG
171
13.8k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
13.8k
    success_checked_ = true;
173
13.8k
    ANNOTATE_IGNORE_WRITES_END();
174
13.8k
#endif
175
13.8k
    return success_;
176
13.8k
  }
yb::Result<yb::ChildTransactionResultPB>::ok() const
Line
Count
Source
169
13.7k
  MUST_USE_RESULT bool ok() const {
170
13.7k
#ifndef NDEBUG
171
13.7k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
13.7k
    success_checked_ = true;
173
13.7k
    ANNOTATE_IGNORE_WRITES_END();
174
13.7k
#endif
175
13.7k
    return success_;
176
13.7k
  }
yb::Result<boost::container::small_vector<iovec, 4ul, void, void> >::ok() const
Line
Count
Source
169
322M
  MUST_USE_RESULT bool ok() const {
170
322M
#ifndef NDEBUG
171
322M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
322M
    success_checked_ = true;
173
322M
    ANNOTATE_IGNORE_WRITES_END();
174
322M
#endif
175
322M
    return success_;
176
322M
  }
yb::Result<yb::rpc::ProcessCallsResult>::ok() const
Line
Count
Source
169
159M
  MUST_USE_RESULT bool ok() const {
170
159M
#ifndef NDEBUG
171
159M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
159M
    success_checked_ = true;
173
159M
    ANNOTATE_IGNORE_WRITES_END();
174
159M
#endif
175
159M
    return success_;
176
159M
  }
yb::Result<scoped_refptr<yb::Thread> >::ok() const
Line
Count
Source
169
160k
  MUST_USE_RESULT bool ok() const {
170
160k
#ifndef NDEBUG
171
160k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
160k
    success_checked_ = true;
173
160k
    ANNOTATE_IGNORE_WRITES_END();
174
160k
#endif
175
160k
    return success_;
176
160k
  }
yb::Result<yb::rpc::ParsedRemoteMethod>::ok() const
Line
Count
Source
169
38.9M
  MUST_USE_RESULT bool ok() const {
170
38.9M
#ifndef NDEBUG
171
38.9M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
38.9M
    success_checked_ = true;
173
38.9M
    ANNOTATE_IGNORE_WRITES_END();
174
38.9M
#endif
175
38.9M
    return success_;
176
38.9M
  }
yb::Result<unsigned char const* const*>::ok() const
Line
Count
Source
169
25.0M
  MUST_USE_RESULT bool ok() const {
170
25.0M
#ifndef NDEBUG
171
25.0M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
25.0M
    success_checked_ = true;
173
25.0M
    ANNOTATE_IGNORE_WRITES_END();
174
25.0M
#endif
175
25.0M
    return success_;
176
25.0M
  }
yb::Result<yb::Socket>::ok() const
Line
Count
Source
169
3.13M
  MUST_USE_RESULT bool ok() const {
170
3.13M
#ifndef NDEBUG
171
3.13M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
3.13M
    success_checked_ = true;
173
3.13M
    ANNOTATE_IGNORE_WRITES_END();
174
3.13M
#endif
175
3.13M
    return success_;
176
3.13M
  }
yb::Result<std::__1::unique_ptr<yb::rpc::Stream, std::__1::default_delete<yb::rpc::Stream> > >::ok() const
Line
Count
Source
169
3.76M
  MUST_USE_RESULT bool ok() const {
170
3.76M
#ifndef NDEBUG
171
3.76M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
3.76M
    success_checked_ = true;
173
3.76M
    ANNOTATE_IGNORE_WRITES_END();
174
3.76M
#endif
175
3.76M
    return success_;
176
3.76M
  }
yb::Result<yb::StronglyTypedBool<yb::rpc::ReadBufferFull_Tag> >::ok() const
Line
Count
Source
169
199k
  MUST_USE_RESULT bool ok() const {
170
199k
#ifndef NDEBUG
171
199k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
199k
    success_checked_ = true;
173
199k
    ANNOTATE_IGNORE_WRITES_END();
174
199k
#endif
175
199k
    return success_;
176
199k
  }
secure_stream.cc:yb::Result<std::__1::unique_ptr<bio_st, yb::rpc::(anonymous namespace)::BIOFree> >::ok() const
Line
Count
Source
169
366
  MUST_USE_RESULT bool ok() const {
170
366
#ifndef NDEBUG
171
366
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
366
    success_checked_ = true;
173
366
    ANNOTATE_IGNORE_WRITES_END();
174
366
#endif
175
366
    return success_;
176
366
  }
yb::Result<std::__1::unique_ptr<x509_st, yb::rpc::detail::X509Free> >::ok() const
Line
Count
Source
169
209
  MUST_USE_RESULT bool ok() const {
170
209
#ifndef NDEBUG
171
209
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
209
    success_checked_ = true;
173
209
    ANNOTATE_IGNORE_WRITES_END();
174
209
#endif
175
209
    return success_;
176
209
  }
yb::Result<std::__1::unique_ptr<evp_pkey_st, yb::rpc::detail::EVP_PKEYFree> >::ok() const
Line
Count
Source
169
26
  MUST_USE_RESULT bool ok() const {
170
26
#ifndef NDEBUG
171
26
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
26
    success_checked_ = true;
173
26
    ANNOTATE_IGNORE_WRITES_END();
174
26
#endif
175
26
    return success_;
176
26
  }
yb::Result<unsigned char*>::ok() const
Line
Count
Source
169
146M
  MUST_USE_RESULT bool ok() const {
170
146M
#ifndef NDEBUG
171
146M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
146M
    success_checked_ = true;
173
146M
    ANNOTATE_IGNORE_WRITES_END();
174
146M
#endif
175
146M
    return success_;
176
146M
  }
yb::Result<yb::RefCntBuffer>::ok() const
Line
Count
Source
169
70.8M
  MUST_USE_RESULT bool ok() const {
170
70.8M
#ifndef NDEBUG
171
70.8M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
70.8M
    success_checked_ = true;
173
70.8M
    ANNOTATE_IGNORE_WRITES_END();
174
70.8M
#endif
175
70.8M
    return success_;
176
70.8M
  }
yb::Result<yb::consensus::ReadOpsResult>::ok() const
Line
Count
Source
169
50.9M
  MUST_USE_RESULT bool ok() const {
170
50.9M
#ifndef NDEBUG
171
50.9M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
50.9M
    success_checked_ = true;
173
50.9M
    ANNOTATE_IGNORE_WRITES_END();
174
50.9M
#endif
175
50.9M
    return success_;
176
50.9M
  }
yb::Result<std::__1::shared_ptr<yb::consensus::Peer> >::ok() const
Line
Count
Source
169
123k
  MUST_USE_RESULT bool ok() const {
170
123k
#ifndef NDEBUG
171
123k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
123k
    success_checked_ = true;
173
123k
    ANNOTATE_IGNORE_WRITES_END();
174
123k
#endif
175
123k
    return success_;
176
123k
  }
yb::Result<scoped_refptr<yb::consensus::LeaderElection> >::ok() const
Line
Count
Source
169
1.22M
  MUST_USE_RESULT bool ok() const {
170
1.22M
#ifndef NDEBUG
171
1.22M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
1.22M
    success_checked_ = true;
173
1.22M
    ANNOTATE_IGNORE_WRITES_END();
174
1.22M
#endif
175
1.22M
    return success_;
176
1.22M
  }
yb::Result<yb::consensus::RaftConsensus::UpdateReplicaResult>::ok() const
Line
Count
Source
169
25.5M
  MUST_USE_RESULT bool ok() const {
170
25.5M
#ifndef NDEBUG
171
25.5M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
25.5M
    success_checked_ = true;
173
25.5M
    ANNOTATE_IGNORE_WRITES_END();
174
25.5M
#endif
175
25.5M
    return success_;
176
25.5M
  }
yb::Result<std::__1::vector<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >, std::__1::allocator<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > > > >::ok() const
Line
Count
Source
169
69.9k
  MUST_USE_RESULT bool ok() const {
170
69.9k
#ifndef NDEBUG
171
69.9k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
69.9k
    success_checked_ = true;
173
69.9k
    ANNOTATE_IGNORE_WRITES_END();
174
69.9k
#endif
175
69.9k
    return success_;
176
69.9k
  }
yb::Result<yb::master::TSDescriptor*>::ok() const
Line
Count
Source
169
4.12M
  MUST_USE_RESULT bool ok() const {
170
4.12M
#ifndef NDEBUG
171
4.12M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
4.12M
    success_checked_ = true;
173
4.12M
    ANNOTATE_IGNORE_WRITES_END();
174
4.12M
#endif
175
4.12M
    return success_;
176
4.12M
  }
yb::Result<yb::ColumnId>::ok() const
Line
Count
Source
169
1.13M
  MUST_USE_RESULT bool ok() const {
170
1.13M
#ifndef NDEBUG
171
1.13M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
1.13M
    success_checked_ = true;
173
1.13M
    ANNOTATE_IGNORE_WRITES_END();
174
1.13M
#endif
175
1.13M
    return success_;
176
1.13M
  }
yb::Result<scoped_refptr<yb::master::NamespaceInfo> >::ok() const
Line
Count
Source
169
915k
  MUST_USE_RESULT bool ok() const {
170
915k
#ifndef NDEBUG
171
915k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
915k
    success_checked_ = true;
173
915k
    ANNOTATE_IGNORE_WRITES_END();
174
915k
#endif
175
915k
    return success_;
176
915k
  }
yb::Result<scoped_refptr<yb::master::TableInfo> >::ok() const
Line
Count
Source
169
649k
  MUST_USE_RESULT bool ok() const {
170
649k
#ifndef NDEBUG
171
649k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
649k
    success_checked_ = true;
173
649k
    ANNOTATE_IGNORE_WRITES_END();
174
649k
#endif
175
649k
    return success_;
176
649k
  }
yb::Result<std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > > >::ok() const
Line
Count
Source
169
1.38M
  MUST_USE_RESULT bool ok() const {
170
1.38M
#ifndef NDEBUG
171
1.38M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
1.38M
    success_checked_ = true;
173
1.38M
    ANNOTATE_IGNORE_WRITES_END();
174
1.38M
#endif
175
1.38M
    return success_;
176
1.38M
  }
yb::Result<boost::optional<yb::master::ReplicationInfoPB> >::ok() const
Line
Count
Source
169
993k
  MUST_USE_RESULT bool ok() const {
170
993k
#ifndef NDEBUG
171
993k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
993k
    success_checked_ = true;
173
993k
    ANNOTATE_IGNORE_WRITES_END();
174
993k
#endif
175
993k
    return success_;
176
993k
  }
yb::Result<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<yb::master::ReplicationInfoPB>, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<yb::master::ReplicationInfoPB> > > > > >::ok() const
Line
Count
Source
169
8.13k
  MUST_USE_RESULT bool ok() const {
170
8.13k
#ifndef NDEBUG
171
8.13k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
8.13k
    success_checked_ = true;
173
8.13k
    ANNOTATE_IGNORE_WRITES_END();
174
8.13k
#endif
175
8.13k
    return success_;
176
8.13k
  }
yb::Result<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >::ok() const
Line
Count
Source
169
201
  MUST_USE_RESULT bool ok() const {
170
201
#ifndef NDEBUG
171
201
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
201
    success_checked_ = true;
173
201
    ANNOTATE_IGNORE_WRITES_END();
174
201
#endif
175
201
    return success_;
176
201
  }
yb::Result<yb::master::ReplicationInfoPB>::ok() const
Line
Count
Source
169
953k
  MUST_USE_RESULT bool ok() const {
170
953k
#ifndef NDEBUG
171
953k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
953k
    success_checked_ = true;
173
953k
    ANNOTATE_IGNORE_WRITES_END();
174
953k
#endif
175
953k
    return success_;
176
953k
  }
yb::Result<std::__1::vector<std::__1::shared_ptr<yb::master::TSDescriptor>, std::__1::allocator<std::__1::shared_ptr<yb::master::TSDescriptor> > > >::ok() const
Line
Count
Source
169
3.86k
  MUST_USE_RESULT bool ok() const {
170
3.86k
#ifndef NDEBUG
171
3.86k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
3.86k
    success_checked_ = true;
173
3.86k
    ANNOTATE_IGNORE_WRITES_END();
174
3.86k
#endif
175
3.86k
    return success_;
176
3.86k
  }
yb::Result<yb::master::TabletReplicaDriveInfo>::ok() const
Line
Count
Source
169
95.3M
  MUST_USE_RESULT bool ok() const {
170
95.3M
#ifndef NDEBUG
171
95.3M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
95.3M
    success_checked_ = true;
173
95.3M
    ANNOTATE_IGNORE_WRITES_END();
174
95.3M
#endif
175
95.3M
    return success_;
176
95.3M
  }
yb::Result<std::__1::array<yb::PartitionPB, 2ul> >::ok() const
Line
Count
Source
169
142
  MUST_USE_RESULT bool ok() const {
170
142
#ifndef NDEBUG
171
142
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
142
    success_checked_ = true;
173
142
    ANNOTATE_IGNORE_WRITES_END();
174
142
#endif
175
142
    return success_;
176
142
  }
yb::Result<yb::master::AsyncGetTabletSplitKey::Data>::ok() const
Line
Count
Source
169
143
  MUST_USE_RESULT bool ok() const {
170
143
#ifndef NDEBUG
171
143
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
143
    success_checked_ = true;
173
143
    ANNOTATE_IGNORE_WRITES_END();
174
143
#endif
175
143
    return success_;
176
143
  }
yb::Result<std::__1::unordered_map<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag>, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, boost::hash<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> const, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >::ok() const
Line
Count
Source
169
15.4k
  MUST_USE_RESULT bool ok() const {
170
15.4k
#ifndef NDEBUG
171
15.4k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
15.4k
    success_checked_ = true;
173
15.4k
    ANNOTATE_IGNORE_WRITES_END();
174
15.4k
#endif
175
15.4k
    return success_;
176
15.4k
  }
yb::Result<std::__1::unordered_set<yb::HostPort, yb::HostPortHash, std::__1::equal_to<yb::HostPort>, std::__1::allocator<yb::HostPort> > >::ok() const
Line
Count
Source
169
255k
  MUST_USE_RESULT bool ok() const {
170
255k
#ifndef NDEBUG
171
255k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
255k
    success_checked_ = true;
173
255k
    ANNOTATE_IGNORE_WRITES_END();
174
255k
#endif
175
255k
    return success_;
176
255k
  }
yb::Result<std::__1::vector<scoped_refptr<yb::master::TableInfo>, std::__1::allocator<scoped_refptr<yb::master::TableInfo> > > >::ok() const
Line
Count
Source
169
3.38k
  MUST_USE_RESULT bool ok() const {
170
3.38k
#ifndef NDEBUG
171
3.38k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
3.38k
    success_checked_ = true;
173
3.38k
    ANNOTATE_IGNORE_WRITES_END();
174
3.38k
#endif
175
3.38k
    return success_;
176
3.38k
  }
yb::Result<yb::master::TableDescription>::ok() const
Line
Count
Source
169
45
  MUST_USE_RESULT bool ok() const {
170
45
#ifndef NDEBUG
171
45
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
45
    success_checked_ = true;
173
45
    ANNOTATE_IGNORE_WRITES_END();
174
45
#endif
175
45
    return success_;
176
45
  }
yb::Result<std::__1::shared_ptr<yb::QLRowBlock> >::ok() const
Line
Count
Source
169
266k
  MUST_USE_RESULT bool ok() const {
170
266k
#ifndef NDEBUG
171
266k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
266k
    success_checked_ = true;
173
266k
    ANNOTATE_IGNORE_WRITES_END();
174
266k
#endif
175
266k
    return success_;
176
266k
  }
yb::Result<yb::encryption::UniverseKeyRegistryPB>::ok() const
Line
Count
Source
169
80
  MUST_USE_RESULT bool ok() const {
170
80
#ifndef NDEBUG
171
80
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
80
    success_checked_ = true;
173
80
    ANNOTATE_IGNORE_WRITES_END();
174
80
#endif
175
80
    return success_;
176
80
  }
yb::Result<std::__1::vector<yb::master::TableDescription, std::__1::allocator<yb::master::TableDescription> > >::ok() const
Line
Count
Source
169
51
  MUST_USE_RESULT bool ok() const {
170
51
#ifndef NDEBUG
171
51
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
51
    success_checked_ = true;
173
51
    ANNOTATE_IGNORE_WRITES_END();
174
51
#endif
175
51
    return success_;
176
51
  }
yb::Result<boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::ok() const
Line
Count
Source
169
878k
  MUST_USE_RESULT bool ok() const {
170
878k
#ifndef NDEBUG
171
878k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
878k
    success_checked_ = true;
173
878k
    ANNOTATE_IGNORE_WRITES_END();
174
878k
#endif
175
878k
    return success_;
176
878k
  }
yb::Result<yb::docdb::KeyBytes>::ok() const
Line
Count
Source
169
38.0M
  MUST_USE_RESULT bool ok() const {
170
38.0M
#ifndef NDEBUG
171
38.0M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
38.0M
    success_checked_ = true;
173
38.0M
    ANNOTATE_IGNORE_WRITES_END();
174
38.0M
#endif
175
38.0M
    return success_;
176
38.0M
  }
yb::Result<yb::master::SysSnapshotEntryPB_State>::ok() const
Line
Count
Source
169
52
  MUST_USE_RESULT bool ok() const {
170
52
#ifndef NDEBUG
171
52
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
52
    success_checked_ = true;
173
52
    ANNOTATE_IGNORE_WRITES_END();
174
52
#endif
175
52
    return success_;
176
52
  }
yb::Result<yb::tserver::TabletSnapshotOpResponsePB const&>::ok() const
Line
Count
Source
169
35
  MUST_USE_RESULT bool ok() const {
170
35
#ifndef NDEBUG
171
35
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
35
    success_checked_ = true;
173
35
    ANNOTATE_IGNORE_WRITES_END();
174
35
#endif
175
35
    return success_;
176
35
  }
yb::Result<yb::master::SysRowEntries>::ok() const
Line
Count
Source
169
41
  MUST_USE_RESULT bool ok() const {
170
41
#ifndef NDEBUG
171
41
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
41
    success_checked_ = true;
173
41
    ANNOTATE_IGNORE_WRITES_END();
174
41
#endif
175
41
    return success_;
176
41
  }
yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotId_Tag> >::ok() const
Line
Count
Source
169
82
  MUST_USE_RESULT bool ok() const {
170
82
#ifndef NDEBUG
171
82
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
82
    success_checked_ = true;
173
82
    ANNOTATE_IGNORE_WRITES_END();
174
82
#endif
175
82
    return success_;
176
82
  }
yb::Result<yb::tablet::CreateSnapshotData>::ok() const
Line
Count
Source
169
51
  MUST_USE_RESULT bool ok() const {
170
51
#ifndef NDEBUG
171
51
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
51
    success_checked_ = true;
173
51
    ANNOTATE_IGNORE_WRITES_END();
174
51
#endif
175
51
    return success_;
176
51
  }
yb::Result<yb::master::SnapshotState&>::ok() const
Line
Count
Source
169
23
  MUST_USE_RESULT bool ok() const {
170
23
#ifndef NDEBUG
171
23
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
23
    success_checked_ = true;
173
23
    ANNOTATE_IGNORE_WRITES_END();
174
23
#endif
175
23
    return success_;
176
23
  }
yb::Result<yb::master::SnapshotScheduleState&>::ok() const
Line
Count
Source
169
22
  MUST_USE_RESULT bool ok() const {
170
22
#ifndef NDEBUG
171
22
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
22
    success_checked_ = true;
173
22
    ANNOTATE_IGNORE_WRITES_END();
174
22
#endif
175
22
    return success_;
176
22
  }
yb::Result<yb::master::RestorationState&>::ok() const
Line
Count
Source
169
8
  MUST_USE_RESULT bool ok() const {
170
8
#ifndef NDEBUG
171
8
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
8
    success_checked_ = true;
173
8
    ANNOTATE_IGNORE_WRITES_END();
174
8
#endif
175
8
    return success_;
176
8
  }
yb::Result<yb::master::SysSnapshotEntryPB>::ok() const
Line
Count
Source
169
94
  MUST_USE_RESULT bool ok() const {
170
94
#ifndef NDEBUG
171
94
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
94
    success_checked_ = true;
173
94
    ANNOTATE_IGNORE_WRITES_END();
174
94
#endif
175
94
    return success_;
176
94
  }
yb::Result<yb::master::SnapshotScheduleOptionsPB>::ok() const
Line
Count
Source
169
33
  MUST_USE_RESULT bool ok() const {
170
33
#ifndef NDEBUG
171
33
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
33
    success_checked_ = true;
173
33
    ANNOTATE_IGNORE_WRITES_END();
174
33
#endif
175
33
    return success_;
176
33
  }
yb::Result<yb::master::SnapshotScheduleOperation>::ok() const
Line
Count
Source
169
1
  MUST_USE_RESULT bool ok() const {
170
1
#ifndef NDEBUG
171
1
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
1
    success_checked_ = true;
173
1
    ANNOTATE_IGNORE_WRITES_END();
174
1
#endif
175
1
    return success_;
176
1
  }
yb::Result<yb::PlacementInfoConverter::Placement>::ok() const
Line
Count
Source
169
432
  MUST_USE_RESULT bool ok() const {
170
432
#ifndef NDEBUG
171
432
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
432
    success_checked_ = true;
173
432
    ANNOTATE_IGNORE_WRITES_END();
174
432
#endif
175
432
    return success_;
176
432
  }
yb::Result<yb::master::DdlLogEntryPB>::ok() const
Line
Count
Source
169
3
  MUST_USE_RESULT bool ok() const {
170
3
#ifndef NDEBUG
171
3
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
3
    success_checked_ = true;
173
3
    ANNOTATE_IGNORE_WRITES_END();
174
3
#endif
175
3
    return success_;
176
3
  }
yb::Result<std::__1::shared_ptr<yb::master::TSDescriptor> >::ok() const
Line
Count
Source
169
8.15k
  MUST_USE_RESULT bool ok() const {
170
8.15k
#ifndef NDEBUG
171
8.15k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
8.15k
    success_checked_ = true;
173
8.15k
    ANNOTATE_IGNORE_WRITES_END();
174
8.15k
#endif
175
8.15k
    return success_;
176
8.15k
  }
yb::Result<std::__1::pair<int, yb::DataType> >::ok() const
Line
Count
Source
169
18.4M
  MUST_USE_RESULT bool ok() const {
170
18.4M
#ifndef NDEBUG
171
18.4M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
18.4M
    success_checked_ = true;
173
18.4M
    ANNOTATE_IGNORE_WRITES_END();
174
18.4M
#endif
175
18.4M
    return success_;
176
18.4M
  }
yb::Result<yb::master::YQLPartitionsVTable::TabletData>::ok() const
Line
Count
Source
169
69.6k
  MUST_USE_RESULT bool ok() const {
170
69.6k
#ifndef NDEBUG
171
69.6k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
69.6k
    success_checked_ = true;
173
69.6k
    ANNOTATE_IGNORE_WRITES_END();
174
69.6k
#endif
175
69.6k
    return success_;
176
69.6k
  }
yb::Result<yb::master::SysTablesEntryPB>::ok() const
Line
Count
Source
169
8.36k
  MUST_USE_RESULT bool ok() const {
170
8.36k
#ifndef NDEBUG
171
8.36k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
8.36k
    success_checked_ = true;
173
8.36k
    ANNOTATE_IGNORE_WRITES_END();
174
8.36k
#endif
175
8.36k
    return success_;
176
8.36k
  }
yb::Result<yb::master::SysNamespaceEntryPB>::ok() const
Line
Count
Source
169
133
  MUST_USE_RESULT bool ok() const {
170
133
#ifndef NDEBUG
171
133
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
133
    success_checked_ = true;
173
133
    ANNOTATE_IGNORE_WRITES_END();
174
133
#endif
175
133
    return success_;
176
133
  }
yb::Result<yb::master::SysTabletsEntryPB>::ok() const
Line
Count
Source
169
402
  MUST_USE_RESULT bool ok() const {
170
402
#ifndef NDEBUG
171
402
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
402
    success_checked_ = true;
173
402
    ANNOTATE_IGNORE_WRITES_END();
174
402
#endif
175
402
    return success_;
176
402
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::master::CDCRpcTasks> >::ok() const
yb::Result<std::__1::unique_ptr<yb::encryption::EncryptionParams, std::__1::default_delete<yb::encryption::EncryptionParams> > >::ok() const
Line
Count
Source
169
218
  MUST_USE_RESULT bool ok() const {
170
218
#ifndef NDEBUG
171
218
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
218
    success_checked_ = true;
173
218
    ANNOTATE_IGNORE_WRITES_END();
174
218
#endif
175
218
    return success_;
176
218
  }
yb::Result<std::__1::unique_ptr<yb::encryption::BlockAccessCipherStream, std::__1::default_delete<yb::encryption::BlockAccessCipherStream> > >::ok() const
Line
Count
Source
169
160
  MUST_USE_RESULT bool ok() const {
170
160
#ifndef NDEBUG
171
160
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
160
    success_checked_ = true;
173
160
    ANNOTATE_IGNORE_WRITES_END();
174
160
#endif
175
160
    return success_;
176
160
  }
yb::Result<google::protobuf::RepeatedPtrField<yb::master::TabletLocationsPB> >::ok() const
Line
Count
Source
169
1
  MUST_USE_RESULT bool ok() const {
170
1
#ifndef NDEBUG
171
1
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
1
    success_checked_ = true;
173
1
    ANNOTATE_IGNORE_WRITES_END();
174
1
#endif
175
1
    return success_;
176
1
  }
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName> > > >::ok() const
yb::Result<yb::docdb::FetchKeyResult>::ok() const
Line
Count
Source
169
850M
  MUST_USE_RESULT bool ok() const {
170
850M
#ifndef NDEBUG
171
850M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
850M
    success_checked_ = true;
173
850M
    ANNOTATE_IGNORE_WRITES_END();
174
850M
#endif
175
850M
    return success_;
176
850M
  }
yb::Result<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::SysTablesEntryPB> const&>::ok() const
Line
Count
Source
169
8.35k
  MUST_USE_RESULT bool ok() const {
170
8.35k
#ifndef NDEBUG
171
8.35k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
8.35k
    success_checked_ = true;
173
8.35k
    ANNOTATE_IGNORE_WRITES_END();
174
8.35k
#endif
175
8.35k
    return success_;
176
8.35k
  }
yb::Result<std::__1::unique_ptr<yb::encryption::UniverseKeyManager, std::__1::default_delete<yb::encryption::UniverseKeyManager> > >::ok() const
Line
Count
Source
169
6
  MUST_USE_RESULT bool ok() const {
170
6
#ifndef NDEBUG
171
6
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
6
    success_checked_ = true;
173
6
    ANNOTATE_IGNORE_WRITES_END();
174
6
#endif
175
6
    return success_;
176
6
  }
yb::Result<yb::cdc::SetCDCCheckpointResponsePB>::ok() const
Line
Count
Source
169
6
  MUST_USE_RESULT bool ok() const {
170
6
#ifndef NDEBUG
171
6
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
6
    success_checked_ = true;
173
6
    ANNOTATE_IGNORE_WRITES_END();
174
6
#endif
175
6
    return success_;
176
6
  }
yb::Result<std::__1::pair<yb::RefCntBuffer, yb::Slice> >::ok() const
Line
Count
Source
169
10.6M
  MUST_USE_RESULT bool ok() const {
170
10.6M
#ifndef NDEBUG
171
10.6M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
10.6M
    success_checked_ = true;
173
10.6M
    ANNOTATE_IGNORE_WRITES_END();
174
10.6M
#endif
175
10.6M
    return success_;
176
10.6M
  }
yb::Result<yb::client::YBTableInfo>::ok() const
Line
Count
Source
169
61
  MUST_USE_RESULT bool ok() const {
170
61
#ifndef NDEBUG
171
61
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
61
    success_checked_ = true;
173
61
    ANNOTATE_IGNORE_WRITES_END();
174
61
#endif
175
61
    return success_;
176
61
  }
yb::Result<std::__1::vector<yb::master::NamespaceIdentifierPB, std::__1::allocator<yb::master::NamespaceIdentifierPB> > >::ok() const
Line
Count
Source
169
5.07k
  MUST_USE_RESULT bool ok() const {
170
5.07k
#ifndef NDEBUG
171
5.07k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
5.07k
    success_checked_ = true;
173
5.07k
    ANNOTATE_IGNORE_WRITES_END();
174
5.07k
#endif
175
5.07k
    return success_;
176
5.07k
  }
yb::Result<std::__1::vector<yb::master::TablegroupIdentifierPB, std::__1::allocator<yb::master::TablegroupIdentifierPB> > >::ok() const
Line
Count
Source
169
5
  MUST_USE_RESULT bool ok() const {
170
5
#ifndef NDEBUG
171
5
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
5
    success_checked_ = true;
173
5
    ANNOTATE_IGNORE_WRITES_END();
174
5
#endif
175
5
    return success_;
176
5
  }
yb::Result<std::__1::shared_ptr<yb::client::VersionedTablePartitionList const> >::ok() const
Line
Count
Source
169
134k
  MUST_USE_RESULT bool ok() const {
170
134k
#ifndef NDEBUG
171
134k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
134k
    success_checked_ = true;
173
134k
    ANNOTATE_IGNORE_WRITES_END();
174
134k
#endif
175
134k
    return success_;
176
134k
  }
yb::Result<yb::IndexPermissions>::ok() const
Line
Count
Source
169
2.65k
  MUST_USE_RESULT bool ok() const {
170
2.65k
#ifndef NDEBUG
171
2.65k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
2.65k
    success_checked_ = true;
173
2.65k
    ANNOTATE_IGNORE_WRITES_END();
174
2.65k
#endif
175
2.65k
    return success_;
176
2.65k
  }
yb::Result<yb::client::YBTableType>::ok() const
Line
Count
Source
169
140k
  MUST_USE_RESULT bool ok() const {
170
140k
#ifndef NDEBUG
171
140k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
140k
    success_checked_ = true;
173
140k
    ANNOTATE_IGNORE_WRITES_END();
174
140k
#endif
175
140k
    return success_;
176
140k
  }
yb::Result<yb::master::GetTableLocationsResponsePB*>::ok() const
Line
Count
Source
169
134k
  MUST_USE_RESULT bool ok() const {
170
134k
#ifndef NDEBUG
171
134k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
134k
    success_checked_ = true;
173
134k
    ANNOTATE_IGNORE_WRITES_END();
174
134k
#endif
175
134k
    return success_;
176
134k
  }
yb::Result<yb::client::TransactionStatusTablets>::ok() const
Line
Count
Source
169
3.30k
  MUST_USE_RESULT bool ok() const {
170
3.30k
#ifndef NDEBUG
171
3.30k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
3.30k
    success_checked_ = true;
173
3.30k
    ANNOTATE_IGNORE_WRITES_END();
174
3.30k
#endif
175
3.30k
    return success_;
176
3.30k
  }
yb::Result<std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > >::ok() const
Line
Count
Source
169
29.5M
  MUST_USE_RESULT bool ok() const {
170
29.5M
#ifndef NDEBUG
171
29.5M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
29.5M
    success_checked_ = true;
173
29.5M
    ANNOTATE_IGNORE_WRITES_END();
174
29.5M
#endif
175
29.5M
    return success_;
176
29.5M
  }
yb::Result<boost::optional<yb::docdb::SubDocument> >::ok() const
Line
Count
Source
169
716k
  MUST_USE_RESULT bool ok() const {
170
716k
#ifndef NDEBUG
171
716k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
716k
    success_checked_ = true;
173
716k
    ANNOTATE_IGNORE_WRITES_END();
174
716k
#endif
175
716k
    return success_;
176
716k
  }
Unexecuted instantiation: yb::Result<google::protobuf::RepeatedPtrField<yb::master::SnapshotInfoPB> >::ok() const
Unexecuted instantiation: yb::Result<yb::master::MasterBackupProxy>::ok() const
Unexecuted instantiation: yb::Result<google::protobuf::RepeatedPtrField<yb::master::SnapshotScheduleInfoPB> >::ok() const
yb::Result<yb::encryption::FileEncryptionStatus>::ok() const
Line
Count
Source
169
2.55M
  MUST_USE_RESULT bool ok() const {
170
2.55M
#ifndef NDEBUG
171
2.55M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
2.55M
    success_checked_ = true;
173
2.55M
    ANNOTATE_IGNORE_WRITES_END();
174
2.55M
#endif
175
2.55M
    return success_;
176
2.55M
  }
yb::Result<std::__1::pair<unsigned long, bool> >::ok() const
Line
Count
Source
169
10
  MUST_USE_RESULT bool ok() const {
170
10
#ifndef NDEBUG
171
10
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
10
    success_checked_ = true;
173
10
    ANNOTATE_IGNORE_WRITES_END();
174
10
#endif
175
10
    return success_;
176
10
  }
yb::Result<PgColumnInfo>::ok() const
Line
Count
Source
169
83.9M
  MUST_USE_RESULT bool ok() const {
170
83.9M
#ifndef NDEBUG
171
83.9M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
83.9M
    success_checked_ = true;
173
83.9M
    ANNOTATE_IGNORE_WRITES_END();
174
83.9M
#endif
175
83.9M
    return success_;
176
83.9M
  }
yb::Result<scoped_refptr<yb::pggate::PgTableDesc> >::ok() const
Line
Count
Source
169
16.9M
  MUST_USE_RESULT bool ok() const {
170
16.9M
#ifndef NDEBUG
171
16.9M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
16.9M
    success_checked_ = true;
173
16.9M
    ANNOTATE_IGNORE_WRITES_END();
174
16.9M
#endif
175
16.9M
    return success_;
176
16.9M
  }
yb::Result<yb::StronglyTypedBool<yb::pggate::RequestSent_Tag> >::ok() const
Line
Count
Source
169
8.79M
  MUST_USE_RESULT bool ok() const {
170
8.79M
#ifndef NDEBUG
171
8.79M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
8.79M
    success_checked_ = true;
173
8.79M
    ANNOTATE_IGNORE_WRITES_END();
174
8.79M
#endif
175
8.79M
    return success_;
176
8.79M
  }
yb::Result<yb::pggate::PgApiContext::MessengerHolder>::ok() const
Line
Count
Source
169
6.09k
  MUST_USE_RESULT bool ok() const {
170
6.09k
#ifndef NDEBUG
171
6.09k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
6.09k
    success_checked_ = true;
173
6.09k
    ANNOTATE_IGNORE_WRITES_END();
174
6.09k
#endif
175
6.09k
    return success_;
176
6.09k
  }
yb::Result<std::__1::pair<long long, bool> >::ok() const
Line
Count
Source
169
3.23k
  MUST_USE_RESULT bool ok() const {
170
3.23k
#ifndef NDEBUG
171
3.23k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
3.23k
    success_checked_ = true;
173
3.23k
    ANNOTATE_IGNORE_WRITES_END();
174
3.23k
#endif
175
3.23k
    return success_;
176
3.23k
  }
yb::Result<std::__1::pair<unsigned int, unsigned int> >::ok() const
Line
Count
Source
169
805
  MUST_USE_RESULT bool ok() const {
170
805
#ifndef NDEBUG
171
805
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
805
    success_checked_ = true;
173
805
    ANNOTATE_IGNORE_WRITES_END();
174
805
#endif
175
805
    return success_;
176
805
  }
yb::Result<std::__1::shared_ptr<unsigned char const* const> >::ok() const
Line
Count
Source
169
10.3M
  MUST_USE_RESULT bool ok() const {
170
10.3M
#ifndef NDEBUG
171
10.3M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
10.3M
    success_checked_ = true;
173
10.3M
    ANNOTATE_IGNORE_WRITES_END();
174
10.3M
#endif
175
10.3M
    return success_;
176
10.3M
  }
yb::Result<yb::master::GetNamespaceInfoResponsePB>::ok() const
Line
Count
Source
169
5.72k
  MUST_USE_RESULT bool ok() const {
170
5.72k
#ifndef NDEBUG
171
5.72k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
5.72k
    success_checked_ = true;
173
5.72k
    ANNOTATE_IGNORE_WRITES_END();
174
5.72k
#endif
175
5.72k
    return success_;
176
5.72k
  }
pg_session.cc:yb::Result<yb::pggate::(anonymous namespace)::SessionType>::ok() const
Line
Count
Source
169
20.4M
  MUST_USE_RESULT bool ok() const {
170
20.4M
#ifndef NDEBUG
171
20.4M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
20.4M
    success_checked_ = true;
173
20.4M
    ANNOTATE_IGNORE_WRITES_END();
174
20.4M
#endif
175
20.4M
    return success_;
176
20.4M
  }
yb::Result<yb::pggate::PgColumn&>::ok() const
Line
Count
Source
169
54.6M
  MUST_USE_RESULT bool ok() const {
170
54.6M
#ifndef NDEBUG
171
54.6M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
54.6M
    success_checked_ = true;
173
54.6M
    ANNOTATE_IGNORE_WRITES_END();
174
54.6M
#endif
175
54.6M
    return success_;
176
54.6M
  }
yb::Result<std::__1::function<yb::docdb::DocKey (std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > const&)> >::ok() const
Line
Count
Source
169
184
  MUST_USE_RESULT bool ok() const {
170
184
#ifndef NDEBUG
171
184
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
184
    success_checked_ = true;
173
184
    ANNOTATE_IGNORE_WRITES_END();
174
184
#endif
175
184
    return success_;
176
184
  }
yb::Result<yb::docdb::DocKey>::ok() const
Line
Count
Source
169
12.8M
  MUST_USE_RESULT bool ok() const {
170
12.8M
#ifndef NDEBUG
171
12.8M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
12.8M
    success_checked_ = true;
173
12.8M
    ANNOTATE_IGNORE_WRITES_END();
174
12.8M
#endif
175
12.8M
    return success_;
176
12.8M
  }
yb::Result<yb::docdb::PrimitiveValue>::ok() const
Line
Count
Source
169
27
  MUST_USE_RESULT bool ok() const {
170
27
#ifndef NDEBUG
171
27
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
27
    success_checked_ = true;
173
27
    ANNOTATE_IGNORE_WRITES_END();
174
27
#endif
175
27
    return success_;
176
27
  }
yb::Result<yb::pggate::PgColumn const&>::ok() const
Line
Count
Source
169
22.3M
  MUST_USE_RESULT bool ok() const {
170
22.3M
#ifndef NDEBUG
171
22.3M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
22.3M
    success_checked_ = true;
173
22.3M
    ANNOTATE_IGNORE_WRITES_END();
174
22.3M
#endif
175
22.3M
    return success_;
176
22.3M
  }
yb::Result<std::__1::list<yb::pggate::PgDocResult, std::__1::allocator<yb::pggate::PgDocResult> > >::ok() const
Line
Count
Source
169
5.18M
  MUST_USE_RESULT bool ok() const {
170
5.18M
#ifndef NDEBUG
171
5.18M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
5.18M
    success_checked_ = true;
173
5.18M
    ANNOTATE_IGNORE_WRITES_END();
174
5.18M
#endif
175
5.18M
    return success_;
176
5.18M
  }
yb::Result<yb::pggate::PerformFuture>::ok() const
Line
Count
Source
169
8.92M
  MUST_USE_RESULT bool ok() const {
170
8.92M
#ifndef NDEBUG
171
8.92M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
8.92M
    success_checked_ = true;
173
8.92M
    ANNOTATE_IGNORE_WRITES_END();
174
8.92M
#endif
175
8.92M
    return success_;
176
8.92M
  }
yb::Result<std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> > >::ok() const
Line
Count
Source
169
190
  MUST_USE_RESULT bool ok() const {
170
190
#ifndef NDEBUG
171
190
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
190
    success_checked_ = true;
173
190
    ANNOTATE_IGNORE_WRITES_END();
174
190
#endif
175
190
    return success_;
176
190
  }
yb::Result<yb::client::TableHandle>::ok() const
Line
Count
Source
169
162
  MUST_USE_RESULT bool ok() const {
170
162
#ifndef NDEBUG
171
162
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
162
    success_checked_ = true;
173
162
    ANNOTATE_IGNORE_WRITES_END();
174
162
#endif
175
162
    return success_;
176
162
  }
yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> > > > > >::ok() const
Line
Count
Source
169
223
  MUST_USE_RESULT bool ok() const {
170
223
#ifndef NDEBUG
171
223
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
223
    success_checked_ = true;
173
223
    ANNOTATE_IGNORE_WRITES_END();
174
223
#endif
175
223
    return success_;
176
223
  }
yb::Result<yb::pgwrapper::PGConn>::ok() const
Line
Count
Source
169
422
  MUST_USE_RESULT bool ok() const {
170
422
#ifndef NDEBUG
171
422
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
422
    success_checked_ = true;
173
422
    ANNOTATE_IGNORE_WRITES_END();
174
422
#endif
175
422
    return success_;
176
422
  }
yb::Result<yb::master::ListMastersResponsePB>::ok() const
Line
Count
Source
169
36
  MUST_USE_RESULT bool ok() const {
170
36
#ifndef NDEBUG
171
36
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
36
    success_checked_ = true;
173
36
    ANNOTATE_IGNORE_WRITES_END();
174
36
#endif
175
36
    return success_;
176
36
  }
yb::Result<yb::consensus::LeaderStepDownResponsePB>::ok() const
Line
Count
Source
169
4
  MUST_USE_RESULT bool ok() const {
170
4
#ifndef NDEBUG
171
4
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
4
    success_checked_ = true;
173
4
    ANNOTATE_IGNORE_WRITES_END();
174
4
#endif
175
4
    return success_;
176
4
  }
Unexecuted instantiation: yb::Result<yb::consensus::RunLeaderElectionResponsePB>::ok() const
Unexecuted instantiation: yb::Result<yb::master::DumpMasterStateResponsePB>::ok() const
Unexecuted instantiation: yb::Result<yb::master::GetLoadMovePercentResponsePB>::ok() const
yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, int> > > >::ok() const
Line
Count
Source
169
130
  MUST_USE_RESULT bool ok() const {
170
130
#ifndef NDEBUG
171
130
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
130
    success_checked_ = true;
173
130
    ANNOTATE_IGNORE_WRITES_END();
174
130
#endif
175
130
    return success_;
176
130
  }
yb::Result<yb::master::GetTabletLocationsResponsePB>::ok() const
Line
Count
Source
169
268
  MUST_USE_RESULT bool ok() const {
170
268
#ifndef NDEBUG
171
268
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
268
    success_checked_ = true;
173
268
    ANNOTATE_IGNORE_WRITES_END();
174
268
#endif
175
268
    return success_;
176
268
  }
yb::Result<yb::consensus::ChangeConfigResponsePB>::ok() const
Line
Count
Source
169
6
  MUST_USE_RESULT bool ok() const {
170
6
#ifndef NDEBUG
171
6
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
6
    success_checked_ = true;
173
6
    ANNOTATE_IGNORE_WRITES_END();
174
6
#endif
175
6
    return success_;
176
6
  }
yb::Result<yb::master::ListTabletServersResponsePB>::ok() const
Line
Count
Source
169
2
  MUST_USE_RESULT bool ok() const {
170
2
#ifndef NDEBUG
171
2
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
2
    success_checked_ = true;
173
2
    ANNOTATE_IGNORE_WRITES_END();
174
2
#endif
175
2
    return success_;
176
2
  }
Unexecuted instantiation: yb::Result<yb::tserver::GetLogLocationResponsePB>::ok() const
yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::master::NamespaceIdentifierPB, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::NamespaceIdentifierPB> > > const&>::ok() const
Line
Count
Source
169
1
  MUST_USE_RESULT bool ok() const {
170
1
#ifndef NDEBUG
171
1
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
1
    success_checked_ = true;
173
1
    ANNOTATE_IGNORE_WRITES_END();
174
1
#endif
175
1
    return success_;
176
1
  }
yb::Result<yb::master::LaunchBackfillIndexForTableResponsePB>::ok() const
Line
Count
Source
169
2
  MUST_USE_RESULT bool ok() const {
170
2
#ifndef NDEBUG
171
2
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
2
    success_checked_ = true;
173
2
    ANNOTATE_IGNORE_WRITES_END();
174
2
#endif
175
2
    return success_;
176
2
  }
Unexecuted instantiation: yb::Result<yb::tserver::ListTabletsForTabletServerResponsePB>::ok() const
Unexecuted instantiation: yb::Result<yb::master::ChangeLoadBalancerStateResponsePB>::ok() const
Unexecuted instantiation: yb::Result<yb::master::GetLoadBalancerStateResponsePB>::ok() const
Unexecuted instantiation: yb::Result<yb::master::FlushSysCatalogResponsePB>::ok() const
Unexecuted instantiation: yb::Result<yb::master::CompactSysCatalogResponsePB>::ok() const
yb::Result<yb::master::IsMasterLeaderReadyResponsePB>::ok() const
Line
Count
Source
169
47
  MUST_USE_RESULT bool ok() const {
170
47
#ifndef NDEBUG
171
47
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
47
    success_checked_ = true;
173
47
    ANNOTATE_IGNORE_WRITES_END();
174
47
#endif
175
47
    return success_;
176
47
  }
yb::Result<yb::master::GetMasterClusterConfigResponsePB>::ok() const
Line
Count
Source
169
68
  MUST_USE_RESULT bool ok() const {
170
68
#ifndef NDEBUG
171
68
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
68
    success_checked_ = true;
173
68
    ANNOTATE_IGNORE_WRITES_END();
174
68
#endif
175
68
    return success_;
176
68
  }
yb::Result<yb::master::ChangeMasterClusterConfigResponsePB>::ok() const
Line
Count
Source
169
40
  MUST_USE_RESULT bool ok() const {
170
40
#ifndef NDEBUG
171
40
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
40
    success_checked_ = true;
173
40
    ANNOTATE_IGNORE_WRITES_END();
174
40
#endif
175
40
    return success_;
176
40
  }
yb::Result<yb::master::IsInitDbDoneResponsePB>::ok() const
Line
Count
Source
169
2
  MUST_USE_RESULT bool ok() const {
170
2
#ifndef NDEBUG
171
2
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
2
    success_checked_ = true;
173
2
    ANNOTATE_IGNORE_WRITES_END();
174
2
#endif
175
2
    return success_;
176
2
  }
yb::Result<yb::tserver::UpgradeYsqlResponsePB>::ok() const
Line
Count
Source
169
2
  MUST_USE_RESULT bool ok() const {
170
2
#ifndef NDEBUG
171
2
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
2
    success_checked_ = true;
173
2
    ANNOTATE_IGNORE_WRITES_END();
174
2
#endif
175
2
    return success_;
176
2
  }
Unexecuted instantiation: yb::Result<yb::master::SplitTabletResponsePB>::ok() const
Unexecuted instantiation: yb::Result<yb::master::DisableTabletSplittingResponsePB>::ok() const
Unexecuted instantiation: yb::Result<yb::master::IsTabletSplittingCompleteResponsePB>::ok() const
yb::Result<yb::rpc_test::TrivialResponsePB>::ok() const
Line
Count
Source
169
2
  MUST_USE_RESULT bool ok() const {
170
2
#ifndef NDEBUG
171
2
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
2
    success_checked_ = true;
173
2
    ANNOTATE_IGNORE_WRITES_END();
174
2
#endif
175
2
    return success_;
176
2
  }
yb::Result<yb::util::VarInt>::ok() const
Line
Count
Source
169
11.4k
  MUST_USE_RESULT bool ok() const {
170
11.4k
#ifndef NDEBUG
171
11.4k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
11.4k
    success_checked_ = true;
173
11.4k
    ANNOTATE_IGNORE_WRITES_END();
174
11.4k
#endif
175
11.4k
    return success_;
176
11.4k
  }
yb::Result<yb::QLTableColumn const&>::ok() const
Line
Count
Source
169
7.19M
  MUST_USE_RESULT bool ok() const {
170
7.19M
#ifndef NDEBUG
171
7.19M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
7.19M
    success_checked_ = true;
173
7.19M
    ANNOTATE_IGNORE_WRITES_END();
174
7.19M
#endif
175
7.19M
    return success_;
176
7.19M
  }
yb::Result<yb::ql::ParseTree const&>::ok() const
Line
Count
Source
169
9.12M
  MUST_USE_RESULT bool ok() const {
170
9.12M
#ifndef NDEBUG
171
9.12M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
9.12M
    success_checked_ = true;
173
9.12M
    ANNOTATE_IGNORE_WRITES_END();
174
9.12M
#endif
175
9.12M
    return success_;
176
9.12M
  }
yb::Result<rocksdb::FileBoundaryValues<rocksdb::InternalKey> >::ok() const
Line
Count
Source
169
158M
  MUST_USE_RESULT bool ok() const {
170
158M
#ifndef NDEBUG
171
158M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
158M
    success_checked_ = true;
173
158M
    ANNOTATE_IGNORE_WRITES_END();
174
158M
#endif
175
158M
    return success_;
176
158M
  }
yb::Result<rocksdb::FileNumbersHolder>::ok() const
Line
Count
Source
169
431k
  MUST_USE_RESULT bool ok() const {
170
431k
#ifndef NDEBUG
171
431k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
431k
    success_checked_ = true;
173
431k
    ANNOTATE_IGNORE_WRITES_END();
174
431k
#endif
175
431k
    return success_;
176
431k
  }
yb::Result<rocksdb::TableCache::TableReaderWithHandle>::ok() const
Line
Count
Source
169
20.7M
  MUST_USE_RESULT bool ok() const {
170
20.7M
#ifndef NDEBUG
171
20.7M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
20.7M
    success_checked_ = true;
173
20.7M
    ANNOTATE_IGNORE_WRITES_END();
174
20.7M
#endif
175
20.7M
    return success_;
176
20.7M
  }
yb::Result<rocksdb::BlockBasedTable::CachableEntry<rocksdb::IndexReader> >::ok() const
Line
Count
Source
169
22.5M
  MUST_USE_RESULT bool ok() const {
170
22.5M
#ifndef NDEBUG
171
22.5M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
22.5M
    success_checked_ = true;
173
22.5M
    ANNOTATE_IGNORE_WRITES_END();
174
22.5M
#endif
175
22.5M
    return success_;
176
22.5M
  }
yb::Result<std::__1::unique_ptr<rocksdb::MultiLevelIndexReader, std::__1::default_delete<rocksdb::MultiLevelIndexReader> > >::ok() const
Line
Count
Source
169
76.1k
  MUST_USE_RESULT bool ok() const {
170
76.1k
#ifndef NDEBUG
171
76.1k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
76.1k
    success_checked_ = true;
173
76.1k
    ANNOTATE_IGNORE_WRITES_END();
174
76.1k
#endif
175
76.1k
    return success_;
176
76.1k
  }
format.cc:yb::Result<rocksdb::(anonymous namespace)::ChecksumData>::ok() const
Line
Count
Source
169
4.18M
  MUST_USE_RESULT bool ok() const {
170
4.18M
#ifndef NDEBUG
171
4.18M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
4.18M
    success_checked_ = true;
173
4.18M
    ANNOTATE_IGNORE_WRITES_END();
174
4.18M
#endif
175
4.18M
    return success_;
176
4.18M
  }
yb::Result<std::__1::shared_ptr<yb::client::TableHandle> >::ok() const
Line
Count
Source
169
1.10k
  MUST_USE_RESULT bool ok() const {
170
1.10k
#ifndef NDEBUG
171
1.10k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
1.10k
    success_checked_ = true;
173
1.10k
    ANNOTATE_IGNORE_WRITES_END();
174
1.10k
#endif
175
1.10k
    return success_;
176
1.10k
  }
yb::Result<std::__1::shared_ptr<yb::cdc::StreamMetadata> >::ok() const
Line
Count
Source
169
648
  MUST_USE_RESULT bool ok() const {
170
648
#ifndef NDEBUG
171
648
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
648
    success_checked_ = true;
173
648
    ANNOTATE_IGNORE_WRITES_END();
174
648
#endif
175
648
    return success_;
176
648
  }
Unexecuted instantiation: yb::Result<yb::client::internal::RemoteTabletServer*>::ok() const
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::pair<unsigned long long, unsigned long>, std::__1::allocator<std::__1::pair<unsigned long long, unsigned long> > > >::ok() const
Unexecuted instantiation: yb::Result<boost::unordered::unordered_map<yb::StronglyTypedUuid<yb::TransactionId_Tag>, yb::TransactionStatusResult, boost::hash<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::TransactionId_Tag> const, yb::TransactionStatusResult> > > >::ok() const
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::shared_ptr<yb::consensus::ReplicateMsg>, std::__1::allocator<std::__1::shared_ptr<yb::consensus::ReplicateMsg> > > >::ok() const
yb::Result<std::__1::unique_ptr<pg_result, yb::pgwrapper::PGResultClear> >::ok() const
Line
Count
Source
169
3.41k
  MUST_USE_RESULT bool ok() const {
170
3.41k
#ifndef NDEBUG
171
3.41k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
3.41k
    success_checked_ = true;
173
3.41k
    ANNOTATE_IGNORE_WRITES_END();
174
3.41k
#endif
175
3.41k
    return success_;
176
3.41k
  }
yb::Result<std::__1::pair<int, int> >::ok() const
Line
Count
Source
169
24
  MUST_USE_RESULT bool ok() const {
170
24
#ifndef NDEBUG
171
24
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
24
    success_checked_ = true;
173
24
    ANNOTATE_IGNORE_WRITES_END();
174
24
#endif
175
24
    return success_;
176
24
  }
yb::Result<yb::encryption::EncryptionParamsPB>::ok() const
Line
Count
Source
169
35
  MUST_USE_RESULT bool ok() const {
170
35
#ifndef NDEBUG
171
35
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
35
    success_checked_ = true;
173
35
    ANNOTATE_IGNORE_WRITES_END();
174
35
#endif
175
35
    return success_;
176
35
  }
yb::Result<yb::encryption::UniverseKeyParams>::ok() const
Line
Count
Source
169
39
  MUST_USE_RESULT bool ok() const {
170
39
#ifndef NDEBUG
171
39
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
39
    success_checked_ = true;
173
39
    ANNOTATE_IGNORE_WRITES_END();
174
39
#endif
175
39
    return success_;
176
39
  }
yb::Result<boost::shared_ptr<boost::date_time::time_zone_base<boost::posix_time::ptime, char> > >::ok() const
Line
Count
Source
169
1.34k
  MUST_USE_RESULT bool ok() const {
170
1.34k
#ifndef NDEBUG
171
1.34k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
1.34k
    success_checked_ = true;
173
1.34k
    ANNOTATE_IGNORE_WRITES_END();
174
1.34k
#endif
175
1.34k
    return success_;
176
1.34k
  }
yb::Result<icu_67::GregorianCalendar>::ok() const
Line
Count
Source
169
38
  MUST_USE_RESULT bool ok() const {
170
38
#ifndef NDEBUG
171
38
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
38
    success_checked_ = true;
173
38
    ANNOTATE_IGNORE_WRITES_END();
174
38
#endif
175
38
    return success_;
176
38
  }
yb::Result<statvfs>::ok() const
Line
Count
Source
169
1.08M
  MUST_USE_RESULT bool ok() const {
170
1.08M
#ifndef NDEBUG
171
1.08M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
1.08M
    success_checked_ = true;
173
1.08M
    ANNOTATE_IGNORE_WRITES_END();
174
1.08M
#endif
175
1.08M
    return success_;
176
1.08M
  }
yb::Result<yb::ResourceLimits>::ok() const
Line
Count
Source
169
279k
  MUST_USE_RESULT bool ok() const {
170
279k
#ifndef NDEBUG
171
279k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
279k
    success_checked_ = true;
173
279k
    ANNOTATE_IGNORE_WRITES_END();
174
279k
#endif
175
279k
    return success_;
176
279k
  }
yb::Result<std::__1::pair<long long, unsigned long> >::ok() const
Line
Count
Source
169
6.70G
  MUST_USE_RESULT bool ok() const {
170
6.70G
#ifndef NDEBUG
171
6.70G
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
6.70G
    success_checked_ = true;
173
6.70G
    ANNOTATE_IGNORE_WRITES_END();
174
6.70G
#endif
175
6.70G
    return success_;
176
6.70G
  }
net_util.cc:yb::Result<std::__1::unique_ptr<addrinfo, yb::(anonymous namespace)::AddrinfoDeleter> >::ok() const
Line
Count
Source
169
31.1k
  MUST_USE_RESULT bool ok() const {
170
31.1k
#ifndef NDEBUG
171
31.1k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
31.1k
    success_checked_ = true;
173
31.1k
    ANNOTATE_IGNORE_WRITES_END();
174
31.1k
#endif
175
31.1k
    return success_;
176
31.1k
  }
yb::Result<void*>::ok() const
Line
Count
Source
169
23.4k
  MUST_USE_RESULT bool ok() const {
170
23.4k
#ifndef NDEBUG
171
23.4k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
23.4k
    success_checked_ = true;
173
23.4k
    ANNOTATE_IGNORE_WRITES_END();
174
23.4k
#endif
175
23.4k
    return success_;
176
23.4k
  }
yb::Result<yb::StackTrace>::ok() const
Line
Count
Source
169
6.79k
  MUST_USE_RESULT bool ok() const {
170
6.79k
#ifndef NDEBUG
171
6.79k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
6.79k
    success_checked_ = true;
173
6.79k
    ANNOTATE_IGNORE_WRITES_END();
174
6.79k
#endif
175
6.79k
    return success_;
176
6.79k
  }
yb::Result<std::__1::vector<char*, std::__1::allocator<char*> > >::ok() const
Line
Count
Source
169
10.2k
  MUST_USE_RESULT bool ok() const {
170
10.2k
#ifndef NDEBUG
171
10.2k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
10.2k
    success_checked_ = true;
173
10.2k
    ANNOTATE_IGNORE_WRITES_END();
174
10.2k
#endif
175
10.2k
    return success_;
176
10.2k
  }
yb::Result<yb::Subprocess::ChildPipes>::ok() const
Line
Count
Source
169
10.2k
  MUST_USE_RESULT bool ok() const {
170
10.2k
#ifndef NDEBUG
171
10.2k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
10.2k
    success_checked_ = true;
173
10.2k
    ANNOTATE_IGNORE_WRITES_END();
174
10.2k
#endif
175
10.2k
    return success_;
176
10.2k
  }
yb::Result<DIR*>::ok() const
Line
Count
Source
169
10.1k
  MUST_USE_RESULT bool ok() const {
170
10.1k
#ifndef NDEBUG
171
10.1k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
10.1k
    success_checked_ = true;
173
10.1k
    ANNOTATE_IGNORE_WRITES_END();
174
10.1k
#endif
175
10.1k
    return success_;
176
10.1k
  }
Unexecuted instantiation: yb::Result<std::__1::vector<int, std::__1::allocator<int> > >::ok() const
yb::Result<double>::ok() const
Line
Count
Source
169
5
  MUST_USE_RESULT bool ok() const {
170
5
#ifndef NDEBUG
171
5
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
5
    success_checked_ = true;
173
5
    ANNOTATE_IGNORE_WRITES_END();
174
5
#endif
175
5
    return success_;
176
5
  }
yb::Result<yb::docdb::ParsedIntent>::ok() const
Line
Count
Source
169
86.9M
  MUST_USE_RESULT bool ok() const {
170
86.9M
#ifndef NDEBUG
171
86.9M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
86.9M
    success_checked_ = true;
173
86.9M
    ANNOTATE_IGNORE_WRITES_END();
174
86.9M
#endif
175
86.9M
    return success_;
176
86.9M
  }
yb::Result<yb::WaitPolicy>::ok() const
Line
Count
Source
169
99.7k
  MUST_USE_RESULT bool ok() const {
170
99.7k
#ifndef NDEBUG
171
99.7k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
99.7k
    success_checked_ = true;
173
99.7k
    ANNOTATE_IGNORE_WRITES_END();
174
99.7k
#endif
175
99.7k
    return success_;
176
99.7k
  }
docdb.cc:yb::Result<yb::docdb::(anonymous namespace)::DetermineKeysToLockResult>::ok() const
Line
Count
Source
169
3.24M
  MUST_USE_RESULT bool ok() const {
170
3.24M
#ifndef NDEBUG
171
3.24M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
3.24M
    success_checked_ = true;
173
3.24M
    ANNOTATE_IGNORE_WRITES_END();
174
3.24M
#endif
175
3.24M
    return success_;
176
3.24M
  }
yb::Result<rocksdb::FilterDecision>::ok() const
Line
Count
Source
169
18.9M
  MUST_USE_RESULT bool ok() const {
170
18.9M
#ifndef NDEBUG
171
18.9M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
18.9M
    success_checked_ = true;
173
18.9M
    ANNOTATE_IGNORE_WRITES_END();
174
18.9M
#endif
175
18.9M
    return success_;
176
18.9M
  }
yb::Result<boost::optional<yb::StronglyTypedUuid<yb::TransactionId_Tag> > >::ok() const
Line
Count
Source
169
72
  MUST_USE_RESULT bool ok() const {
170
72
#ifndef NDEBUG
171
72
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
72
    success_checked_ = true;
173
72
    ANNOTATE_IGNORE_WRITES_END();
174
72
#endif
175
72
    return success_;
176
72
  }
yb::Result<std::__1::unique_ptr<yb::docdb::SubDocumentReader, std::__1::default_delete<yb::docdb::SubDocumentReader> > >::ok() const
Line
Count
Source
169
723M
  MUST_USE_RESULT bool ok() const {
170
723M
#ifndef NDEBUG
171
723M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
723M
    success_checked_ = true;
173
723M
    ANNOTATE_IGNORE_WRITES_END();
174
723M
#endif
175
723M
    return success_;
176
723M
  }
yb::Result<yb::docdb::ValueType>::ok() const
Line
Count
Source
169
7.51M
  MUST_USE_RESULT bool ok() const {
170
7.51M
#ifndef NDEBUG
171
7.51M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
7.51M
    success_checked_ = true;
173
7.51M
    ANNOTATE_IGNORE_WRITES_END();
174
7.51M
#endif
175
7.51M
    return success_;
176
7.51M
  }
yb::Result<rocksdb::CompressionType>::ok() const
Line
Count
Source
169
544k
  MUST_USE_RESULT bool ok() const {
170
544k
#ifndef NDEBUG
171
544k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
544k
    success_checked_ = true;
173
544k
    ANNOTATE_IGNORE_WRITES_END();
174
544k
#endif
175
544k
    return success_;
176
544k
  }
yb::Result<yb::docdb::RateLimiterSharingMode>::ok() const
Line
Count
Source
169
8.77k
  MUST_USE_RESULT bool ok() const {
170
8.77k
#ifndef NDEBUG
171
8.77k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
8.77k
    success_checked_ = true;
173
8.77k
    ANNOTATE_IGNORE_WRITES_END();
174
8.77k
#endif
175
8.77k
    return success_;
176
8.77k
  }
yb::Result<std::__1::pair<unsigned long, unsigned long> >::ok() const
Line
Count
Source
169
93.8M
  MUST_USE_RESULT bool ok() const {
170
93.8M
#ifndef NDEBUG
171
93.8M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
93.8M
    success_checked_ = true;
173
93.8M
    ANNOTATE_IGNORE_WRITES_END();
174
93.8M
#endif
175
93.8M
    return success_;
176
93.8M
  }
yb::Result<yb::CommitMetadata>::ok() const
Line
Count
Source
169
709k
  MUST_USE_RESULT bool ok() const {
170
709k
#ifndef NDEBUG
171
709k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
709k
    success_checked_ = true;
173
709k
    ANNOTATE_IGNORE_WRITES_END();
174
709k
#endif
175
709k
    return success_;
176
709k
  }
intent_aware_iterator.cc:yb::Result<yb::docdb::(anonymous namespace)::DecodeStrongWriteIntentResult>::ok() const
Line
Count
Source
169
6.14M
  MUST_USE_RESULT bool ok() const {
170
6.14M
#ifndef NDEBUG
171
6.14M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
6.14M
    success_checked_ = true;
173
6.14M
    ANNOTATE_IGNORE_WRITES_END();
174
6.14M
#endif
175
6.14M
    return success_;
176
6.14M
  }
yb::Result<yb::RedisDataType>::ok() const
Line
Count
Source
169
114k
  MUST_USE_RESULT bool ok() const {
170
114k
#ifndef NDEBUG
171
114k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
114k
    success_checked_ = true;
173
114k
    ANNOTATE_IGNORE_WRITES_END();
174
114k
#endif
175
114k
    return success_;
176
114k
  }
yb::Result<yb::docdb::RedisValue>::ok() const
Line
Count
Source
169
72.7k
  MUST_USE_RESULT bool ok() const {
170
72.7k
#ifndef NDEBUG
171
72.7k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
72.7k
    success_checked_ = true;
173
72.7k
    ANNOTATE_IGNORE_WRITES_END();
174
72.7k
#endif
175
72.7k
    return success_;
176
72.7k
  }
yb::Result<boost::optional<yb::docdb::Expiration> >::ok() const
Line
Count
Source
169
291
  MUST_USE_RESULT bool ok() const {
170
291
#ifndef NDEBUG
171
291
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
291
    success_checked_ = true;
173
291
    ANNOTATE_IGNORE_WRITES_END();
174
291
#endif
175
291
    return success_;
176
291
  }
yb::Result<yb::docdb::SubDocument*>::ok() const
Line
Count
Source
169
713M
  MUST_USE_RESULT bool ok() const {
170
713M
#ifndef NDEBUG
171
713M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
713M
    success_checked_ = true;
173
713M
    ANNOTATE_IGNORE_WRITES_END();
174
713M
#endif
175
713M
    return success_;
176
713M
  }
subdoc_reader.cc:yb::Result<yb::docdb::(anonymous namespace)::ScopedDocDbRowContextWithData*>::ok() const
Line
Count
Source
169
145M
  MUST_USE_RESULT bool ok() const {
170
145M
#ifndef NDEBUG
171
145M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
145M
    success_checked_ = true;
173
145M
    ANNOTATE_IGNORE_WRITES_END();
174
145M
#endif
175
145M
    return success_;
176
145M
  }
subdoc_reader.cc:yb::Result<std::__1::unique_ptr<yb::docdb::(anonymous namespace)::DocDbRowData, std::__1::default_delete<yb::docdb::(anonymous namespace)::DocDbRowData> > >::ok() const
Line
Count
Source
169
745M
  MUST_USE_RESULT bool ok() const {
170
745M
#ifndef NDEBUG
171
745M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
745M
    success_checked_ = true;
173
745M
    ANNOTATE_IGNORE_WRITES_END();
174
745M
#endif
175
745M
    return success_;
176
745M
  }
yb::Result<yb::docdb::TransactionStatusCache::GetCommitDataResult>::ok() const
Line
Count
Source
169
226k
  MUST_USE_RESULT bool ok() const {
170
226k
#ifndef NDEBUG
171
226k
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
226k
    success_checked_ = true;
173
226k
    ANNOTATE_IGNORE_WRITES_END();
174
226k
#endif
175
226k
    return success_;
176
226k
  }
cql_processor.cc:yb::Result<std::__1::unique_ptr<ldap, yb::cqlserver::(anonymous namespace)::LDAPDeleter> >::ok() const
Line
Count
Source
169
64
  MUST_USE_RESULT bool ok() const {
170
64
#ifndef NDEBUG
171
64
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
64
    success_checked_ = true;
173
64
    ANNOTATE_IGNORE_WRITES_END();
174
64
#endif
175
64
    return success_;
176
64
  }
yb::Result<yb::cqlserver::CQLProcessor*>::ok() const
Line
Count
Source
169
9.12M
  MUST_USE_RESULT bool ok() const {
170
9.12M
#ifndef NDEBUG
171
9.12M
    ANNOTATE_IGNORE_WRITES_BEGIN();
172
9.12M
    success_checked_ = true;
173
9.12M
    ANNOTATE_IGNORE_WRITES_END();
174
9.12M
#endif
175
9.12M
    return success_;
176
9.12M
  }
177
178
362k
  const Status& status() const& {
179
362k
#ifndef NDEBUG
180
362k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
181
362k
#endif
182
362k
    StatusCheck(!success_);
183
362k
    return status_;
184
362k
  }
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::status() const &
Line
Count
Source
178
56
  const Status& status() const& {
179
56
#ifndef NDEBUG
180
56
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
181
56
#endif
182
56
    StatusCheck(!success_);
183
56
    return status_;
184
56
  }
Unexecuted instantiation: yb::Result<char*>::status() const &
yb::Result<bool>::status() const &
Line
Count
Source
178
187k
  const Status& status() const& {
179
187k
#ifndef NDEBUG
180
187k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
181
187k
#endif
182
187k
    StatusCheck(!success_);
183
187k
    return status_;
184
187k
  }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::client::YBClient, std::__1::default_delete<yb::client::YBClient> > >::status() const &
Unexecuted instantiation: yb::Result<yb::master::MasterOptions>::status() const &
Unexecuted instantiation: yb::Result<yb::tserver::TabletServerOptions>::status() const &
Unexecuted instantiation: yb::Result<yb::pgwrapper::PgProcessConf>::status() const &
Unexecuted instantiation: yb::Result<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > >::status() const &
Unexecuted instantiation: yb::Result<std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> > >::status() const &
yb::Result<scoped_refptr<yb::client::internal::RemoteTablet> >::status() const &
Line
Count
Source
178
901
  const Status& status() const& {
179
901
#ifndef NDEBUG
180
901
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
181
901
#endif
182
901
    StatusCheck(!success_);
183
901
    return status_;
184
901
  }
yb::Result<long long>::status() const &
Line
Count
Source
178
40.9k
  const Status& status() const& {
179
40.9k
#ifndef NDEBUG
180
40.9k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
181
40.9k
#endif
182
40.9k
    StatusCheck(!success_);
183
40.9k
    return status_;
184
40.9k
  }
Unexecuted instantiation: yb::Result<yb::SharedMemoryObject<yb::tserver::TServerSharedData> >::status() const &
Unexecuted instantiation: yb::Result<std::__1::vector<unsigned long long, std::__1::allocator<unsigned long long> > >::status() const &
Unexecuted instantiation: yb::Result<yb::tserver::PgClientSession&>::status() const &
yb::Result<std::__1::shared_ptr<yb::client::YBTable> >::status() const &
Line
Count
Source
178
64
  const Status& status() const& {
179
64
#ifndef NDEBUG
180
64
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
181
64
#endif
182
64
    StatusCheck(!success_);
183
64
    return status_;
184
64
  }
Unexecuted instantiation: yb::Result<unsigned long long>::status() const &
yb::Result<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >::status() const &
Line
Count
Source
178
3
  const Status& status() const& {
179
3
#ifndef NDEBUG
180
3
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
181
3
#endif
182
3
    StatusCheck(!success_);
183
3
    return status_;
184
3
  }
yb::Result<yb::HybridTime>::status() const &
Line
Count
Source
178
129k
  const Status& status() const& {
179
129k
#ifndef NDEBUG
180
129k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
181
129k
#endif
182
129k
    StatusCheck(!success_);
183
129k
    return status_;
184
129k
  }
Unexecuted instantiation: yb::Result<std::__1::vector<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>, std::__1::allocator<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> > > >::status() const &
Unexecuted instantiation: yb::Result<yb::StronglyTypedUuid<yb::TransactionId_Tag> >::status() const &
yb::Result<std::__1::shared_ptr<yb::tablet::TabletPeer> >::status() const &
Line
Count
Source
178
12
  const Status& status() const& {
179
12
#ifndef NDEBUG
180
12
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
181
12
#endif
182
12
    StatusCheck(!success_);
183
12
    return status_;
184
12
  }
yb::Result<scoped_refptr<yb::tablet::RaftGroupMetadata> >::status() const &
Line
Count
Source
178
10
  const Status& status() const& {
179
10
#ifndef NDEBUG
180
10
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
181
10
#endif
182
10
    StatusCheck(!success_);
183
10
    return status_;
184
10
  }
Unexecuted instantiation: yb::Result<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >::status() const &
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::rpc::Messenger, std::__1::default_delete<yb::rpc::Messenger> > >::status() const &
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::tserver::MiniTabletServer, std::__1::default_delete<yb::tserver::MiniTabletServer> > >::status() const &
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::docdb::YQLRowwiseIteratorIf, std::__1::default_delete<yb::docdb::YQLRowwiseIteratorIf> > >::status() const &
Unexecuted instantiation: yb::Result<yb::TransactionStatusResult>::status() const &
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::tablet::TableInfo> >::status() const &
yb::Result<yb::log::FirstEntryMetadata>::status() const &
Line
Count
Source
178
35
  const Status& status() const& {
179
35
#ifndef NDEBUG
180
35
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
181
35
#endif
182
35
    StatusCheck(!success_);
183
35
    return status_;
184
35
  }
Unexecuted instantiation: yb::Result<yb::docdb::ApplyTransactionState>::status() const &
Unexecuted instantiation: yb::Result<yb::rpc::ProcessCallsResult>::status() const &
Unexecuted instantiation: yb::Result<scoped_refptr<yb::Thread> >::status() const &
Unexecuted instantiation: yb::Result<boost::asio::ip::address>::status() const &
Unexecuted instantiation: yb::Result<unsigned long>::status() const &
Unexecuted instantiation: yb::Result<yb::Env::FilesystemStats>::status() const &
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >, std::__1::allocator<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > > > >::status() const &
Unexecuted instantiation: yb::Result<scoped_refptr<yb::master::NamespaceInfo> >::status() const &
yb::Result<scoped_refptr<yb::master::TableInfo> >::status() const &
Line
Count
Source
178
2.41k
  const Status& status() const& {
179
2.41k
#ifndef NDEBUG
180
2.41k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
181
2.41k
#endif
182
2.41k
    StatusCheck(!success_);
183
2.41k
    return status_;
184
2.41k
  }
yb::Result<yb::master::AsyncGetTabletSplitKey::Data>::status() const &
Line
Count
Source
178
2
  const Status& status() const& {
179
2
#ifndef NDEBUG
180
2
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
181
2
#endif
182
2
    StatusCheck(!success_);
183
2
    return status_;
184
2
  }
Unexecuted instantiation: yb::Result<unsigned int>::status() const &
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::QLRowBlock> >::status() const &
Unexecuted instantiation: yb::Result<yb::master::ReplicationInfoPB>::status() const &
Unexecuted instantiation: yb::Result<std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > > >::status() const &
Unexecuted instantiation: yb::Result<yb::docdb::KeyBytes>::status() const &
Unexecuted instantiation: yb::Result<yb::tserver::TabletSnapshotOpResponsePB const&>::status() const &
Unexecuted instantiation: yb::Result<yb::master::SysRowEntries>::status() const &
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::master::CDCRpcTasks> >::status() const &
Unexecuted instantiation: yb::Result<yb::Slice>::status() const &
Unexecuted instantiation: yb::Result<std::__1::pair<yb::RefCntBuffer, yb::Slice> >::status() const &
yb::Result<yb::IndexPermissions>::status() const &
Line
Count
Source
178
10
  const Status& status() const& {
179
10
#ifndef NDEBUG
180
10
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
181
10
#endif
182
10
    StatusCheck(!success_);
183
10
    return status_;
184
10
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::client::VersionedTablePartitionList const> >::status() const &
yb::Result<yb::master::GetTableLocationsResponsePB*>::status() const &
Line
Count
Source
178
226
  const Status& status() const& {
179
226
#ifndef NDEBUG
180
226
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
181
226
#endif
182
226
    StatusCheck(!success_);
183
226
    return status_;
184
226
  }
Unexecuted instantiation: yb::Result<yb::QLRowBlock>::status() const &
Unexecuted instantiation: yb::Result<yb::TransactionMetadata>::status() const &
Unexecuted instantiation: yb::Result<boost::optional<yb::docdb::SubDocument> >::status() const &
yb::Result<int>::status() const &
Line
Count
Source
178
8
  const Status& status() const& {
179
8
#ifndef NDEBUG
180
8
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
181
8
#endif
182
8
    StatusCheck(!success_);
183
8
    return status_;
184
8
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::client::YBqlWriteOp> >::status() const &
Unexecuted instantiation: yb::Result<PgColumnInfo>::status() const &
yb::Result<scoped_refptr<yb::pggate::PgTableDesc> >::status() const &
Line
Count
Source
178
64
  const Status& status() const& {
179
64
#ifndef NDEBUG
180
64
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
181
64
#endif
182
64
    StatusCheck(!success_);
183
64
    return status_;
184
64
  }
Unexecuted instantiation: yb::Result<std::__1::vector<yb::client::YBTabletServerPlacementInfo, std::__1::allocator<yb::client::YBTabletServerPlacementInfo> > >::status() const &
Unexecuted instantiation: yb::Result<yb::pggate::PgApiContext::MessengerHolder>::status() const &
yb::Result<yb::client::YBTableName>::status() const &
Line
Count
Source
178
5
  const Status& status() const& {
179
5
#ifndef NDEBUG
180
5
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
181
5
#endif
182
5
    StatusCheck(!success_);
183
5
    return status_;
184
5
  }
yb::Result<yb::OpId>::status() const &
Line
Count
Source
178
26
  const Status& status() const& {
179
26
#ifndef NDEBUG
180
26
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
181
26
#endif
182
26
    StatusCheck(!success_);
183
26
    return status_;
184
26
  }
Unexecuted instantiation: yb::Result<std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> > >::status() const &
Unexecuted instantiation: yb::Result<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> >::status() const &
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::client::YBTransaction> >::status() const &
Unexecuted instantiation: yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> > > > > >::status() const &
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::rpc::SecureContext, std::__1::default_delete<yb::rpc::SecureContext> > >::status() const &
Unexecuted instantiation: yb::Result<yb::consensus::RunLeaderElectionResponsePB>::status() const &
Unexecuted instantiation: yb::Result<yb::consensus::ChangeConfigResponsePB>::status() const &
Unexecuted instantiation: yb::Result<yb::master::ListMastersResponsePB>::status() const &
Unexecuted instantiation: yb::Result<yb::master::GetLoadBalancerStateResponsePB>::status() const &
Unexecuted instantiation: yb::Result<yb::tserver::UpgradeYsqlResponsePB>::status() const &
Unexecuted instantiation: yb::Result<yb::master::ChangeMasterClusterConfigResponsePB>::status() const &
Unexecuted instantiation: yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag> >::status() const &
Unexecuted instantiation: yb::Result<yb::ColumnSchema const&>::status() const &
yb::Result<rocksdb::FileNumbersHolder>::status() const &
Line
Count
Source
178
136
  const Status& status() const& {
179
136
#ifndef NDEBUG
180
136
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
181
136
#endif
182
136
    StatusCheck(!success_);
183
136
    return status_;
184
136
  }
yb::Result<rocksdb::BlockBasedTable::CachableEntry<rocksdb::IndexReader> >::status() const &
Line
Count
Source
178
1
  const Status& status() const& {
179
1
#ifndef NDEBUG
180
1
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
181
1
#endif
182
1
    StatusCheck(!success_);
183
1
    return status_;
184
1
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::client::TableHandle> >::status() const &
Unexecuted instantiation: yb::Result<yb::util::VarInt>::status() const &
Unexecuted instantiation: yb::Result<yb::StackTrace>::status() const &
Unexecuted instantiation: yb::Result<yb::DocHybridTime>::status() const &
Unexecuted instantiation: yb::Result<rocksdb::CompressionType>::status() const &
Unexecuted instantiation: yb::Result<yb::docdb::FetchKeyResult>::status() const &
Unexecuted instantiation: yb::Result<std::__1::pair<unsigned long, unsigned long> >::status() const &
Unexecuted instantiation: yb::Result<yb::MonoDelta>::status() const &
Unexecuted instantiation: yb::Result<yb::ql::ParseTree const&>::status() const &
Unexecuted instantiation: yb::Result<yb::cqlserver::CQLProcessor*>::status() const &
Unexecuted instantiation: yb::Result<scoped_refptr<yb::log::ReadableLogSegment> >::status() const &
185
186
173M
  Status& status() & {
187
173M
#ifndef NDEBUG
188
173M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
173M
#endif
190
173M
    StatusCheck(!success_);
191
173M
    return status_;
192
173M
  }
yb::Result<std::__1::unique_ptr<yb::client::YBClient, std::__1::default_delete<yb::client::YBClient> > >::status() &
Line
Count
Source
186
25.4k
  Status& status() & {
187
25.4k
#ifndef NDEBUG
188
25.4k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
25.4k
#endif
190
25.4k
    StatusCheck(!success_);
191
25.4k
    return status_;
192
25.4k
  }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::rpc::Messenger, std::__1::default_delete<yb::rpc::Messenger> > >::status() &
Unexecuted instantiation: yb::Result<signed char>::status() &
Unexecuted instantiation: yb::Result<short>::status() &
yb::Result<int>::status() &
Line
Count
Source
186
1
  Status& status() & {
187
1
#ifndef NDEBUG
188
1
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
1
#endif
190
1
    StatusCheck(!success_);
191
1
    return status_;
192
1
  }
yb::Result<long long>::status() &
Line
Count
Source
186
61.7k
  Status& status() & {
187
61.7k
#ifndef NDEBUG
188
61.7k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
61.7k
#endif
190
61.7k
    StatusCheck(!success_);
191
61.7k
    return status_;
192
61.7k
  }
yb::Result<long double>::status() &
Line
Count
Source
186
44
  Status& status() & {
187
44
#ifndef NDEBUG
188
44
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
44
#endif
190
44
    StatusCheck(!success_);
191
44
    return status_;
192
44
  }
yb::Result<yb::Timestamp>::status() &
Line
Count
Source
186
36
  Status& status() & {
187
36
#ifndef NDEBUG
188
36
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
36
#endif
190
36
    StatusCheck(!success_);
191
36
    return status_;
192
36
  }
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::status() &
Line
Count
Source
186
81
  Status& status() & {
187
81
#ifndef NDEBUG
188
81
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
81
#endif
190
81
    StatusCheck(!success_);
191
81
    return status_;
192
81
  }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::RandomAccessFileReader, std::__1::default_delete<rocksdb::RandomAccessFileReader> > >::status() &
Unexecuted instantiation: yb::Result<yb::tools::DataPatcherAction>::status() &
yb::Result<unsigned long long>::status() &
Line
Count
Source
186
87
  Status& status() & {
187
87
#ifndef NDEBUG
188
87
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
87
#endif
190
87
    StatusCheck(!success_);
191
87
    return status_;
192
87
  }
yb::Result<yb::HybridTime>::status() &
Line
Count
Source
186
3
  Status& status() & {
187
3
#ifndef NDEBUG
188
3
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
3
#endif
190
3
    StatusCheck(!success_);
191
3
    return status_;
192
3
  }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::TableReader, std::__1::default_delete<rocksdb::TableReader> > >::status() &
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::WritableFileWriter, std::__1::default_delete<rocksdb::WritableFileWriter> > >::status() &
Unexecuted instantiation: yb::Result<yb::docdb::ValueControlFields>::status() &
Unexecuted instantiation: yb::Result<char*>::status() &
Unexecuted instantiation: yb::Result<yb::DocHybridTime>::status() &
Unexecuted instantiation: yb::Result<yb::MonoDelta>::status() &
Unexecuted instantiation: yb::Result<yb::HostPort>::status() &
yb::Result<rapidjson::GenericDocument<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator>, rapidjson::CrtAllocator> >::status() &
Line
Count
Source
186
36
  Status& status() & {
187
36
#ifndef NDEBUG
188
36
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
36
#endif
190
36
    StatusCheck(!success_);
191
36
    return status_;
192
36
  }
yb::Result<yb::client::YBTableName>::status() &
Line
Count
Source
186
4
  Status& status() & {
187
4
#ifndef NDEBUG
188
4
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
4
#endif
190
4
    StatusCheck(!success_);
191
4
    return status_;
192
4
  }
Unexecuted instantiation: yb-admin_cli.cc:yb::Result<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::ListTabletsFlags> > >::status() &
Unexecuted instantiation: yb::Result<yb::tools::TypedNamespaceName>::status() &
Unexecuted instantiation: yb-admin_cli.cc:yb::Result<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::AddIndexes> > >::status() &
Unexecuted instantiation: yb::Result<std::__1::pair<int, bool> >::status() &
Unexecuted instantiation: yb::Result<yb::tools::TableNameResolver>::status() &
yb::Result<std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> > >::status() &
Line
Count
Source
186
2
  Status& status() & {
187
2
#ifndef NDEBUG
188
2
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
2
#endif
190
2
    StatusCheck(!success_);
191
2
    return status_;
192
2
  }
Unexecuted instantiation: yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag> >::status() &
Unexecuted instantiation: yb::Result<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >::status() &
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::rpc::SecureContext, std::__1::default_delete<yb::rpc::SecureContext> > >::status() &
yb::Result<yb::Slice>::status() &
Line
Count
Source
186
2
  Status& status() & {
187
2
#ifndef NDEBUG
188
2
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
2
#endif
190
2
    StatusCheck(!success_);
191
2
    return status_;
192
2
  }
Unexecuted instantiation: yb::Result<scoped_refptr<yb::log::ReadableLogSegment> >::status() &
yb::Result<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >::status() &
Line
Count
Source
186
56
  Status& status() & {
187
56
#ifndef NDEBUG
188
56
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
56
#endif
190
56
    StatusCheck(!success_);
191
56
    return status_;
192
56
  }
Unexecuted instantiation: yb::Result<yb::PhysicalTime>::status() &
Unexecuted instantiation: yb::Result<yb::master::MiniMaster*>::status() &
Unexecuted instantiation: yb::Result<boost::optional<unsigned short> >::status() &
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::client::YBqlWriteOp> >::status() &
Unexecuted instantiation: yb::Result<std::__1::pair<unsigned short, unsigned short> >::status() &
yb::Result<unsigned long>::status() &
Line
Count
Source
186
164M
  Status& status() & {
187
164M
#ifndef NDEBUG
188
164M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
164M
#endif
190
164M
    StatusCheck(!success_);
191
164M
    return status_;
192
164M
  }
Unexecuted instantiation: yb::Result<yb::master::CatalogManagerIf*>::status() &
Unexecuted instantiation: yb::Result<unsigned short>::status() &
Unexecuted instantiation: yb::Result<scoped_refptr<yb::master::TabletInfo> >::status() &
Unexecuted instantiation: yb::Result<yb::tserver::ReadRequestPB>::status() &
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::shared_ptr<yb::tablet::TabletPeer>, std::__1::allocator<std::__1::shared_ptr<yb::tablet::TabletPeer> > > >::status() &
yb::Result<std::__1::unique_ptr<yb::docdb::YQLRowwiseIteratorIf, std::__1::default_delete<yb::docdb::YQLRowwiseIteratorIf> > >::status() &
Line
Count
Source
186
2
  Status& status() & {
187
2
#ifndef NDEBUG
188
2
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
2
#endif
190
2
    StatusCheck(!success_);
191
2
    return status_;
192
2
  }
yb::Result<bool>::status() &
Line
Count
Source
186
6.30M
  Status& status() & {
187
6.30M
#ifndef NDEBUG
188
6.30M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
6.30M
#endif
190
6.30M
    StatusCheck(!success_);
191
6.30M
    return status_;
192
6.30M
  }
Unexecuted instantiation: yb::Result<std::__1::vector<yb::tserver::ListTabletsForTabletServerResponsePB_Entry, std::__1::allocator<yb::tserver::ListTabletsForTabletServerResponsePB_Entry> > >::status() &
Unexecuted instantiation: yb::Result<std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >::status() &
Unexecuted instantiation: yb::Result<yb::tserver::ListTabletsResponsePB>::status() &
Unexecuted instantiation: yb::Result<std::__1::vector<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB, std::__1::allocator<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB> > >::status() &
Unexecuted instantiation: yb::Result<yb::tserver::GetSplitKeyResponsePB>::status() &
yb::Result<unsigned int>::status() &
Line
Count
Source
186
1.38k
  Status& status() & {
187
1.38k
#ifndef NDEBUG
188
1.38k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
1.38k
#endif
190
1.38k
    StatusCheck(!success_);
191
1.38k
    return status_;
192
1.38k
  }
yb::Result<boost::asio::ip::address>::status() &
Line
Count
Source
186
2
  Status& status() & {
187
2
#ifndef NDEBUG
188
2
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
2
#endif
190
2
    StatusCheck(!success_);
191
2
    return status_;
192
2
  }
yb::Result<yb::CassandraResult>::status() &
Line
Count
Source
186
1
  Status& status() & {
187
1
#ifndef NDEBUG
188
1
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
1
#endif
190
1
    StatusCheck(!success_);
191
1
    return status_;
192
1
  }
yb::Result<yb::CassandraSession>::status() &
Line
Count
Source
186
26
  Status& status() & {
187
26
#ifndef NDEBUG
188
26
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
26
#endif
190
26
    StatusCheck(!success_);
191
26
    return status_;
192
26
  }
yb::Result<std::__1::shared_ptr<yb::client::YBTable> >::status() &
Line
Count
Source
186
14
  Status& status() & {
187
14
#ifndef NDEBUG
188
14
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
14
#endif
190
14
    StatusCheck(!success_);
191
14
    return status_;
192
14
  }
Unexecuted instantiation: yb::Result<std::__1::vector<yb::HostPortPB, std::__1::allocator<yb::HostPortPB> > >::status() &
Unexecuted instantiation: yb::Result<long>::status() &
yb::Result<yb::SharedMemorySegment>::status() &
Line
Count
Source
186
1
  Status& status() & {
187
1
#ifndef NDEBUG
188
1
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
1
#endif
190
1
    StatusCheck(!success_);
191
1
    return status_;
192
1
  }
Unexecuted instantiation: yb::Result<yb::tserver::PgClientSession&>::status() &
Unexecuted instantiation: yb::Result<yb::tserver::PgClientSessionLocker>::status() &
Unexecuted instantiation: yb::Result<std::__1::vector<yb::client::YBTabletServerPlacementInfo, std::__1::allocator<yb::client::YBTabletServerPlacementInfo> > >::status() &
yb::Result<yb::TransactionMetadata const*>::status() &
Line
Count
Source
186
1
  Status& status() & {
187
1
#ifndef NDEBUG
188
1
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
1
#endif
190
1
    StatusCheck(!success_);
191
1
    return status_;
192
1
  }
yb::Result<yb::client::YBSession*>::status() &
Line
Count
Source
186
1
  Status& status() & {
187
1
#ifndef NDEBUG
188
1
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
1
#endif
190
1
    StatusCheck(!success_);
191
1
    return status_;
192
1
  }
yb::Result<std::__1::vector<std::__1::shared_ptr<yb::client::YBPgsqlOp>, std::__1::allocator<std::__1::shared_ptr<yb::client::YBPgsqlOp> > > >::status() &
Line
Count
Source
186
12
  Status& status() & {
187
12
#ifndef NDEBUG
188
12
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
12
#endif
190
12
    StatusCheck(!success_);
191
12
    return status_;
192
12
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::client::YBTransaction> >::status() &
yb::Result<yb::TransactionMetadata>::status() &
Line
Count
Source
186
2.02k
  Status& status() & {
187
2.02k
#ifndef NDEBUG
188
2.02k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
2.02k
#endif
190
2.02k
    StatusCheck(!success_);
191
2.02k
    return status_;
192
2.02k
  }
yb::Result<yb::tserver::TabletPeerTablet>::status() &
Line
Count
Source
186
172k
  Status& status() & {
187
172k
#ifndef NDEBUG
188
172k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
172k
#endif
190
172k
    StatusCheck(!success_);
191
172k
    return status_;
192
172k
  }
yb::Result<yb::IsolationLevel>::status() &
Line
Count
Source
186
1.27k
  Status& status() & {
187
1.27k
#ifndef NDEBUG
188
1.27k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
1.27k
#endif
190
1.27k
    StatusCheck(!success_);
191
1.27k
    return status_;
192
1.27k
  }
yb::Result<yb::tserver::LeaderTabletPeer>::status() &
Line
Count
Source
186
62.5k
  Status& status() & {
187
62.5k
#ifndef NDEBUG
188
62.5k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
62.5k
#endif
190
62.5k
    StatusCheck(!success_);
191
62.5k
    return status_;
192
62.5k
  }
yb::Result<std::__1::shared_ptr<yb::tablet::AbstractTablet> >::status() &
Line
Count
Source
186
22.5k
  Status& status() & {
187
22.5k
#ifndef NDEBUG
188
22.5k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
22.5k
#endif
190
22.5k
    StatusCheck(!success_);
191
22.5k
    return status_;
192
22.5k
  }
Unexecuted instantiation: yb::Result<yb::tablet::ScopedReadOperation>::status() &
Unexecuted instantiation: yb::Result<yb::StronglyTypedUuid<yb::TransactionId_Tag> >::status() &
yb::Result<yb::ReadHybridTime>::status() &
Line
Count
Source
186
57
  Status& status() & {
187
57
#ifndef NDEBUG
188
57
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
57
#endif
190
57
    StatusCheck(!success_);
191
57
    return status_;
192
57
  }
yb::Result<scoped_refptr<yb::tablet::RaftGroupMetadata> >::status() &
Line
Count
Source
186
8.47k
  Status& status() & {
187
8.47k
#ifndef NDEBUG
188
8.47k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
8.47k
#endif
190
8.47k
    StatusCheck(!success_);
191
8.47k
    return status_;
192
8.47k
  }
Unexecuted instantiation: yb::Result<google::protobuf::RepeatedPtrField<yb::tablet::FilePB> >::status() &
yb::Result<std::__1::shared_ptr<yb::tablet::TableInfo> >::status() &
Line
Count
Source
186
14
  Status& status() & {
187
14
#ifndef NDEBUG
188
14
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
14
#endif
190
14
    StatusCheck(!success_);
191
14
    return status_;
192
14
  }
yb::Result<yb::TransactionStatusResult>::status() &
Line
Count
Source
186
75.6k
  Status& status() & {
187
75.6k
#ifndef NDEBUG
188
75.6k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
75.6k
#endif
190
75.6k
    StatusCheck(!success_);
191
75.6k
    return status_;
192
75.6k
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::consensus::RaftConsensus> >::status() &
yb::Result<yb::OpId>::status() &
Line
Count
Source
186
92
  Status& status() & {
187
92
#ifndef NDEBUG
188
92
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
92
#endif
190
92
    StatusCheck(!success_);
191
92
    return status_;
192
92
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::tablet::TabletPeer> >::status() &
yb::Result<scoped_refptr<yb::tserver::TransitionInProgressDeleter> >::status() &
Line
Count
Source
186
1
  Status& status() & {
187
1
#ifndef NDEBUG
188
1
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
1
#endif
190
1
    StatusCheck(!success_);
191
1
    return status_;
192
1
  }
Unexecuted instantiation: yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>::status() &
Unexecuted instantiation: yb::Result<yb::UsePrivateIpMode>::status() &
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::tserver::enterprise::CDCConsumer, std::__1::default_delete<yb::tserver::enterprise::CDCConsumer> > >::status() &
Unexecuted instantiation: yb::Result<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >::status() &
Unexecuted instantiation: yb::Result<yb::ql::audit::LogEntry>::status() &
Unexecuted instantiation: yb::Result<yb::tserver::TabletServerOptions>::status() &
Unexecuted instantiation: yb::Result<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> >::status() &
yb::Result<yb::Uuid>::status() &
Line
Count
Source
186
2
  Status& status() & {
187
2
#ifndef NDEBUG
188
2
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
2
#endif
190
2
    StatusCheck(!success_);
191
2
    return status_;
192
2
  }
yb::Result<std::__1::shared_ptr<yb::ql::PTExpr> >::status() &
Line
Count
Source
186
2
  Status& status() & {
187
2
#ifndef NDEBUG
188
2
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
2
#endif
190
2
    StatusCheck(!success_);
191
2
    return status_;
192
2
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::QLType> >::status() &
Unexecuted instantiation: yb::Result<yb::ChildTransactionDataPB>::status() &
yb::Result<yb::ql::QueryPagingState*>::status() &
Line
Count
Source
186
3
  Status& status() & {
187
3
#ifndef NDEBUG
188
3
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
3
#endif
190
3
    StatusCheck(!success_);
191
3
    return status_;
192
3
  }
Unexecuted instantiation: yb::Result<yb::ColumnSchema const&>::status() &
yb::Result<yb::IndexInfo const*>::status() &
Line
Count
Source
186
810
  Status& status() & {
187
810
#ifndef NDEBUG
188
810
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
810
#endif
190
810
    StatusCheck(!success_);
191
810
    return status_;
192
810
  }
Unexecuted instantiation: yb::Result<yb::docdb::ApplyTransactionState>::status() &
Unexecuted instantiation: yb::Result<yb::UnsignedIntSet<unsigned int> >::status() &
Unexecuted instantiation: yb::Result<yb::tablet::TabletScopedRWOperationPauses>::status() &
Unexecuted instantiation: yb::Result<rocksdb::KeyValueEncodingFormat>::status() &
Unexecuted instantiation: yb::Result<yb::ScopedRWOperationPause>::status() &
Unexecuted instantiation: yb::Result<yb::TransactionOperationContext>::status() &
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<pg_conn, yb::pgwrapper::PGConnClose> >::status() &
yb::Result<yb::PgsqlBackfillSpecPB>::status() &
Line
Count
Source
186
24
  Status& status() & {
187
24
#ifndef NDEBUG
188
24
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
24
#endif
190
24
    StatusCheck(!success_);
191
24
    return status_;
192
24
  }
Unexecuted instantiation: yb::Result<yb::QLWriteRequestPB*>::status() &
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::client::YBSession> >::status() &
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::DB, std::__1::default_delete<rocksdb::DB> > >::status() &
yb::Result<yb::tablet::FixedHybridTimeLease>::status() &
Line
Count
Source
186
3
  Status& status() & {
187
3
#ifndef NDEBUG
188
3
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
3
#endif
190
3
    StatusCheck(!success_);
191
3
    return status_;
192
3
  }
Unexecuted instantiation: yb::Result<yb::SubTransactionMetadata>::status() &
Unexecuted instantiation: yb::Result<yb::StronglyTypedBool<yb::tablet::NeedsRecovery_Tag> >::status() &
Unexecuted instantiation: yb::Result<yb::tablet::DocDbOpIds>::status() &
yb::Result<scoped_refptr<yb::tablet::OperationDriver> >::status() &
Line
Count
Source
186
4
  Status& status() & {
187
4
#ifndef NDEBUG
188
4
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
4
#endif
190
4
    StatusCheck(!success_);
191
4
    return status_;
192
4
  }
Unexecuted instantiation: yb::Result<yb::docdb::ApplyTransactionStatePB>::status() &
Unexecuted instantiation: yb::Result<yb::docdb::DecodedIntentKey>::status() &
Unexecuted instantiation: yb::Result<yb::OneWayBitmap>::status() &
Unexecuted instantiation: yb::Result<yb::docdb::DecodedIntentValue>::status() &
Unexecuted instantiation: yb::Result<yb::client::YBClient*>::status() &
Unexecuted instantiation: yb::Result<yb::tablet::SnapshotCoordinator&>::status() &
yb::Result<yb::docdb::PrepareDocWriteOperationResult>::status() &
Line
Count
Source
186
17
  Status& status() & {
187
17
#ifndef NDEBUG
188
17
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
17
#endif
190
17
    StatusCheck(!success_);
191
17
    return status_;
192
17
  }
Unexecuted instantiation: yb::Result<yb::client::ChildTransactionData>::status() &
Unexecuted instantiation: yb::Result<yb::ChildTransactionResultPB>::status() &
Unexecuted instantiation: yb::Result<boost::container::small_vector<iovec, 4ul, void, void> >::status() &
yb::Result<yb::rpc::ProcessCallsResult>::status() &
Line
Count
Source
186
4.44k
  Status& status() & {
187
4.44k
#ifndef NDEBUG
188
4.44k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
4.44k
#endif
190
4.44k
    StatusCheck(!success_);
191
4.44k
    return status_;
192
4.44k
  }
yb::Result<yb::rpc::ParsedRemoteMethod>::status() &
Line
Count
Source
186
4
  Status& status() & {
187
4
#ifndef NDEBUG
188
4
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
4
#endif
190
4
    StatusCheck(!success_);
191
4
    return status_;
192
4
  }
Unexecuted instantiation: yb::Result<unsigned char const* const*>::status() &
yb::Result<yb::Socket>::status() &
Line
Count
Source
186
4.30k
  Status& status() & {
187
4.30k
#ifndef NDEBUG
188
4.30k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
4.30k
#endif
190
4.30k
    StatusCheck(!success_);
191
4.30k
    return status_;
192
4.30k
  }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::rpc::Stream, std::__1::default_delete<yb::rpc::Stream> > >::status() &
yb::Result<yb::StronglyTypedBool<yb::rpc::ReadBufferFull_Tag> >::status() &
Line
Count
Source
186
61
  Status& status() & {
187
61
#ifndef NDEBUG
188
61
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
61
#endif
190
61
    StatusCheck(!success_);
191
61
    return status_;
192
61
  }
Unexecuted instantiation: secure_stream.cc:yb::Result<std::__1::unique_ptr<bio_st, yb::rpc::(anonymous namespace)::BIOFree> >::status() &
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<x509_st, yb::rpc::detail::X509Free> >::status() &
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<evp_pkey_st, yb::rpc::detail::EVP_PKEYFree> >::status() &
yb::Result<unsigned char*>::status() &
Line
Count
Source
186
1
  Status& status() & {
187
1
#ifndef NDEBUG
188
1
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
1
#endif
190
1
    StatusCheck(!success_);
191
1
    return status_;
192
1
  }
Unexecuted instantiation: yb::Result<yb::RefCntBuffer>::status() &
yb::Result<yb::consensus::ReadOpsResult>::status() &
Line
Count
Source
186
1
  Status& status() & {
187
1
#ifndef NDEBUG
188
1
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
1
#endif
190
1
    StatusCheck(!success_);
191
1
    return status_;
192
1
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::consensus::Peer> >::status() &
yb::Result<scoped_refptr<yb::consensus::LeaderElection> >::status() &
Line
Count
Source
186
487k
  Status& status() & {
187
487k
#ifndef NDEBUG
188
487k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
487k
#endif
190
487k
    StatusCheck(!success_);
191
487k
    return status_;
192
487k
  }
yb::Result<yb::consensus::RaftConsensus::UpdateReplicaResult>::status() &
Line
Count
Source
186
16
  Status& status() & {
187
16
#ifndef NDEBUG
188
16
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
16
#endif
190
16
    StatusCheck(!success_);
191
16
    return status_;
192
16
  }
Unexecuted instantiation: yb::Result<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > >::status() &
yb::Result<yb::master::TSDescriptor*>::status() &
Line
Count
Source
186
2.55k
  Status& status() & {
187
2.55k
#ifndef NDEBUG
188
2.55k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
2.55k
#endif
190
2.55k
    StatusCheck(!success_);
191
2.55k
    return status_;
192
2.55k
  }
Unexecuted instantiation: yb::Result<yb::ColumnId>::status() &
yb::Result<scoped_refptr<yb::master::TableInfo> >::status() &
Line
Count
Source
186
2.80k
  Status& status() & {
187
2.80k
#ifndef NDEBUG
188
2.80k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
2.80k
#endif
190
2.80k
    StatusCheck(!success_);
191
2.80k
    return status_;
192
2.80k
  }
Unexecuted instantiation: yb::Result<std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > > >::status() &
Unexecuted instantiation: yb::Result<std::__1::vector<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>, std::__1::allocator<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> > > >::status() &
Unexecuted instantiation: yb::Result<boost::optional<yb::master::ReplicationInfoPB> >::status() &
yb::Result<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<yb::master::ReplicationInfoPB>, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<yb::master::ReplicationInfoPB> > > > > >::status() &
Line
Count
Source
186
166
  Status& status() & {
187
166
#ifndef NDEBUG
188
166
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
166
#endif
190
166
    StatusCheck(!success_);
191
166
    return status_;
192
166
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >::status() &
Unexecuted instantiation: yb::Result<yb::master::TabletReplicaDriveInfo>::status() &
Unexecuted instantiation: yb::Result<std::__1::array<yb::PartitionPB, 2ul> >::status() &
Unexecuted instantiation: yb::Result<std::__1::unordered_map<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag>, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, boost::hash<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> const, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >::status() &
Unexecuted instantiation: yb::Result<yb::master::ReplicationInfoPB>::status() &
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::shared_ptr<yb::master::TSDescriptor>, std::__1::allocator<std::__1::shared_ptr<yb::master::TSDescriptor> > > >::status() &
Unexecuted instantiation: yb::Result<std::__1::vector<scoped_refptr<yb::master::TableInfo>, std::__1::allocator<scoped_refptr<yb::master::TableInfo> > > >::status() &
yb::Result<scoped_refptr<yb::master::NamespaceInfo> >::status() &
Line
Count
Source
186
356
  Status& status() & {
187
356
#ifndef NDEBUG
188
356
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
356
#endif
190
356
    StatusCheck(!success_);
191
356
    return status_;
192
356
  }
yb::Result<std::__1::unordered_set<yb::HostPort, yb::HostPortHash, std::__1::equal_to<yb::HostPort>, std::__1::allocator<yb::HostPort> > >::status() &
Line
Count
Source
186
2
  Status& status() & {
187
2
#ifndef NDEBUG
188
2
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
2
#endif
190
2
    StatusCheck(!success_);
191
2
    return status_;
192
2
  }
Unexecuted instantiation: yb::Result<yb::master::TableDescription>::status() &
Unexecuted instantiation: yb::Result<yb::encryption::UniverseKeyRegistryPB>::status() &
Unexecuted instantiation: yb::Result<std::__1::vector<yb::master::TableDescription, std::__1::allocator<yb::master::TableDescription> > >::status() &
Unexecuted instantiation: yb::Result<yb::master::SysSnapshotEntryPB_State>::status() &
Unexecuted instantiation: yb::Result<yb::master::SysRowEntries>::status() &
Unexecuted instantiation: yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotId_Tag> >::status() &
yb::Result<yb::tablet::CreateSnapshotData>::status() &
Line
Count
Source
186
10
  Status& status() & {
187
10
#ifndef NDEBUG
188
10
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
10
#endif
190
10
    StatusCheck(!success_);
191
10
    return status_;
192
10
  }
Unexecuted instantiation: yb::Result<yb::master::SnapshotState&>::status() &
Unexecuted instantiation: yb::Result<yb::master::SnapshotScheduleState&>::status() &
Unexecuted instantiation: yb::Result<yb::master::RestorationState&>::status() &
Unexecuted instantiation: yb::Result<yb::docdb::KeyBytes>::status() &
Unexecuted instantiation: yb::Result<yb::master::SysSnapshotEntryPB>::status() &
Unexecuted instantiation: yb::Result<yb::master::SnapshotScheduleOptionsPB>::status() &
Unexecuted instantiation: yb::Result<yb::master::SnapshotScheduleOperation>::status() &
Unexecuted instantiation: yb::Result<yb::PlacementInfoConverter::Placement>::status() &
Unexecuted instantiation: yb::Result<yb::master::DdlLogEntryPB>::status() &
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::master::TSDescriptor> >::status() &
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::QLRowBlock> >::status() &
Unexecuted instantiation: yb::Result<std::__1::pair<int, yb::DataType> >::status() &
Unexecuted instantiation: yb::Result<yb::master::YQLPartitionsVTable::TabletData>::status() &
Unexecuted instantiation: yb::Result<boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::status() &
Unexecuted instantiation: yb::Result<yb::master::SysTablesEntryPB>::status() &
Unexecuted instantiation: yb::Result<yb::master::SysNamespaceEntryPB>::status() &
Unexecuted instantiation: yb::Result<yb::master::SysTabletsEntryPB>::status() &
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::master::CDCRpcTasks> >::status() &
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::encryption::EncryptionParams, std::__1::default_delete<yb::encryption::EncryptionParams> > >::status() &
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::encryption::BlockAccessCipherStream, std::__1::default_delete<yb::encryption::BlockAccessCipherStream> > >::status() &
yb::Result<google::protobuf::RepeatedPtrField<yb::master::TabletLocationsPB> >::status() &
Line
Count
Source
186
1
  Status& status() & {
187
1
#ifndef NDEBUG
188
1
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
1
#endif
190
1
    StatusCheck(!success_);
191
1
    return status_;
192
1
  }
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName> > > >::status() &
Unexecuted instantiation: yb::Result<yb::docdb::FetchKeyResult>::status() &
Unexecuted instantiation: yb::Result<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::SysTablesEntryPB> const&>::status() &
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::encryption::UniverseKeyManager, std::__1::default_delete<yb::encryption::UniverseKeyManager> > >::status() &
Unexecuted instantiation: yb::Result<yb::cdc::SetCDCCheckpointResponsePB>::status() &
yb::Result<scoped_refptr<yb::client::internal::RemoteTablet> >::status() &
Line
Count
Source
186
884
  Status& status() & {
187
884
#ifndef NDEBUG
188
884
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
884
#endif
190
884
    StatusCheck(!success_);
191
884
    return status_;
192
884
  }
yb::Result<yb::client::YBTableInfo>::status() &
Line
Count
Source
186
3
  Status& status() & {
187
3
#ifndef NDEBUG
188
3
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
3
#endif
190
3
    StatusCheck(!success_);
191
3
    return status_;
192
3
  }
Unexecuted instantiation: yb::Result<std::__1::vector<yb::master::NamespaceIdentifierPB, std::__1::allocator<yb::master::NamespaceIdentifierPB> > >::status() &
Unexecuted instantiation: yb::Result<std::__1::vector<yb::master::TablegroupIdentifierPB, std::__1::allocator<yb::master::TablegroupIdentifierPB> > >::status() &
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::client::VersionedTablePartitionList const> >::status() &
yb::Result<yb::IndexPermissions>::status() &
Line
Count
Source
186
1.60k
  Status& status() & {
187
1.60k
#ifndef NDEBUG
188
1.60k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
1.60k
#endif
190
1.60k
    StatusCheck(!success_);
191
1.60k
    return status_;
192
1.60k
  }
Unexecuted instantiation: yb::Result<yb::client::YBTableType>::status() &
yb::Result<std::__1::vector<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >, std::__1::allocator<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > > > >::status() &
Line
Count
Source
186
2.08k
  Status& status() & {
187
2.08k
#ifndef NDEBUG
188
2.08k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
2.08k
#endif
190
2.08k
    StatusCheck(!success_);
191
2.08k
    return status_;
192
2.08k
  }
Unexecuted instantiation: yb::Result<yb::client::TransactionStatusTablets>::status() &
Unexecuted instantiation: yb::Result<std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > >::status() &
Unexecuted instantiation: yb::Result<google::protobuf::RepeatedPtrField<yb::master::SnapshotInfoPB> >::status() &
Unexecuted instantiation: yb::Result<yb::master::MasterBackupProxy>::status() &
Unexecuted instantiation: yb::Result<google::protobuf::RepeatedPtrField<yb::master::SnapshotScheduleInfoPB> >::status() &
Unexecuted instantiation: yb::Result<yb::encryption::FileEncryptionStatus>::status() &
Unexecuted instantiation: yb::Result<yb::SharedMemoryObject<yb::tserver::TServerSharedData> >::status() &
yb::Result<yb::StronglyTypedBool<yb::pggate::RequestSent_Tag> >::status() &
Line
Count
Source
186
228
  Status& status() & {
187
228
#ifndef NDEBUG
188
228
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
228
#endif
190
228
    StatusCheck(!success_);
191
228
    return status_;
192
228
  }
yb::Result<scoped_refptr<yb::pggate::PgTableDesc> >::status() &
Line
Count
Source
186
64
  Status& status() & {
187
64
#ifndef NDEBUG
188
64
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
64
#endif
190
64
    StatusCheck(!success_);
191
64
    return status_;
192
64
  }
Unexecuted instantiation: yb::Result<std::__1::pair<long long, bool> >::status() &
Unexecuted instantiation: yb::Result<std::__1::pair<unsigned int, unsigned int> >::status() &
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<unsigned char const* const> >::status() &
Unexecuted instantiation: yb::Result<yb::master::GetNamespaceInfoResponsePB>::status() &
pg_session.cc:yb::Result<yb::pggate::(anonymous namespace)::SessionType>::status() &
Line
Count
Source
186
2
  Status& status() & {
187
2
#ifndef NDEBUG
188
2
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
2
#endif
190
2
    StatusCheck(!success_);
191
2
    return status_;
192
2
  }
yb::Result<yb::pggate::PgColumn&>::status() &
Line
Count
Source
186
98
  Status& status() & {
187
98
#ifndef NDEBUG
188
98
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
98
#endif
190
98
    StatusCheck(!success_);
191
98
    return status_;
192
98
  }
Unexecuted instantiation: yb::Result<std::__1::function<yb::docdb::DocKey (std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > const&)> >::status() &
Unexecuted instantiation: yb::Result<yb::docdb::DocKey>::status() &
Unexecuted instantiation: yb::Result<yb::docdb::PrimitiveValue>::status() &
Unexecuted instantiation: yb::Result<yb::pggate::PgColumn const&>::status() &
yb::Result<yb::pggate::PerformFuture>::status() &
Line
Count
Source
186
2.75k
  Status& status() & {
187
2.75k
#ifndef NDEBUG
188
2.75k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
2.75k
#endif
190
2.75k
    StatusCheck(!success_);
191
2.75k
    return status_;
192
2.75k
  }
yb::Result<std::__1::list<yb::pggate::PgDocResult, std::__1::allocator<yb::pggate::PgDocResult> > >::status() &
Line
Count
Source
186
50.4k
  Status& status() & {
187
50.4k
#ifndef NDEBUG
188
50.4k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
50.4k
#endif
190
50.4k
    StatusCheck(!success_);
191
50.4k
    return status_;
192
50.4k
  }
yb::Result<std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> > >::status() &
Line
Count
Source
186
26
  Status& status() & {
187
26
#ifndef NDEBUG
188
26
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
26
#endif
190
26
    StatusCheck(!success_);
191
26
    return status_;
192
26
  }
Unexecuted instantiation: yb::Result<yb::QLRowBlock>::status() &
yb::Result<yb::pgwrapper::PGConn>::status() &
Line
Count
Source
186
8
  Status& status() & {
187
8
#ifndef NDEBUG
188
8
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
8
#endif
190
8
    StatusCheck(!success_);
191
8
    return status_;
192
8
  }
Unexecuted instantiation: yb::Result<yb::pgwrapper::PgProcessConf>::status() &
Unexecuted instantiation: yb::Result<yb::master::ListMastersResponsePB>::status() &
Unexecuted instantiation: yb::Result<yb::consensus::LeaderStepDownResponsePB>::status() &
Unexecuted instantiation: yb::Result<yb::consensus::RunLeaderElectionResponsePB>::status() &
Unexecuted instantiation: yb::Result<yb::master::DumpMasterStateResponsePB>::status() &
Unexecuted instantiation: yb::Result<yb::master::GetLoadMovePercentResponsePB>::status() &
Unexecuted instantiation: yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, int> > > >::status() &
Unexecuted instantiation: yb::Result<yb::master::GetTabletLocationsResponsePB>::status() &
Unexecuted instantiation: yb::Result<yb::consensus::ChangeConfigResponsePB>::status() &
Unexecuted instantiation: yb::Result<yb::master::ListTabletServersResponsePB>::status() &
Unexecuted instantiation: yb::Result<yb::tserver::GetLogLocationResponsePB>::status() &
Unexecuted instantiation: yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::master::NamespaceIdentifierPB, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::NamespaceIdentifierPB> > > const&>::status() &
Unexecuted instantiation: yb::Result<yb::master::LaunchBackfillIndexForTableResponsePB>::status() &
Unexecuted instantiation: yb::Result<yb::tserver::ListTabletsForTabletServerResponsePB>::status() &
Unexecuted instantiation: yb::Result<yb::master::ChangeLoadBalancerStateResponsePB>::status() &
Unexecuted instantiation: yb::Result<yb::master::GetLoadBalancerStateResponsePB>::status() &
Unexecuted instantiation: yb::Result<yb::master::FlushSysCatalogResponsePB>::status() &
Unexecuted instantiation: yb::Result<yb::master::CompactSysCatalogResponsePB>::status() &
Unexecuted instantiation: yb::Result<yb::master::IsMasterLeaderReadyResponsePB>::status() &
yb::Result<yb::master::GetMasterClusterConfigResponsePB>::status() &
Line
Count
Source
186
14
  Status& status() & {
187
14
#ifndef NDEBUG
188
14
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
14
#endif
190
14
    StatusCheck(!success_);
191
14
    return status_;
192
14
  }
Unexecuted instantiation: yb::Result<yb::master::ChangeMasterClusterConfigResponsePB>::status() &
Unexecuted instantiation: yb::Result<yb::master::IsInitDbDoneResponsePB>::status() &
Unexecuted instantiation: yb::Result<yb::tserver::UpgradeYsqlResponsePB>::status() &
Unexecuted instantiation: yb::Result<yb::master::SplitTabletResponsePB>::status() &
Unexecuted instantiation: yb::Result<yb::master::DisableTabletSplittingResponsePB>::status() &
Unexecuted instantiation: yb::Result<yb::master::IsTabletSplittingCompleteResponsePB>::status() &
yb::Result<yb::rpc_test::TrivialResponsePB>::status() &
Line
Count
Source
186
1
  Status& status() & {
187
1
#ifndef NDEBUG
188
1
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
1
#endif
190
1
    StatusCheck(!success_);
191
1
    return status_;
192
1
  }
Unexecuted instantiation: yb::Result<yb::util::VarInt>::status() &
Unexecuted instantiation: yb::Result<yb::QLTableColumn const&>::status() &
yb::Result<yb::ql::ParseTree const&>::status() &
Line
Count
Source
186
2
  Status& status() & {
187
2
#ifndef NDEBUG
188
2
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
2
#endif
190
2
    StatusCheck(!success_);
191
2
    return status_;
192
2
  }
Unexecuted instantiation: yb::Result<rocksdb::FileBoundaryValues<rocksdb::InternalKey> >::status() &
yb::Result<rocksdb::FileNumbersHolder>::status() &
Line
Count
Source
186
61
  Status& status() & {
187
61
#ifndef NDEBUG
188
61
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
61
#endif
190
61
    StatusCheck(!success_);
191
61
    return status_;
192
61
  }
yb::Result<rocksdb::TableCache::TableReaderWithHandle>::status() &
Line
Count
Source
186
55
  Status& status() & {
187
55
#ifndef NDEBUG
188
55
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
55
#endif
190
55
    StatusCheck(!success_);
191
55
    return status_;
192
55
  }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::MultiLevelIndexReader, std::__1::default_delete<rocksdb::MultiLevelIndexReader> > >::status() &
Unexecuted instantiation: yb::Result<rocksdb::BlockBasedTable::CachableEntry<rocksdb::IndexReader> >::status() &
Unexecuted instantiation: format.cc:yb::Result<rocksdb::(anonymous namespace)::ChecksumData>::status() &
yb::Result<std::__1::shared_ptr<yb::cdc::StreamMetadata> >::status() &
Line
Count
Source
186
1
  Status& status() & {
187
1
#ifndef NDEBUG
188
1
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
1
#endif
190
1
    StatusCheck(!success_);
191
1
    return status_;
192
1
  }
Unexecuted instantiation: yb::Result<yb::client::internal::RemoteTabletServer*>::status() &
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::client::TableHandle> >::status() &
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::pair<unsigned long long, unsigned long>, std::__1::allocator<std::__1::pair<unsigned long long, unsigned long> > > >::status() &
Unexecuted instantiation: yb::Result<boost::unordered::unordered_map<yb::StronglyTypedUuid<yb::TransactionId_Tag>, yb::TransactionStatusResult, boost::hash<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::TransactionId_Tag> const, yb::TransactionStatusResult> > > >::status() &
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::shared_ptr<yb::consensus::ReplicateMsg>, std::__1::allocator<std::__1::shared_ptr<yb::consensus::ReplicateMsg> > > >::status() &
yb::Result<std::__1::unique_ptr<pg_result, yb::pgwrapper::PGResultClear> >::status() &
Line
Count
Source
186
96
  Status& status() & {
187
96
#ifndef NDEBUG
188
96
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
96
#endif
190
96
    StatusCheck(!success_);
191
96
    return status_;
192
96
  }
Unexecuted instantiation: yb::Result<std::__1::pair<int, int> >::status() &
Unexecuted instantiation: yb::Result<yb::encryption::EncryptionParamsPB>::status() &
Unexecuted instantiation: yb::Result<yb::encryption::UniverseKeyParams>::status() &
yb::Result<boost::shared_ptr<boost::date_time::time_zone_base<boost::posix_time::ptime, char> > >::status() &
Line
Count
Source
186
3
  Status& status() & {
187
3
#ifndef NDEBUG
188
3
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
3
#endif
190
3
    StatusCheck(!success_);
191
3
    return status_;
192
3
  }
Unexecuted instantiation: yb::Result<icu_67::GregorianCalendar>::status() &
yb::Result<statvfs>::status() &
Line
Count
Source
186
873k
  Status& status() & {
187
873k
#ifndef NDEBUG
188
873k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
873k
#endif
190
873k
    StatusCheck(!success_);
191
873k
    return status_;
192
873k
  }
Unexecuted instantiation: yb::Result<yb::ResourceLimits>::status() &
yb::Result<std::__1::pair<long long, unsigned long> >::status() &
Line
Count
Source
186
144
  Status& status() & {
187
144
#ifndef NDEBUG
188
144
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
144
#endif
190
144
    StatusCheck(!success_);
191
144
    return status_;
192
144
  }
net_util.cc:yb::Result<std::__1::unique_ptr<addrinfo, yb::(anonymous namespace)::AddrinfoDeleter> >::status() &
Line
Count
Source
186
69
  Status& status() & {
187
69
#ifndef NDEBUG
188
69
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
69
#endif
190
69
    StatusCheck(!success_);
191
69
    return status_;
192
69
  }
yb::Result<scoped_refptr<yb::Thread> >::status() &
Line
Count
Source
186
19
  Status& status() & {
187
19
#ifndef NDEBUG
188
19
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
19
#endif
190
19
    StatusCheck(!success_);
191
19
    return status_;
192
19
  }
yb::Result<void*>::status() &
Line
Count
Source
186
4
  Status& status() & {
187
4
#ifndef NDEBUG
188
4
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
4
#endif
190
4
    StatusCheck(!success_);
191
4
    return status_;
192
4
  }
yb::Result<yb::StackTrace>::status() &
Line
Count
Source
186
24
  Status& status() & {
187
24
#ifndef NDEBUG
188
24
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
24
#endif
190
24
    StatusCheck(!success_);
191
24
    return status_;
192
24
  }
Unexecuted instantiation: yb::Result<std::__1::vector<char*, std::__1::allocator<char*> > >::status() &
yb::Result<yb::Subprocess::ChildPipes>::status() &
Line
Count
Source
186
109
  Status& status() & {
187
109
#ifndef NDEBUG
188
109
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
109
#endif
190
109
    StatusCheck(!success_);
191
109
    return status_;
192
109
  }
yb::Result<DIR*>::status() &
Line
Count
Source
186
20
  Status& status() & {
187
20
#ifndef NDEBUG
188
20
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
20
#endif
190
20
    StatusCheck(!success_);
191
20
    return status_;
192
20
  }
Unexecuted instantiation: yb::Result<std::__1::vector<int, std::__1::allocator<int> > >::status() &
Unexecuted instantiation: yb::Result<double>::status() &
Unexecuted instantiation: yb::Result<yb::WaitPolicy>::status() &
Unexecuted instantiation: yb::Result<yb::docdb::ParsedIntent>::status() &
Unexecuted instantiation: docdb.cc:yb::Result<yb::docdb::(anonymous namespace)::DetermineKeysToLockResult>::status() &
Unexecuted instantiation: yb::Result<rocksdb::FilterDecision>::status() &
Unexecuted instantiation: yb::Result<boost::optional<yb::StronglyTypedUuid<yb::TransactionId_Tag> > >::status() &
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::docdb::SubDocumentReader, std::__1::default_delete<yb::docdb::SubDocumentReader> > >::status() &
Unexecuted instantiation: yb::Result<yb::docdb::ValueType>::status() &
Unexecuted instantiation: yb::Result<rocksdb::CompressionType>::status() &
yb::Result<yb::docdb::RateLimiterSharingMode>::status() &
Line
Count
Source
186
3
  Status& status() & {
187
3
#ifndef NDEBUG
188
3
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
189
3
#endif
190
3
    StatusCheck(!success_);
191
3
    return status_;
192
3
  }
Unexecuted instantiation: yb::Result<yb::CommitMetadata>::status() &
Unexecuted instantiation: intent_aware_iterator.cc:yb::Result<yb::docdb::(anonymous namespace)::DecodeStrongWriteIntentResult>::status() &
Unexecuted instantiation: yb::Result<yb::RedisDataType>::status() &
Unexecuted instantiation: yb::Result<yb::docdb::RedisValue>::status() &
Unexecuted instantiation: yb::Result<boost::optional<yb::docdb::Expiration> >::status() &
Unexecuted instantiation: yb::Result<yb::docdb::SubDocument*>::status() &
Unexecuted instantiation: subdoc_reader.cc:yb::Result<yb::docdb::(anonymous namespace)::ScopedDocDbRowContextWithData*>::status() &
Unexecuted instantiation: subdoc_reader.cc:yb::Result<std::__1::unique_ptr<yb::docdb::(anonymous namespace)::DocDbRowData, std::__1::default_delete<yb::docdb::(anonymous namespace)::DocDbRowData> > >::status() &
Unexecuted instantiation: yb::Result<yb::docdb::TransactionStatusCache::GetCommitDataResult>::status() &
Unexecuted instantiation: cql_processor.cc:yb::Result<std::__1::unique_ptr<ldap, yb::cqlserver::(anonymous namespace)::LDAPDeleter> >::status() &
Unexecuted instantiation: yb::Result<yb::cqlserver::CQLProcessor*>::status() &
Unexecuted instantiation: yb::Result<yb::log::FirstEntryMetadata>::status() &
193
194
  Status&& status() && {
195
#ifndef NDEBUG
196
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
197
#endif
198
    StatusCheck(!success_);
199
    return std::move(status_);
200
  }
201
202
1.60G
  auto& get() const { return *get_ptr(); }
yb::Result<std::__1::shared_ptr<yb::client::YBTable> >::get() const
Line
Count
Source
202
208k
  auto& get() const { return *get_ptr(); }
yb::Result<bool>::get() const
Line
Count
Source
202
1.54G
  auto& get() const { return *get_ptr(); }
yb::Result<yb::tserver::TabletPeerTablet>::get() const
Line
Count
Source
202
27.9M
  auto& get() const { return *get_ptr(); }
yb::Result<std::__1::shared_ptr<yb::consensus::RaftConsensus> >::get() const
Line
Count
Source
202
27.0M
  auto& get() const { return *get_ptr(); }
yb::Result<yb::UnsignedIntSet<unsigned int> >::get() const
Line
Count
Source
202
275k
  auto& get() const { return *get_ptr(); }
Unexecuted instantiation: yb::Result<yb::docdb::ApplyTransactionState>::get() const
yb::Result<std::__1::shared_ptr<yb::tablet::TableInfo> >::get() const
Line
Count
Source
202
79.9k
  auto& get() const { return *get_ptr(); }
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::shared_ptr<yb::master::TSDescriptor>, std::__1::allocator<std::__1::shared_ptr<yb::master::TSDescriptor> > > >::get() const
yb::Result<yb::StronglyTypedUuid<yb::TransactionId_Tag> >::get() const
Line
Count
Source
202
39
  auto& get() const { return *get_ptr(); }
yb::Result<yb::master::TSDescriptor*>::get() const
Line
Count
Source
202
296k
  auto& get() const { return *get_ptr(); }
yb::Result<yb::master::ReplicationInfoPB>::get() const
Line
Count
Source
202
4.60k
  auto& get() const { return *get_ptr(); }
yb::Result<boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::get() const
Line
Count
Source
202
1
  auto& get() const { return *get_ptr(); }
yb::Result<yb::master::TabletReplicaDriveInfo>::get() const
Line
Count
Source
202
3.49M
  auto& get() const { return *get_ptr(); }
yb::Result<boost::asio::ip::address>::get() const
Line
Count
Source
202
175k
  auto& get() const { return *get_ptr(); }
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::get() const
Line
Count
Source
202
29
  auto& get() const { return *get_ptr(); }
yb::Result<std::__1::vector<yb::client::YBTabletServerPlacementInfo, std::__1::allocator<yb::client::YBTabletServerPlacementInfo> > >::get() const
Line
Count
Source
202
4
  auto& get() const { return *get_ptr(); }
yb::Result<yb::PlacementInfoConverter::Placement>::get() const
Line
Count
Source
202
1
  auto& get() const { return *get_ptr(); }
yb::Result<unsigned int>::get() const
Line
Count
Source
202
1.35k
  auto& get() const { return *get_ptr(); }
203
108M
  auto& operator*() const& { return *get_ptr(); }
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::operator*() const &
Line
Count
Source
203
784k
  auto& operator*() const& { return *get_ptr(); }
yb::Result<bool>::operator*() const &
Line
Count
Source
203
9.67M
  auto& operator*() const& { return *get_ptr(); }
Unexecuted instantiation: yb::Result<std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> > >::operator*() const &
yb::Result<scoped_refptr<yb::client::internal::RemoteTablet> >::operator*() const &
Line
Count
Source
203
3.38M
  auto& operator*() const& { return *get_ptr(); }
yb::Result<long long>::operator*() const &
Line
Count
Source
203
86
  auto& operator*() const& { return *get_ptr(); }
yb::Result<yb::HybridTime>::operator*() const &
Line
Count
Source
203
141k
  auto& operator*() const& { return *get_ptr(); }
Unexecuted instantiation: yb::Result<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >::operator*() const &
Unexecuted instantiation: yb::Result<yb::TransactionStatusResult>::operator*() const &
yb::Result<yb::log::FirstEntryMetadata>::operator*() const &
Line
Count
Source
203
7.44k
  auto& operator*() const& { return *get_ptr(); }
yb::Result<yb::StronglyTypedUuid<yb::TransactionId_Tag> >::operator*() const &
Line
Count
Source
203
58.5k
  auto& operator*() const& { return *get_ptr(); }
Unexecuted instantiation: yb::Result<yb::rpc::ProcessCallsResult>::operator*() const &
yb::Result<boost::asio::ip::address>::operator*() const &
Line
Count
Source
203
2.25M
  auto& operator*() const& { return *get_ptr(); }
yb::Result<unsigned long>::operator*() const &
Line
Count
Source
203
419
  auto& operator*() const& { return *get_ptr(); }
Unexecuted instantiation: yb::Result<scoped_refptr<yb::master::TableInfo> >::operator*() const &
yb::Result<boost::optional<yb::master::ReplicationInfoPB> >::operator*() const &
Line
Count
Source
203
555
  auto& operator*() const& { return *get_ptr(); }
yb::Result<unsigned int>::operator*() const &
Line
Count
Source
203
75.2k
  auto& operator*() const& { return *get_ptr(); }
Unexecuted instantiation: yb::Result<std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > > >::operator*() const &
Unexecuted instantiation: yb::Result<yb::docdb::KeyBytes>::operator*() const &
Unexecuted instantiation: yb::Result<yb::master::SysRowEntries>::operator*() const &
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::master::CDCRpcTasks> >::operator*() const &
Unexecuted instantiation: yb::Result<yb::IndexPermissions>::operator*() const &
yb::Result<std::__1::shared_ptr<yb::client::VersionedTablePartitionList const> >::operator*() const &
Line
Count
Source
203
32
  auto& operator*() const& { return *get_ptr(); }
yb::Result<yb::master::GetTableLocationsResponsePB*>::operator*() const &
Line
Count
Source
203
134k
  auto& operator*() const& { return *get_ptr(); }
yb::Result<int>::operator*() const &
Line
Count
Source
203
8
  auto& operator*() const& { return *get_ptr(); }
yb::Result<PgColumnInfo>::operator*() const &
Line
Count
Source
203
83.9M
  auto& operator*() const& { return *get_ptr(); }
yb::Result<scoped_refptr<yb::pggate::PgTableDesc> >::operator*() const &
Line
Count
Source
203
5.38k
  auto& operator*() const& { return *get_ptr(); }
yb::Result<unsigned long long>::operator*() const &
Line
Count
Source
203
444k
  auto& operator*() const& { return *get_ptr(); }
Unexecuted instantiation: yb::Result<std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> > >::operator*() const &
Unexecuted instantiation: yb::Result<yb::master::GetLoadBalancerStateResponsePB>::operator*() const &
Unexecuted instantiation: yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag> >::operator*() const &
Unexecuted instantiation: yb::Result<yb::StackTrace>::operator*() const &
yb::Result<yb::ColumnSchema const&>::operator*() const &
Line
Count
Source
203
6.74M
  auto& operator*() const& { return *get_ptr(); }
Unexecuted instantiation: yb::Result<yb::DocHybridTime>::operator*() const &
yb::Result<yb::ql::ParseTree const&>::operator*() const &
Line
Count
Source
203
368k
  auto& operator*() const& { return *get_ptr(); }
yb::Result<yb::cqlserver::CQLProcessor*>::operator*() const &
Line
Count
Source
203
355k
  auto& operator*() const& { return *get_ptr(); }
204
30.4G
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::unique_ptr<yb::client::YBClient, std::__1::default_delete<yb::client::YBClient> > >::operator*() &
Line
Count
Source
204
468
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::unique_ptr<yb::rpc::Messenger, std::__1::default_delete<yb::rpc::Messenger> > >::operator*() &
Line
Count
Source
204
40.9k
  auto& operator*() & { return *get_ptr(); }
Unexecuted instantiation: yb::Result<signed char>::operator*() &
Unexecuted instantiation: yb::Result<short>::operator*() &
yb::Result<int>::operator*() &
Line
Count
Source
204
11.4M
  auto& operator*() & { return *get_ptr(); }
yb::Result<long long>::operator*() &
Line
Count
Source
204
5.39G
  auto& operator*() & { return *get_ptr(); }
yb::Result<long double>::operator*() &
Line
Count
Source
204
23.0k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::operator*() &
Line
Count
Source
204
5.38M
  auto& operator*() & { return *get_ptr(); }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::RandomAccessFileReader, std::__1::default_delete<rocksdb::RandomAccessFileReader> > >::operator*() &
Unexecuted instantiation: yb::Result<yb::tools::DataPatcherAction>::operator*() &
yb::Result<unsigned long long>::operator*() &
Line
Count
Source
204
848M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::HybridTime>::operator*() &
Line
Count
Source
204
112M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::DocHybridTime>::operator*() &
Line
Count
Source
204
2.96G
  auto& operator*() & { return *get_ptr(); }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::TableReader, std::__1::default_delete<rocksdb::TableReader> > >::operator*() &
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::WritableFileWriter, std::__1::default_delete<rocksdb::WritableFileWriter> > >::operator*() &
yb::Result<yb::docdb::ValueControlFields>::operator*() &
Line
Count
Source
204
754M
  auto& operator*() & { return *get_ptr(); }
yb::Result<char*>::operator*() &
Line
Count
Source
204
7.17k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::MonoDelta>::operator*() &
Line
Count
Source
204
763M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::HostPort>::operator*() &
Line
Count
Source
204
89.3k
  auto& operator*() & { return *get_ptr(); }
yb::Result<rapidjson::GenericDocument<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator>, rapidjson::CrtAllocator> >::operator*() &
Line
Count
Source
204
165
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::client::YBTableName>::operator*() &
Line
Count
Source
204
673
  auto& operator*() & { return *get_ptr(); }
yb-admin_cli.cc:yb::Result<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::ListTabletsFlags> > >::operator*() &
Line
Count
Source
204
4
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::tools::TypedNamespaceName>::operator*() &
Line
Count
Source
204
23
  auto& operator*() & { return *get_ptr(); }
Unexecuted instantiation: yb-admin_cli.cc:yb::Result<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::AddIndexes> > >::operator*() &
Unexecuted instantiation: yb::Result<std::__1::pair<int, bool> >::operator*() &
yb::Result<yb::tools::TableNameResolver>::operator*() &
Line
Count
Source
204
19
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> > >::operator*() &
Line
Count
Source
204
888
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag> >::operator*() &
Line
Count
Source
204
80
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >::operator*() &
Line
Count
Source
204
569
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::MasterOptions>::operator*() &
Line
Count
Source
204
6.93k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::tserver::TabletServerOptions>::operator*() &
Line
Count
Source
204
9.28k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::pgwrapper::PgProcessConf>::operator*() &
Line
Count
Source
204
1.99k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::unique_ptr<yb::rpc::SecureContext, std::__1::default_delete<yb::rpc::SecureContext> > >::operator*() &
Line
Count
Source
204
23.6k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::Slice>::operator*() &
Line
Count
Source
204
198M
  auto& operator*() & { return *get_ptr(); }
yb::Result<scoped_refptr<yb::log::ReadableLogSegment> >::operator*() &
Line
Count
Source
204
10.6k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >::operator*() &
Line
Count
Source
204
170k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::MiniMaster*>::operator*() &
Line
Count
Source
204
55.6k
  auto& operator*() & { return *get_ptr(); }
yb::Result<boost::optional<unsigned short> >::operator*() &
Line
Count
Source
204
21.5M
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::shared_ptr<yb::client::YBqlWriteOp> >::operator*() &
Line
Count
Source
204
18.5k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::pair<unsigned short, unsigned short> >::operator*() &
Line
Count
Source
204
7
  auto& operator*() & { return *get_ptr(); }
yb::Result<unsigned long>::operator*() &
Line
Count
Source
204
1.58G
  auto& operator*() & { return *get_ptr(); }
Unexecuted instantiation: yb::Result<yb::master::CatalogManagerIf*>::operator*() &
yb::Result<unsigned short>::operator*() &
Line
Count
Source
204
6.64M
  auto& operator*() & { return *get_ptr(); }
yb::Result<scoped_refptr<yb::master::TabletInfo> >::operator*() &
Line
Count
Source
204
333
  auto& operator*() & { return *get_ptr(); }
Unexecuted instantiation: yb::Result<yb::tserver::ReadRequestPB>::operator*() &
yb::Result<std::__1::vector<std::__1::shared_ptr<yb::tablet::TabletPeer>, std::__1::allocator<std::__1::shared_ptr<yb::tablet::TabletPeer> > > >::operator*() &
Line
Count
Source
204
3
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::unique_ptr<yb::docdb::YQLRowwiseIteratorIf, std::__1::default_delete<yb::docdb::YQLRowwiseIteratorIf> > >::operator*() &
Line
Count
Source
204
7.66M
  auto& operator*() & { return *get_ptr(); }
yb::Result<bool>::operator*() &
Line
Count
Source
204
6.28G
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::vector<yb::tserver::ListTabletsForTabletServerResponsePB_Entry, std::__1::allocator<yb::tserver::ListTabletsForTabletServerResponsePB_Entry> > >::operator*() &
Line
Count
Source
204
881
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >::operator*() &
Line
Count
Source
204
1.09k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::tserver::ListTabletsResponsePB>::operator*() &
Line
Count
Source
204
3
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::vector<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB, std::__1::allocator<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB> > >::operator*() &
Line
Count
Source
204
4
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::tserver::GetSplitKeyResponsePB>::operator*() &
Line
Count
Source
204
1
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::Timestamp>::operator*() &
Line
Count
Source
204
1.34k
  auto& operator*() & { return *get_ptr(); }
yb::Result<unsigned int>::operator*() &
Line
Count
Source
204
166M
  auto& operator*() & { return *get_ptr(); }
yb::Result<boost::asio::ip::address>::operator*() &
Line
Count
Source
204
3.10M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::CassandraResult>::operator*() &
Line
Count
Source
204
144
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::CassandraSession>::operator*() &
Line
Count
Source
204
206
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::vector<yb::HostPortPB, std::__1::allocator<yb::HostPortPB> > >::operator*() &
Line
Count
Source
204
228
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::shared_ptr<yb::client::YBTable> >::operator*() &
Line
Count
Source
204
3.78M
  auto& operator*() & { return *get_ptr(); }
yb::Result<long>::operator*() &
Line
Count
Source
204
2.05M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::SharedMemorySegment>::operator*() &
Line
Count
Source
204
23.4k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::SharedMemoryObject<yb::tserver::TServerSharedData> >::operator*() &
Line
Count
Source
204
23.4k
  auto& operator*() & { return *get_ptr(); }
Unexecuted instantiation: yb::Result<std::__1::vector<unsigned long long, std::__1::allocator<unsigned long long> > >::operator*() &
yb::Result<yb::tserver::PgClientSession&>::operator*() &
Line
Count
Source
204
2.48M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::tserver::PgClientSessionLocker>::operator*() &
Line
Count
Source
204
2.48M
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::vector<yb::client::YBTabletServerPlacementInfo, std::__1::allocator<yb::client::YBTabletServerPlacementInfo> > >::operator*() &
Line
Count
Source
204
4
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::TransactionMetadata const*>::operator*() &
Line
Count
Source
204
5.71k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::client::YBSession*>::operator*() &
Line
Count
Source
204
2.17M
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::vector<std::__1::shared_ptr<yb::client::YBPgsqlOp>, std::__1::allocator<std::__1::shared_ptr<yb::client::YBPgsqlOp> > > >::operator*() &
Line
Count
Source
204
2.17M
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::shared_ptr<yb::client::YBTransaction> >::operator*() &
Line
Count
Source
204
147k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::TransactionMetadata>::operator*() &
Line
Count
Source
204
4.18M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::tserver::TabletPeerTablet>::operator*() &
Line
Count
Source
204
41.1M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::IsolationLevel>::operator*() &
Line
Count
Source
204
3.61M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::tserver::LeaderTabletPeer>::operator*() &
Line
Count
Source
204
5.06M
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::shared_ptr<yb::tablet::AbstractTablet> >::operator*() &
Line
Count
Source
204
9.22M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::tablet::ScopedReadOperation>::operator*() &
Line
Count
Source
204
10.0M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::StronglyTypedUuid<yb::TransactionId_Tag> >::operator*() &
Line
Count
Source
204
35.4M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::ReadHybridTime>::operator*() &
Line
Count
Source
204
9.44M
  auto& operator*() & { return *get_ptr(); }
yb::Result<scoped_refptr<yb::tablet::RaftGroupMetadata> >::operator*() &
Line
Count
Source
204
150k
  auto& operator*() & { return *get_ptr(); }
yb::Result<google::protobuf::RepeatedPtrField<yb::tablet::FilePB> >::operator*() &
Line
Count
Source
204
1.60k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::IndexInfo const*>::operator*() &
Line
Count
Source
204
58.4k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::shared_ptr<yb::tablet::TableInfo> >::operator*() &
Line
Count
Source
204
24.0M
  auto& operator*() & { return *get_ptr(); }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::consensus::RaftConsensus> >::operator*() &
yb::Result<scoped_refptr<yb::tserver::TransitionInProgressDeleter> >::operator*() &
Line
Count
Source
204
140k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::shared_ptr<yb::tablet::TabletPeer> >::operator*() &
Line
Count
Source
204
142k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>::operator*() &
Line
Count
Source
204
136
  auto& operator*() & { return *get_ptr(); }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::tserver::enterprise::CDCConsumer, std::__1::default_delete<yb::tserver::enterprise::CDCConsumer> > >::operator*() &
Unexecuted instantiation: yb::Result<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >::operator*() &
yb::Result<yb::ql::audit::LogEntry>::operator*() &
Line
Count
Source
204
13.5k
  auto& operator*() & { return *get_ptr(); }
yb::Result<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> >::operator*() &
Line
Count
Source
204
1.93k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::unique_ptr<yb::tserver::MiniTabletServer, std::__1::default_delete<yb::tserver::MiniTabletServer> > >::operator*() &
Line
Count
Source
204
35
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::Uuid>::operator*() &
Line
Count
Source
204
50.3M
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::shared_ptr<yb::ql::PTExpr> >::operator*() &
Line
Count
Source
204
648
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::shared_ptr<yb::QLType> >::operator*() &
Line
Count
Source
204
14
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::ChildTransactionDataPB>::operator*() &
Line
Count
Source
204
66.7k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::ql::QueryPagingState*>::operator*() &
Line
Count
Source
204
7.49M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::ColumnSchema const&>::operator*() &
Line
Count
Source
204
52.6M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::docdb::ApplyTransactionState>::operator*() &
Line
Count
Source
204
1.30M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::tablet::TabletScopedRWOperationPauses>::operator*() &
Line
Count
Source
204
249k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::TransactionOperationContext>::operator*() &
Line
Count
Source
204
14.2M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::tablet::FixedHybridTimeLease>::operator*() &
Line
Count
Source
204
73.4M
  auto& operator*() & { return *get_ptr(); }
yb::Result<rocksdb::KeyValueEncodingFormat>::operator*() &
Line
Count
Source
204
179k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::ScopedRWOperationPause>::operator*() &
Line
Count
Source
204
498k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::unique_ptr<pg_conn, yb::pgwrapper::PGConnClose> >::operator*() &
Line
Count
Source
204
1.91k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::PgsqlBackfillSpecPB>::operator*() &
Line
Count
Source
204
2.24k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::QLWriteRequestPB*>::operator*() &
Line
Count
Source
204
52.4k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::shared_ptr<yb::client::YBSession> >::operator*() &
Line
Count
Source
204
2.50k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::unique_ptr<rocksdb::DB, std::__1::default_delete<rocksdb::DB> > >::operator*() &
Line
Count
Source
204
249
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::SubTransactionMetadata>::operator*() &
Line
Count
Source
204
4.55M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::StronglyTypedBool<yb::tablet::NeedsRecovery_Tag> >::operator*() &
Line
Count
Source
204
150k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::tablet::DocDbOpIds>::operator*() &
Line
Count
Source
204
39.7M
  auto& operator*() & { return *get_ptr(); }
yb::Result<scoped_refptr<yb::tablet::OperationDriver> >::operator*() &
Line
Count
Source
204
48.6M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::TransactionStatusResult>::operator*() &
Line
Count
Source
204
646k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::UnsignedIntSet<unsigned int> >::operator*() &
Line
Count
Source
204
5.86M
  auto& operator*() & { return *get_ptr(); }
Unexecuted instantiation: yb::Result<yb::docdb::ApplyTransactionStatePB>::operator*() &
yb::Result<yb::OneWayBitmap>::operator*() &
Line
Count
Source
204
3.46k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::client::YBClient*>::operator*() &
Line
Count
Source
204
492k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::tablet::SnapshotCoordinator&>::operator*() &
Line
Count
Source
204
60
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::client::ChildTransactionData>::operator*() &
Line
Count
Source
204
13.8k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::ChildTransactionResultPB>::operator*() &
Line
Count
Source
204
13.7k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::docdb::PrepareDocWriteOperationResult>::operator*() &
Line
Count
Source
204
3.24M
  auto& operator*() & { return *get_ptr(); }
yb::Result<boost::container::small_vector<iovec, 4ul, void, void> >::operator*() &
Line
Count
Source
204
1.40M
  auto& operator*() & { return *get_ptr(); }
yb::Result<scoped_refptr<yb::Thread> >::operator*() &
Line
Count
Source
204
160k
  auto& operator*() & { return *get_ptr(); }
yb::Result<unsigned char const* const*>::operator*() &
Line
Count
Source
204
25.0M
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::unique_ptr<yb::rpc::Stream, std::__1::default_delete<yb::rpc::Stream> > >::operator*() &
Line
Count
Source
204
3.76M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::Socket>::operator*() &
Line
Count
Source
204
3.11M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::StronglyTypedBool<yb::rpc::ReadBufferFull_Tag> >::operator*() &
Line
Count
Source
204
167k
  auto& operator*() & { return *get_ptr(); }
secure_stream.cc:yb::Result<std::__1::unique_ptr<bio_st, yb::rpc::(anonymous namespace)::BIOFree> >::operator*() &
Line
Count
Source
204
366
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::unique_ptr<x509_st, yb::rpc::detail::X509Free> >::operator*() &
Line
Count
Source
204
209
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::unique_ptr<evp_pkey_st, yb::rpc::detail::EVP_PKEYFree> >::operator*() &
Line
Count
Source
204
26
  auto& operator*() & { return *get_ptr(); }
yb::Result<unsigned char*>::operator*() &
Line
Count
Source
204
146M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::rpc::ProcessCallsResult>::operator*() &
Line
Count
Source
204
609k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::RefCntBuffer>::operator*() &
Line
Count
Source
204
70.8M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::OpId>::operator*() &
Line
Count
Source
204
60.3M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::consensus::ReadOpsResult>::operator*() &
Line
Count
Source
204
638
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::shared_ptr<yb::consensus::Peer> >::operator*() &
Line
Count
Source
204
123k
  auto& operator*() & { return *get_ptr(); }
yb::Result<scoped_refptr<yb::consensus::LeaderElection> >::operator*() &
Line
Count
Source
204
737k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::consensus::RaftConsensus::UpdateReplicaResult>::operator*() &
Line
Count
Source
204
25.5M
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > >::operator*() &
Line
Count
Source
204
57.4k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::vector<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >, std::__1::allocator<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > > > >::operator*() &
Line
Count
Source
204
64.1k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::PhysicalTime>::operator*() &
Line
Count
Source
204
10.1k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::TSDescriptor*>::operator*() &
Line
Count
Source
204
3.66M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::ColumnId>::operator*() &
Line
Count
Source
204
1.13M
  auto& operator*() & { return *get_ptr(); }
yb::Result<scoped_refptr<yb::master::NamespaceInfo> >::operator*() &
Line
Count
Source
204
1.04M
  auto& operator*() & { return *get_ptr(); }
yb::Result<scoped_refptr<yb::master::TableInfo> >::operator*() &
Line
Count
Source
204
638k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::unordered_set<yb::HostPort, yb::HostPortHash, std::__1::equal_to<yb::HostPort>, std::__1::allocator<yb::HostPort> > >::operator*() &
Line
Count
Source
204
255k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > > >::operator*() &
Line
Count
Source
204
1.38M
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::vector<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>, std::__1::allocator<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> > > >::operator*() &
Line
Count
Source
204
7.94k
  auto& operator*() & { return *get_ptr(); }
yb::Result<boost::optional<yb::master::ReplicationInfoPB> >::operator*() &
Line
Count
Source
204
935k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<yb::master::ReplicationInfoPB>, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<yb::master::ReplicationInfoPB> > > > > >::operator*() &
Line
Count
Source
204
7.97k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >::operator*() &
Line
Count
Source
204
201
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::TabletReplicaDriveInfo>::operator*() &
Line
Count
Source
204
142
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::array<yb::PartitionPB, 2ul> >::operator*() &
Line
Count
Source
204
142
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::unordered_map<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag>, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, boost::hash<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> const, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >::operator*() &
Line
Count
Source
204
15.4k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::ReplicationInfoPB>::operator*() &
Line
Count
Source
204
948k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::vector<std::__1::shared_ptr<yb::master::TSDescriptor>, std::__1::allocator<std::__1::shared_ptr<yb::master::TSDescriptor> > > >::operator*() &
Line
Count
Source
204
3.86k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::vector<scoped_refptr<yb::master::TableInfo>, std::__1::allocator<scoped_refptr<yb::master::TableInfo> > > >::operator*() &
Line
Count
Source
204
3.32k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::TableDescription>::operator*() &
Line
Count
Source
204
45
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::encryption::UniverseKeyRegistryPB>::operator*() &
Line
Count
Source
204
80
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::vector<yb::master::TableDescription, std::__1::allocator<yb::master::TableDescription> > >::operator*() &
Line
Count
Source
204
51
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::SysSnapshotEntryPB_State>::operator*() &
Line
Count
Source
204
52
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::SysRowEntries>::operator*() &
Line
Count
Source
204
41
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotId_Tag> >::operator*() &
Line
Count
Source
204
81
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::tablet::CreateSnapshotData>::operator*() &
Line
Count
Source
204
45
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::SnapshotState&>::operator*() &
Line
Count
Source
204
23
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::SnapshotScheduleState&>::operator*() &
Line
Count
Source
204
19
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::RestorationState&>::operator*() &
Line
Count
Source
204
8
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::docdb::KeyBytes>::operator*() &
Line
Count
Source
204
38.1M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::SysSnapshotEntryPB>::operator*() &
Line
Count
Source
204
94
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::SnapshotScheduleOptionsPB>::operator*() &
Line
Count
Source
204
33
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::SnapshotScheduleOperation>::operator*() &
Line
Count
Source
204
1
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::PlacementInfoConverter::Placement>::operator*() &
Line
Count
Source
204
420
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::DdlLogEntryPB>::operator*() &
Line
Count
Source
204
3
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::shared_ptr<yb::master::TSDescriptor> >::operator*() &
Line
Count
Source
204
8.15k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::shared_ptr<yb::QLRowBlock> >::operator*() &
Line
Count
Source
204
262k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::pair<int, yb::DataType> >::operator*() &
Line
Count
Source
204
18.4M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::YQLPartitionsVTable::TabletData>::operator*() &
Line
Count
Source
204
69.6k
  auto& operator*() & { return *get_ptr(); }
yb::Result<boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::operator*() &
Line
Count
Source
204
878k
  auto& operator*() & { return *get_ptr(); }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::master::CDCRpcTasks> >::operator*() &
yb::Result<yb::master::SysTablesEntryPB>::operator*() &
Line
Count
Source
204
8.36k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::SysNamespaceEntryPB>::operator*() &
Line
Count
Source
204
133
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::SysTabletsEntryPB>::operator*() &
Line
Count
Source
204
402
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::unique_ptr<yb::encryption::EncryptionParams, std::__1::default_delete<yb::encryption::EncryptionParams> > >::operator*() &
Line
Count
Source
204
218
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::unique_ptr<yb::encryption::BlockAccessCipherStream, std::__1::default_delete<yb::encryption::BlockAccessCipherStream> > >::operator*() &
Line
Count
Source
204
160
  auto& operator*() & { return *get_ptr(); }
Unexecuted instantiation: yb::Result<google::protobuf::RepeatedPtrField<yb::master::TabletLocationsPB> >::operator*() &
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName> > > >::operator*() &
yb::Result<yb::docdb::FetchKeyResult>::operator*() &
Line
Count
Source
204
756M
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::SysTablesEntryPB> const&>::operator*() &
Line
Count
Source
204
8.35k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::unique_ptr<yb::encryption::UniverseKeyManager, std::__1::default_delete<yb::encryption::UniverseKeyManager> > >::operator*() &
Line
Count
Source
204
6
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::pair<yb::RefCntBuffer, yb::Slice> >::operator*() &
Line
Count
Source
204
10.6M
  auto& operator*() & { return *get_ptr(); }
yb::Result<scoped_refptr<yb::client::internal::RemoteTablet> >::operator*() &
Line
Count
Source
204
23.3M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::client::YBTableInfo>::operator*() &
Line
Count
Source
204
10
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::vector<yb::master::NamespaceIdentifierPB, std::__1::allocator<yb::master::NamespaceIdentifierPB> > >::operator*() &
Line
Count
Source
204
5.07k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::vector<yb::master::TablegroupIdentifierPB, std::__1::allocator<yb::master::TablegroupIdentifierPB> > >::operator*() &
Line
Count
Source
204
5
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::shared_ptr<yb::client::VersionedTablePartitionList const> >::operator*() &
Line
Count
Source
204
134k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::client::YBTableType>::operator*() &
Line
Count
Source
204
140k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::IndexPermissions>::operator*() &
Line
Count
Source
204
1.03k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::QLRowBlock>::operator*() &
Line
Count
Source
204
796
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::client::TransactionStatusTablets>::operator*() &
Line
Count
Source
204
3.30k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > >::operator*() &
Line
Count
Source
204
29.5M
  auto& operator*() & { return *get_ptr(); }
yb::Result<boost::optional<yb::docdb::SubDocument> >::operator*() &
Line
Count
Source
204
716k
  auto& operator*() & { return *get_ptr(); }
Unexecuted instantiation: yb::Result<google::protobuf::RepeatedPtrField<yb::master::SnapshotInfoPB> >::operator*() &
Unexecuted instantiation: yb::Result<yb::master::MasterBackupProxy>::operator*() &
Unexecuted instantiation: yb::Result<google::protobuf::RepeatedPtrField<yb::master::SnapshotScheduleInfoPB> >::operator*() &
yb::Result<yb::encryption::FileEncryptionStatus>::operator*() &
Line
Count
Source
204
2.55M
  auto& operator*() & { return *get_ptr(); }
yb::Result<scoped_refptr<yb::pggate::PgTableDesc> >::operator*() &
Line
Count
Source
204
16.9M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::pggate::PgApiContext::MessengerHolder>::operator*() &
Line
Count
Source
204
6.09k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::pair<long long, bool> >::operator*() &
Line
Count
Source
204
3.23k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::pair<unsigned int, unsigned int> >::operator*() &
Line
Count
Source
204
805
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::shared_ptr<unsigned char const* const> >::operator*() &
Line
Count
Source
204
10.3M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::GetNamespaceInfoResponsePB>::operator*() &
Line
Count
Source
204
5.72k
  auto& operator*() & { return *get_ptr(); }
pg_session.cc:yb::Result<yb::pggate::(anonymous namespace)::SessionType>::operator*() &
Line
Count
Source
204
20.4M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::pggate::PgColumn&>::operator*() &
Line
Count
Source
204
54.6M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::StronglyTypedBool<yb::pggate::RequestSent_Tag> >::operator*() &
Line
Count
Source
204
8.79M
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::function<yb::docdb::DocKey (std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > const&)> >::operator*() &
Line
Count
Source
204
184
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::docdb::DocKey>::operator*() &
Line
Count
Source
204
12.8M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::docdb::PrimitiveValue>::operator*() &
Line
Count
Source
204
27
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::list<yb::pggate::PgDocResult, std::__1::allocator<yb::pggate::PgDocResult> > >::operator*() &
Line
Count
Source
204
3.42M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::pggate::PerformFuture>::operator*() &
Line
Count
Source
204
8.91M
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> > >::operator*() &
Line
Count
Source
204
164
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::client::TableHandle>::operator*() &
Line
Count
Source
204
161
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> > > > > >::operator*() &
Line
Count
Source
204
223
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::pgwrapper::PGConn>::operator*() &
Line
Count
Source
204
401
  auto& operator*() & { return *get_ptr(); }
Unexecuted instantiation: yb::Result<yb::master::GetLoadBalancerStateResponsePB>::operator*() &
yb::Result<yb::master::ListMastersResponsePB>::operator*() &
Line
Count
Source
204
36
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::consensus::LeaderStepDownResponsePB>::operator*() &
Line
Count
Source
204
4
  auto& operator*() & { return *get_ptr(); }
Unexecuted instantiation: yb::Result<yb::consensus::RunLeaderElectionResponsePB>::operator*() &
yb::Result<yb::consensus::ChangeConfigResponsePB>::operator*() &
Line
Count
Source
204
3
  auto& operator*() & { return *get_ptr(); }
Unexecuted instantiation: yb::Result<yb::master::DumpMasterStateResponsePB>::operator*() &
Unexecuted instantiation: yb::Result<yb::master::GetLoadMovePercentResponsePB>::operator*() &
yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, int> > > >::operator*() &
Line
Count
Source
204
130
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::GetTabletLocationsResponsePB>::operator*() &
Line
Count
Source
204
268
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::ListTabletServersResponsePB>::operator*() &
Line
Count
Source
204
2
  auto& operator*() & { return *get_ptr(); }
Unexecuted instantiation: yb::Result<yb::tserver::GetLogLocationResponsePB>::operator*() &
yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::master::NamespaceIdentifierPB, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::NamespaceIdentifierPB> > > const&>::operator*() &
Line
Count
Source
204
1
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::LaunchBackfillIndexForTableResponsePB>::operator*() &
Line
Count
Source
204
2
  auto& operator*() & { return *get_ptr(); }
Unexecuted instantiation: yb::Result<yb::tserver::ListTabletsForTabletServerResponsePB>::operator*() &
Unexecuted instantiation: yb::Result<yb::master::ChangeLoadBalancerStateResponsePB>::operator*() &
Unexecuted instantiation: yb::Result<yb::master::FlushSysCatalogResponsePB>::operator*() &
Unexecuted instantiation: yb::Result<yb::master::CompactSysCatalogResponsePB>::operator*() &
yb::Result<yb::master::IsMasterLeaderReadyResponsePB>::operator*() &
Line
Count
Source
204
47
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::GetMasterClusterConfigResponsePB>::operator*() &
Line
Count
Source
204
54
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::ChangeMasterClusterConfigResponsePB>::operator*() &
Line
Count
Source
204
20
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::master::IsInitDbDoneResponsePB>::operator*() &
Line
Count
Source
204
1
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::tserver::UpgradeYsqlResponsePB>::operator*() &
Line
Count
Source
204
1
  auto& operator*() & { return *get_ptr(); }
Unexecuted instantiation: yb::Result<yb::master::SplitTabletResponsePB>::operator*() &
Unexecuted instantiation: yb::Result<yb::master::DisableTabletSplittingResponsePB>::operator*() &
Unexecuted instantiation: yb::Result<yb::master::IsTabletSplittingCompleteResponsePB>::operator*() &
yb::Result<yb::util::VarInt>::operator*() &
Line
Count
Source
204
11.4k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::QLTableColumn const&>::operator*() &
Line
Count
Source
204
7.20M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::UsePrivateIpMode>::operator*() &
Line
Count
Source
204
2.16M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::ql::ParseTree const&>::operator*() &
Line
Count
Source
204
8.75M
  auto& operator*() & { return *get_ptr(); }
yb::Result<rocksdb::FileBoundaryValues<rocksdb::InternalKey> >::operator*() &
Line
Count
Source
204
158M
  auto& operator*() & { return *get_ptr(); }
yb::Result<rocksdb::FileNumbersHolder>::operator*() &
Line
Count
Source
204
28.5k
  auto& operator*() & { return *get_ptr(); }
yb::Result<rocksdb::TableCache::TableReaderWithHandle>::operator*() &
Line
Count
Source
204
20.7M
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::unique_ptr<rocksdb::MultiLevelIndexReader, std::__1::default_delete<rocksdb::MultiLevelIndexReader> > >::operator*() &
Line
Count
Source
204
76.1k
  auto& operator*() & { return *get_ptr(); }
yb::Result<rocksdb::BlockBasedTable::CachableEntry<rocksdb::IndexReader> >::operator*() &
Line
Count
Source
204
143
  auto& operator*() & { return *get_ptr(); }
format.cc:yb::Result<rocksdb::(anonymous namespace)::ChecksumData>::operator*() &
Line
Count
Source
204
4.18M
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::shared_ptr<yb::cdc::StreamMetadata> >::operator*() &
Line
Count
Source
204
647
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::shared_ptr<yb::client::TableHandle> >::operator*() &
Line
Count
Source
204
1.72k
  auto& operator*() & { return *get_ptr(); }
Unexecuted instantiation: yb::Result<yb::client::internal::RemoteTabletServer*>::operator*() &
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::pair<unsigned long long, unsigned long>, std::__1::allocator<std::__1::pair<unsigned long long, unsigned long> > > >::operator*() &
Unexecuted instantiation: yb::Result<boost::unordered::unordered_map<yb::StronglyTypedUuid<yb::TransactionId_Tag>, yb::TransactionStatusResult, boost::hash<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::TransactionId_Tag> const, yb::TransactionStatusResult> > > >::operator*() &
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::shared_ptr<yb::consensus::ReplicateMsg>, std::__1::allocator<std::__1::shared_ptr<yb::consensus::ReplicateMsg> > > >::operator*() &
yb::Result<std::__1::unique_ptr<pg_result, yb::pgwrapper::PGResultClear> >::operator*() &
Line
Count
Source
204
2.77k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::pair<int, int> >::operator*() &
Line
Count
Source
204
24
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::encryption::EncryptionParamsPB>::operator*() &
Line
Count
Source
204
35
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::encryption::UniverseKeyParams>::operator*() &
Line
Count
Source
204
39
  auto& operator*() & { return *get_ptr(); }
yb::Result<boost::shared_ptr<boost::date_time::time_zone_base<boost::posix_time::ptime, char> > >::operator*() &
Line
Count
Source
204
1.34k
  auto& operator*() & { return *get_ptr(); }
yb::Result<icu_67::GregorianCalendar>::operator*() &
Line
Count
Source
204
38
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::ResourceLimits>::operator*() &
Line
Count
Source
204
29.3k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::pair<long long, unsigned long> >::operator*() &
Line
Count
Source
204
6.70G
  auto& operator*() & { return *get_ptr(); }
net_util.cc:yb::Result<std::__1::unique_ptr<addrinfo, yb::(anonymous namespace)::AddrinfoDeleter> >::operator*() &
Line
Count
Source
204
31.0k
  auto& operator*() & { return *get_ptr(); }
yb::Result<void*>::operator*() &
Line
Count
Source
204
23.4k
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::vector<char*, std::__1::allocator<char*> > >::operator*() &
Line
Count
Source
204
10.2k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::Subprocess::ChildPipes>::operator*() &
Line
Count
Source
204
10.1k
  auto& operator*() & { return *get_ptr(); }
yb::Result<DIR*>::operator*() &
Line
Count
Source
204
10.1k
  auto& operator*() & { return *get_ptr(); }
Unexecuted instantiation: yb::Result<std::__1::vector<int, std::__1::allocator<int> > >::operator*() &
yb::Result<double>::operator*() &
Line
Count
Source
204
5
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::docdb::ParsedIntent>::operator*() &
Line
Count
Source
204
86.9M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::docdb::DecodedIntentValue>::operator*() &
Line
Count
Source
204
68.7M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::WaitPolicy>::operator*() &
Line
Count
Source
204
99.7k
  auto& operator*() & { return *get_ptr(); }
docdb.cc:yb::Result<yb::docdb::(anonymous namespace)::DetermineKeysToLockResult>::operator*() &
Line
Count
Source
204
3.24M
  auto& operator*() & { return *get_ptr(); }
yb::Result<rocksdb::FilterDecision>::operator*() &
Line
Count
Source
204
37.8M
  auto& operator*() & { return *get_ptr(); }
yb::Result<boost::optional<yb::StronglyTypedUuid<yb::TransactionId_Tag> > >::operator*() &
Line
Count
Source
204
72
  auto& operator*() & { return *get_ptr(); }
yb::Result<std::__1::unique_ptr<yb::docdb::SubDocumentReader, std::__1::default_delete<yb::docdb::SubDocumentReader> > >::operator*() &
Line
Count
Source
204
721M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::docdb::RateLimiterSharingMode>::operator*() &
Line
Count
Source
204
8.75k
  auto& operator*() & { return *get_ptr(); }
yb::Result<rocksdb::CompressionType>::operator*() &
Line
Count
Source
204
527k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::docdb::DecodedIntentKey>::operator*() &
Line
Count
Source
204
6.14M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::CommitMetadata>::operator*() &
Line
Count
Source
204
709k
  auto& operator*() & { return *get_ptr(); }
Unexecuted instantiation: intent_aware_iterator.cc:yb::Result<yb::docdb::(anonymous namespace)::DecodeStrongWriteIntentResult>::operator*() &
yb::Result<yb::RedisDataType>::operator*() &
Line
Count
Source
204
114k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::docdb::RedisValue>::operator*() &
Line
Count
Source
204
114
  auto& operator*() & { return *get_ptr(); }
yb::Result<boost::optional<yb::docdb::Expiration> >::operator*() &
Line
Count
Source
204
291
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::docdb::SubDocument*>::operator*() &
Line
Count
Source
204
715M
  auto& operator*() & { return *get_ptr(); }
subdoc_reader.cc:yb::Result<yb::docdb::(anonymous namespace)::ScopedDocDbRowContextWithData*>::operator*() &
Line
Count
Source
204
145M
  auto& operator*() & { return *get_ptr(); }
subdoc_reader.cc:yb::Result<std::__1::unique_ptr<yb::docdb::(anonymous namespace)::DocDbRowData, std::__1::default_delete<yb::docdb::(anonymous namespace)::DocDbRowData> > >::operator*() &
Line
Count
Source
204
744M
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::docdb::TransactionStatusCache::GetCommitDataResult>::operator*() &
Line
Count
Source
204
226k
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::docdb::ValueType>::operator*() &
Line
Count
Source
204
7.51M
  auto& operator*() & { return *get_ptr(); }
cql_processor.cc:yb::Result<std::__1::unique_ptr<ldap, yb::cqlserver::(anonymous namespace)::LDAPDeleter> >::operator*() &
Line
Count
Source
204
64
  auto& operator*() & { return *get_ptr(); }
yb::Result<yb::cqlserver::CQLProcessor*>::operator*() &
Line
Count
Source
204
8.94M
  auto& operator*() & { return *get_ptr(); }
Unexecuted instantiation: yb::Result<yb::StackTrace>::operator*() &
yb::Result<yb::log::FirstEntryMetadata>::operator*() &
Line
Count
Source
204
165
  auto& operator*() & { return *get_ptr(); }
205
206
  TValue&& operator*() && {
207
#ifndef NDEBUG
208
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
209
#endif
210
    StatusCheck(success_);
211
    return value_;
212
  }
213
214
421M
  auto operator->() const { return get_ptr(); }
yb::Result<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > >::operator->() const
Line
Count
Source
214
3.99k
  auto operator->() const { return get_ptr(); }
Unexecuted instantiation: yb::Result<scoped_refptr<yb::client::internal::RemoteTablet> >::operator->() const
Unexecuted instantiation: yb::Result<yb::Env::FilesystemStats>::operator->() const
yb::Result<yb::master::AsyncGetTabletSplitKey::Data>::operator->() const
Line
Count
Source
214
284
  auto operator->() const { return get_ptr(); }
Unexecuted instantiation: yb::Result<yb::TransactionMetadata>::operator->() const
yb::Result<yb::tserver::UpgradeYsqlResponsePB>::operator->() const
Line
Count
Source
214
1
  auto operator->() const { return get_ptr(); }
yb::Result<rocksdb::BlockBasedTable::CachableEntry<rocksdb::IndexReader> >::operator->() const
Line
Count
Source
214
59.9M
  auto operator->() const { return get_ptr(); }
Unexecuted instantiation: yb::Result<yb::StackTrace>::operator->() const
yb::Result<yb::ResourceLimits>::operator->() const
Line
Count
Source
214
411k
  auto operator->() const { return get_ptr(); }
yb::Result<yb::docdb::FetchKeyResult>::operator->() const
Line
Count
Source
214
173M
  auto operator->() const { return get_ptr(); }
yb::Result<std::__1::pair<unsigned long, unsigned long> >::operator->() const
Line
Count
Source
214
187M
  auto operator->() const { return get_ptr(); }
215
1.75G
  auto operator->() { return get_ptr(); }
yb::Result<yb::Timestamp>::operator->()
Line
Count
Source
215
1
  auto operator->() { return get_ptr(); }
yb::Result<yb::DocHybridTime>::operator->()
Line
Count
Source
215
4.10k
  auto operator->() { return get_ptr(); }
yb::Result<yb::tserver::TabletServerOptions>::operator->()
Line
Count
Source
215
57.0k
  auto operator->() { return get_ptr(); }
yb::Result<yb::PhysicalTime>::operator->()
Line
Count
Source
215
861M
  auto operator->() { return get_ptr(); }
yb::Result<std::__1::vector<yb::HostPortPB, std::__1::allocator<yb::HostPortPB> > >::operator->()
Line
Count
Source
215
228
  auto operator->() { return get_ptr(); }
yb::Result<yb::HybridTime>::operator->()
Line
Count
Source
215
189k
  auto operator->() { return get_ptr(); }
Unexecuted instantiation: yb::Result<yb::tserver::TabletPeerTablet>::operator->()
yb::Result<yb::OpId>::operator->()
Line
Count
Source
215
1.18k
  auto operator->() { return get_ptr(); }
yb::Result<yb::TransactionMetadata>::operator->()
Line
Count
Source
215
8
  auto operator->() { return get_ptr(); }
yb::Result<yb::TransactionStatusResult>::operator->()
Line
Count
Source
215
513k
  auto operator->() { return get_ptr(); }
yb::Result<yb::Env::FilesystemStats>::operator->()
Line
Count
Source
215
428k
  auto operator->() { return get_ptr(); }
yb::Result<yb::docdb::ApplyTransactionState>::operator->()
Line
Count
Source
215
174
  auto operator->() { return get_ptr(); }
yb::Result<yb::tablet::TabletScopedRWOperationPauses>::operator->()
Line
Count
Source
215
76.0k
  auto operator->() { return get_ptr(); }
Unexecuted instantiation: yb::Result<yb::QLRowBlock>::operator->()
Unexecuted instantiation: yb::Result<yb::docdb::ApplyTransactionStatePB>::operator->()
yb::Result<yb::StronglyTypedUuid<yb::TransactionId_Tag> >::operator->()
Line
Count
Source
215
58
  auto operator->() { return get_ptr(); }
yb::Result<yb::docdb::DecodedIntentKey>::operator->()
Line
Count
Source
215
2.01k
  auto operator->() { return get_ptr(); }
yb::Result<yb::docdb::DecodedIntentValue>::operator->()
Line
Count
Source
215
4
  auto operator->() { return get_ptr(); }
yb::Result<yb::rpc::ProcessCallsResult>::operator->()
Line
Count
Source
215
636M
  auto operator->() { return get_ptr(); }
yb::Result<yb::rpc::ParsedRemoteMethod>::operator->()
Line
Count
Source
215
39.2M
  auto operator->() { return get_ptr(); }
yb::Result<yb::consensus::ReadOpsResult>::operator->()
Line
Count
Source
215
152M
  auto operator->() { return get_ptr(); }
yb::Result<yb::master::ReplicationInfoPB>::operator->()
Line
Count
Source
215
640
  auto operator->() { return get_ptr(); }
yb::Result<yb::master::SnapshotScheduleState&>::operator->()
Line
Count
Source
215
6
  auto operator->() { return get_ptr(); }
yb::Result<yb::ColumnSchema const&>::operator->()
Line
Count
Source
215
6.79M
  auto operator->() { return get_ptr(); }
yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotId_Tag> >::operator->()
Line
Count
Source
215
2
  auto operator->() { return get_ptr(); }
yb::Result<std::__1::unique_ptr<yb::client::YBClient, std::__1::default_delete<yb::client::YBClient> > >::operator->()
Line
Count
Source
215
30.2k
  auto operator->() { return get_ptr(); }
yb::Result<yb::client::YBTableInfo>::operator->()
Line
Count
Source
215
72
  auto operator->() { return get_ptr(); }
yb::Result<std::__1::vector<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >, std::__1::allocator<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > > > >::operator->()
Line
Count
Source
215
10.8k
  auto operator->() { return get_ptr(); }
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::operator->()
Line
Count
Source
215
37.7k
  auto operator->() { return get_ptr(); }
yb::Result<std::__1::pair<unsigned long, bool> >::operator->()
Line
Count
Source
215
20
  auto operator->() { return get_ptr(); }
yb::Result<scoped_refptr<yb::pggate::PgTableDesc> >::operator->()
Line
Count
Source
215
2.40M
  auto operator->() { return get_ptr(); }
yb::Result<std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> > >::operator->()
Line
Count
Source
215
234
  auto operator->() { return get_ptr(); }
yb::Result<yb::master::IsInitDbDoneResponsePB>::operator->()
Line
Count
Source
215
3
  auto operator->() { return get_ptr(); }
yb::Result<std::__1::unique_ptr<yb::docdb::YQLRowwiseIteratorIf, std::__1::default_delete<yb::docdb::YQLRowwiseIteratorIf> > >::operator->()
Line
Count
Source
215
34
  auto operator->() { return get_ptr(); }
Unexecuted instantiation: yb::Result<google::protobuf::RepeatedPtrField<yb::master::TabletLocationsPB> >::operator->()
yb::Result<statvfs>::operator->()
Line
Count
Source
215
857k
  auto operator->() { return get_ptr(); }
yb::Result<yb::StackTrace>::operator->()
Line
Count
Source
215
6.77k
  auto operator->() { return get_ptr(); }
Unexecuted instantiation: yb::Result<yb::docdb::ParsedIntent>::operator->()
intent_aware_iterator.cc:yb::Result<yb::docdb::(anonymous namespace)::DecodeStrongWriteIntentResult>::operator->()
Line
Count
Source
215
51.7M
  auto operator->() { return get_ptr(); }
Unexecuted instantiation: yb::Result<yb::docdb::FetchKeyResult>::operator->()
yb::Result<yb::docdb::RedisValue>::operator->()
Line
Count
Source
215
145k
  auto operator->() { return get_ptr(); }
yb::Result<yb::ql::ParseTree const&>::operator->()
Line
Count
Source
215
5.52k
  auto operator->() { return get_ptr(); }
216
217
2.13G
  auto get_ptr() const {
218
2.13G
#ifndef NDEBUG
219
2.13G
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
2.13G
#endif
221
2.13G
    StatusCheck(success_);
222
2.13G
    return Traits::GetPtr(&value_);
223
2.13G
  }
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::get_ptr() const
Line
Count
Source
217
784k
  auto get_ptr() const {
218
784k
#ifndef NDEBUG
219
784k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
784k
#endif
221
784k
    StatusCheck(success_);
222
784k
    return Traits::GetPtr(&value_);
223
784k
  }
yb::Result<bool>::get_ptr() const
Line
Count
Source
217
1.55G
  auto get_ptr() const {
218
1.55G
#ifndef NDEBUG
219
1.55G
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
1.55G
#endif
221
1.55G
    StatusCheck(success_);
222
1.55G
    return Traits::GetPtr(&value_);
223
1.55G
  }
yb::Result<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > >::get_ptr() const
Line
Count
Source
217
3.99k
  auto get_ptr() const {
218
3.99k
#ifndef NDEBUG
219
3.99k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
3.99k
#endif
221
3.99k
    StatusCheck(success_);
222
3.99k
    return Traits::GetPtr(&value_);
223
3.99k
  }
Unexecuted instantiation: yb::Result<std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> > >::get_ptr() const
yb::Result<std::__1::shared_ptr<yb::client::YBTable> >::get_ptr() const
Line
Count
Source
217
208k
  auto get_ptr() const {
218
208k
#ifndef NDEBUG
219
208k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
208k
#endif
221
208k
    StatusCheck(success_);
222
208k
    return Traits::GetPtr(&value_);
223
208k
  }
yb::Result<scoped_refptr<yb::client::internal::RemoteTablet> >::get_ptr() const
Line
Count
Source
217
3.38M
  auto get_ptr() const {
218
3.38M
#ifndef NDEBUG
219
3.38M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
3.38M
#endif
221
3.38M
    StatusCheck(success_);
222
3.38M
    return Traits::GetPtr(&value_);
223
3.38M
  }
yb::Result<long long>::get_ptr() const
Line
Count
Source
217
86
  auto get_ptr() const {
218
86
#ifndef NDEBUG
219
86
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
86
#endif
221
86
    StatusCheck(success_);
222
86
    return Traits::GetPtr(&value_);
223
86
  }
yb::Result<yb::tserver::TabletPeerTablet>::get_ptr() const
Line
Count
Source
217
27.9M
  auto get_ptr() const {
218
27.9M
#ifndef NDEBUG
219
27.9M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
27.9M
#endif
221
27.9M
    StatusCheck(success_);
222
27.9M
    return Traits::GetPtr(&value_);
223
27.9M
  }
yb::Result<yb::HybridTime>::get_ptr() const
Line
Count
Source
217
141k
  auto get_ptr() const {
218
141k
#ifndef NDEBUG
219
141k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
141k
#endif
221
141k
    StatusCheck(success_);
222
141k
    return Traits::GetPtr(&value_);
223
141k
  }
yb::Result<std::__1::shared_ptr<yb::consensus::RaftConsensus> >::get_ptr() const
Line
Count
Source
217
27.0M
  auto get_ptr() const {
218
27.0M
#ifndef NDEBUG
219
27.0M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
27.0M
#endif
221
27.0M
    StatusCheck(success_);
222
27.0M
    return Traits::GetPtr(&value_);
223
27.0M
  }
Unexecuted instantiation: yb::Result<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >::get_ptr() const
Unexecuted instantiation: yb::Result<yb::TransactionStatusResult>::get_ptr() const
yb::Result<yb::UnsignedIntSet<unsigned int> >::get_ptr() const
Line
Count
Source
217
275k
  auto get_ptr() const {
218
275k
#ifndef NDEBUG
219
275k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
275k
#endif
221
275k
    StatusCheck(success_);
222
275k
    return Traits::GetPtr(&value_);
223
275k
  }
yb::Result<yb::log::FirstEntryMetadata>::get_ptr() const
Line
Count
Source
217
7.44k
  auto get_ptr() const {
218
7.44k
#ifndef NDEBUG
219
7.44k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
7.44k
#endif
221
7.44k
    StatusCheck(success_);
222
7.44k
    return Traits::GetPtr(&value_);
223
7.44k
  }
yb::Result<yb::StronglyTypedUuid<yb::TransactionId_Tag> >::get_ptr() const
Line
Count
Source
217
58.5k
  auto get_ptr() const {
218
58.5k
#ifndef NDEBUG
219
58.5k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
58.5k
#endif
221
58.5k
    StatusCheck(success_);
222
58.5k
    return Traits::GetPtr(&value_);
223
58.5k
  }
Unexecuted instantiation: yb::Result<yb::docdb::ApplyTransactionState>::get_ptr() const
yb::Result<std::__1::shared_ptr<yb::tablet::TableInfo> >::get_ptr() const
Line
Count
Source
217
79.9k
  auto get_ptr() const {
218
79.9k
#ifndef NDEBUG
219
79.9k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
79.9k
#endif
221
79.9k
    StatusCheck(success_);
222
79.9k
    return Traits::GetPtr(&value_);
223
79.9k
  }
Unexecuted instantiation: yb::Result<yb::rpc::ProcessCallsResult>::get_ptr() const
yb::Result<boost::asio::ip::address>::get_ptr() const
Line
Count
Source
217
2.42M
  auto get_ptr() const {
218
2.42M
#ifndef NDEBUG
219
2.42M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
2.42M
#endif
221
2.42M
    StatusCheck(success_);
222
2.42M
    return Traits::GetPtr(&value_);
223
2.42M
  }
yb::Result<unsigned long>::get_ptr() const
Line
Count
Source
217
419
  auto get_ptr() const {
218
419
#ifndef NDEBUG
219
419
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
419
#endif
221
419
    StatusCheck(success_);
222
419
    return Traits::GetPtr(&value_);
223
419
  }
Unexecuted instantiation: yb::Result<yb::Env::FilesystemStats>::get_ptr() const
Unexecuted instantiation: yb::Result<scoped_refptr<yb::master::TableInfo> >::get_ptr() const
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::shared_ptr<yb::master::TSDescriptor>, std::__1::allocator<std::__1::shared_ptr<yb::master::TSDescriptor> > > >::get_ptr() const
yb::Result<boost::optional<yb::master::ReplicationInfoPB> >::get_ptr() const
Line
Count
Source
217
555
  auto get_ptr() const {
218
555
#ifndef NDEBUG
219
555
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
555
#endif
221
555
    StatusCheck(success_);
222
555
    return Traits::GetPtr(&value_);
223
555
  }
yb::Result<yb::master::TSDescriptor*>::get_ptr() const
Line
Count
Source
217
296k
  auto get_ptr() const {
218
296k
#ifndef NDEBUG
219
296k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
296k
#endif
221
296k
    StatusCheck(success_);
222
296k
    return Traits::GetPtr(&value_);
223
296k
  }
yb::Result<unsigned int>::get_ptr() const
Line
Count
Source
217
76.6k
  auto get_ptr() const {
218
76.6k
#ifndef NDEBUG
219
76.6k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
76.6k
#endif
221
76.6k
    StatusCheck(success_);
222
76.6k
    return Traits::GetPtr(&value_);
223
76.6k
  }
yb::Result<yb::master::AsyncGetTabletSplitKey::Data>::get_ptr() const
Line
Count
Source
217
284
  auto get_ptr() const {
218
284
#ifndef NDEBUG
219
284
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
284
#endif
221
284
    StatusCheck(success_);
222
284
    return Traits::GetPtr(&value_);
223
284
  }
yb::Result<yb::master::ReplicationInfoPB>::get_ptr() const
Line
Count
Source
217
4.60k
  auto get_ptr() const {
218
4.60k
#ifndef NDEBUG
219
4.60k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
4.60k
#endif
221
4.60k
    StatusCheck(success_);
222
4.60k
    return Traits::GetPtr(&value_);
223
4.60k
  }
yb::Result<boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::get_ptr() const
Line
Count
Source
217
1
  auto get_ptr() const {
218
1
#ifndef NDEBUG
219
1
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
1
#endif
221
1
    StatusCheck(success_);
222
1
    return Traits::GetPtr(&value_);
223
1
  }
Unexecuted instantiation: yb::Result<std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > > >::get_ptr() const
Unexecuted instantiation: yb::Result<yb::docdb::KeyBytes>::get_ptr() const
Unexecuted instantiation: yb::Result<yb::master::SysRowEntries>::get_ptr() const
yb::Result<yb::master::TabletReplicaDriveInfo>::get_ptr() const
Line
Count
Source
217
3.49M
  auto get_ptr() const {
218
3.49M
#ifndef NDEBUG
219
3.49M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
3.49M
#endif
221
3.49M
    StatusCheck(success_);
222
3.49M
    return Traits::GetPtr(&value_);
223
3.49M
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::master::CDCRpcTasks> >::get_ptr() const
Unexecuted instantiation: yb::Result<yb::IndexPermissions>::get_ptr() const
yb::Result<std::__1::shared_ptr<yb::client::VersionedTablePartitionList const> >::get_ptr() const
Line
Count
Source
217
32
  auto get_ptr() const {
218
32
#ifndef NDEBUG
219
32
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
32
#endif
221
32
    StatusCheck(success_);
222
32
    return Traits::GetPtr(&value_);
223
32
  }
yb::Result<yb::master::GetTableLocationsResponsePB*>::get_ptr() const
Line
Count
Source
217
134k
  auto get_ptr() const {
218
134k
#ifndef NDEBUG
219
134k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
134k
#endif
221
134k
    StatusCheck(success_);
222
134k
    return Traits::GetPtr(&value_);
223
134k
  }
Unexecuted instantiation: yb::Result<yb::TransactionMetadata>::get_ptr() const
yb::Result<int>::get_ptr() const
Line
Count
Source
217
8
  auto get_ptr() const {
218
8
#ifndef NDEBUG
219
8
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
8
#endif
221
8
    StatusCheck(success_);
222
8
    return Traits::GetPtr(&value_);
223
8
  }
yb::Result<std::__1::vector<yb::client::YBTabletServerPlacementInfo, std::__1::allocator<yb::client::YBTabletServerPlacementInfo> > >::get_ptr() const
Line
Count
Source
217
4
  auto get_ptr() const {
218
4
#ifndef NDEBUG
219
4
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
4
#endif
221
4
    StatusCheck(success_);
222
4
    return Traits::GetPtr(&value_);
223
4
  }
yb::Result<PgColumnInfo>::get_ptr() const
Line
Count
Source
217
83.9M
  auto get_ptr() const {
218
83.9M
#ifndef NDEBUG
219
83.9M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
83.9M
#endif
221
83.9M
    StatusCheck(success_);
222
83.9M
    return Traits::GetPtr(&value_);
223
83.9M
  }
yb::Result<scoped_refptr<yb::pggate::PgTableDesc> >::get_ptr() const
Line
Count
Source
217
5.38k
  auto get_ptr() const {
218
5.38k
#ifndef NDEBUG
219
5.38k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
5.38k
#endif
221
5.38k
    StatusCheck(success_);
222
5.38k
    return Traits::GetPtr(&value_);
223
5.38k
  }
yb::Result<unsigned long long>::get_ptr() const
Line
Count
Source
217
444k
  auto get_ptr() const {
218
444k
#ifndef NDEBUG
219
444k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
444k
#endif
221
444k
    StatusCheck(success_);
222
444k
    return Traits::GetPtr(&value_);
223
444k
  }
yb::Result<yb::PlacementInfoConverter::Placement>::get_ptr() const
Line
Count
Source
217
1
  auto get_ptr() const {
218
1
#ifndef NDEBUG
219
1
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
1
#endif
221
1
    StatusCheck(success_);
222
1
    return Traits::GetPtr(&value_);
223
1
  }
Unexecuted instantiation: yb::Result<std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> > >::get_ptr() const
yb::Result<yb::tserver::UpgradeYsqlResponsePB>::get_ptr() const
Line
Count
Source
217
1
  auto get_ptr() const {
218
1
#ifndef NDEBUG
219
1
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
1
#endif
221
1
    StatusCheck(success_);
222
1
    return Traits::GetPtr(&value_);
223
1
  }
Unexecuted instantiation: yb::Result<yb::master::GetLoadBalancerStateResponsePB>::get_ptr() const
Unexecuted instantiation: yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag> >::get_ptr() const
yb::Result<rocksdb::BlockBasedTable::CachableEntry<rocksdb::IndexReader> >::get_ptr() const
Line
Count
Source
217
59.9M
  auto get_ptr() const {
218
59.9M
#ifndef NDEBUG
219
59.9M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
59.9M
#endif
221
59.9M
    StatusCheck(success_);
222
59.9M
    return Traits::GetPtr(&value_);
223
59.9M
  }
Unexecuted instantiation: yb::Result<yb::StackTrace>::get_ptr() const
yb::Result<yb::ResourceLimits>::get_ptr() const
Line
Count
Source
217
411k
  auto get_ptr() const {
218
411k
#ifndef NDEBUG
219
411k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
411k
#endif
221
411k
    StatusCheck(success_);
222
411k
    return Traits::GetPtr(&value_);
223
411k
  }
yb::Result<yb::ColumnSchema const&>::get_ptr() const
Line
Count
Source
217
6.75M
  auto get_ptr() const {
218
6.75M
#ifndef NDEBUG
219
6.75M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
6.75M
#endif
221
6.75M
    StatusCheck(success_);
222
6.75M
    return Traits::GetPtr(&value_);
223
6.75M
  }
yb::Result<yb::docdb::FetchKeyResult>::get_ptr() const
Line
Count
Source
217
173M
  auto get_ptr() const {
218
173M
#ifndef NDEBUG
219
173M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
173M
#endif
221
173M
    StatusCheck(success_);
222
173M
    return Traits::GetPtr(&value_);
223
173M
  }
yb::Result<std::__1::pair<unsigned long, unsigned long> >::get_ptr() const
Line
Count
Source
217
187M
  auto get_ptr() const {
218
187M
#ifndef NDEBUG
219
187M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
187M
#endif
221
187M
    StatusCheck(success_);
222
187M
    return Traits::GetPtr(&value_);
223
187M
  }
Unexecuted instantiation: yb::Result<yb::DocHybridTime>::get_ptr() const
yb::Result<yb::ql::ParseTree const&>::get_ptr() const
Line
Count
Source
217
368k
  auto get_ptr() const {
218
368k
#ifndef NDEBUG
219
368k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
368k
#endif
221
368k
    StatusCheck(success_);
222
368k
    return Traits::GetPtr(&value_);
223
368k
  }
yb::Result<yb::cqlserver::CQLProcessor*>::get_ptr() const
Line
Count
Source
217
355k
  auto get_ptr() const {
218
355k
#ifndef NDEBUG
219
355k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
220
355k
#endif
221
355k
    StatusCheck(success_);
222
355k
    return Traits::GetPtr(&value_);
223
355k
  }
224
225
32.4G
  auto get_ptr() {
226
32.4G
#ifndef NDEBUG
227
32.4G
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
32.4G
#endif
229
32.4G
    StatusCheck(success_);
230
32.4G
    return Traits::GetPtr(&value_);
231
32.4G
  }
yb::Result<std::__1::unique_ptr<yb::client::YBClient, std::__1::default_delete<yb::client::YBClient> > >::get_ptr()
Line
Count
Source
225
30.7k
  auto get_ptr() {
226
30.7k
#ifndef NDEBUG
227
30.7k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
30.7k
#endif
229
30.7k
    StatusCheck(success_);
230
30.7k
    return Traits::GetPtr(&value_);
231
30.7k
  }
yb::Result<std::__1::unique_ptr<yb::rpc::Messenger, std::__1::default_delete<yb::rpc::Messenger> > >::get_ptr()
Line
Count
Source
225
40.9k
  auto get_ptr() {
226
40.9k
#ifndef NDEBUG
227
40.9k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
40.9k
#endif
229
40.9k
    StatusCheck(success_);
230
40.9k
    return Traits::GetPtr(&value_);
231
40.9k
  }
Unexecuted instantiation: yb::Result<signed char>::get_ptr()
Unexecuted instantiation: yb::Result<short>::get_ptr()
yb::Result<int>::get_ptr()
Line
Count
Source
225
11.4M
  auto get_ptr() {
226
11.4M
#ifndef NDEBUG
227
11.4M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
11.4M
#endif
229
11.4M
    StatusCheck(success_);
230
11.4M
    return Traits::GetPtr(&value_);
231
11.4M
  }
yb::Result<long long>::get_ptr()
Line
Count
Source
225
5.39G
  auto get_ptr() {
226
5.39G
#ifndef NDEBUG
227
5.39G
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
5.39G
#endif
229
5.39G
    StatusCheck(success_);
230
5.39G
    return Traits::GetPtr(&value_);
231
5.39G
  }
yb::Result<long double>::get_ptr()
Line
Count
Source
225
23.0k
  auto get_ptr() {
226
23.0k
#ifndef NDEBUG
227
23.0k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
23.0k
#endif
229
23.0k
    StatusCheck(success_);
230
23.0k
    return Traits::GetPtr(&value_);
231
23.0k
  }
yb::Result<yb::Timestamp>::get_ptr()
Line
Count
Source
225
1.34k
  auto get_ptr() {
226
1.34k
#ifndef NDEBUG
227
1.34k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
1.34k
#endif
229
1.34k
    StatusCheck(success_);
230
1.34k
    return Traits::GetPtr(&value_);
231
1.34k
  }
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::get_ptr()
Line
Count
Source
225
5.42M
  auto get_ptr() {
226
5.42M
#ifndef NDEBUG
227
5.42M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
5.42M
#endif
229
5.42M
    StatusCheck(success_);
230
5.42M
    return Traits::GetPtr(&value_);
231
5.42M
  }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::RandomAccessFileReader, std::__1::default_delete<rocksdb::RandomAccessFileReader> > >::get_ptr()
yb::Result<yb::DocHybridTime>::get_ptr()
Line
Count
Source
225
2.97G
  auto get_ptr() {
226
2.97G
#ifndef NDEBUG
227
2.97G
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
2.97G
#endif
229
2.97G
    StatusCheck(success_);
230
2.97G
    return Traits::GetPtr(&value_);
231
2.97G
  }
Unexecuted instantiation: yb::Result<yb::tools::DataPatcherAction>::get_ptr()
yb::Result<unsigned long long>::get_ptr()
Line
Count
Source
225
848M
  auto get_ptr() {
226
848M
#ifndef NDEBUG
227
848M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
848M
#endif
229
848M
    StatusCheck(success_);
230
848M
    return Traits::GetPtr(&value_);
231
848M
  }
yb::Result<yb::HybridTime>::get_ptr()
Line
Count
Source
225
112M
  auto get_ptr() {
226
112M
#ifndef NDEBUG
227
112M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
112M
#endif
229
112M
    StatusCheck(success_);
230
112M
    return Traits::GetPtr(&value_);
231
112M
  }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::TableReader, std::__1::default_delete<rocksdb::TableReader> > >::get_ptr()
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::WritableFileWriter, std::__1::default_delete<rocksdb::WritableFileWriter> > >::get_ptr()
yb::Result<yb::docdb::ValueControlFields>::get_ptr()
Line
Count
Source
225
754M
  auto get_ptr() {
226
754M
#ifndef NDEBUG
227
754M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
754M
#endif
229
754M
    StatusCheck(success_);
230
754M
    return Traits::GetPtr(&value_);
231
754M
  }
yb::Result<char*>::get_ptr()
Line
Count
Source
225
7.17k
  auto get_ptr() {
226
7.17k
#ifndef NDEBUG
227
7.17k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
7.17k
#endif
229
7.17k
    StatusCheck(success_);
230
7.17k
    return Traits::GetPtr(&value_);
231
7.17k
  }
yb::Result<yb::MonoDelta>::get_ptr()
Line
Count
Source
225
765M
  auto get_ptr() {
226
765M
#ifndef NDEBUG
227
765M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
765M
#endif
229
765M
    StatusCheck(success_);
230
765M
    return Traits::GetPtr(&value_);
231
765M
  }
yb::Result<yb::HostPort>::get_ptr()
Line
Count
Source
225
89.2k
  auto get_ptr() {
226
89.2k
#ifndef NDEBUG
227
89.2k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
89.2k
#endif
229
89.2k
    StatusCheck(success_);
230
89.2k
    return Traits::GetPtr(&value_);
231
89.2k
  }
yb::Result<rapidjson::GenericDocument<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator>, rapidjson::CrtAllocator> >::get_ptr()
Line
Count
Source
225
165
  auto get_ptr() {
226
165
#ifndef NDEBUG
227
165
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
165
#endif
229
165
    StatusCheck(success_);
230
165
    return Traits::GetPtr(&value_);
231
165
  }
yb::Result<yb::client::YBTableName>::get_ptr()
Line
Count
Source
225
673
  auto get_ptr() {
226
673
#ifndef NDEBUG
227
673
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
673
#endif
229
673
    StatusCheck(success_);
230
673
    return Traits::GetPtr(&value_);
231
673
  }
yb-admin_cli.cc:yb::Result<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::ListTabletsFlags> > >::get_ptr()
Line
Count
Source
225
4
  auto get_ptr() {
226
4
#ifndef NDEBUG
227
4
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
4
#endif
229
4
    StatusCheck(success_);
230
4
    return Traits::GetPtr(&value_);
231
4
  }
yb::Result<yb::tools::TypedNamespaceName>::get_ptr()
Line
Count
Source
225
23
  auto get_ptr() {
226
23
#ifndef NDEBUG
227
23
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
23
#endif
229
23
    StatusCheck(success_);
230
23
    return Traits::GetPtr(&value_);
231
23
  }
Unexecuted instantiation: yb-admin_cli.cc:yb::Result<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::AddIndexes> > >::get_ptr()
Unexecuted instantiation: yb::Result<std::__1::pair<int, bool> >::get_ptr()
yb::Result<yb::tools::TableNameResolver>::get_ptr()
Line
Count
Source
225
19
  auto get_ptr() {
226
19
#ifndef NDEBUG
227
19
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
19
#endif
229
19
    StatusCheck(success_);
230
19
    return Traits::GetPtr(&value_);
231
19
  }
yb::Result<std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> > >::get_ptr()
Line
Count
Source
225
888
  auto get_ptr() {
226
888
#ifndef NDEBUG
227
888
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
888
#endif
229
888
    StatusCheck(success_);
230
888
    return Traits::GetPtr(&value_);
231
888
  }
yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag> >::get_ptr()
Line
Count
Source
225
80
  auto get_ptr() {
226
80
#ifndef NDEBUG
227
80
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
80
#endif
229
80
    StatusCheck(success_);
230
80
    return Traits::GetPtr(&value_);
231
80
  }
yb::Result<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >::get_ptr()
Line
Count
Source
225
569
  auto get_ptr() {
226
569
#ifndef NDEBUG
227
569
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
569
#endif
229
569
    StatusCheck(success_);
230
569
    return Traits::GetPtr(&value_);
231
569
  }
yb::Result<yb::master::MasterOptions>::get_ptr()
Line
Count
Source
225
6.93k
  auto get_ptr() {
226
6.93k
#ifndef NDEBUG
227
6.93k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
6.93k
#endif
229
6.93k
    StatusCheck(success_);
230
6.93k
    return Traits::GetPtr(&value_);
231
6.93k
  }
yb::Result<yb::tserver::TabletServerOptions>::get_ptr()
Line
Count
Source
225
66.3k
  auto get_ptr() {
226
66.3k
#ifndef NDEBUG
227
66.3k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
66.3k
#endif
229
66.3k
    StatusCheck(success_);
230
66.3k
    return Traits::GetPtr(&value_);
231
66.3k
  }
yb::Result<yb::pgwrapper::PgProcessConf>::get_ptr()
Line
Count
Source
225
1.99k
  auto get_ptr() {
226
1.99k
#ifndef NDEBUG
227
1.99k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
1.99k
#endif
229
1.99k
    StatusCheck(success_);
230
1.99k
    return Traits::GetPtr(&value_);
231
1.99k
  }
yb::Result<std::__1::unique_ptr<yb::rpc::SecureContext, std::__1::default_delete<yb::rpc::SecureContext> > >::get_ptr()
Line
Count
Source
225
23.6k
  auto get_ptr() {
226
23.6k
#ifndef NDEBUG
227
23.6k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
23.6k
#endif
229
23.6k
    StatusCheck(success_);
230
23.6k
    return Traits::GetPtr(&value_);
231
23.6k
  }
yb::Result<yb::Slice>::get_ptr()
Line
Count
Source
225
198M
  auto get_ptr() {
226
198M
#ifndef NDEBUG
227
198M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
198M
#endif
229
198M
    StatusCheck(success_);
230
198M
    return Traits::GetPtr(&value_);
231
198M
  }
yb::Result<scoped_refptr<yb::log::ReadableLogSegment> >::get_ptr()
Line
Count
Source
225
10.6k
  auto get_ptr() {
226
10.6k
#ifndef NDEBUG
227
10.6k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
10.6k
#endif
229
10.6k
    StatusCheck(success_);
230
10.6k
    return Traits::GetPtr(&value_);
231
10.6k
  }
yb::Result<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >::get_ptr()
Line
Count
Source
225
170k
  auto get_ptr() {
226
170k
#ifndef NDEBUG
227
170k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
170k
#endif
229
170k
    StatusCheck(success_);
230
170k
    return Traits::GetPtr(&value_);
231
170k
  }
yb::Result<yb::PhysicalTime>::get_ptr()
Line
Count
Source
225
861M
  auto get_ptr() {
226
861M
#ifndef NDEBUG
227
861M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
861M
#endif
229
861M
    StatusCheck(success_);
230
861M
    return Traits::GetPtr(&value_);
231
861M
  }
yb::Result<yb::master::MiniMaster*>::get_ptr()
Line
Count
Source
225
55.6k
  auto get_ptr() {
226
55.6k
#ifndef NDEBUG
227
55.6k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
55.6k
#endif
229
55.6k
    StatusCheck(success_);
230
55.6k
    return Traits::GetPtr(&value_);
231
55.6k
  }
yb::Result<boost::optional<unsigned short> >::get_ptr()
Line
Count
Source
225
21.5M
  auto get_ptr() {
226
21.5M
#ifndef NDEBUG
227
21.5M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
21.5M
#endif
229
21.5M
    StatusCheck(success_);
230
21.5M
    return Traits::GetPtr(&value_);
231
21.5M
  }
yb::Result<std::__1::shared_ptr<yb::client::YBqlWriteOp> >::get_ptr()
Line
Count
Source
225
18.5k
  auto get_ptr() {
226
18.5k
#ifndef NDEBUG
227
18.5k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
18.5k
#endif
229
18.5k
    StatusCheck(success_);
230
18.5k
    return Traits::GetPtr(&value_);
231
18.5k
  }
yb::Result<std::__1::pair<unsigned short, unsigned short> >::get_ptr()
Line
Count
Source
225
7
  auto get_ptr() {
226
7
#ifndef NDEBUG
227
7
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
7
#endif
229
7
    StatusCheck(success_);
230
7
    return Traits::GetPtr(&value_);
231
7
  }
yb::Result<unsigned long>::get_ptr()
Line
Count
Source
225
1.58G
  auto get_ptr() {
226
1.58G
#ifndef NDEBUG
227
1.58G
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
1.58G
#endif
229
1.58G
    StatusCheck(success_);
230
1.58G
    return Traits::GetPtr(&value_);
231
1.58G
  }
Unexecuted instantiation: yb::Result<yb::master::CatalogManagerIf*>::get_ptr()
yb::Result<unsigned short>::get_ptr()
Line
Count
Source
225
6.64M
  auto get_ptr() {
226
6.64M
#ifndef NDEBUG
227
6.64M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
6.64M
#endif
229
6.64M
    StatusCheck(success_);
230
6.64M
    return Traits::GetPtr(&value_);
231
6.64M
  }
yb::Result<scoped_refptr<yb::master::TabletInfo> >::get_ptr()
Line
Count
Source
225
333
  auto get_ptr() {
226
333
#ifndef NDEBUG
227
333
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
333
#endif
229
333
    StatusCheck(success_);
230
333
    return Traits::GetPtr(&value_);
231
333
  }
Unexecuted instantiation: yb::Result<yb::tserver::ReadRequestPB>::get_ptr()
yb::Result<std::__1::vector<std::__1::shared_ptr<yb::tablet::TabletPeer>, std::__1::allocator<std::__1::shared_ptr<yb::tablet::TabletPeer> > > >::get_ptr()
Line
Count
Source
225
3
  auto get_ptr() {
226
3
#ifndef NDEBUG
227
3
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
3
#endif
229
3
    StatusCheck(success_);
230
3
    return Traits::GetPtr(&value_);
231
3
  }
yb::Result<std::__1::unique_ptr<yb::docdb::YQLRowwiseIteratorIf, std::__1::default_delete<yb::docdb::YQLRowwiseIteratorIf> > >::get_ptr()
Line
Count
Source
225
7.66M
  auto get_ptr() {
226
7.66M
#ifndef NDEBUG
227
7.66M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
7.66M
#endif
229
7.66M
    StatusCheck(success_);
230
7.66M
    return Traits::GetPtr(&value_);
231
7.66M
  }
yb::Result<bool>::get_ptr()
Line
Count
Source
225
6.28G
  auto get_ptr() {
226
6.28G
#ifndef NDEBUG
227
6.28G
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
6.28G
#endif
229
6.28G
    StatusCheck(success_);
230
6.28G
    return Traits::GetPtr(&value_);
231
6.28G
  }
yb::Result<std::__1::vector<yb::tserver::ListTabletsForTabletServerResponsePB_Entry, std::__1::allocator<yb::tserver::ListTabletsForTabletServerResponsePB_Entry> > >::get_ptr()
Line
Count
Source
225
881
  auto get_ptr() {
226
881
#ifndef NDEBUG
227
881
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
881
#endif
229
881
    StatusCheck(success_);
230
881
    return Traits::GetPtr(&value_);
231
881
  }
yb::Result<std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >::get_ptr()
Line
Count
Source
225
1.09k
  auto get_ptr() {
226
1.09k
#ifndef NDEBUG
227
1.09k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
1.09k
#endif
229
1.09k
    StatusCheck(success_);
230
1.09k
    return Traits::GetPtr(&value_);
231
1.09k
  }
yb::Result<yb::tserver::ListTabletsResponsePB>::get_ptr()
Line
Count
Source
225
3
  auto get_ptr() {
226
3
#ifndef NDEBUG
227
3
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
3
#endif
229
3
    StatusCheck(success_);
230
3
    return Traits::GetPtr(&value_);
231
3
  }
yb::Result<std::__1::vector<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB, std::__1::allocator<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB> > >::get_ptr()
Line
Count
Source
225
4
  auto get_ptr() {
226
4
#ifndef NDEBUG
227
4
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
4
#endif
229
4
    StatusCheck(success_);
230
4
    return Traits::GetPtr(&value_);
231
4
  }
yb::Result<yb::tserver::GetSplitKeyResponsePB>::get_ptr()
Line
Count
Source
225
1
  auto get_ptr() {
226
1
#ifndef NDEBUG
227
1
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
1
#endif
229
1
    StatusCheck(success_);
230
1
    return Traits::GetPtr(&value_);
231
1
  }
yb::Result<unsigned int>::get_ptr()
Line
Count
Source
225
166M
  auto get_ptr() {
226
166M
#ifndef NDEBUG
227
166M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
166M
#endif
229
166M
    StatusCheck(success_);
230
166M
    return Traits::GetPtr(&value_);
231
166M
  }
yb::Result<boost::asio::ip::address>::get_ptr()
Line
Count
Source
225
3.10M
  auto get_ptr() {
226
3.10M
#ifndef NDEBUG
227
3.10M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
3.10M
#endif
229
3.10M
    StatusCheck(success_);
230
3.10M
    return Traits::GetPtr(&value_);
231
3.10M
  }
yb::Result<yb::CassandraResult>::get_ptr()
Line
Count
Source
225
146
  auto get_ptr() {
226
146
#ifndef NDEBUG
227
146
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
146
#endif
229
146
    StatusCheck(success_);
230
146
    return Traits::GetPtr(&value_);
231
146
  }
yb::Result<yb::CassandraSession>::get_ptr()
Line
Count
Source
225
206
  auto get_ptr() {
226
206
#ifndef NDEBUG
227
206
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
206
#endif
229
206
    StatusCheck(success_);
230
206
    return Traits::GetPtr(&value_);
231
206
  }
yb::Result<std::__1::vector<yb::HostPortPB, std::__1::allocator<yb::HostPortPB> > >::get_ptr()
Line
Count
Source
225
456
  auto get_ptr() {
226
456
#ifndef NDEBUG
227
456
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
456
#endif
229
456
    StatusCheck(success_);
230
456
    return Traits::GetPtr(&value_);
231
456
  }
yb::Result<std::__1::shared_ptr<yb::client::YBTable> >::get_ptr()
Line
Count
Source
225
3.78M
  auto get_ptr() {
226
3.78M
#ifndef NDEBUG
227
3.78M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
3.78M
#endif
229
3.78M
    StatusCheck(success_);
230
3.78M
    return Traits::GetPtr(&value_);
231
3.78M
  }
yb::Result<long>::get_ptr()
Line
Count
Source
225
2.05M
  auto get_ptr() {
226
2.05M
#ifndef NDEBUG
227
2.05M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
2.05M
#endif
229
2.05M
    StatusCheck(success_);
230
2.05M
    return Traits::GetPtr(&value_);
231
2.05M
  }
yb::Result<yb::SharedMemorySegment>::get_ptr()
Line
Count
Source
225
23.4k
  auto get_ptr() {
226
23.4k
#ifndef NDEBUG
227
23.4k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
23.4k
#endif
229
23.4k
    StatusCheck(success_);
230
23.4k
    return Traits::GetPtr(&value_);
231
23.4k
  }
yb::Result<yb::SharedMemoryObject<yb::tserver::TServerSharedData> >::get_ptr()
Line
Count
Source
225
23.4k
  auto get_ptr() {
226
23.4k
#ifndef NDEBUG
227
23.4k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
23.4k
#endif
229
23.4k
    StatusCheck(success_);
230
23.4k
    return Traits::GetPtr(&value_);
231
23.4k
  }
Unexecuted instantiation: yb::Result<std::__1::vector<unsigned long long, std::__1::allocator<unsigned long long> > >::get_ptr()
yb::Result<yb::tserver::PgClientSession&>::get_ptr()
Line
Count
Source
225
2.48M
  auto get_ptr() {
226
2.48M
#ifndef NDEBUG
227
2.48M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
2.48M
#endif
229
2.48M
    StatusCheck(success_);
230
2.48M
    return Traits::GetPtr(&value_);
231
2.48M
  }
yb::Result<yb::tserver::PgClientSessionLocker>::get_ptr()
Line
Count
Source
225
2.48M
  auto get_ptr() {
226
2.48M
#ifndef NDEBUG
227
2.48M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
2.48M
#endif
229
2.48M
    StatusCheck(success_);
230
2.48M
    return Traits::GetPtr(&value_);
231
2.48M
  }
yb::Result<std::__1::vector<yb::client::YBTabletServerPlacementInfo, std::__1::allocator<yb::client::YBTabletServerPlacementInfo> > >::get_ptr()
Line
Count
Source
225
4
  auto get_ptr() {
226
4
#ifndef NDEBUG
227
4
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
4
#endif
229
4
    StatusCheck(success_);
230
4
    return Traits::GetPtr(&value_);
231
4
  }
yb::Result<yb::TransactionMetadata const*>::get_ptr()
Line
Count
Source
225
5.71k
  auto get_ptr() {
226
5.71k
#ifndef NDEBUG
227
5.71k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
5.71k
#endif
229
5.71k
    StatusCheck(success_);
230
5.71k
    return Traits::GetPtr(&value_);
231
5.71k
  }
yb::Result<yb::client::YBSession*>::get_ptr()
Line
Count
Source
225
2.17M
  auto get_ptr() {
226
2.17M
#ifndef NDEBUG
227
2.17M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
2.17M
#endif
229
2.17M
    StatusCheck(success_);
230
2.17M
    return Traits::GetPtr(&value_);
231
2.17M
  }
yb::Result<std::__1::vector<std::__1::shared_ptr<yb::client::YBPgsqlOp>, std::__1::allocator<std::__1::shared_ptr<yb::client::YBPgsqlOp> > > >::get_ptr()
Line
Count
Source
225
2.17M
  auto get_ptr() {
226
2.17M
#ifndef NDEBUG
227
2.17M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
2.17M
#endif
229
2.17M
    StatusCheck(success_);
230
2.17M
    return Traits::GetPtr(&value_);
231
2.17M
  }
yb::Result<std::__1::shared_ptr<yb::client::YBTransaction> >::get_ptr()
Line
Count
Source
225
147k
  auto get_ptr() {
226
147k
#ifndef NDEBUG
227
147k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
147k
#endif
229
147k
    StatusCheck(success_);
230
147k
    return Traits::GetPtr(&value_);
231
147k
  }
yb::Result<yb::TransactionMetadata>::get_ptr()
Line
Count
Source
225
4.18M
  auto get_ptr() {
226
4.18M
#ifndef NDEBUG
227
4.18M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
4.18M
#endif
229
4.18M
    StatusCheck(success_);
230
4.18M
    return Traits::GetPtr(&value_);
231
4.18M
  }
yb::Result<yb::tserver::TabletPeerTablet>::get_ptr()
Line
Count
Source
225
41.1M
  auto get_ptr() {
226
41.1M
#ifndef NDEBUG
227
41.1M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
41.1M
#endif
229
41.1M
    StatusCheck(success_);
230
41.1M
    return Traits::GetPtr(&value_);
231
41.1M
  }
yb::Result<yb::IsolationLevel>::get_ptr()
Line
Count
Source
225
3.61M
  auto get_ptr() {
226
3.61M
#ifndef NDEBUG
227
3.61M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
3.61M
#endif
229
3.61M
    StatusCheck(success_);
230
3.61M
    return Traits::GetPtr(&value_);
231
3.61M
  }
yb::Result<yb::tserver::LeaderTabletPeer>::get_ptr()
Line
Count
Source
225
5.06M
  auto get_ptr() {
226
5.06M
#ifndef NDEBUG
227
5.06M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
5.06M
#endif
229
5.06M
    StatusCheck(success_);
230
5.06M
    return Traits::GetPtr(&value_);
231
5.06M
  }
yb::Result<std::__1::shared_ptr<yb::tablet::AbstractTablet> >::get_ptr()
Line
Count
Source
225
9.22M
  auto get_ptr() {
226
9.22M
#ifndef NDEBUG
227
9.22M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
9.22M
#endif
229
9.22M
    StatusCheck(success_);
230
9.22M
    return Traits::GetPtr(&value_);
231
9.22M
  }
yb::Result<yb::tablet::ScopedReadOperation>::get_ptr()
Line
Count
Source
225
10.0M
  auto get_ptr() {
226
10.0M
#ifndef NDEBUG
227
10.0M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
10.0M
#endif
229
10.0M
    StatusCheck(success_);
230
10.0M
    return Traits::GetPtr(&value_);
231
10.0M
  }
yb::Result<yb::StronglyTypedUuid<yb::TransactionId_Tag> >::get_ptr()
Line
Count
Source
225
35.4M
  auto get_ptr() {
226
35.4M
#ifndef NDEBUG
227
35.4M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
35.4M
#endif
229
35.4M
    StatusCheck(success_);
230
35.4M
    return Traits::GetPtr(&value_);
231
35.4M
  }
yb::Result<yb::ReadHybridTime>::get_ptr()
Line
Count
Source
225
9.45M
  auto get_ptr() {
226
9.45M
#ifndef NDEBUG
227
9.45M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
9.45M
#endif
229
9.45M
    StatusCheck(success_);
230
9.45M
    return Traits::GetPtr(&value_);
231
9.45M
  }
yb::Result<scoped_refptr<yb::tablet::RaftGroupMetadata> >::get_ptr()
Line
Count
Source
225
150k
  auto get_ptr() {
226
150k
#ifndef NDEBUG
227
150k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
150k
#endif
229
150k
    StatusCheck(success_);
230
150k
    return Traits::GetPtr(&value_);
231
150k
  }
yb::Result<google::protobuf::RepeatedPtrField<yb::tablet::FilePB> >::get_ptr()
Line
Count
Source
225
1.60k
  auto get_ptr() {
226
1.60k
#ifndef NDEBUG
227
1.60k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
1.60k
#endif
229
1.60k
    StatusCheck(success_);
230
1.60k
    return Traits::GetPtr(&value_);
231
1.60k
  }
yb::Result<yb::IndexInfo const*>::get_ptr()
Line
Count
Source
225
58.4k
  auto get_ptr() {
226
58.4k
#ifndef NDEBUG
227
58.4k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
58.4k
#endif
229
58.4k
    StatusCheck(success_);
230
58.4k
    return Traits::GetPtr(&value_);
231
58.4k
  }
yb::Result<std::__1::shared_ptr<yb::tablet::TableInfo> >::get_ptr()
Line
Count
Source
225
24.0M
  auto get_ptr() {
226
24.0M
#ifndef NDEBUG
227
24.0M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
24.0M
#endif
229
24.0M
    StatusCheck(success_);
230
24.0M
    return Traits::GetPtr(&value_);
231
24.0M
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::consensus::RaftConsensus> >::get_ptr()
yb::Result<yb::OpId>::get_ptr()
Line
Count
Source
225
60.4M
  auto get_ptr() {
226
60.4M
#ifndef NDEBUG
227
60.4M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
60.4M
#endif
229
60.4M
    StatusCheck(success_);
230
60.4M
    return Traits::GetPtr(&value_);
231
60.4M
  }
yb::Result<yb::TransactionStatusResult>::get_ptr()
Line
Count
Source
225
1.15M
  auto get_ptr() {
226
1.15M
#ifndef NDEBUG
227
1.15M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
1.15M
#endif
229
1.15M
    StatusCheck(success_);
230
1.15M
    return Traits::GetPtr(&value_);
231
1.15M
  }
yb::Result<scoped_refptr<yb::tserver::TransitionInProgressDeleter> >::get_ptr()
Line
Count
Source
225
140k
  auto get_ptr() {
226
140k
#ifndef NDEBUG
227
140k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
140k
#endif
229
140k
    StatusCheck(success_);
230
140k
    return Traits::GetPtr(&value_);
231
140k
  }
yb::Result<std::__1::shared_ptr<yb::tablet::TabletPeer> >::get_ptr()
Line
Count
Source
225
142k
  auto get_ptr() {
226
142k
#ifndef NDEBUG
227
142k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
142k
#endif
229
142k
    StatusCheck(success_);
230
142k
    return Traits::GetPtr(&value_);
231
142k
  }
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>::get_ptr()
Line
Count
Source
225
136
  auto get_ptr() {
226
136
#ifndef NDEBUG
227
136
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
136
#endif
229
136
    StatusCheck(success_);
230
136
    return Traits::GetPtr(&value_);
231
136
  }
yb::Result<yb::Env::FilesystemStats>::get_ptr()
Line
Count
Source
225
428k
  auto get_ptr() {
226
428k
#ifndef NDEBUG
227
428k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
428k
#endif
229
428k
    StatusCheck(success_);
230
428k
    return Traits::GetPtr(&value_);
231
428k
  }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::tserver::enterprise::CDCConsumer, std::__1::default_delete<yb::tserver::enterprise::CDCConsumer> > >::get_ptr()
Unexecuted instantiation: yb::Result<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >::get_ptr()
yb::Result<yb::ql::audit::LogEntry>::get_ptr()
Line
Count
Source
225
13.5k
  auto get_ptr() {
226
13.5k
#ifndef NDEBUG
227
13.5k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
13.5k
#endif
229
13.5k
    StatusCheck(success_);
230
13.5k
    return Traits::GetPtr(&value_);
231
13.5k
  }
yb::Result<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> >::get_ptr()
Line
Count
Source
225
1.93k
  auto get_ptr() {
226
1.93k
#ifndef NDEBUG
227
1.93k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
1.93k
#endif
229
1.93k
    StatusCheck(success_);
230
1.93k
    return Traits::GetPtr(&value_);
231
1.93k
  }
yb::Result<std::__1::unique_ptr<yb::tserver::MiniTabletServer, std::__1::default_delete<yb::tserver::MiniTabletServer> > >::get_ptr()
Line
Count
Source
225
35
  auto get_ptr() {
226
35
#ifndef NDEBUG
227
35
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
35
#endif
229
35
    StatusCheck(success_);
230
35
    return Traits::GetPtr(&value_);
231
35
  }
yb::Result<yb::Uuid>::get_ptr()
Line
Count
Source
225
50.3M
  auto get_ptr() {
226
50.3M
#ifndef NDEBUG
227
50.3M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
50.3M
#endif
229
50.3M
    StatusCheck(success_);
230
50.3M
    return Traits::GetPtr(&value_);
231
50.3M
  }
yb::Result<std::__1::shared_ptr<yb::ql::PTExpr> >::get_ptr()
Line
Count
Source
225
648
  auto get_ptr() {
226
648
#ifndef NDEBUG
227
648
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
648
#endif
229
648
    StatusCheck(success_);
230
648
    return Traits::GetPtr(&value_);
231
648
  }
yb::Result<std::__1::shared_ptr<yb::QLType> >::get_ptr()
Line
Count
Source
225
14
  auto get_ptr() {
226
14
#ifndef NDEBUG
227
14
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
14
#endif
229
14
    StatusCheck(success_);
230
14
    return Traits::GetPtr(&value_);
231
14
  }
yb::Result<yb::ChildTransactionDataPB>::get_ptr()
Line
Count
Source
225
66.7k
  auto get_ptr() {
226
66.7k
#ifndef NDEBUG
227
66.7k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
66.7k
#endif
229
66.7k
    StatusCheck(success_);
230
66.7k
    return Traits::GetPtr(&value_);
231
66.7k
  }
yb::Result<yb::ql::QueryPagingState*>::get_ptr()
Line
Count
Source
225
7.50M
  auto get_ptr() {
226
7.50M
#ifndef NDEBUG
227
7.50M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
7.50M
#endif
229
7.50M
    StatusCheck(success_);
230
7.50M
    return Traits::GetPtr(&value_);
231
7.50M
  }
yb::Result<yb::ColumnSchema const&>::get_ptr()
Line
Count
Source
225
59.4M
  auto get_ptr() {
226
59.4M
#ifndef NDEBUG
227
59.4M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
59.4M
#endif
229
59.4M
    StatusCheck(success_);
230
59.4M
    return Traits::GetPtr(&value_);
231
59.4M
  }
yb::Result<yb::docdb::ApplyTransactionState>::get_ptr()
Line
Count
Source
225
1.30M
  auto get_ptr() {
226
1.30M
#ifndef NDEBUG
227
1.30M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
1.30M
#endif
229
1.30M
    StatusCheck(success_);
230
1.30M
    return Traits::GetPtr(&value_);
231
1.30M
  }
yb::Result<yb::tablet::TabletScopedRWOperationPauses>::get_ptr()
Line
Count
Source
225
325k
  auto get_ptr() {
226
325k
#ifndef NDEBUG
227
325k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
325k
#endif
229
325k
    StatusCheck(success_);
230
325k
    return Traits::GetPtr(&value_);
231
325k
  }
yb::Result<yb::TransactionOperationContext>::get_ptr()
Line
Count
Source
225
14.3M
  auto get_ptr() {
226
14.3M
#ifndef NDEBUG
227
14.3M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
14.3M
#endif
229
14.3M
    StatusCheck(success_);
230
14.3M
    return Traits::GetPtr(&value_);
231
14.3M
  }
yb::Result<yb::QLRowBlock>::get_ptr()
Line
Count
Source
225
796
  auto get_ptr() {
226
796
#ifndef NDEBUG
227
796
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
796
#endif
229
796
    StatusCheck(success_);
230
796
    return Traits::GetPtr(&value_);
231
796
  }
yb::Result<yb::tablet::FixedHybridTimeLease>::get_ptr()
Line
Count
Source
225
73.3M
  auto get_ptr() {
226
73.3M
#ifndef NDEBUG
227
73.3M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
73.3M
#endif
229
73.3M
    StatusCheck(success_);
230
73.3M
    return Traits::GetPtr(&value_);
231
73.3M
  }
yb::Result<rocksdb::KeyValueEncodingFormat>::get_ptr()
Line
Count
Source
225
179k
  auto get_ptr() {
226
179k
#ifndef NDEBUG
227
179k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
179k
#endif
229
179k
    StatusCheck(success_);
230
179k
    return Traits::GetPtr(&value_);
231
179k
  }
yb::Result<yb::ScopedRWOperationPause>::get_ptr()
Line
Count
Source
225
498k
  auto get_ptr() {
226
498k
#ifndef NDEBUG
227
498k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
498k
#endif
229
498k
    StatusCheck(success_);
230
498k
    return Traits::GetPtr(&value_);
231
498k
  }
yb::Result<std::__1::unique_ptr<pg_conn, yb::pgwrapper::PGConnClose> >::get_ptr()
Line
Count
Source
225
1.91k
  auto get_ptr() {
226
1.91k
#ifndef NDEBUG
227
1.91k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
1.91k
#endif
229
1.91k
    StatusCheck(success_);
230
1.91k
    return Traits::GetPtr(&value_);
231
1.91k
  }
yb::Result<yb::PgsqlBackfillSpecPB>::get_ptr()
Line
Count
Source
225
2.24k
  auto get_ptr() {
226
2.24k
#ifndef NDEBUG
227
2.24k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
2.24k
#endif
229
2.24k
    StatusCheck(success_);
230
2.24k
    return Traits::GetPtr(&value_);
231
2.24k
  }
yb::Result<yb::QLWriteRequestPB*>::get_ptr()
Line
Count
Source
225
52.4k
  auto get_ptr() {
226
52.4k
#ifndef NDEBUG
227
52.4k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
52.4k
#endif
229
52.4k
    StatusCheck(success_);
230
52.4k
    return Traits::GetPtr(&value_);
231
52.4k
  }
yb::Result<std::__1::shared_ptr<yb::client::YBSession> >::get_ptr()
Line
Count
Source
225
2.50k
  auto get_ptr() {
226
2.50k
#ifndef NDEBUG
227
2.50k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
2.50k
#endif
229
2.50k
    StatusCheck(success_);
230
2.50k
    return Traits::GetPtr(&value_);
231
2.50k
  }
yb::Result<std::__1::unique_ptr<rocksdb::DB, std::__1::default_delete<rocksdb::DB> > >::get_ptr()
Line
Count
Source
225
249
  auto get_ptr() {
226
249
#ifndef NDEBUG
227
249
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
249
#endif
229
249
    StatusCheck(success_);
230
249
    return Traits::GetPtr(&value_);
231
249
  }
yb::Result<yb::SubTransactionMetadata>::get_ptr()
Line
Count
Source
225
4.55M
  auto get_ptr() {
226
4.55M
#ifndef NDEBUG
227
4.55M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
4.55M
#endif
229
4.55M
    StatusCheck(success_);
230
4.55M
    return Traits::GetPtr(&value_);
231
4.55M
  }
yb::Result<yb::StronglyTypedBool<yb::tablet::NeedsRecovery_Tag> >::get_ptr()
Line
Count
Source
225
150k
  auto get_ptr() {
226
150k
#ifndef NDEBUG
227
150k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
150k
#endif
229
150k
    StatusCheck(success_);
230
150k
    return Traits::GetPtr(&value_);
231
150k
  }
yb::Result<yb::tablet::DocDbOpIds>::get_ptr()
Line
Count
Source
225
39.7M
  auto get_ptr() {
226
39.7M
#ifndef NDEBUG
227
39.7M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
39.7M
#endif
229
39.7M
    StatusCheck(success_);
230
39.7M
    return Traits::GetPtr(&value_);
231
39.7M
  }
yb::Result<scoped_refptr<yb::tablet::OperationDriver> >::get_ptr()
Line
Count
Source
225
48.6M
  auto get_ptr() {
226
48.6M
#ifndef NDEBUG
227
48.6M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
48.6M
#endif
229
48.6M
    StatusCheck(success_);
230
48.6M
    return Traits::GetPtr(&value_);
231
48.6M
  }
yb::Result<yb::UnsignedIntSet<unsigned int> >::get_ptr()
Line
Count
Source
225
5.85M
  auto get_ptr() {
226
5.85M
#ifndef NDEBUG
227
5.85M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
5.85M
#endif
229
5.85M
    StatusCheck(success_);
230
5.85M
    return Traits::GetPtr(&value_);
231
5.85M
  }
Unexecuted instantiation: yb::Result<yb::docdb::ApplyTransactionStatePB>::get_ptr()
yb::Result<yb::docdb::DecodedIntentKey>::get_ptr()
Line
Count
Source
225
6.14M
  auto get_ptr() {
226
6.14M
#ifndef NDEBUG
227
6.14M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
6.14M
#endif
229
6.14M
    StatusCheck(success_);
230
6.14M
    return Traits::GetPtr(&value_);
231
6.14M
  }
yb::Result<yb::OneWayBitmap>::get_ptr()
Line
Count
Source
225
3.46k
  auto get_ptr() {
226
3.46k
#ifndef NDEBUG
227
3.46k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
3.46k
#endif
229
3.46k
    StatusCheck(success_);
230
3.46k
    return Traits::GetPtr(&value_);
231
3.46k
  }
yb::Result<yb::docdb::DecodedIntentValue>::get_ptr()
Line
Count
Source
225
68.7M
  auto get_ptr() {
226
68.7M
#ifndef NDEBUG
227
68.7M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
68.7M
#endif
229
68.7M
    StatusCheck(success_);
230
68.7M
    return Traits::GetPtr(&value_);
231
68.7M
  }
yb::Result<yb::client::YBClient*>::get_ptr()
Line
Count
Source
225
492k
  auto get_ptr() {
226
492k
#ifndef NDEBUG
227
492k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
492k
#endif
229
492k
    StatusCheck(success_);
230
492k
    return Traits::GetPtr(&value_);
231
492k
  }
yb::Result<yb::tablet::SnapshotCoordinator&>::get_ptr()
Line
Count
Source
225
60
  auto get_ptr() {
226
60
#ifndef NDEBUG
227
60
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
60
#endif
229
60
    StatusCheck(success_);
230
60
    return Traits::GetPtr(&value_);
231
60
  }
yb::Result<yb::client::ChildTransactionData>::get_ptr()
Line
Count
Source
225
13.8k
  auto get_ptr() {
226
13.8k
#ifndef NDEBUG
227
13.8k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
13.8k
#endif
229
13.8k
    StatusCheck(success_);
230
13.8k
    return Traits::GetPtr(&value_);
231
13.8k
  }
yb::Result<yb::ChildTransactionResultPB>::get_ptr()
Line
Count
Source
225
13.7k
  auto get_ptr() {
226
13.7k
#ifndef NDEBUG
227
13.7k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
13.7k
#endif
229
13.7k
    StatusCheck(success_);
230
13.7k
    return Traits::GetPtr(&value_);
231
13.7k
  }
yb::Result<yb::docdb::PrepareDocWriteOperationResult>::get_ptr()
Line
Count
Source
225
3.24M
  auto get_ptr() {
226
3.24M
#ifndef NDEBUG
227
3.24M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
3.24M
#endif
229
3.24M
    StatusCheck(success_);
230
3.24M
    return Traits::GetPtr(&value_);
231
3.24M
  }
yb::Result<boost::container::small_vector<iovec, 4ul, void, void> >::get_ptr()
Line
Count
Source
225
322M
  auto get_ptr() {
226
322M
#ifndef NDEBUG
227
322M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
322M
#endif
229
322M
    StatusCheck(success_);
230
322M
    return Traits::GetPtr(&value_);
231
322M
  }
yb::Result<yb::rpc::ProcessCallsResult>::get_ptr()
Line
Count
Source
225
636M
  auto get_ptr() {
226
636M
#ifndef NDEBUG
227
636M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
636M
#endif
229
636M
    StatusCheck(success_);
230
636M
    return Traits::GetPtr(&value_);
231
636M
  }
yb::Result<scoped_refptr<yb::Thread> >::get_ptr()
Line
Count
Source
225
160k
  auto get_ptr() {
226
160k
#ifndef NDEBUG
227
160k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
160k
#endif
229
160k
    StatusCheck(success_);
230
160k
    return Traits::GetPtr(&value_);
231
160k
  }
yb::Result<yb::rpc::ParsedRemoteMethod>::get_ptr()
Line
Count
Source
225
39.2M
  auto get_ptr() {
226
39.2M
#ifndef NDEBUG
227
39.2M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
39.2M
#endif
229
39.2M
    StatusCheck(success_);
230
39.2M
    return Traits::GetPtr(&value_);
231
39.2M
  }
yb::Result<unsigned char const* const*>::get_ptr()
Line
Count
Source
225
25.0M
  auto get_ptr() {
226
25.0M
#ifndef NDEBUG
227
25.0M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
25.0M
#endif
229
25.0M
    StatusCheck(success_);
230
25.0M
    return Traits::GetPtr(&value_);
231
25.0M
  }
yb::Result<std::__1::unique_ptr<yb::rpc::Stream, std::__1::default_delete<yb::rpc::Stream> > >::get_ptr()
Line
Count
Source
225
3.76M
  auto get_ptr() {
226
3.76M
#ifndef NDEBUG
227
3.76M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
3.76M
#endif
229
3.76M
    StatusCheck(success_);
230
3.76M
    return Traits::GetPtr(&value_);
231
3.76M
  }
yb::Result<yb::Socket>::get_ptr()
Line
Count
Source
225
3.13M
  auto get_ptr() {
226
3.13M
#ifndef NDEBUG
227
3.13M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
3.13M
#endif
229
3.13M
    StatusCheck(success_);
230
3.13M
    return Traits::GetPtr(&value_);
231
3.13M
  }
yb::Result<yb::StronglyTypedBool<yb::rpc::ReadBufferFull_Tag> >::get_ptr()
Line
Count
Source
225
167k
  auto get_ptr() {
226
167k
#ifndef NDEBUG
227
167k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
167k
#endif
229
167k
    StatusCheck(success_);
230
167k
    return Traits::GetPtr(&value_);
231
167k
  }
secure_stream.cc:yb::Result<std::__1::unique_ptr<bio_st, yb::rpc::(anonymous namespace)::BIOFree> >::get_ptr()
Line
Count
Source
225
366
  auto get_ptr() {
226
366
#ifndef NDEBUG
227
366
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
366
#endif
229
366
    StatusCheck(success_);
230
366
    return Traits::GetPtr(&value_);
231
366
  }
yb::Result<std::__1::unique_ptr<x509_st, yb::rpc::detail::X509Free> >::get_ptr()
Line
Count
Source
225
209
  auto get_ptr() {
226
209
#ifndef NDEBUG
227
209
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
209
#endif
229
209
    StatusCheck(success_);
230
209
    return Traits::GetPtr(&value_);
231
209
  }
yb::Result<std::__1::unique_ptr<evp_pkey_st, yb::rpc::detail::EVP_PKEYFree> >::get_ptr()
Line
Count
Source
225
26
  auto get_ptr() {
226
26
#ifndef NDEBUG
227
26
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
26
#endif
229
26
    StatusCheck(success_);
230
26
    return Traits::GetPtr(&value_);
231
26
  }
yb::Result<unsigned char*>::get_ptr()
Line
Count
Source
225
146M
  auto get_ptr() {
226
146M
#ifndef NDEBUG
227
146M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
146M
#endif
229
146M
    StatusCheck(success_);
230
146M
    return Traits::GetPtr(&value_);
231
146M
  }
yb::Result<yb::RefCntBuffer>::get_ptr()
Line
Count
Source
225
70.8M
  auto get_ptr() {
226
70.8M
#ifndef NDEBUG
227
70.8M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
70.8M
#endif
229
70.8M
    StatusCheck(success_);
230
70.8M
    return Traits::GetPtr(&value_);
231
70.8M
  }
yb::Result<yb::consensus::ReadOpsResult>::get_ptr()
Line
Count
Source
225
152M
  auto get_ptr() {
226
152M
#ifndef NDEBUG
227
152M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
152M
#endif
229
152M
    StatusCheck(success_);
230
152M
    return Traits::GetPtr(&value_);
231
152M
  }
yb::Result<std::__1::shared_ptr<yb::consensus::Peer> >::get_ptr()
Line
Count
Source
225
123k
  auto get_ptr() {
226
123k
#ifndef NDEBUG
227
123k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
123k
#endif
229
123k
    StatusCheck(success_);
230
123k
    return Traits::GetPtr(&value_);
231
123k
  }
yb::Result<scoped_refptr<yb::consensus::LeaderElection> >::get_ptr()
Line
Count
Source
225
737k
  auto get_ptr() {
226
737k
#ifndef NDEBUG
227
737k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
737k
#endif
229
737k
    StatusCheck(success_);
230
737k
    return Traits::GetPtr(&value_);
231
737k
  }
yb::Result<yb::consensus::RaftConsensus::UpdateReplicaResult>::get_ptr()
Line
Count
Source
225
25.5M
  auto get_ptr() {
226
25.5M
#ifndef NDEBUG
227
25.5M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
25.5M
#endif
229
25.5M
    StatusCheck(success_);
230
25.5M
    return Traits::GetPtr(&value_);
231
25.5M
  }
yb::Result<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > >::get_ptr()
Line
Count
Source
225
57.4k
  auto get_ptr() {
226
57.4k
#ifndef NDEBUG
227
57.4k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
57.4k
#endif
229
57.4k
    StatusCheck(success_);
230
57.4k
    return Traits::GetPtr(&value_);
231
57.4k
  }
yb::Result<std::__1::vector<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >, std::__1::allocator<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > > > >::get_ptr()
Line
Count
Source
225
75.0k
  auto get_ptr() {
226
75.0k
#ifndef NDEBUG
227
75.0k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
75.0k
#endif
229
75.0k
    StatusCheck(success_);
230
75.0k
    return Traits::GetPtr(&value_);
231
75.0k
  }
yb::Result<yb::master::TSDescriptor*>::get_ptr()
Line
Count
Source
225
3.66M
  auto get_ptr() {
226
3.66M
#ifndef NDEBUG
227
3.66M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
3.66M
#endif
229
3.66M
    StatusCheck(success_);
230
3.66M
    return Traits::GetPtr(&value_);
231
3.66M
  }
yb::Result<yb::ColumnId>::get_ptr()
Line
Count
Source
225
1.13M
  auto get_ptr() {
226
1.13M
#ifndef NDEBUG
227
1.13M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
1.13M
#endif
229
1.13M
    StatusCheck(success_);
230
1.13M
    return Traits::GetPtr(&value_);
231
1.13M
  }
yb::Result<scoped_refptr<yb::master::NamespaceInfo> >::get_ptr()
Line
Count
Source
225
1.05M
  auto get_ptr() {
226
1.05M
#ifndef NDEBUG
227
1.05M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
1.05M
#endif
229
1.05M
    StatusCheck(success_);
230
1.05M
    return Traits::GetPtr(&value_);
231
1.05M
  }
yb::Result<scoped_refptr<yb::master::TableInfo> >::get_ptr()
Line
Count
Source
225
637k
  auto get_ptr() {
226
637k
#ifndef NDEBUG
227
637k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
637k
#endif
229
637k
    StatusCheck(success_);
230
637k
    return Traits::GetPtr(&value_);
231
637k
  }
yb::Result<yb::master::ReplicationInfoPB>::get_ptr()
Line
Count
Source
225
948k
  auto get_ptr() {
226
948k
#ifndef NDEBUG
227
948k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
948k
#endif
229
948k
    StatusCheck(success_);
230
948k
    return Traits::GetPtr(&value_);
231
948k
  }
yb::Result<std::__1::unordered_set<yb::HostPort, yb::HostPortHash, std::__1::equal_to<yb::HostPort>, std::__1::allocator<yb::HostPort> > >::get_ptr()
Line
Count
Source
225
255k
  auto get_ptr() {
226
255k
#ifndef NDEBUG
227
255k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
255k
#endif
229
255k
    StatusCheck(success_);
230
255k
    return Traits::GetPtr(&value_);
231
255k
  }
yb::Result<std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > > >::get_ptr()
Line
Count
Source
225
1.38M
  auto get_ptr() {
226
1.38M
#ifndef NDEBUG
227
1.38M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
1.38M
#endif
229
1.38M
    StatusCheck(success_);
230
1.38M
    return Traits::GetPtr(&value_);
231
1.38M
  }
yb::Result<std::__1::vector<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>, std::__1::allocator<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> > > >::get_ptr()
Line
Count
Source
225
7.94k
  auto get_ptr() {
226
7.94k
#ifndef NDEBUG
227
7.94k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
7.94k
#endif
229
7.94k
    StatusCheck(success_);
230
7.94k
    return Traits::GetPtr(&value_);
231
7.94k
  }
yb::Result<boost::optional<yb::master::ReplicationInfoPB> >::get_ptr()
Line
Count
Source
225
935k
  auto get_ptr() {
226
935k
#ifndef NDEBUG
227
935k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
935k
#endif
229
935k
    StatusCheck(success_);
230
935k
    return Traits::GetPtr(&value_);
231
935k
  }
yb::Result<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<yb::master::ReplicationInfoPB>, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<yb::master::ReplicationInfoPB> > > > > >::get_ptr()
Line
Count
Source
225
7.97k
  auto get_ptr() {
226
7.97k
#ifndef NDEBUG
227
7.97k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
7.97k
#endif
229
7.97k
    StatusCheck(success_);
230
7.97k
    return Traits::GetPtr(&value_);
231
7.97k
  }
yb::Result<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >::get_ptr()
Line
Count
Source
225
201
  auto get_ptr() {
226
201
#ifndef NDEBUG
227
201
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
201
#endif
229
201
    StatusCheck(success_);
230
201
    return Traits::GetPtr(&value_);
231
201
  }
yb::Result<yb::master::TabletReplicaDriveInfo>::get_ptr()
Line
Count
Source
225
142
  auto get_ptr() {
226
142
#ifndef NDEBUG
227
142
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
142
#endif
229
142
    StatusCheck(success_);
230
142
    return Traits::GetPtr(&value_);
231
142
  }
yb::Result<std::__1::array<yb::PartitionPB, 2ul> >::get_ptr()
Line
Count
Source
225
142
  auto get_ptr() {
226
142
#ifndef NDEBUG
227
142
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
142
#endif
229
142
    StatusCheck(success_);
230
142
    return Traits::GetPtr(&value_);
231
142
  }
yb::Result<std::__1::unordered_map<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag>, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, boost::hash<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> const, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >::get_ptr()
Line
Count
Source
225
15.4k
  auto get_ptr() {
226
15.4k
#ifndef NDEBUG
227
15.4k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
15.4k
#endif
229
15.4k
    StatusCheck(success_);
230
15.4k
    return Traits::GetPtr(&value_);
231
15.4k
  }
yb::Result<std::__1::vector<std::__1::shared_ptr<yb::master::TSDescriptor>, std::__1::allocator<std::__1::shared_ptr<yb::master::TSDescriptor> > > >::get_ptr()
Line
Count
Source
225
3.86k
  auto get_ptr() {
226
3.86k
#ifndef NDEBUG
227
3.86k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
3.86k
#endif
229
3.86k
    StatusCheck(success_);
230
3.86k
    return Traits::GetPtr(&value_);
231
3.86k
  }
yb::Result<std::__1::vector<scoped_refptr<yb::master::TableInfo>, std::__1::allocator<scoped_refptr<yb::master::TableInfo> > > >::get_ptr()
Line
Count
Source
225
3.37k
  auto get_ptr() {
226
3.37k
#ifndef NDEBUG
227
3.37k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
3.37k
#endif
229
3.37k
    StatusCheck(success_);
230
3.37k
    return Traits::GetPtr(&value_);
231
3.37k
  }
yb::Result<yb::master::TableDescription>::get_ptr()
Line
Count
Source
225
45
  auto get_ptr() {
226
45
#ifndef NDEBUG
227
45
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
45
#endif
229
45
    StatusCheck(success_);
230
45
    return Traits::GetPtr(&value_);
231
45
  }
yb::Result<yb::encryption::UniverseKeyRegistryPB>::get_ptr()
Line
Count
Source
225
80
  auto get_ptr() {
226
80
#ifndef NDEBUG
227
80
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
80
#endif
229
80
    StatusCheck(success_);
230
80
    return Traits::GetPtr(&value_);
231
80
  }
yb::Result<std::__1::vector<yb::master::TableDescription, std::__1::allocator<yb::master::TableDescription> > >::get_ptr()
Line
Count
Source
225
51
  auto get_ptr() {
226
51
#ifndef NDEBUG
227
51
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
51
#endif
229
51
    StatusCheck(success_);
230
51
    return Traits::GetPtr(&value_);
231
51
  }
yb::Result<yb::master::SysSnapshotEntryPB_State>::get_ptr()
Line
Count
Source
225
52
  auto get_ptr() {
226
52
#ifndef NDEBUG
227
52
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
52
#endif
229
52
    StatusCheck(success_);
230
52
    return Traits::GetPtr(&value_);
231
52
  }
yb::Result<yb::master::SysRowEntries>::get_ptr()
Line
Count
Source
225
41
  auto get_ptr() {
226
41
#ifndef NDEBUG
227
41
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
41
#endif
229
41
    StatusCheck(success_);
230
41
    return Traits::GetPtr(&value_);
231
41
  }
yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotId_Tag> >::get_ptr()
Line
Count
Source
225
83
  auto get_ptr() {
226
83
#ifndef NDEBUG
227
83
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
83
#endif
229
83
    StatusCheck(success_);
230
83
    return Traits::GetPtr(&value_);
231
83
  }
yb::Result<yb::tablet::CreateSnapshotData>::get_ptr()
Line
Count
Source
225
45
  auto get_ptr() {
226
45
#ifndef NDEBUG
227
45
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
45
#endif
229
45
    StatusCheck(success_);
230
45
    return Traits::GetPtr(&value_);
231
45
  }
yb::Result<yb::master::SnapshotState&>::get_ptr()
Line
Count
Source
225
23
  auto get_ptr() {
226
23
#ifndef NDEBUG
227
23
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
23
#endif
229
23
    StatusCheck(success_);
230
23
    return Traits::GetPtr(&value_);
231
23
  }
yb::Result<yb::master::SnapshotScheduleState&>::get_ptr()
Line
Count
Source
225
25
  auto get_ptr() {
226
25
#ifndef NDEBUG
227
25
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
25
#endif
229
25
    StatusCheck(success_);
230
25
    return Traits::GetPtr(&value_);
231
25
  }
yb::Result<yb::master::RestorationState&>::get_ptr()
Line
Count
Source
225
8
  auto get_ptr() {
226
8
#ifndef NDEBUG
227
8
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
8
#endif
229
8
    StatusCheck(success_);
230
8
    return Traits::GetPtr(&value_);
231
8
  }
yb::Result<yb::docdb::KeyBytes>::get_ptr()
Line
Count
Source
225
38.0M
  auto get_ptr() {
226
38.0M
#ifndef NDEBUG
227
38.0M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
38.0M
#endif
229
38.0M
    StatusCheck(success_);
230
38.0M
    return Traits::GetPtr(&value_);
231
38.0M
  }
yb::Result<yb::master::SysSnapshotEntryPB>::get_ptr()
Line
Count
Source
225
94
  auto get_ptr() {
226
94
#ifndef NDEBUG
227
94
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
94
#endif
229
94
    StatusCheck(success_);
230
94
    return Traits::GetPtr(&value_);
231
94
  }
yb::Result<yb::master::SnapshotScheduleOptionsPB>::get_ptr()
Line
Count
Source
225
33
  auto get_ptr() {
226
33
#ifndef NDEBUG
227
33
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
33
#endif
229
33
    StatusCheck(success_);
230
33
    return Traits::GetPtr(&value_);
231
33
  }
yb::Result<yb::master::SnapshotScheduleOperation>::get_ptr()
Line
Count
Source
225
1
  auto get_ptr() {
226
1
#ifndef NDEBUG
227
1
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
1
#endif
229
1
    StatusCheck(success_);
230
1
    return Traits::GetPtr(&value_);
231
1
  }
yb::Result<yb::PlacementInfoConverter::Placement>::get_ptr()
Line
Count
Source
225
420
  auto get_ptr() {
226
420
#ifndef NDEBUG
227
420
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
420
#endif
229
420
    StatusCheck(success_);
230
420
    return Traits::GetPtr(&value_);
231
420
  }
yb::Result<yb::master::DdlLogEntryPB>::get_ptr()
Line
Count
Source
225
3
  auto get_ptr() {
226
3
#ifndef NDEBUG
227
3
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
3
#endif
229
3
    StatusCheck(success_);
230
3
    return Traits::GetPtr(&value_);
231
3
  }
yb::Result<std::__1::shared_ptr<yb::master::TSDescriptor> >::get_ptr()
Line
Count
Source
225
8.15k
  auto get_ptr() {
226
8.15k
#ifndef NDEBUG
227
8.15k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
8.15k
#endif
229
8.15k
    StatusCheck(success_);
230
8.15k
    return Traits::GetPtr(&value_);
231
8.15k
  }
yb::Result<std::__1::shared_ptr<yb::QLRowBlock> >::get_ptr()
Line
Count
Source
225
262k
  auto get_ptr() {
226
262k
#ifndef NDEBUG
227
262k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
262k
#endif
229
262k
    StatusCheck(success_);
230
262k
    return Traits::GetPtr(&value_);
231
262k
  }
yb::Result<std::__1::pair<int, yb::DataType> >::get_ptr()
Line
Count
Source
225
18.4M
  auto get_ptr() {
226
18.4M
#ifndef NDEBUG
227
18.4M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
18.4M
#endif
229
18.4M
    StatusCheck(success_);
230
18.4M
    return Traits::GetPtr(&value_);
231
18.4M
  }
yb::Result<yb::master::YQLPartitionsVTable::TabletData>::get_ptr()
Line
Count
Source
225
69.6k
  auto get_ptr() {
226
69.6k
#ifndef NDEBUG
227
69.6k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
69.6k
#endif
229
69.6k
    StatusCheck(success_);
230
69.6k
    return Traits::GetPtr(&value_);
231
69.6k
  }
yb::Result<boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::get_ptr()
Line
Count
Source
225
878k
  auto get_ptr() {
226
878k
#ifndef NDEBUG
227
878k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
878k
#endif
229
878k
    StatusCheck(success_);
230
878k
    return Traits::GetPtr(&value_);
231
878k
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::master::CDCRpcTasks> >::get_ptr()
yb::Result<yb::master::SysTablesEntryPB>::get_ptr()
Line
Count
Source
225
8.36k
  auto get_ptr() {
226
8.36k
#ifndef NDEBUG
227
8.36k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
8.36k
#endif
229
8.36k
    StatusCheck(success_);
230
8.36k
    return Traits::GetPtr(&value_);
231
8.36k
  }
yb::Result<yb::master::SysNamespaceEntryPB>::get_ptr()
Line
Count
Source
225
133
  auto get_ptr() {
226
133
#ifndef NDEBUG
227
133
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
133
#endif
229
133
    StatusCheck(success_);
230
133
    return Traits::GetPtr(&value_);
231
133
  }
yb::Result<yb::master::SysTabletsEntryPB>::get_ptr()
Line
Count
Source
225
402
  auto get_ptr() {
226
402
#ifndef NDEBUG
227
402
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
402
#endif
229
402
    StatusCheck(success_);
230
402
    return Traits::GetPtr(&value_);
231
402
  }
yb::Result<std::__1::unique_ptr<yb::encryption::EncryptionParams, std::__1::default_delete<yb::encryption::EncryptionParams> > >::get_ptr()
Line
Count
Source
225
218
  auto get_ptr() {
226
218
#ifndef NDEBUG
227
218
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
218
#endif
229
218
    StatusCheck(success_);
230
218
    return Traits::GetPtr(&value_);
231
218
  }
yb::Result<std::__1::unique_ptr<yb::encryption::BlockAccessCipherStream, std::__1::default_delete<yb::encryption::BlockAccessCipherStream> > >::get_ptr()
Line
Count
Source
225
160
  auto get_ptr() {
226
160
#ifndef NDEBUG
227
160
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
160
#endif
229
160
    StatusCheck(success_);
230
160
    return Traits::GetPtr(&value_);
231
160
  }
Unexecuted instantiation: yb::Result<google::protobuf::RepeatedPtrField<yb::master::TabletLocationsPB> >::get_ptr()
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName> > > >::get_ptr()
yb::Result<yb::docdb::FetchKeyResult>::get_ptr()
Line
Count
Source
225
756M
  auto get_ptr() {
226
756M
#ifndef NDEBUG
227
756M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
756M
#endif
229
756M
    StatusCheck(success_);
230
756M
    return Traits::GetPtr(&value_);
231
756M
  }
yb::Result<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::SysTablesEntryPB> const&>::get_ptr()
Line
Count
Source
225
8.35k
  auto get_ptr() {
226
8.35k
#ifndef NDEBUG
227
8.35k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
8.35k
#endif
229
8.35k
    StatusCheck(success_);
230
8.35k
    return Traits::GetPtr(&value_);
231
8.35k
  }
yb::Result<std::__1::unique_ptr<yb::encryption::UniverseKeyManager, std::__1::default_delete<yb::encryption::UniverseKeyManager> > >::get_ptr()
Line
Count
Source
225
6
  auto get_ptr() {
226
6
#ifndef NDEBUG
227
6
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
6
#endif
229
6
    StatusCheck(success_);
230
6
    return Traits::GetPtr(&value_);
231
6
  }
yb::Result<yb::cdc::SetCDCCheckpointResponsePB>::get_ptr()
Line
Count
Source
225
6
  auto get_ptr() {
226
6
#ifndef NDEBUG
227
6
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
6
#endif
229
6
    StatusCheck(success_);
230
6
    return Traits::GetPtr(&value_);
231
6
  }
yb::Result<std::__1::pair<yb::RefCntBuffer, yb::Slice> >::get_ptr()
Line
Count
Source
225
10.6M
  auto get_ptr() {
226
10.6M
#ifndef NDEBUG
227
10.6M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
10.6M
#endif
229
10.6M
    StatusCheck(success_);
230
10.6M
    return Traits::GetPtr(&value_);
231
10.6M
  }
yb::Result<scoped_refptr<yb::client::internal::RemoteTablet> >::get_ptr()
Line
Count
Source
225
23.3M
  auto get_ptr() {
226
23.3M
#ifndef NDEBUG
227
23.3M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
23.3M
#endif
229
23.3M
    StatusCheck(success_);
230
23.3M
    return Traits::GetPtr(&value_);
231
23.3M
  }
yb::Result<yb::client::YBTableInfo>::get_ptr()
Line
Count
Source
225
82
  auto get_ptr() {
226
82
#ifndef NDEBUG
227
82
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
82
#endif
229
82
    StatusCheck(success_);
230
82
    return Traits::GetPtr(&value_);
231
82
  }
yb::Result<std::__1::vector<yb::master::NamespaceIdentifierPB, std::__1::allocator<yb::master::NamespaceIdentifierPB> > >::get_ptr()
Line
Count
Source
225
5.07k
  auto get_ptr() {
226
5.07k
#ifndef NDEBUG
227
5.07k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
5.07k
#endif
229
5.07k
    StatusCheck(success_);
230
5.07k
    return Traits::GetPtr(&value_);
231
5.07k
  }
yb::Result<std::__1::vector<yb::master::TablegroupIdentifierPB, std::__1::allocator<yb::master::TablegroupIdentifierPB> > >::get_ptr()
Line
Count
Source
225
5
  auto get_ptr() {
226
5
#ifndef NDEBUG
227
5
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
5
#endif
229
5
    StatusCheck(success_);
230
5
    return Traits::GetPtr(&value_);
231
5
  }
yb::Result<std::__1::shared_ptr<yb::client::VersionedTablePartitionList const> >::get_ptr()
Line
Count
Source
225
134k
  auto get_ptr() {
226
134k
#ifndef NDEBUG
227
134k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
134k
#endif
229
134k
    StatusCheck(success_);
230
134k
    return Traits::GetPtr(&value_);
231
134k
  }
yb::Result<yb::client::YBTableType>::get_ptr()
Line
Count
Source
225
140k
  auto get_ptr() {
226
140k
#ifndef NDEBUG
227
140k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
140k
#endif
229
140k
    StatusCheck(success_);
230
140k
    return Traits::GetPtr(&value_);
231
140k
  }
yb::Result<yb::IndexPermissions>::get_ptr()
Line
Count
Source
225
1.03k
  auto get_ptr() {
226
1.03k
#ifndef NDEBUG
227
1.03k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
1.03k
#endif
229
1.03k
    StatusCheck(success_);
230
1.03k
    return Traits::GetPtr(&value_);
231
1.03k
  }
yb::Result<yb::client::TransactionStatusTablets>::get_ptr()
Line
Count
Source
225
3.31k
  auto get_ptr() {
226
3.31k
#ifndef NDEBUG
227
3.31k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
3.31k
#endif
229
3.31k
    StatusCheck(success_);
230
3.31k
    return Traits::GetPtr(&value_);
231
3.31k
  }
yb::Result<std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > >::get_ptr()
Line
Count
Source
225
29.5M
  auto get_ptr() {
226
29.5M
#ifndef NDEBUG
227
29.5M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
29.5M
#endif
229
29.5M
    StatusCheck(success_);
230
29.5M
    return Traits::GetPtr(&value_);
231
29.5M
  }
yb::Result<boost::optional<yb::docdb::SubDocument> >::get_ptr()
Line
Count
Source
225
716k
  auto get_ptr() {
226
716k
#ifndef NDEBUG
227
716k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
716k
#endif
229
716k
    StatusCheck(success_);
230
716k
    return Traits::GetPtr(&value_);
231
716k
  }
Unexecuted instantiation: yb::Result<google::protobuf::RepeatedPtrField<yb::master::SnapshotInfoPB> >::get_ptr()
Unexecuted instantiation: yb::Result<yb::master::MasterBackupProxy>::get_ptr()
Unexecuted instantiation: yb::Result<google::protobuf::RepeatedPtrField<yb::master::SnapshotScheduleInfoPB> >::get_ptr()
yb::Result<yb::encryption::FileEncryptionStatus>::get_ptr()
Line
Count
Source
225
2.55M
  auto get_ptr() {
226
2.55M
#ifndef NDEBUG
227
2.55M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
2.55M
#endif
229
2.55M
    StatusCheck(success_);
230
2.55M
    return Traits::GetPtr(&value_);
231
2.55M
  }
yb::Result<std::__1::pair<unsigned long, bool> >::get_ptr()
Line
Count
Source
225
20
  auto get_ptr() {
226
20
#ifndef NDEBUG
227
20
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
20
#endif
229
20
    StatusCheck(success_);
230
20
    return Traits::GetPtr(&value_);
231
20
  }
yb::Result<scoped_refptr<yb::pggate::PgTableDesc> >::get_ptr()
Line
Count
Source
225
19.3M
  auto get_ptr() {
226
19.3M
#ifndef NDEBUG
227
19.3M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
19.3M
#endif
229
19.3M
    StatusCheck(success_);
230
19.3M
    return Traits::GetPtr(&value_);
231
19.3M
  }
yb::Result<yb::pggate::PgApiContext::MessengerHolder>::get_ptr()
Line
Count
Source
225
6.09k
  auto get_ptr() {
226
6.09k
#ifndef NDEBUG
227
6.09k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
6.09k
#endif
229
6.09k
    StatusCheck(success_);
230
6.09k
    return Traits::GetPtr(&value_);
231
6.09k
  }
yb::Result<std::__1::pair<long long, bool> >::get_ptr()
Line
Count
Source
225
3.23k
  auto get_ptr() {
226
3.23k
#ifndef NDEBUG
227
3.23k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
3.23k
#endif
229
3.23k
    StatusCheck(success_);
230
3.23k
    return Traits::GetPtr(&value_);
231
3.23k
  }
yb::Result<std::__1::pair<unsigned int, unsigned int> >::get_ptr()
Line
Count
Source
225
805
  auto get_ptr() {
226
805
#ifndef NDEBUG
227
805
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
805
#endif
229
805
    StatusCheck(success_);
230
805
    return Traits::GetPtr(&value_);
231
805
  }
yb::Result<std::__1::shared_ptr<unsigned char const* const> >::get_ptr()
Line
Count
Source
225
10.3M
  auto get_ptr() {
226
10.3M
#ifndef NDEBUG
227
10.3M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
10.3M
#endif
229
10.3M
    StatusCheck(success_);
230
10.3M
    return Traits::GetPtr(&value_);
231
10.3M
  }
yb::Result<yb::master::GetNamespaceInfoResponsePB>::get_ptr()
Line
Count
Source
225
5.72k
  auto get_ptr() {
226
5.72k
#ifndef NDEBUG
227
5.72k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
5.72k
#endif
229
5.72k
    StatusCheck(success_);
230
5.72k
    return Traits::GetPtr(&value_);
231
5.72k
  }
pg_session.cc:yb::Result<yb::pggate::(anonymous namespace)::SessionType>::get_ptr()
Line
Count
Source
225
20.4M
  auto get_ptr() {
226
20.4M
#ifndef NDEBUG
227
20.4M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
20.4M
#endif
229
20.4M
    StatusCheck(success_);
230
20.4M
    return Traits::GetPtr(&value_);
231
20.4M
  }
yb::Result<yb::pggate::PgColumn&>::get_ptr()
Line
Count
Source
225
54.6M
  auto get_ptr() {
226
54.6M
#ifndef NDEBUG
227
54.6M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
54.6M
#endif
229
54.6M
    StatusCheck(success_);
230
54.6M
    return Traits::GetPtr(&value_);
231
54.6M
  }
yb::Result<yb::StronglyTypedBool<yb::pggate::RequestSent_Tag> >::get_ptr()
Line
Count
Source
225
8.79M
  auto get_ptr() {
226
8.79M
#ifndef NDEBUG
227
8.79M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
8.79M
#endif
229
8.79M
    StatusCheck(success_);
230
8.79M
    return Traits::GetPtr(&value_);
231
8.79M
  }
yb::Result<std::__1::function<yb::docdb::DocKey (std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > const&)> >::get_ptr()
Line
Count
Source
225
184
  auto get_ptr() {
226
184
#ifndef NDEBUG
227
184
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
184
#endif
229
184
    StatusCheck(success_);
230
184
    return Traits::GetPtr(&value_);
231
184
  }
yb::Result<yb::docdb::DocKey>::get_ptr()
Line
Count
Source
225
12.8M
  auto get_ptr() {
226
12.8M
#ifndef NDEBUG
227
12.8M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
12.8M
#endif
229
12.8M
    StatusCheck(success_);
230
12.8M
    return Traits::GetPtr(&value_);
231
12.8M
  }
yb::Result<yb::docdb::PrimitiveValue>::get_ptr()
Line
Count
Source
225
27
  auto get_ptr() {
226
27
#ifndef NDEBUG
227
27
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
27
#endif
229
27
    StatusCheck(success_);
230
27
    return Traits::GetPtr(&value_);
231
27
  }
yb::Result<std::__1::list<yb::pggate::PgDocResult, std::__1::allocator<yb::pggate::PgDocResult> > >::get_ptr()
Line
Count
Source
225
3.42M
  auto get_ptr() {
226
3.42M
#ifndef NDEBUG
227
3.42M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
3.42M
#endif
229
3.42M
    StatusCheck(success_);
230
3.42M
    return Traits::GetPtr(&value_);
231
3.42M
  }
yb::Result<yb::pggate::PerformFuture>::get_ptr()
Line
Count
Source
225
8.91M
  auto get_ptr() {
226
8.91M
#ifndef NDEBUG
227
8.91M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
8.91M
#endif
229
8.91M
    StatusCheck(success_);
230
8.91M
    return Traits::GetPtr(&value_);
231
8.91M
  }
yb::Result<std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> > >::get_ptr()
Line
Count
Source
225
398
  auto get_ptr() {
226
398
#ifndef NDEBUG
227
398
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
398
#endif
229
398
    StatusCheck(success_);
230
398
    return Traits::GetPtr(&value_);
231
398
  }
yb::Result<yb::client::TableHandle>::get_ptr()
Line
Count
Source
225
159
  auto get_ptr() {
226
159
#ifndef NDEBUG
227
159
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
159
#endif
229
159
    StatusCheck(success_);
230
159
    return Traits::GetPtr(&value_);
231
159
  }
yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> > > > > >::get_ptr()
Line
Count
Source
225
223
  auto get_ptr() {
226
223
#ifndef NDEBUG
227
223
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
223
#endif
229
223
    StatusCheck(success_);
230
223
    return Traits::GetPtr(&value_);
231
223
  }
yb::Result<yb::pgwrapper::PGConn>::get_ptr()
Line
Count
Source
225
401
  auto get_ptr() {
226
401
#ifndef NDEBUG
227
401
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
401
#endif
229
401
    StatusCheck(success_);
230
401
    return Traits::GetPtr(&value_);
231
401
  }
Unexecuted instantiation: yb::Result<yb::master::GetLoadBalancerStateResponsePB>::get_ptr()
yb::Result<yb::master::IsInitDbDoneResponsePB>::get_ptr()
Line
Count
Source
225
4
  auto get_ptr() {
226
4
#ifndef NDEBUG
227
4
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
4
#endif
229
4
    StatusCheck(success_);
230
4
    return Traits::GetPtr(&value_);
231
4
  }
yb::Result<yb::master::ListMastersResponsePB>::get_ptr()
Line
Count
Source
225
36
  auto get_ptr() {
226
36
#ifndef NDEBUG
227
36
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
36
#endif
229
36
    StatusCheck(success_);
230
36
    return Traits::GetPtr(&value_);
231
36
  }
yb::Result<yb::consensus::LeaderStepDownResponsePB>::get_ptr()
Line
Count
Source
225
4
  auto get_ptr() {
226
4
#ifndef NDEBUG
227
4
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
4
#endif
229
4
    StatusCheck(success_);
230
4
    return Traits::GetPtr(&value_);
231
4
  }
Unexecuted instantiation: yb::Result<yb::consensus::RunLeaderElectionResponsePB>::get_ptr()
yb::Result<yb::consensus::ChangeConfigResponsePB>::get_ptr()
Line
Count
Source
225
3
  auto get_ptr() {
226
3
#ifndef NDEBUG
227
3
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
3
#endif
229
3
    StatusCheck(success_);
230
3
    return Traits::GetPtr(&value_);
231
3
  }
Unexecuted instantiation: yb::Result<yb::master::DumpMasterStateResponsePB>::get_ptr()
Unexecuted instantiation: yb::Result<yb::master::GetLoadMovePercentResponsePB>::get_ptr()
yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, int> > > >::get_ptr()
Line
Count
Source
225
130
  auto get_ptr() {
226
130
#ifndef NDEBUG
227
130
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
130
#endif
229
130
    StatusCheck(success_);
230
130
    return Traits::GetPtr(&value_);
231
130
  }
yb::Result<yb::master::GetTabletLocationsResponsePB>::get_ptr()
Line
Count
Source
225
268
  auto get_ptr() {
226
268
#ifndef NDEBUG
227
268
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
268
#endif
229
268
    StatusCheck(success_);
230
268
    return Traits::GetPtr(&value_);
231
268
  }
yb::Result<yb::master::ListTabletServersResponsePB>::get_ptr()
Line
Count
Source
225
2
  auto get_ptr() {
226
2
#ifndef NDEBUG
227
2
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
2
#endif
229
2
    StatusCheck(success_);
230
2
    return Traits::GetPtr(&value_);
231
2
  }
Unexecuted instantiation: yb::Result<yb::tserver::GetLogLocationResponsePB>::get_ptr()
yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::master::NamespaceIdentifierPB, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::NamespaceIdentifierPB> > > const&>::get_ptr()
Line
Count
Source
225
1
  auto get_ptr() {
226
1
#ifndef NDEBUG
227
1
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
1
#endif
229
1
    StatusCheck(success_);
230
1
    return Traits::GetPtr(&value_);
231
1
  }
yb::Result<yb::master::LaunchBackfillIndexForTableResponsePB>::get_ptr()
Line
Count
Source
225
2
  auto get_ptr() {
226
2
#ifndef NDEBUG
227
2
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
2
#endif
229
2
    StatusCheck(success_);
230
2
    return Traits::GetPtr(&value_);
231
2
  }
Unexecuted instantiation: yb::Result<yb::tserver::ListTabletsForTabletServerResponsePB>::get_ptr()
Unexecuted instantiation: yb::Result<yb::master::ChangeLoadBalancerStateResponsePB>::get_ptr()
Unexecuted instantiation: yb::Result<yb::master::FlushSysCatalogResponsePB>::get_ptr()
Unexecuted instantiation: yb::Result<yb::master::CompactSysCatalogResponsePB>::get_ptr()
yb::Result<yb::master::IsMasterLeaderReadyResponsePB>::get_ptr()
Line
Count
Source
225
47
  auto get_ptr() {
226
47
#ifndef NDEBUG
227
47
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
47
#endif
229
47
    StatusCheck(success_);
230
47
    return Traits::GetPtr(&value_);
231
47
  }
yb::Result<yb::master::GetMasterClusterConfigResponsePB>::get_ptr()
Line
Count
Source
225
54
  auto get_ptr() {
226
54
#ifndef NDEBUG
227
54
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
54
#endif
229
54
    StatusCheck(success_);
230
54
    return Traits::GetPtr(&value_);
231
54
  }
yb::Result<yb::master::ChangeMasterClusterConfigResponsePB>::get_ptr()
Line
Count
Source
225
20
  auto get_ptr() {
226
20
#ifndef NDEBUG
227
20
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
20
#endif
229
20
    StatusCheck(success_);
230
20
    return Traits::GetPtr(&value_);
231
20
  }
yb::Result<yb::tserver::UpgradeYsqlResponsePB>::get_ptr()
Line
Count
Source
225
1
  auto get_ptr() {
226
1
#ifndef NDEBUG
227
1
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
1
#endif
229
1
    StatusCheck(success_);
230
1
    return Traits::GetPtr(&value_);
231
1
  }
Unexecuted instantiation: yb::Result<yb::master::SplitTabletResponsePB>::get_ptr()
Unexecuted instantiation: yb::Result<yb::master::DisableTabletSplittingResponsePB>::get_ptr()
Unexecuted instantiation: yb::Result<yb::master::IsTabletSplittingCompleteResponsePB>::get_ptr()
yb::Result<yb::rpc_test::TrivialResponsePB>::get_ptr()
Line
Count
Source
225
1
  auto get_ptr() {
226
1
#ifndef NDEBUG
227
1
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
1
#endif
229
1
    StatusCheck(success_);
230
1
    return Traits::GetPtr(&value_);
231
1
  }
yb::Result<yb::util::VarInt>::get_ptr()
Line
Count
Source
225
11.4k
  auto get_ptr() {
226
11.4k
#ifndef NDEBUG
227
11.4k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
11.4k
#endif
229
11.4k
    StatusCheck(success_);
230
11.4k
    return Traits::GetPtr(&value_);
231
11.4k
  }
yb::Result<yb::QLTableColumn const&>::get_ptr()
Line
Count
Source
225
7.20M
  auto get_ptr() {
226
7.20M
#ifndef NDEBUG
227
7.20M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
7.20M
#endif
229
7.20M
    StatusCheck(success_);
230
7.20M
    return Traits::GetPtr(&value_);
231
7.20M
  }
yb::Result<yb::UsePrivateIpMode>::get_ptr()
Line
Count
Source
225
2.16M
  auto get_ptr() {
226
2.16M
#ifndef NDEBUG
227
2.16M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
2.16M
#endif
229
2.16M
    StatusCheck(success_);
230
2.16M
    return Traits::GetPtr(&value_);
231
2.16M
  }
yb::Result<yb::ql::ParseTree const&>::get_ptr()
Line
Count
Source
225
8.76M
  auto get_ptr() {
226
8.76M
#ifndef NDEBUG
227
8.76M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
8.76M
#endif
229
8.76M
    StatusCheck(success_);
230
8.76M
    return Traits::GetPtr(&value_);
231
8.76M
  }
yb::Result<rocksdb::FileBoundaryValues<rocksdb::InternalKey> >::get_ptr()
Line
Count
Source
225
158M
  auto get_ptr() {
226
158M
#ifndef NDEBUG
227
158M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
158M
#endif
229
158M
    StatusCheck(success_);
230
158M
    return Traits::GetPtr(&value_);
231
158M
  }
yb::Result<rocksdb::FileNumbersHolder>::get_ptr()
Line
Count
Source
225
28.5k
  auto get_ptr() {
226
28.5k
#ifndef NDEBUG
227
28.5k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
28.5k
#endif
229
28.5k
    StatusCheck(success_);
230
28.5k
    return Traits::GetPtr(&value_);
231
28.5k
  }
yb::Result<rocksdb::TableCache::TableReaderWithHandle>::get_ptr()
Line
Count
Source
225
20.7M
  auto get_ptr() {
226
20.7M
#ifndef NDEBUG
227
20.7M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
20.7M
#endif
229
20.7M
    StatusCheck(success_);
230
20.7M
    return Traits::GetPtr(&value_);
231
20.7M
  }
yb::Result<std::__1::unique_ptr<rocksdb::MultiLevelIndexReader, std::__1::default_delete<rocksdb::MultiLevelIndexReader> > >::get_ptr()
Line
Count
Source
225
76.1k
  auto get_ptr() {
226
76.1k
#ifndef NDEBUG
227
76.1k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
76.1k
#endif
229
76.1k
    StatusCheck(success_);
230
76.1k
    return Traits::GetPtr(&value_);
231
76.1k
  }
yb::Result<rocksdb::BlockBasedTable::CachableEntry<rocksdb::IndexReader> >::get_ptr()
Line
Count
Source
225
143
  auto get_ptr() {
226
143
#ifndef NDEBUG
227
143
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
143
#endif
229
143
    StatusCheck(success_);
230
143
    return Traits::GetPtr(&value_);
231
143
  }
format.cc:yb::Result<rocksdb::(anonymous namespace)::ChecksumData>::get_ptr()
Line
Count
Source
225
4.18M
  auto get_ptr() {
226
4.18M
#ifndef NDEBUG
227
4.18M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
4.18M
#endif
229
4.18M
    StatusCheck(success_);
230
4.18M
    return Traits::GetPtr(&value_);
231
4.18M
  }
yb::Result<std::__1::shared_ptr<yb::cdc::StreamMetadata> >::get_ptr()
Line
Count
Source
225
647
  auto get_ptr() {
226
647
#ifndef NDEBUG
227
647
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
647
#endif
229
647
    StatusCheck(success_);
230
647
    return Traits::GetPtr(&value_);
231
647
  }
yb::Result<std::__1::shared_ptr<yb::client::TableHandle> >::get_ptr()
Line
Count
Source
225
1.72k
  auto get_ptr() {
226
1.72k
#ifndef NDEBUG
227
1.72k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
1.72k
#endif
229
1.72k
    StatusCheck(success_);
230
1.72k
    return Traits::GetPtr(&value_);
231
1.72k
  }
Unexecuted instantiation: yb::Result<yb::client::internal::RemoteTabletServer*>::get_ptr()
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::pair<unsigned long long, unsigned long>, std::__1::allocator<std::__1::pair<unsigned long long, unsigned long> > > >::get_ptr()
Unexecuted instantiation: yb::Result<boost::unordered::unordered_map<yb::StronglyTypedUuid<yb::TransactionId_Tag>, yb::TransactionStatusResult, boost::hash<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::TransactionId_Tag> const, yb::TransactionStatusResult> > > >::get_ptr()
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::shared_ptr<yb::consensus::ReplicateMsg>, std::__1::allocator<std::__1::shared_ptr<yb::consensus::ReplicateMsg> > > >::get_ptr()
yb::Result<std::__1::unique_ptr<pg_result, yb::pgwrapper::PGResultClear> >::get_ptr()
Line
Count
Source
225
5.15k
  auto get_ptr() {
226
5.15k
#ifndef NDEBUG
227
5.15k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
5.15k
#endif
229
5.15k
    StatusCheck(success_);
230
5.15k
    return Traits::GetPtr(&value_);
231
5.15k
  }
yb::Result<std::__1::pair<int, int> >::get_ptr()
Line
Count
Source
225
24
  auto get_ptr() {
226
24
#ifndef NDEBUG
227
24
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
24
#endif
229
24
    StatusCheck(success_);
230
24
    return Traits::GetPtr(&value_);
231
24
  }
yb::Result<yb::encryption::EncryptionParamsPB>::get_ptr()
Line
Count
Source
225
35
  auto get_ptr() {
226
35
#ifndef NDEBUG
227
35
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
35
#endif
229
35
    StatusCheck(success_);
230
35
    return Traits::GetPtr(&value_);
231
35
  }
yb::Result<yb::encryption::UniverseKeyParams>::get_ptr()
Line
Count
Source
225
39
  auto get_ptr() {
226
39
#ifndef NDEBUG
227
39
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
39
#endif
229
39
    StatusCheck(success_);
230
39
    return Traits::GetPtr(&value_);
231
39
  }
yb::Result<boost::shared_ptr<boost::date_time::time_zone_base<boost::posix_time::ptime, char> > >::get_ptr()
Line
Count
Source
225
1.34k
  auto get_ptr() {
226
1.34k
#ifndef NDEBUG
227
1.34k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
1.34k
#endif
229
1.34k
    StatusCheck(success_);
230
1.34k
    return Traits::GetPtr(&value_);
231
1.34k
  }
yb::Result<icu_67::GregorianCalendar>::get_ptr()
Line
Count
Source
225
38
  auto get_ptr() {
226
38
#ifndef NDEBUG
227
38
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
38
#endif
229
38
    StatusCheck(success_);
230
38
    return Traits::GetPtr(&value_);
231
38
  }
yb::Result<statvfs>::get_ptr()
Line
Count
Source
225
857k
  auto get_ptr() {
226
857k
#ifndef NDEBUG
227
857k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
857k
#endif
229
857k
    StatusCheck(success_);
230
857k
    return Traits::GetPtr(&value_);
231
857k
  }
yb::Result<yb::ResourceLimits>::get_ptr()
Line
Count
Source
225
29.3k
  auto get_ptr() {
226
29.3k
#ifndef NDEBUG
227
29.3k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
29.3k
#endif
229
29.3k
    StatusCheck(success_);
230
29.3k
    return Traits::GetPtr(&value_);
231
29.3k
  }
yb::Result<std::__1::pair<long long, unsigned long> >::get_ptr()
Line
Count
Source
225
6.70G
  auto get_ptr() {
226
6.70G
#ifndef NDEBUG
227
6.70G
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
6.70G
#endif
229
6.70G
    StatusCheck(success_);
230
6.70G
    return Traits::GetPtr(&value_);
231
6.70G
  }
net_util.cc:yb::Result<std::__1::unique_ptr<addrinfo, yb::(anonymous namespace)::AddrinfoDeleter> >::get_ptr()
Line
Count
Source
225
31.0k
  auto get_ptr() {
226
31.0k
#ifndef NDEBUG
227
31.0k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
31.0k
#endif
229
31.0k
    StatusCheck(success_);
230
31.0k
    return Traits::GetPtr(&value_);
231
31.0k
  }
yb::Result<void*>::get_ptr()
Line
Count
Source
225
23.4k
  auto get_ptr() {
226
23.4k
#ifndef NDEBUG
227
23.4k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
23.4k
#endif
229
23.4k
    StatusCheck(success_);
230
23.4k
    return Traits::GetPtr(&value_);
231
23.4k
  }
yb::Result<yb::StackTrace>::get_ptr()
Line
Count
Source
225
6.77k
  auto get_ptr() {
226
6.77k
#ifndef NDEBUG
227
6.77k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
6.77k
#endif
229
6.77k
    StatusCheck(success_);
230
6.77k
    return Traits::GetPtr(&value_);
231
6.77k
  }
yb::Result<std::__1::vector<char*, std::__1::allocator<char*> > >::get_ptr()
Line
Count
Source
225
10.2k
  auto get_ptr() {
226
10.2k
#ifndef NDEBUG
227
10.2k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
10.2k
#endif
229
10.2k
    StatusCheck(success_);
230
10.2k
    return Traits::GetPtr(&value_);
231
10.2k
  }
yb::Result<yb::Subprocess::ChildPipes>::get_ptr()
Line
Count
Source
225
10.1k
  auto get_ptr() {
226
10.1k
#ifndef NDEBUG
227
10.1k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
10.1k
#endif
229
10.1k
    StatusCheck(success_);
230
10.1k
    return Traits::GetPtr(&value_);
231
10.1k
  }
yb::Result<DIR*>::get_ptr()
Line
Count
Source
225
10.1k
  auto get_ptr() {
226
10.1k
#ifndef NDEBUG
227
10.1k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
10.1k
#endif
229
10.1k
    StatusCheck(success_);
230
10.1k
    return Traits::GetPtr(&value_);
231
10.1k
  }
Unexecuted instantiation: yb::Result<std::__1::vector<int, std::__1::allocator<int> > >::get_ptr()
yb::Result<double>::get_ptr()
Line
Count
Source
225
5
  auto get_ptr() {
226
5
#ifndef NDEBUG
227
5
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
5
#endif
229
5
    StatusCheck(success_);
230
5
    return Traits::GetPtr(&value_);
231
5
  }
yb::Result<yb::docdb::ParsedIntent>::get_ptr()
Line
Count
Source
225
86.9M
  auto get_ptr() {
226
86.9M
#ifndef NDEBUG
227
86.9M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
86.9M
#endif
229
86.9M
    StatusCheck(success_);
230
86.9M
    return Traits::GetPtr(&value_);
231
86.9M
  }
yb::Result<yb::WaitPolicy>::get_ptr()
Line
Count
Source
225
99.7k
  auto get_ptr() {
226
99.7k
#ifndef NDEBUG
227
99.7k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
99.7k
#endif
229
99.7k
    StatusCheck(success_);
230
99.7k
    return Traits::GetPtr(&value_);
231
99.7k
  }
docdb.cc:yb::Result<yb::docdb::(anonymous namespace)::DetermineKeysToLockResult>::get_ptr()
Line
Count
Source
225
3.24M
  auto get_ptr() {
226
3.24M
#ifndef NDEBUG
227
3.24M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
3.24M
#endif
229
3.24M
    StatusCheck(success_);
230
3.24M
    return Traits::GetPtr(&value_);
231
3.24M
  }
yb::Result<rocksdb::FilterDecision>::get_ptr()
Line
Count
Source
225
37.8M
  auto get_ptr() {
226
37.8M
#ifndef NDEBUG
227
37.8M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
37.8M
#endif
229
37.8M
    StatusCheck(success_);
230
37.8M
    return Traits::GetPtr(&value_);
231
37.8M
  }
yb::Result<boost::optional<yb::StronglyTypedUuid<yb::TransactionId_Tag> > >::get_ptr()
Line
Count
Source
225
72
  auto get_ptr() {
226
72
#ifndef NDEBUG
227
72
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
72
#endif
229
72
    StatusCheck(success_);
230
72
    return Traits::GetPtr(&value_);
231
72
  }
yb::Result<std::__1::unique_ptr<yb::docdb::SubDocumentReader, std::__1::default_delete<yb::docdb::SubDocumentReader> > >::get_ptr()
Line
Count
Source
225
721M
  auto get_ptr() {
226
721M
#ifndef NDEBUG
227
721M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
721M
#endif
229
721M
    StatusCheck(success_);
230
721M
    return Traits::GetPtr(&value_);
231
721M
  }
yb::Result<yb::docdb::RateLimiterSharingMode>::get_ptr()
Line
Count
Source
225
8.75k
  auto get_ptr() {
226
8.75k
#ifndef NDEBUG
227
8.75k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
8.75k
#endif
229
8.75k
    StatusCheck(success_);
230
8.75k
    return Traits::GetPtr(&value_);
231
8.75k
  }
yb::Result<rocksdb::CompressionType>::get_ptr()
Line
Count
Source
225
527k
  auto get_ptr() {
226
527k
#ifndef NDEBUG
227
527k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
527k
#endif
229
527k
    StatusCheck(success_);
230
527k
    return Traits::GetPtr(&value_);
231
527k
  }
yb::Result<yb::CommitMetadata>::get_ptr()
Line
Count
Source
225
709k
  auto get_ptr() {
226
709k
#ifndef NDEBUG
227
709k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
709k
#endif
229
709k
    StatusCheck(success_);
230
709k
    return Traits::GetPtr(&value_);
231
709k
  }
intent_aware_iterator.cc:yb::Result<yb::docdb::(anonymous namespace)::DecodeStrongWriteIntentResult>::get_ptr()
Line
Count
Source
225
51.7M
  auto get_ptr() {
226
51.7M
#ifndef NDEBUG
227
51.7M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
51.7M
#endif
229
51.7M
    StatusCheck(success_);
230
51.7M
    return Traits::GetPtr(&value_);
231
51.7M
  }
yb::Result<yb::docdb::RedisValue>::get_ptr()
Line
Count
Source
225
145k
  auto get_ptr() {
226
145k
#ifndef NDEBUG
227
145k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
145k
#endif
229
145k
    StatusCheck(success_);
230
145k
    return Traits::GetPtr(&value_);
231
145k
  }
yb::Result<yb::RedisDataType>::get_ptr()
Line
Count
Source
225
114k
  auto get_ptr() {
226
114k
#ifndef NDEBUG
227
114k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
114k
#endif
229
114k
    StatusCheck(success_);
230
114k
    return Traits::GetPtr(&value_);
231
114k
  }
yb::Result<boost::optional<yb::docdb::Expiration> >::get_ptr()
Line
Count
Source
225
291
  auto get_ptr() {
226
291
#ifndef NDEBUG
227
291
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
291
#endif
229
291
    StatusCheck(success_);
230
291
    return Traits::GetPtr(&value_);
231
291
  }
yb::Result<yb::docdb::SubDocument*>::get_ptr()
Line
Count
Source
225
715M
  auto get_ptr() {
226
715M
#ifndef NDEBUG
227
715M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
715M
#endif
229
715M
    StatusCheck(success_);
230
715M
    return Traits::GetPtr(&value_);
231
715M
  }
subdoc_reader.cc:yb::Result<yb::docdb::(anonymous namespace)::ScopedDocDbRowContextWithData*>::get_ptr()
Line
Count
Source
225
145M
  auto get_ptr() {
226
145M
#ifndef NDEBUG
227
145M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
145M
#endif
229
145M
    StatusCheck(success_);
230
145M
    return Traits::GetPtr(&value_);
231
145M
  }
subdoc_reader.cc:yb::Result<std::__1::unique_ptr<yb::docdb::(anonymous namespace)::DocDbRowData, std::__1::default_delete<yb::docdb::(anonymous namespace)::DocDbRowData> > >::get_ptr()
Line
Count
Source
225
744M
  auto get_ptr() {
226
744M
#ifndef NDEBUG
227
744M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
744M
#endif
229
744M
    StatusCheck(success_);
230
744M
    return Traits::GetPtr(&value_);
231
744M
  }
yb::Result<yb::docdb::TransactionStatusCache::GetCommitDataResult>::get_ptr()
Line
Count
Source
225
226k
  auto get_ptr() {
226
226k
#ifndef NDEBUG
227
226k
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
226k
#endif
229
226k
    StatusCheck(success_);
230
226k
    return Traits::GetPtr(&value_);
231
226k
  }
yb::Result<yb::docdb::ValueType>::get_ptr()
Line
Count
Source
225
7.51M
  auto get_ptr() {
226
7.51M
#ifndef NDEBUG
227
7.51M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
7.51M
#endif
229
7.51M
    StatusCheck(success_);
230
7.51M
    return Traits::GetPtr(&value_);
231
7.51M
  }
cql_processor.cc:yb::Result<std::__1::unique_ptr<ldap, yb::cqlserver::(anonymous namespace)::LDAPDeleter> >::get_ptr()
Line
Count
Source
225
64
  auto get_ptr() {
226
64
#ifndef NDEBUG
227
64
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
64
#endif
229
64
    StatusCheck(success_);
230
64
    return Traits::GetPtr(&value_);
231
64
  }
yb::Result<yb::cqlserver::CQLProcessor*>::get_ptr()
Line
Count
Source
225
8.94M
  auto get_ptr() {
226
8.94M
#ifndef NDEBUG
227
8.94M
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
8.94M
#endif
229
8.94M
    StatusCheck(success_);
230
8.94M
    return Traits::GetPtr(&value_);
231
8.94M
  }
yb::Result<yb::log::FirstEntryMetadata>::get_ptr()
Line
Count
Source
225
165
  auto get_ptr() {
226
165
#ifndef NDEBUG
227
165
    StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_));
228
165
#endif
229
165
    StatusCheck(success_);
230
165
    return Traits::GetPtr(&value_);
231
165
  }
232
233
  CHECKED_STATUS MoveTo(typename Traits::Pointer value) {
234
    if (!ok()) {
235
      return status();
236
    }
237
    *value = std::move(**this);
238
    return Status::OK();
239
  }
240
241
304
  std::string ToString() const {
242
304
    return ok() ? 
AsString(**this)57
:
status().ToString()247
;
243
304
  }
Unexecuted instantiation: yb::Result<yb::HybridTime>::ToString() const
Unexecuted instantiation: yb::Result<yb::TransactionStatusResult>::ToString() const
yb::Result<bool>::ToString() const
Line
Count
Source
241
247
  std::string ToString() const {
242
247
    return ok() ? 
AsString(**this)0
: status().ToString();
243
247
  }
Unexecuted instantiation: yb::Result<yb::rpc::ProcessCallsResult>::ToString() const
Unexecuted instantiation: yb::Result<scoped_refptr<yb::master::TableInfo> >::ToString() const
Unexecuted instantiation: yb::Result<std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > > >::ToString() const
yb::Result<unsigned long>::ToString() const
Line
Count
Source
241
1
  std::string ToString() const {
242
1
    return ok() ? AsString(**this) : 
status().ToString()0
;
243
1
  }
Unexecuted instantiation: yb::Result<yb::master::SysRowEntries>::ToString() const
Unexecuted instantiation: yb::Result<scoped_refptr<yb::client::internal::RemoteTablet> >::ToString() const
Unexecuted instantiation: yb::Result<std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> > >::ToString() const
Unexecuted instantiation: yb::Result<yb::master::GetLoadBalancerStateResponsePB>::ToString() const
yb::Result<yb::StronglyTypedUuid<yb::TransactionId_Tag> >::ToString() const
Line
Count
Source
241
56
  std::string ToString() const {
242
56
    return ok() ? AsString(**this) : 
status().ToString()0
;
243
56
  }
Unexecuted instantiation: yb::Result<yb::ColumnSchema const&>::ToString() const
244
245
35.6G
  ~Result() {
246
35.6G
    if (success_) {
247
35.3G
      Traits::Destroy(&value_);
248
35.3G
    } else {
249
261M
      status_.~Status();
250
261M
    }
251
35.6G
  }
yb::Result<std::__1::unique_ptr<yb::client::YBClient, std::__1::default_delete<yb::client::YBClient> > >::~Result()
Line
Count
Source
245
43.3k
  ~Result() {
246
43.3k
    if (success_) {
247
30.7k
      Traits::Destroy(&value_);
248
30.7k
    } else {
249
12.6k
      status_.~Status();
250
12.6k
    }
251
43.3k
  }
yb::Result<std::__1::unique_ptr<yb::rpc::Messenger, std::__1::default_delete<yb::rpc::Messenger> > >::~Result()
Line
Count
Source
245
40.9k
  ~Result() {
246
40.9k
    if (
success_40.9k
) {
247
40.9k
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
40.9k
  }
Unexecuted instantiation: yb::Result<signed char>::~Result()
Unexecuted instantiation: yb::Result<short>::~Result()
yb::Result<int>::~Result()
Line
Count
Source
245
11.4M
  ~Result() {
246
11.4M
    if (
success_11.4M
) {
247
11.4M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
11.4M
  }
yb::Result<long long>::~Result()
Line
Count
Source
245
6.75G
  ~Result() {
246
6.75G
    if (
success_6.75G
) {
247
6.75G
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
6.75G
  }
yb::Result<long double>::~Result()
Line
Count
Source
245
23.0k
  ~Result() {
246
23.0k
    if (success_) {
247
23.0k
      Traits::Destroy(&value_);
248
23.0k
    } else {
249
53
      status_.~Status();
250
53
    }
251
23.0k
  }
yb::Result<yb::Timestamp>::~Result()
Line
Count
Source
245
1.37k
  ~Result() {
246
1.37k
    if (success_) {
247
1.34k
      Traits::Destroy(&value_);
248
1.34k
    } else {
249
36
      status_.~Status();
250
36
    }
251
1.37k
  }
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::~Result()
Line
Count
Source
245
5.99M
  ~Result() {
246
5.99M
    if (
success_5.99M
) {
247
5.99M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
5.99M
  }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::RandomAccessFileReader, std::__1::default_delete<rocksdb::RandomAccessFileReader> > >::~Result()
Unexecuted instantiation: yb::Result<yb::tools::DataPatcherAction>::~Result()
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::TableReader, std::__1::default_delete<rocksdb::TableReader> > >::~Result()
yb::Result<unsigned long long>::~Result()
Line
Count
Source
245
845M
  ~Result() {
246
845M
    if (
success_845M
) {
247
845M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
845M
  }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<rocksdb::WritableFileWriter, std::__1::default_delete<rocksdb::WritableFileWriter> > >::~Result()
yb::Result<yb::HybridTime>::~Result()
Line
Count
Source
245
113M
  ~Result() {
246
113M
    if (success_) {
247
113M
      Traits::Destroy(&value_);
248
113M
    } else {
249
129k
      status_.~Status();
250
129k
    }
251
113M
  }
yb::Result<yb::DocHybridTime>::~Result()
Line
Count
Source
245
3.94G
  ~Result() {
246
3.94G
    if (
success_3.94G
) {
247
3.94G
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
3.94G
  }
yb::Result<char*>::~Result()
Line
Count
Source
245
7.17k
  ~Result() {
246
7.17k
    if (success_) {
247
7.17k
      Traits::Destroy(&value_);
248
7.17k
    } else {
249
0
      status_.~Status();
250
0
    }
251
7.17k
  }
yb::Result<yb::docdb::ValueControlFields>::~Result()
Line
Count
Source
245
759M
  ~Result() {
246
759M
    if (
success_759M
) {
247
759M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
759M
  }
yb::Result<yb::MonoDelta>::~Result()
Line
Count
Source
245
758M
  ~Result() {
246
758M
    if (
success_758M
) {
247
758M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
758M
  }
yb::Result<yb::HostPort>::~Result()
Line
Count
Source
245
89.2k
  ~Result() {
246
89.2k
    if (
success_89.2k
) {
247
89.2k
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
89.2k
  }
yb::Result<rapidjson::GenericDocument<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator>, rapidjson::CrtAllocator> >::~Result()
Line
Count
Source
245
209
  ~Result() {
246
209
    if (success_) {
247
172
      Traits::Destroy(&value_);
248
172
    } else {
249
37
      status_.~Status();
250
37
    }
251
209
  }
yb::Result<yb::client::YBTableName>::~Result()
Line
Count
Source
245
4.15k
  ~Result() {
246
4.15k
    if (success_) {
247
4.14k
      Traits::Destroy(&value_);
248
4.14k
    } else {
249
9
      status_.~Status();
250
9
    }
251
4.15k
  }
yb-admin_cli.cc:yb::Result<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::ListTabletsFlags> > >::~Result()
Line
Count
Source
245
4
  ~Result() {
246
4
    if (success_) {
247
4
      Traits::Destroy(&value_);
248
4
    } else {
249
0
      status_.~Status();
250
0
    }
251
4
  }
yb::Result<yb::tools::TypedNamespaceName>::~Result()
Line
Count
Source
245
23
  ~Result() {
246
23
    if (success_) {
247
23
      Traits::Destroy(&value_);
248
23
    } else {
249
0
      status_.~Status();
250
0
    }
251
23
  }
Unexecuted instantiation: yb-admin_cli.cc:yb::Result<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::AddIndexes> > >::~Result()
Unexecuted instantiation: yb::Result<std::__1::pair<int, bool> >::~Result()
yb::Result<yb::tools::TableNameResolver>::~Result()
Line
Count
Source
245
19
  ~Result() {
246
19
    if (success_) {
247
19
      Traits::Destroy(&value_);
248
19
    } else {
249
0
      status_.~Status();
250
0
    }
251
19
  }
yb::Result<std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> > >::~Result()
Line
Count
Source
245
890
  ~Result() {
246
890
    if (success_) {
247
888
      Traits::Destroy(&value_);
248
888
    } else {
249
2
      status_.~Status();
250
2
    }
251
890
  }
yb::Result<bool>::~Result()
Line
Count
Source
245
8.17G
  ~Result() {
246
8.17G
    if (success_) {
247
8.17G
      Traits::Destroy(&value_);
248
8.17G
    } else {
249
3.19M
      status_.~Status();
250
3.19M
    }
251
8.17G
  }
yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag> >::~Result()
Line
Count
Source
245
80
  ~Result() {
246
80
    if (success_) {
247
80
      Traits::Destroy(&value_);
248
80
    } else {
249
0
      status_.~Status();
250
0
    }
251
80
  }
yb::Result<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >::~Result()
Line
Count
Source
245
566
  ~Result() {
246
567
    if (
success_566
) {
247
567
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
566
  }
Unexecuted instantiation: yb::Result<yb::master::MasterOptions>::~Result()
yb::Result<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > >::~Result()
Line
Count
Source
245
61.4k
  ~Result() {
246
61.4k
    if (success_) {
247
61.4k
      Traits::Destroy(&value_);
248
61.4k
    } else {
249
0
      status_.~Status();
250
0
    }
251
61.4k
  }
yb::Result<yb::pgwrapper::PgProcessConf>::~Result()
Line
Count
Source
245
1.99k
  ~Result() {
246
1.99k
    if (success_) {
247
1.99k
      Traits::Destroy(&value_);
248
1.99k
    } else {
249
0
      status_.~Status();
250
0
    }
251
1.99k
  }
yb::Result<std::__1::unique_ptr<yb::rpc::SecureContext, std::__1::default_delete<yb::rpc::SecureContext> > >::~Result()
Line
Count
Source
245
23.6k
  ~Result() {
246
23.6k
    if (success_) {
247
23.6k
      Traits::Destroy(&value_);
248
23.6k
    } else {
249
0
      status_.~Status();
250
0
    }
251
23.6k
  }
yb::Result<yb::tserver::TabletServerOptions>::~Result()
Line
Count
Source
245
913
  ~Result() {
246
913
    if (success_) {
247
913
      Traits::Destroy(&value_);
248
913
    } else {
249
0
      status_.~Status();
250
0
    }
251
913
  }
yb::Result<yb::Slice>::~Result()
Line
Count
Source
245
198M
  ~Result() {
246
198M
    if (success_) {
247
198M
      Traits::Destroy(&value_);
248
198M
    } else {
249
13.1k
      status_.~Status();
250
13.1k
    }
251
198M
  }
yb::Result<scoped_refptr<yb::log::ReadableLogSegment> >::~Result()
Line
Count
Source
245
10.6k
  ~Result() {
246
10.6k
    if (success_) {
247
10.6k
      Traits::Destroy(&value_);
248
10.6k
    } else {
249
0
      status_.~Status();
250
0
    }
251
10.6k
  }
yb::Result<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >::~Result()
Line
Count
Source
245
170k
  ~Result() {
246
170k
    if (success_) {
247
170k
      Traits::Destroy(&value_);
248
170k
    } else {
249
53
      status_.~Status();
250
53
    }
251
170k
  }
yb::Result<yb::PhysicalTime>::~Result()
Line
Count
Source
245
212M
  ~Result() {
246
212M
    if (success_) {
247
212M
      Traits::Destroy(&value_);
248
212M
    } else {
249
283
      status_.~Status();
250
283
    }
251
212M
  }
yb::Result<yb::master::MiniMaster*>::~Result()
Line
Count
Source
245
55.6k
  ~Result() {
246
55.6k
    if (success_) {
247
55.6k
      Traits::Destroy(&value_);
248
55.6k
    } else {
249
0
      status_.~Status();
250
0
    }
251
55.6k
  }
yb::Result<unsigned long>::~Result()
Line
Count
Source
245
1.29G
  ~Result() {
246
1.29G
    if (success_) {
247
1.13G
      Traits::Destroy(&value_);
248
1.13G
    } else {
249
162M
      status_.~Status();
250
162M
    }
251
1.29G
  }
Unexecuted instantiation: yb::Result<yb::master::CatalogManagerIf*>::~Result()
yb::Result<boost::optional<unsigned short> >::~Result()
Line
Count
Source
245
21.5M
  ~Result() {
246
21.5M
    if (
success_21.5M
) {
247
21.5M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
21.5M
  }
Unexecuted instantiation: yb::Result<yb::tserver::ReadRequestPB>::~Result()
yb::Result<std::__1::shared_ptr<yb::client::YBqlWriteOp> >::~Result()
Line
Count
Source
245
19.0k
  ~Result() {
246
19.0k
    if (success_) {
247
19.0k
      Traits::Destroy(&value_);
248
19.0k
    } else {
249
0
      status_.~Status();
250
0
    }
251
19.0k
  }
yb::Result<std::__1::pair<unsigned short, unsigned short> >::~Result()
Line
Count
Source
245
20
  ~Result() {
246
20
    if (success_) {
247
20
      Traits::Destroy(&value_);
248
20
    } else {
249
0
      status_.~Status();
250
0
    }
251
20
  }
yb::Result<unsigned short>::~Result()
Line
Count
Source
245
6.64M
  ~Result() {
246
6.64M
    if (
success_6.64M
) {
247
6.64M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
6.64M
  }
yb::Result<scoped_refptr<yb::master::TabletInfo> >::~Result()
Line
Count
Source
245
333
  ~Result() {
246
333
    if (success_) {
247
333
      Traits::Destroy(&value_);
248
333
    } else {
249
0
      status_.~Status();
250
0
    }
251
333
  }
yb::Result<yb::tserver::GetSplitKeyResponsePB>::~Result()
Line
Count
Source
245
1
  ~Result() {
246
1
    if (success_) {
247
1
      Traits::Destroy(&value_);
248
1
    } else {
249
0
      status_.~Status();
250
0
    }
251
1
  }
yb::Result<std::__1::vector<std::__1::shared_ptr<yb::tablet::TabletPeer>, std::__1::allocator<std::__1::shared_ptr<yb::tablet::TabletPeer> > > >::~Result()
Line
Count
Source
245
3
  ~Result() {
246
3
    if (success_) {
247
3
      Traits::Destroy(&value_);
248
3
    } else {
249
0
      status_.~Status();
250
0
    }
251
3
  }
yb::Result<std::__1::unique_ptr<yb::docdb::YQLRowwiseIteratorIf, std::__1::default_delete<yb::docdb::YQLRowwiseIteratorIf> > >::~Result()
Line
Count
Source
245
4.34M
  ~Result() {
246
4.34M
    if (
success_4.34M
) {
247
4.34M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
4.34M
  }
yb::Result<std::__1::vector<yb::tserver::ListTabletsForTabletServerResponsePB_Entry, std::__1::allocator<yb::tserver::ListTabletsForTabletServerResponsePB_Entry> > >::~Result()
Line
Count
Source
245
881
  ~Result() {
246
881
    if (success_) {
247
881
      Traits::Destroy(&value_);
248
881
    } else {
249
0
      status_.~Status();
250
0
    }
251
881
  }
yb::Result<std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >::~Result()
Line
Count
Source
245
1.09k
  ~Result() {
246
1.09k
    if (success_) {
247
1.09k
      Traits::Destroy(&value_);
248
1.09k
    } else {
249
0
      status_.~Status();
250
0
    }
251
1.09k
  }
yb::Result<yb::tserver::ListTabletsResponsePB>::~Result()
Line
Count
Source
245
3
  ~Result() {
246
3
    if (success_) {
247
3
      Traits::Destroy(&value_);
248
3
    } else {
249
0
      status_.~Status();
250
0
    }
251
3
  }
yb::Result<std::__1::vector<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB, std::__1::allocator<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB> > >::~Result()
Line
Count
Source
245
4
  ~Result() {
246
4
    if (success_) {
247
4
      Traits::Destroy(&value_);
248
4
    } else {
249
0
      status_.~Status();
250
0
    }
251
4
  }
yb::Result<unsigned int>::~Result()
Line
Count
Source
245
170M
  ~Result() {
246
170M
    if (
success_170M
) {
247
170M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
170M
  }
yb::Result<boost::asio::ip::address>::~Result()
Line
Count
Source
245
5.53M
  ~Result() {
246
5.53M
    if (success_) {
247
5.45M
      Traits::Destroy(&value_);
248
5.45M
    } else {
249
79.3k
      status_.~Status();
250
79.3k
    }
251
5.53M
  }
yb::Result<yb::CassandraSession>::~Result()
Line
Count
Source
245
259
  ~Result() {
246
259
    if (success_) {
247
206
      Traits::Destroy(&value_);
248
206
    } else {
249
53
      status_.~Status();
250
53
    }
251
259
  }
yb::Result<yb::CassandraResult>::~Result()
Line
Count
Source
245
149
  ~Result() {
246
149
    if (success_) {
247
148
      Traits::Destroy(&value_);
248
148
    } else {
249
1
      status_.~Status();
250
1
    }
251
149
  }
yb::Result<std::__1::shared_ptr<yb::client::YBTable> >::~Result()
Line
Count
Source
245
4.10M
  ~Result() {
246
4.10M
    if (success_) {
247
4.10M
      Traits::Destroy(&value_);
248
4.10M
    } else {
249
529
      status_.~Status();
250
529
    }
251
4.10M
  }
yb::Result<std::__1::vector<yb::HostPortPB, std::__1::allocator<yb::HostPortPB> > >::~Result()
Line
Count
Source
245
228
  ~Result() {
246
228
    if (success_) {
247
228
      Traits::Destroy(&value_);
248
228
    } else {
249
0
      status_.~Status();
250
0
    }
251
228
  }
yb::Result<long>::~Result()
Line
Count
Source
245
2.05M
  ~Result() {
246
2.05M
    if (success_) {
247
2.05M
      Traits::Destroy(&value_);
248
2.05M
    } else {
249
0
      status_.~Status();
250
0
    }
251
2.05M
  }
yb::Result<yb::SharedMemorySegment>::~Result()
Line
Count
Source
245
23.4k
  ~Result() {
246
23.4k
    if (success_) {
247
23.4k
      Traits::Destroy(&value_);
248
23.4k
    } else {
249
7
      status_.~Status();
250
7
    }
251
23.4k
  }
yb::Result<yb::SharedMemoryObject<yb::tserver::TServerSharedData> >::~Result()
Line
Count
Source
245
23.4k
  ~Result() {
246
23.4k
    if (success_) {
247
23.4k
      Traits::Destroy(&value_);
248
23.4k
    } else {
249
0
      status_.~Status();
250
0
    }
251
23.4k
  }
Unexecuted instantiation: yb::Result<std::__1::vector<unsigned long long, std::__1::allocator<unsigned long long> > >::~Result()
yb::Result<yb::tserver::PgClientSession&>::~Result()
Line
Count
Source
245
2.48M
  ~Result() {
246
2.48M
    if (
success_2.48M
) {
247
2.48M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
2.48M
  }
yb::Result<yb::tserver::PgClientSessionLocker>::~Result()
Line
Count
Source
245
2.48M
  ~Result() {
246
2.48M
    if (success_) {
247
2.48M
      Traits::Destroy(&value_);
248
2.48M
    } else {
249
31
      status_.~Status();
250
31
    }
251
2.48M
  }
yb::Result<std::__1::vector<yb::client::YBTabletServerPlacementInfo, std::__1::allocator<yb::client::YBTabletServerPlacementInfo> > >::~Result()
Line
Count
Source
245
8
  ~Result() {
246
8
    if (success_) {
247
8
      Traits::Destroy(&value_);
248
8
    } else {
249
0
      status_.~Status();
250
0
    }
251
8
  }
yb::Result<std::__1::vector<std::__1::shared_ptr<yb::client::YBPgsqlOp>, std::__1::allocator<std::__1::shared_ptr<yb::client::YBPgsqlOp> > > >::~Result()
Line
Count
Source
245
2.17M
  ~Result() {
246
2.17M
    if (success_) {
247
2.17M
      Traits::Destroy(&value_);
248
2.17M
    } else {
249
7
      status_.~Status();
250
7
    }
251
2.17M
  }
yb::Result<yb::TransactionMetadata const*>::~Result()
Line
Count
Source
245
572k
  ~Result() {
246
572k
    if (success_) {
247
572k
      Traits::Destroy(&value_);
248
572k
    } else {
249
2
      status_.~Status();
250
2
    }
251
572k
  }
yb::Result<yb::client::YBSession*>::~Result()
Line
Count
Source
245
2.17M
  ~Result() {
246
2.17M
    if (success_) {
247
2.17M
      Traits::Destroy(&value_);
248
2.17M
    } else {
249
4
      status_.~Status();
250
4
    }
251
2.17M
  }
yb::Result<std::__1::shared_ptr<yb::client::YBTransaction> >::~Result()
Line
Count
Source
245
147k
  ~Result() {
246
147k
    if (success_) {
247
146k
      Traits::Destroy(&value_);
248
146k
    } else {
249
39
      status_.~Status();
250
39
    }
251
147k
  }
yb::Result<yb::TransactionMetadata>::~Result()
Line
Count
Source
245
4.22M
  ~Result() {
246
4.22M
    if (success_) {
247
4.21M
      Traits::Destroy(&value_);
248
4.21M
    } else {
249
2.96k
      status_.~Status();
250
2.96k
    }
251
4.22M
  }
yb::Result<yb::tserver::TabletPeerTablet>::~Result()
Line
Count
Source
245
69.2M
  ~Result() {
246
69.2M
    if (success_) {
247
69.1M
      Traits::Destroy(&value_);
248
69.1M
    } else {
249
167k
      status_.~Status();
250
167k
    }
251
69.2M
  }
yb::Result<yb::IsolationLevel>::~Result()
Line
Count
Source
245
3.61M
  ~Result() {
246
3.61M
    if (success_) {
247
3.61M
      Traits::Destroy(&value_);
248
3.61M
    } else {
249
1.19k
      status_.~Status();
250
1.19k
    }
251
3.61M
  }
yb::Result<yb::tserver::LeaderTabletPeer>::~Result()
Line
Count
Source
245
5.11M
  ~Result() {
246
5.11M
    if (success_) {
247
5.05M
      Traits::Destroy(&value_);
248
5.05M
    } else {
249
62.1k
      status_.~Status();
250
62.1k
    }
251
5.11M
  }
yb::Result<std::__1::shared_ptr<yb::tablet::AbstractTablet> >::~Result()
Line
Count
Source
245
9.24M
  ~Result() {
246
9.24M
    if (success_) {
247
9.21M
      Traits::Destroy(&value_);
248
9.21M
    } else {
249
22.3k
      status_.~Status();
250
22.3k
    }
251
9.24M
  }
yb::Result<yb::tablet::ScopedReadOperation>::~Result()
Line
Count
Source
245
10.0M
  ~Result() {
246
10.0M
    if (
success_10.0M
) {
247
10.0M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
10.0M
  }
yb::Result<yb::StronglyTypedUuid<yb::TransactionId_Tag> >::~Result()
Line
Count
Source
245
34.1M
  ~Result() {
246
34.1M
    if (
success_34.1M
) {
247
34.1M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
34.1M
  }
yb::Result<yb::ReadHybridTime>::~Result()
Line
Count
Source
245
37.7M
  ~Result() {
246
37.7M
    if (
success_37.7M
) {
247
37.7M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
37.7M
  }
yb::Result<scoped_refptr<yb::tablet::RaftGroupMetadata> >::~Result()
Line
Count
Source
245
159k
  ~Result() {
246
159k
    if (success_) {
247
150k
      Traits::Destroy(&value_);
248
150k
    } else {
249
8.62k
      status_.~Status();
250
8.62k
    }
251
159k
  }
yb::Result<google::protobuf::RepeatedPtrField<yb::tablet::FilePB> >::~Result()
Line
Count
Source
245
1.60k
  ~Result() {
246
1.60k
    if (success_) {
247
1.60k
      Traits::Destroy(&value_);
248
1.60k
    } else {
249
0
      status_.~Status();
250
0
    }
251
1.60k
  }
yb::Result<std::__1::vector<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>, std::__1::allocator<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> > > >::~Result()
Line
Count
Source
245
17.2k
  ~Result() {
246
17.2k
    if (success_) {
247
17.2k
      Traits::Destroy(&value_);
248
17.2k
    } else {
249
0
      status_.~Status();
250
0
    }
251
17.2k
  }
yb::Result<std::__1::shared_ptr<yb::consensus::RaftConsensus> >::~Result()
Line
Count
Source
245
26.9M
  ~Result() {
246
27.0M
    if (
success_26.9M
) {
247
27.0M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
26.9M
  }
yb::Result<yb::IndexInfo const*>::~Result()
Line
Count
Source
245
59.2k
  ~Result() {
246
59.2k
    if (success_) {
247
58.4k
      Traits::Destroy(&value_);
248
58.4k
    } else {
249
777
      status_.~Status();
250
777
    }
251
59.2k
  }
yb::Result<std::__1::shared_ptr<yb::tablet::TableInfo> >::~Result()
Line
Count
Source
245
24.1M
  ~Result() {
246
24.1M
    if (
success_24.1M
) {
247
24.1M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
24.1M
  }
yb::Result<yb::TransactionStatusResult>::~Result()
Line
Count
Source
245
6.78M
  ~Result() {
246
6.78M
    if (success_) {
247
2.90M
      Traits::Destroy(&value_);
248
3.87M
    } else {
249
3.87M
      status_.~Status();
250
3.87M
    }
251
6.78M
  }
yb::Result<std::__1::shared_ptr<yb::tablet::TabletPeer> >::~Result()
Line
Count
Source
245
282k
  ~Result() {
246
282k
    if (success_) {
247
282k
      Traits::Destroy(&value_);
248
282k
    } else {
249
11
      status_.~Status();
250
11
    }
251
282k
  }
yb::Result<yb::OpId>::~Result()
Line
Count
Source
245
60.3M
  ~Result() {
246
60.3M
    if (
success_60.3M
) {
247
60.3M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
60.3M
  }
yb::Result<scoped_refptr<yb::tserver::TransitionInProgressDeleter> >::~Result()
Line
Count
Source
245
140k
  ~Result() {
246
140k
    if (
success_140k
) {
247
140k
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
140k
  }
yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>::~Result()
Line
Count
Source
245
140
  ~Result() {
246
140
    if (success_) {
247
140
      Traits::Destroy(&value_);
248
140
    } else {
249
0
      status_.~Status();
250
0
    }
251
140
  }
yb::Result<yb::Env::FilesystemStats>::~Result()
Line
Count
Source
245
1.08M
  ~Result() {
246
1.08M
    if (success_) {
247
214k
      Traits::Destroy(&value_);
248
873k
    } else {
249
873k
      status_.~Status();
250
873k
    }
251
1.08M
  }
yb::Result<yb::UsePrivateIpMode>::~Result()
Line
Count
Source
245
2.18M
  ~Result() {
246
2.18M
    if (
success_2.18M
) {
247
2.18M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
2.18M
  }
Unexecuted instantiation: yb::Result<std::__1::unique_ptr<yb::tserver::enterprise::CDCConsumer, std::__1::default_delete<yb::tserver::enterprise::CDCConsumer> > >::~Result()
Unexecuted instantiation: yb::Result<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >::~Result()
yb::Result<scoped_refptr<yb::client::internal::RemoteTablet> >::~Result()
Line
Count
Source
245
48.6M
  ~Result() {
246
48.6M
    if (success_) {
247
48.6M
      Traits::Destroy(&value_);
248
48.6M
    } else {
249
2.03k
      status_.~Status();
250
2.03k
    }
251
48.6M
  }
yb::Result<yb::ql::audit::LogEntry>::~Result()
Line
Count
Source
245
13.5k
  ~Result() {
246
13.5k
    if (success_) {
247
13.5k
      Traits::Destroy(&value_);
248
13.5k
    } else {
249
0
      status_.~Status();
250
0
    }
251
13.5k
  }
yb::Result<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> >::~Result()
Line
Count
Source
245
1.93k
  ~Result() {
246
1.93k
    if (success_) {
247
1.93k
      Traits::Destroy(&value_);
248
1.93k
    } else {
249
3
      status_.~Status();
250
3
    }
251
1.93k
  }
yb::Result<std::__1::unique_ptr<yb::tserver::MiniTabletServer, std::__1::default_delete<yb::tserver::MiniTabletServer> > >::~Result()
Line
Count
Source
245
35
  ~Result() {
246
35
    if (success_) {
247
35
      Traits::Destroy(&value_);
248
35
    } else {
249
0
      status_.~Status();
250
0
    }
251
35
  }
yb::Result<yb::Uuid>::~Result()
Line
Count
Source
245
50.3M
  ~Result() {
246
50.3M
    if (
success_50.3M
) {
247
50.3M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
50.3M
  }
yb::Result<std::__1::shared_ptr<yb::ql::PTExpr> >::~Result()
Line
Count
Source
245
650
  ~Result() {
246
650
    if (success_) {
247
648
      Traits::Destroy(&value_);
248
648
    } else {
249
2
      status_.~Status();
250
2
    }
251
650
  }
yb::Result<std::__1::shared_ptr<yb::QLType> >::~Result()
Line
Count
Source
245
14
  ~Result() {
246
14
    if (success_) {
247
14
      Traits::Destroy(&value_);
248
14
    } else {
249
0
      status_.~Status();
250
0
    }
251
14
  }
yb::Result<yb::ChildTransactionDataPB>::~Result()
Line
Count
Source
245
265k
  ~Result() {
246
266k
    if (
success_265k
) {
247
266k
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
265k
  }
yb::Result<yb::ql::QueryPagingState*>::~Result()
Line
Count
Source
245
7.49M
  ~Result() {
246
7.49M
    if (
success_7.49M
) {
247
7.49M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
7.49M
  }
yb::Result<yb::ColumnSchema const&>::~Result()
Line
Count
Source
245
66.1M
  ~Result() {
246
66.1M
    if (
success_66.1M
) {
247
66.1M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
66.1M
  }
yb::Result<yb::docdb::ApplyTransactionState>::~Result()
Line
Count
Source
245
1.30M
  ~Result() {
246
1.30M
    if (
success_1.30M
) {
247
1.30M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
1.30M
  }
yb::Result<yb::UnsignedIntSet<unsigned int> >::~Result()
Line
Count
Source
245
6.13M
  ~Result() {
246
6.13M
    if (success_) {
247
6.13M
      Traits::Destroy(&value_);
248
6.13M
    } else {
249
44
      status_.~Status();
250
44
    }
251
6.13M
  }
yb::Result<yb::tablet::TabletScopedRWOperationPauses>::~Result()
Line
Count
Source
245
249k
  ~Result() {
246
249k
    if (success_) {
247
249k
      Traits::Destroy(&value_);
248
249k
    } else {
249
11
      status_.~Status();
250
11
    }
251
249k
  }
yb::Result<rocksdb::KeyValueEncodingFormat>::~Result()
Line
Count
Source
245
195k
  ~Result() {
246
195k
    if (success_) {
247
195k
      Traits::Destroy(&value_);
248
195k
    } else {
249
100
      status_.~Status();
250
100
    }
251
195k
  }
yb::Result<yb::ScopedRWOperationPause>::~Result()
Line
Count
Source
245
499k
  ~Result() {
246
499k
    if (
success_499k
) {
247
499k
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
499k
  }
yb::Result<yb::TransactionOperationContext>::~Result()
Line
Count
Source
245
14.2M
  ~Result() {
246
14.2M
    if (
success_14.2M
) {
247
14.2M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
14.2M
  }
yb::Result<std::__1::unique_ptr<pg_conn, yb::pgwrapper::PGConnClose> >::~Result()
Line
Count
Source
245
1.91k
  ~Result() {
246
1.91k
    if (success_) {
247
1.91k
      Traits::Destroy(&value_);
248
1.91k
    } else {
249
0
      status_.~Status();
250
0
    }
251
1.91k
  }
yb::Result<yb::PgsqlBackfillSpecPB>::~Result()
Line
Count
Source
245
2.27k
  ~Result() {
246
2.27k
    if (success_) {
247
2.24k
      Traits::Destroy(&value_);
248
2.24k
    } else {
249
24
      status_.~Status();
250
24
    }
251
2.27k
  }
yb::Result<yb::QLWriteRequestPB*>::~Result()
Line
Count
Source
245
52.4k
  ~Result() {
246
52.4k
    if (
success_52.4k
) {
247
52.4k
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
52.4k
  }
yb::Result<std::__1::shared_ptr<yb::client::YBSession> >::~Result()
Line
Count
Source
245
2.50k
  ~Result() {
246
2.50k
    if (success_) {
247
2.50k
      Traits::Destroy(&value_);
248
2.50k
    } else {
249
0
      status_.~Status();
250
0
    }
251
2.50k
  }
yb::Result<yb::QLRowBlock>::~Result()
Line
Count
Source
245
796
  ~Result() {
246
796
    if (success_) {
247
796
      Traits::Destroy(&value_);
248
796
    } else {
249
0
      status_.~Status();
250
0
    }
251
796
  }
yb::Result<std::__1::unique_ptr<rocksdb::DB, std::__1::default_delete<rocksdb::DB> > >::~Result()
Line
Count
Source
245
249
  ~Result() {
246
249
    if (success_) {
247
249
      Traits::Destroy(&value_);
248
249
    } else {
249
0
      status_.~Status();
250
0
    }
251
249
  }
yb::Result<yb::tablet::FixedHybridTimeLease>::~Result()
Line
Count
Source
245
73.3M
  ~Result() {
246
73.3M
    if (success_) {
247
73.3M
      Traits::Destroy(&value_);
248
73.3M
    } else {
249
228
      status_.~Status();
250
228
    }
251
73.3M
  }
yb::Result<yb::SubTransactionMetadata>::~Result()
Line
Count
Source
245
4.54M
  ~Result() {
246
4.54M
    if (success_) {
247
4.54M
      Traits::Destroy(&value_);
248
4.54M
    } else {
249
388
      status_.~Status();
250
388
    }
251
4.54M
  }
yb::Result<yb::StronglyTypedBool<yb::tablet::NeedsRecovery_Tag> >::~Result()
Line
Count
Source
245
150k
  ~Result() {
246
150k
    if (success_) {
247
150k
      Traits::Destroy(&value_);
248
150k
    } else {
249
4
      status_.~Status();
250
4
    }
251
150k
  }
yb::Result<yb::tablet::DocDbOpIds>::~Result()
Line
Count
Source
245
39.7M
  ~Result() {
246
39.7M
    if (
success_39.7M
) {
247
39.7M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
39.7M
  }
yb::Result<yb::log::FirstEntryMetadata>::~Result()
Line
Count
Source
245
7.64k
  ~Result() {
246
7.64k
    if (success_) {
247
7.61k
      Traits::Destroy(&value_);
248
7.61k
    } else {
249
35
      status_.~Status();
250
35
    }
251
7.64k
  }
yb::Result<scoped_refptr<yb::tablet::OperationDriver> >::~Result()
Line
Count
Source
245
31.4M
  ~Result() {
246
31.4M
    if (
success_31.4M
) {
247
31.4M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
31.4M
  }
Unexecuted instantiation: yb::Result<yb::docdb::ApplyTransactionStatePB>::~Result()
yb::Result<yb::OneWayBitmap>::~Result()
Line
Count
Source
245
3.46k
  ~Result() {
246
3.46k
    if (success_) {
247
3.46k
      Traits::Destroy(&value_);
248
3.46k
    } else {
249
0
      status_.~Status();
250
0
    }
251
3.46k
  }
yb::Result<yb::docdb::DecodedIntentValue>::~Result()
Line
Count
Source
245
68.7M
  ~Result() {
246
68.7M
    if (success_) {
247
68.7M
      Traits::Destroy(&value_);
248
68.7M
    } else {
249
871
      status_.~Status();
250
871
    }
251
68.7M
  }
yb::Result<yb::docdb::DecodedIntentKey>::~Result()
Line
Count
Source
245
6.14M
  ~Result() {
246
6.14M
    if (
success_6.14M
) {
247
6.14M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
6.14M
  }
yb::Result<yb::client::YBClient*>::~Result()
Line
Count
Source
245
492k
  ~Result() {
246
492k
    if (
success_492k
) {
247
492k
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
492k
  }
yb::Result<yb::tablet::SnapshotCoordinator&>::~Result()
Line
Count
Source
245
60
  ~Result() {
246
60
    if (success_) {
247
60
      Traits::Destroy(&value_);
248
60
    } else {
249
0
      status_.~Status();
250
0
    }
251
60
  }
yb::Result<yb::docdb::PrepareDocWriteOperationResult>::~Result()
Line
Count
Source
245
3.24M
  ~Result() {
246
3.24M
    if (
success_3.24M
) {
247
3.24M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
3.24M
  }
yb::Result<yb::client::ChildTransactionData>::~Result()
Line
Count
Source
245
13.8k
  ~Result() {
246
13.8k
    if (
success_13.8k
) {
247
13.8k
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
13.8k
  }
yb::Result<yb::ChildTransactionResultPB>::~Result()
Line
Count
Source
245
13.7k
  ~Result() {
246
13.7k
    if (success_) {
247
13.7k
      Traits::Destroy(&value_);
248
13.7k
    } else {
249
0
      status_.~Status();
250
0
    }
251
13.7k
  }
yb::Result<boost::container::small_vector<iovec, 4ul, void, void> >::~Result()
Line
Count
Source
245
322M
  ~Result() {
246
322M
    if (success_) {
247
322M
      Traits::Destroy(&value_);
248
322M
    } else {
249
2.16k
      status_.~Status();
250
2.16k
    }
251
322M
  }
yb::Result<yb::rpc::ProcessCallsResult>::~Result()
Line
Count
Source
245
159M
  ~Result() {
246
159M
    if (success_) {
247
159M
      Traits::Destroy(&value_);
248
159M
    } else {
249
6.84k
      status_.~Status();
250
6.84k
    }
251
159M
  }
yb::Result<scoped_refptr<yb::Thread> >::~Result()
Line
Count
Source
245
160k
  ~Result() {
246
160k
    if (success_) {
247
160k
      Traits::Destroy(&value_);
248
160k
    } else {
249
19
      status_.~Status();
250
19
    }
251
160k
  }
yb::Result<yb::rpc::ParsedRemoteMethod>::~Result()
Line
Count
Source
245
38.9M
  ~Result() {
246
38.9M
    if (
success_38.9M
) {
247
38.9M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
38.9M
  }
yb::Result<unsigned char const* const*>::~Result()
Line
Count
Source
245
25.0M
  ~Result() {
246
25.0M
    if (success_) {
247
25.0M
      Traits::Destroy(&value_);
248
25.0M
    } else {
249
21.2k
      status_.~Status();
250
21.2k
    }
251
25.0M
  }
yb::Result<yb::Socket>::~Result()
Line
Count
Source
245
3.11M
  ~Result() {
246
3.12M
    if (
success_3.11M
) {
247
3.12M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
3.11M
  }
yb::Result<std::__1::unique_ptr<yb::rpc::Stream, std::__1::default_delete<yb::rpc::Stream> > >::~Result()
Line
Count
Source
245
3.75M
  ~Result() {
246
3.75M
    if (
success_3.75M
) {
247
3.75M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
3.75M
  }
yb::Result<yb::StronglyTypedBool<yb::rpc::ReadBufferFull_Tag> >::~Result()
Line
Count
Source
245
199k
  ~Result() {
246
199k
    if (success_) {
247
199k
      Traits::Destroy(&value_);
248
199k
    } else {
249
62
      status_.~Status();
250
62
    }
251
199k
  }
secure_stream.cc:yb::Result<std::__1::unique_ptr<bio_st, yb::rpc::(anonymous namespace)::BIOFree> >::~Result()
Line
Count
Source
245
366
  ~Result() {
246
366
    if (success_) {
247
366
      Traits::Destroy(&value_);
248
366
    } else {
249
0
      status_.~Status();
250
0
    }
251
366
  }
yb::Result<std::__1::unique_ptr<x509_st, yb::rpc::detail::X509Free> >::~Result()
Line
Count
Source
245
209
  ~Result() {
246
209
    if (success_) {
247
209
      Traits::Destroy(&value_);
248
209
    } else {
249
0
      status_.~Status();
250
0
    }
251
209
  }
yb::Result<std::__1::unique_ptr<evp_pkey_st, yb::rpc::detail::EVP_PKEYFree> >::~Result()
Line
Count
Source
245
26
  ~Result() {
246
26
    if (success_) {
247
26
      Traits::Destroy(&value_);
248
26
    } else {
249
0
      status_.~Status();
250
0
    }
251
26
  }
yb::Result<unsigned char*>::~Result()
Line
Count
Source
245
146M
  ~Result() {
246
146M
    if (success_) {
247
146M
      Traits::Destroy(&value_);
248
146M
    } else {
249
296k
      status_.~Status();
250
296k
    }
251
146M
  }
yb::Result<yb::RefCntBuffer>::~Result()
Line
Count
Source
245
70.7M
  ~Result() {
246
70.7M
    if (
success_70.7M
) {
247
70.7M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
70.7M
  }
yb::Result<yb::consensus::ReadOpsResult>::~Result()
Line
Count
Source
245
50.9M
  ~Result() {
246
50.9M
    if (success_) {
247
50.9M
      Traits::Destroy(&value_);
248
50.9M
    } else {
249
719
      status_.~Status();
250
719
    }
251
50.9M
  }
yb::Result<std::__1::shared_ptr<yb::consensus::Peer> >::~Result()
Line
Count
Source
245
123k
  ~Result() {
246
123k
    if (
success_123k
) {
247
123k
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
123k
  }
yb::Result<scoped_refptr<yb::consensus::LeaderElection> >::~Result()
Line
Count
Source
245
1.22M
  ~Result() {
246
1.22M
    if (success_) {
247
737k
      Traits::Destroy(&value_);
248
737k
    } else {
249
487k
      status_.~Status();
250
487k
    }
251
1.22M
  }
yb::Result<yb::consensus::RaftConsensus::UpdateReplicaResult>::~Result()
Line
Count
Source
245
25.5M
  ~Result() {
246
25.5M
    if (success_) {
247
25.5M
      Traits::Destroy(&value_);
248
25.5M
    } else {
249
118
      status_.~Status();
250
118
    }
251
25.5M
  }
yb::Result<std::__1::vector<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >, std::__1::allocator<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > > > >::~Result()
Line
Count
Source
245
70.3k
  ~Result() {
246
70.3k
    if (success_) {
247
68.2k
      Traits::Destroy(&value_);
248
68.2k
    } else {
249
2.08k
      status_.~Status();
250
2.08k
    }
251
70.3k
  }
yb::Result<yb::master::TSDescriptor*>::~Result()
Line
Count
Source
245
4.12M
  ~Result() {
246
4.12M
    if (success_) {
247
3.96M
      Traits::Destroy(&value_);
248
3.96M
    } else {
249
160k
      status_.~Status();
250
160k
    }
251
4.12M
  }
yb::Result<yb::master::AsyncGetTabletSplitKey::Data>::~Result()
Line
Count
Source
245
141
  ~Result() {
246
141
    if (success_) {
247
140
      Traits::Destroy(&value_);
248
140
    } else {
249
1
      status_.~Status();
250
1
    }
251
141
  }
yb::Result<yb::ColumnId>::~Result()
Line
Count
Source
245
1.13M
  ~Result() {
246
1.13M
    if (success_) {
247
1.13M
      Traits::Destroy(&value_);
248
1.13M
    } else {
249
16
      status_.~Status();
250
16
    }
251
1.13M
  }
yb::Result<scoped_refptr<yb::master::NamespaceInfo> >::~Result()
Line
Count
Source
245
915k
  ~Result() {
246
915k
    if (success_) {
247
913k
      Traits::Destroy(&value_);
248
913k
    } else {
249
1.90k
      status_.~Status();
250
1.90k
    }
251
915k
  }
yb::Result<scoped_refptr<yb::master::TableInfo> >::~Result()
Line
Count
Source
245
648k
  ~Result() {
246
648k
    if (success_) {
247
644k
      Traits::Destroy(&value_);
248
644k
    } else {
249
4.01k
      status_.~Status();
250
4.01k
    }
251
648k
  }
yb::Result<std::__1::unordered_map<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag>, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, boost::hash<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> const, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >::~Result()
Line
Count
Source
245
15.4k
  ~Result() {
246
15.4k
    if (success_) {
247
15.4k
      Traits::Destroy(&value_);
248
15.4k
    } else {
249
0
      status_.~Status();
250
0
    }
251
15.4k
  }
yb::Result<std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > > >::~Result()
Line
Count
Source
245
1.38M
  ~Result() {
246
1.38M
    if (success_) {
247
1.38M
      Traits::Destroy(&value_);
248
1.38M
    } else {
249
21
      status_.~Status();
250
21
    }
251
1.38M
  }
yb::Result<yb::master::ReplicationInfoPB>::~Result()
Line
Count
Source
245
953k
  ~Result() {
246
953k
    if (success_) {
247
953k
      Traits::Destroy(&value_);
248
953k
    } else {
249
0
      status_.~Status();
250
0
    }
251
953k
  }
yb::Result<boost::optional<yb::master::ReplicationInfoPB> >::~Result()
Line
Count
Source
245
993k
  ~Result() {
246
993k
    if (success_) {
247
992k
      Traits::Destroy(&value_);
248
992k
    } else {
249
79
      status_.~Status();
250
79
    }
251
993k
  }
yb::Result<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<yb::master::ReplicationInfoPB>, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<yb::master::ReplicationInfoPB> > > > > >::~Result()
Line
Count
Source
245
8.13k
  ~Result() {
246
8.13k
    if (success_) {
247
7.97k
      Traits::Destroy(&value_);
248
7.97k
    } else {
249
166
      status_.~Status();
250
166
    }
251
8.13k
  }
yb::Result<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >::~Result()
Line
Count
Source
245
201
  ~Result() {
246
201
    if (success_) {
247
201
      Traits::Destroy(&value_);
248
201
    } else {
249
0
      status_.~Status();
250
0
    }
251
201
  }
yb::Result<std::__1::array<yb::PartitionPB, 2ul> >::~Result()
Line
Count
Source
245
142
  ~Result() {
246
142
    if (success_) {
247
142
      Traits::Destroy(&value_);
248
142
    } else {
249
0
      status_.~Status();
250
0
    }
251
142
  }
yb::Result<std::__1::vector<std::__1::shared_ptr<yb::master::TSDescriptor>, std::__1::allocator<std::__1::shared_ptr<yb::master::TSDescriptor> > > >::~Result()
Line
Count
Source
245
3.86k
  ~Result() {
246
3.86k
    if (success_) {
247
3.86k
      Traits::Destroy(&value_);
248
3.86k
    } else {
249
0
      status_.~Status();
250
0
    }
251
3.86k
  }
yb::Result<yb::master::TabletReplicaDriveInfo>::~Result()
Line
Count
Source
245
95.3M
  ~Result() {
246
95.3M
    if (success_) {
247
3.50M
      Traits::Destroy(&value_);
248
91.8M
    } else {
249
91.8M
      status_.~Status();
250
91.8M
    }
251
95.3M
  }
yb::Result<std::__1::unordered_set<yb::HostPort, yb::HostPortHash, std::__1::equal_to<yb::HostPort>, std::__1::allocator<yb::HostPort> > >::~Result()
Line
Count
Source
245
255k
  ~Result() {
246
255k
    if (success_) {
247
255k
      Traits::Destroy(&value_);
248
255k
    } else {
249
2
      status_.~Status();
250
2
    }
251
255k
  }
yb::Result<std::__1::vector<scoped_refptr<yb::master::TableInfo>, std::__1::allocator<scoped_refptr<yb::master::TableInfo> > > >::~Result()
Line
Count
Source
245
3.32k
  ~Result() {
246
3.33k
    if (
success_3.32k
) {
247
3.33k
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
3.32k
  }
yb::Result<yb::master::TableDescription>::~Result()
Line
Count
Source
245
45
  ~Result() {
246
45
    if (success_) {
247
45
      Traits::Destroy(&value_);
248
45
    } else {
249
0
      status_.~Status();
250
0
    }
251
45
  }
yb::Result<std::__1::shared_ptr<yb::QLRowBlock> >::~Result()
Line
Count
Source
245
266k
  ~Result() {
246
266k
    if (success_) {
247
266k
      Traits::Destroy(&value_);
248
266k
    } else {
249
197
      status_.~Status();
250
197
    }
251
266k
  }
yb::Result<yb::encryption::UniverseKeyRegistryPB>::~Result()
Line
Count
Source
245
80
  ~Result() {
246
80
    if (success_) {
247
80
      Traits::Destroy(&value_);
248
80
    } else {
249
0
      status_.~Status();
250
0
    }
251
80
  }
yb::Result<std::__1::vector<yb::master::TableDescription, std::__1::allocator<yb::master::TableDescription> > >::~Result()
Line
Count
Source
245
51
  ~Result() {
246
51
    if (success_) {
247
51
      Traits::Destroy(&value_);
248
51
    } else {
249
0
      status_.~Status();
250
0
    }
251
51
  }
yb::Result<boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::~Result()
Line
Count
Source
245
878k
  ~Result() {
246
878k
    if (success_) {
247
878k
      Traits::Destroy(&value_);
248
878k
    } else {
249
0
      status_.~Status();
250
0
    }
251
878k
  }
yb::Result<yb::docdb::KeyBytes>::~Result()
Line
Count
Source
245
38.0M
  ~Result() {
246
38.0M
    if (success_) {
247
38.0M
      Traits::Destroy(&value_);
248
38.0M
    } else {
249
3.67k
      status_.~Status();
250
3.67k
    }
251
38.0M
  }
yb::Result<yb::master::SysSnapshotEntryPB_State>::~Result()
Line
Count
Source
245
52
  ~Result() {
246
52
    if (success_) {
247
52
      Traits::Destroy(&value_);
248
52
    } else {
249
0
      status_.~Status();
250
0
    }
251
52
  }
yb::Result<yb::tserver::TabletSnapshotOpResponsePB const&>::~Result()
Line
Count
Source
245
70
  ~Result() {
246
70
    if (success_) {
247
70
      Traits::Destroy(&value_);
248
70
    } else {
249
0
      status_.~Status();
250
0
    }
251
70
  }
yb::Result<yb::master::SysRowEntries>::~Result()
Line
Count
Source
245
41
  ~Result() {
246
41
    if (success_) {
247
41
      Traits::Destroy(&value_);
248
41
    } else {
249
0
      status_.~Status();
250
0
    }
251
41
  }
yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotId_Tag> >::~Result()
Line
Count
Source
245
82
  ~Result() {
246
82
    if (success_) {
247
82
      Traits::Destroy(&value_);
248
82
    } else {
249
0
      status_.~Status();
250
0
    }
251
82
  }
yb::Result<yb::tablet::CreateSnapshotData>::~Result()
Line
Count
Source
245
51
  ~Result() {
246
51
    if (success_) {
247
45
      Traits::Destroy(&value_);
248
45
    } else {
249
6
      status_.~Status();
250
6
    }
251
51
  }
yb::Result<yb::master::SnapshotState&>::~Result()
Line
Count
Source
245
23
  ~Result() {
246
23
    if (success_) {
247
23
      Traits::Destroy(&value_);
248
23
    } else {
249
0
      status_.~Status();
250
0
    }
251
23
  }
yb::Result<yb::master::SnapshotScheduleState&>::~Result()
Line
Count
Source
245
22
  ~Result() {
246
22
    if (success_) {
247
22
      Traits::Destroy(&value_);
248
22
    } else {
249
0
      status_.~Status();
250
0
    }
251
22
  }
yb::Result<yb::master::RestorationState&>::~Result()
Line
Count
Source
245
8
  ~Result() {
246
8
    if (success_) {
247
8
      Traits::Destroy(&value_);
248
8
    } else {
249
0
      status_.~Status();
250
0
    }
251
8
  }
yb::Result<yb::master::SysSnapshotEntryPB>::~Result()
Line
Count
Source
245
94
  ~Result() {
246
94
    if (success_) {
247
94
      Traits::Destroy(&value_);
248
94
    } else {
249
0
      status_.~Status();
250
0
    }
251
94
  }
yb::Result<yb::master::SnapshotScheduleOptionsPB>::~Result()
Line
Count
Source
245
33
  ~Result() {
246
33
    if (success_) {
247
33
      Traits::Destroy(&value_);
248
33
    } else {
249
0
      status_.~Status();
250
0
    }
251
33
  }
yb::Result<yb::master::SnapshotScheduleOperation>::~Result()
Line
Count
Source
245
1
  ~Result() {
246
1
    if (success_) {
247
1
      Traits::Destroy(&value_);
248
1
    } else {
249
0
      status_.~Status();
250
0
    }
251
1
  }
yb::Result<yb::PlacementInfoConverter::Placement>::~Result()
Line
Count
Source
245
431
  ~Result() {
246
431
    if (success_) {
247
421
      Traits::Destroy(&value_);
248
421
    } else {
249
10
      status_.~Status();
250
10
    }
251
431
  }
yb::Result<yb::master::DdlLogEntryPB>::~Result()
Line
Count
Source
245
3
  ~Result() {
246
3
    if (success_) {
247
3
      Traits::Destroy(&value_);
248
3
    } else {
249
0
      status_.~Status();
250
0
    }
251
3
  }
yb::Result<std::__1::shared_ptr<yb::master::TSDescriptor> >::~Result()
Line
Count
Source
245
8.15k
  ~Result() {
246
8.15k
    if (success_) {
247
8.15k
      Traits::Destroy(&value_);
248
8.15k
    } else {
249
0
      status_.~Status();
250
0
    }
251
8.15k
  }
yb::Result<std::__1::pair<int, yb::DataType> >::~Result()
Line
Count
Source
245
18.4M
  ~Result() {
246
18.4M
    if (
success_18.4M
) {
247
18.4M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
18.4M
  }
yb::Result<yb::master::YQLPartitionsVTable::TabletData>::~Result()
Line
Count
Source
245
69.6k
  ~Result() {
246
69.6k
    if (success_) {
247
69.6k
      Traits::Destroy(&value_);
248
69.6k
    } else {
249
0
      status_.~Status();
250
0
    }
251
69.6k
  }
yb::Result<yb::master::SysTablesEntryPB>::~Result()
Line
Count
Source
245
8.36k
  ~Result() {
246
8.36k
    if (success_) {
247
8.36k
      Traits::Destroy(&value_);
248
8.36k
    } else {
249
0
      status_.~Status();
250
0
    }
251
8.36k
  }
yb::Result<yb::master::SysNamespaceEntryPB>::~Result()
Line
Count
Source
245
133
  ~Result() {
246
133
    if (success_) {
247
133
      Traits::Destroy(&value_);
248
133
    } else {
249
0
      status_.~Status();
250
0
    }
251
133
  }
yb::Result<yb::master::SysTabletsEntryPB>::~Result()
Line
Count
Source
245
402
  ~Result() {
246
402
    if (success_) {
247
402
      Traits::Destroy(&value_);
248
402
    } else {
249
0
      status_.~Status();
250
0
    }
251
402
  }
Unexecuted instantiation: yb::Result<std::__1::shared_ptr<yb::master::CDCRpcTasks> >::~Result()
yb::Result<std::__1::unique_ptr<yb::encryption::EncryptionParams, std::__1::default_delete<yb::encryption::EncryptionParams> > >::~Result()
Line
Count
Source
245
218
  ~Result() {
246
218
    if (success_) {
247
218
      Traits::Destroy(&value_);
248
218
    } else {
249
0
      status_.~Status();
250
0
    }
251
218
  }
yb::Result<std::__1::unique_ptr<yb::encryption::BlockAccessCipherStream, std::__1::default_delete<yb::encryption::BlockAccessCipherStream> > >::~Result()
Line
Count
Source
245
160
  ~Result() {
246
160
    if (success_) {
247
160
      Traits::Destroy(&value_);
248
160
    } else {
249
0
      status_.~Status();
250
0
    }
251
160
  }
yb::Result<google::protobuf::RepeatedPtrField<yb::master::TabletLocationsPB> >::~Result()
Line
Count
Source
245
1
  ~Result() {
246
1
    if (success_) {
247
0
      Traits::Destroy(&value_);
248
1
    } else {
249
1
      status_.~Status();
250
1
    }
251
1
  }
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName> > > >::~Result()
yb::Result<yb::docdb::FetchKeyResult>::~Result()
Line
Count
Source
245
850M
  ~Result() {
246
850M
    if (success_) {
247
850M
      Traits::Destroy(&value_);
248
850M
    } else {
249
9.70k
      status_.~Status();
250
9.70k
    }
251
850M
  }
yb::Result<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::SysTablesEntryPB> const&>::~Result()
Line
Count
Source
245
8.35k
  ~Result() {
246
8.35k
    if (success_) {
247
8.35k
      Traits::Destroy(&value_);
248
8.35k
    } else {
249
0
      status_.~Status();
250
0
    }
251
8.35k
  }
yb::Result<std::__1::unique_ptr<yb::encryption::UniverseKeyManager, std::__1::default_delete<yb::encryption::UniverseKeyManager> > >::~Result()
Line
Count
Source
245
6
  ~Result() {
246
6
    if (success_) {
247
6
      Traits::Destroy(&value_);
248
6
    } else {
249
0
      status_.~Status();
250
0
    }
251
6
  }
yb::Result<yb::cdc::SetCDCCheckpointResponsePB>::~Result()
Line
Count
Source
245
6
  ~Result() {
246
6
    if (success_) {
247
6
      Traits::Destroy(&value_);
248
6
    } else {
249
0
      status_.~Status();
250
0
    }
251
6
  }
yb::Result<std::__1::pair<yb::RefCntBuffer, yb::Slice> >::~Result()
Line
Count
Source
245
10.6M
  ~Result() {
246
10.6M
    if (
success_10.6M
) {
247
10.6M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
10.6M
  }
yb::Result<yb::client::YBTableInfo>::~Result()
Line
Count
Source
245
61
  ~Result() {
246
61
    if (success_) {
247
58
      Traits::Destroy(&value_);
248
58
    } else {
249
3
      status_.~Status();
250
3
    }
251
61
  }
yb::Result<std::__1::vector<yb::master::NamespaceIdentifierPB, std::__1::allocator<yb::master::NamespaceIdentifierPB> > >::~Result()
Line
Count
Source
245
5.06k
  ~Result() {
246
5.06k
    if (success_) {
247
5.06k
      Traits::Destroy(&value_);
248
5.06k
    } else {
249
0
      status_.~Status();
250
0
    }
251
5.06k
  }
yb::Result<std::__1::vector<yb::master::TablegroupIdentifierPB, std::__1::allocator<yb::master::TablegroupIdentifierPB> > >::~Result()
Line
Count
Source
245
5
  ~Result() {
246
5
    if (success_) {
247
5
      Traits::Destroy(&value_);
248
5
    } else {
249
0
      status_.~Status();
250
0
    }
251
5
  }
yb::Result<std::__1::shared_ptr<yb::client::VersionedTablePartitionList const> >::~Result()
Line
Count
Source
245
538k
  ~Result() {
246
538k
    if (success_) {
247
537k
      Traits::Destroy(&value_);
248
537k
    } else {
249
662
      status_.~Status();
250
662
    }
251
538k
  }
yb::Result<yb::IndexPermissions>::~Result()
Line
Count
Source
245
2.64k
  ~Result() {
246
2.64k
    if (success_) {
247
1.04k
      Traits::Destroy(&value_);
248
1.60k
    } else {
249
1.60k
      status_.~Status();
250
1.60k
    }
251
2.64k
  }
yb::Result<yb::client::YBTableType>::~Result()
Line
Count
Source
245
140k
  ~Result() {
246
140k
    if (success_) {
247
140k
      Traits::Destroy(&value_);
248
140k
    } else {
249
11
      status_.~Status();
250
11
    }
251
140k
  }
yb::Result<yb::master::GetTableLocationsResponsePB*>::~Result()
Line
Count
Source
245
134k
  ~Result() {
246
134k
    if (success_) {
247
134k
      Traits::Destroy(&value_);
248
134k
    } else {
249
226
      status_.~Status();
250
226
    }
251
134k
  }
yb::Result<yb::client::TransactionStatusTablets>::~Result()
Line
Count
Source
245
3.31k
  ~Result() {
246
3.31k
    if (success_) {
247
3.31k
      Traits::Destroy(&value_);
248
3.31k
    } else {
249
0
      status_.~Status();
250
0
    }
251
3.31k
  }
yb::Result<std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > >::~Result()
Line
Count
Source
245
29.5M
  ~Result() {
246
29.5M
    if (
success_29.5M
) {
247
29.5M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
29.5M
  }
yb::Result<boost::optional<yb::docdb::SubDocument> >::~Result()
Line
Count
Source
245
716k
  ~Result() {
246
716k
    if (success_) {
247
716k
      Traits::Destroy(&value_);
248
716k
    } else {
249
0
      status_.~Status();
250
0
    }
251
716k
  }
Unexecuted instantiation: yb::Result<yb::master::MasterBackupProxy>::~Result()
Unexecuted instantiation: yb::Result<google::protobuf::RepeatedPtrField<yb::master::SnapshotInfoPB> >::~Result()
Unexecuted instantiation: yb::Result<google::protobuf::RepeatedPtrField<yb::master::SnapshotScheduleInfoPB> >::~Result()
yb::Result<yb::encryption::FileEncryptionStatus>::~Result()
Line
Count
Source
245
2.55M
  ~Result() {
246
2.55M
    if (
success_2.55M
) {
247
2.55M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
2.55M
  }
yb::Result<std::__1::pair<unsigned long, bool> >::~Result()
Line
Count
Source
245
10
  ~Result() {
246
10
    if (success_) {
247
10
      Traits::Destroy(&value_);
248
10
    } else {
249
0
      status_.~Status();
250
0
    }
251
10
  }
yb::Result<PgColumnInfo>::~Result()
Line
Count
Source
245
83.9M
  ~Result() {
246
83.9M
    if (
success_83.9M
) {
247
83.9M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
83.9M
  }
yb::Result<scoped_refptr<yb::pggate::PgTableDesc> >::~Result()
Line
Count
Source
245
16.9M
  ~Result() {
246
16.9M
    if (success_) {
247
16.9M
      Traits::Destroy(&value_);
248
16.9M
    } else {
249
632
      status_.~Status();
250
632
    }
251
16.9M
  }
yb::Result<yb::StronglyTypedBool<yb::pggate::RequestSent_Tag> >::~Result()
Line
Count
Source
245
8.79M
  ~Result() {
246
8.79M
    if (success_) {
247
8.79M
      Traits::Destroy(&value_);
248
8.79M
    } else {
249
261
      status_.~Status();
250
261
    }
251
8.79M
  }
yb::Result<yb::pggate::PgApiContext::MessengerHolder>::~Result()
Line
Count
Source
245
6.08k
  ~Result() {
246
6.08k
    if (success_) {
247
6.08k
      Traits::Destroy(&value_);
248
6.08k
    } else {
249
0
      status_.~Status();
250
0
    }
251
6.08k
  }
yb::Result<std::__1::pair<long long, bool> >::~Result()
Line
Count
Source
245
3.23k
  ~Result() {
246
3.23k
    if (success_) {
247
3.23k
      Traits::Destroy(&value_);
248
3.23k
    } else {
249
0
      status_.~Status();
250
0
    }
251
3.23k
  }
yb::Result<std::__1::pair<unsigned int, unsigned int> >::~Result()
Line
Count
Source
245
805
  ~Result() {
246
805
    if (success_) {
247
805
      Traits::Destroy(&value_);
248
805
    } else {
249
0
      status_.~Status();
250
0
    }
251
805
  }
yb::Result<std::__1::shared_ptr<unsigned char const* const> >::~Result()
Line
Count
Source
245
10.3M
  ~Result() {
246
10.3M
    if (
success_10.3M
) {
247
10.3M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
10.3M
  }
pg_session.cc:yb::Result<yb::pggate::(anonymous namespace)::SessionType>::~Result()
Line
Count
Source
245
20.4M
  ~Result() {
246
20.4M
    if (
success_20.4M
) {
247
20.4M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
20.4M
  }
yb::Result<yb::master::GetNamespaceInfoResponsePB>::~Result()
Line
Count
Source
245
5.72k
  ~Result() {
246
5.72k
    if (success_) {
247
5.72k
      Traits::Destroy(&value_);
248
5.72k
    } else {
249
0
      status_.~Status();
250
0
    }
251
5.72k
  }
yb::Result<yb::pggate::PgColumn&>::~Result()
Line
Count
Source
245
54.6M
  ~Result() {
246
54.6M
    if (
success_54.6M
) {
247
54.6M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
54.6M
  }
yb::Result<std::__1::function<yb::docdb::DocKey (std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > const&)> >::~Result()
Line
Count
Source
245
184
  ~Result() {
246
184
    if (success_) {
247
184
      Traits::Destroy(&value_);
248
184
    } else {
249
0
      status_.~Status();
250
0
    }
251
184
  }
yb::Result<yb::docdb::DocKey>::~Result()
Line
Count
Source
245
12.8M
  ~Result() {
246
12.8M
    if (success_) {
247
12.8M
      Traits::Destroy(&value_);
248
12.8M
    } else {
249
843
      status_.~Status();
250
843
    }
251
12.8M
  }
yb::Result<yb::docdb::PrimitiveValue>::~Result()
Line
Count
Source
245
27
  ~Result() {
246
27
    if (success_) {
247
27
      Traits::Destroy(&value_);
248
27
    } else {
249
0
      status_.~Status();
250
0
    }
251
27
  }
yb::Result<yb::pggate::PgColumn const&>::~Result()
Line
Count
Source
245
22.3M
  ~Result() {
246
22.3M
    if (
success_22.3M
) {
247
22.3M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
22.3M
  }
yb::Result<std::__1::list<yb::pggate::PgDocResult, std::__1::allocator<yb::pggate::PgDocResult> > >::~Result()
Line
Count
Source
245
3.47M
  ~Result() {
246
3.47M
    if (success_) {
247
3.42M
      Traits::Destroy(&value_);
248
3.42M
    } else {
249
50.1k
      status_.~Status();
250
50.1k
    }
251
3.47M
  }
yb::Result<yb::pggate::PerformFuture>::~Result()
Line
Count
Source
245
8.92M
  ~Result() {
246
8.92M
    if (success_) {
247
8.91M
      Traits::Destroy(&value_);
248
8.91M
    } else {
249
2.73k
      status_.~Status();
250
2.73k
    }
251
8.92M
  }
yb::Result<std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> > >::~Result()
Line
Count
Source
245
190
  ~Result() {
246
190
    if (success_) {
247
164
      Traits::Destroy(&value_);
248
164
    } else {
249
26
      status_.~Status();
250
26
    }
251
190
  }
yb::Result<yb::client::TableHandle>::~Result()
Line
Count
Source
245
161
  ~Result() {
246
161
    if (success_) {
247
161
      Traits::Destroy(&value_);
248
161
    } else {
249
0
      status_.~Status();
250
0
    }
251
161
  }
yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> > > > > >::~Result()
Line
Count
Source
245
223
  ~Result() {
246
223
    if (success_) {
247
223
      Traits::Destroy(&value_);
248
223
    } else {
249
0
      status_.~Status();
250
0
    }
251
223
  }
yb::Result<yb::pgwrapper::PGConn>::~Result()
Line
Count
Source
245
422
  ~Result() {
246
422
    if (success_) {
247
418
      Traits::Destroy(&value_);
248
418
    } else {
249
4
      status_.~Status();
250
4
    }
251
422
  }
yb::Result<yb::master::ListMastersResponsePB>::~Result()
Line
Count
Source
245
36
  ~Result() {
246
36
    if (success_) {
247
36
      Traits::Destroy(&value_);
248
36
    } else {
249
0
      status_.~Status();
250
0
    }
251
36
  }
yb::Result<yb::consensus::LeaderStepDownResponsePB>::~Result()
Line
Count
Source
245
4
  ~Result() {
246
4
    if (success_) {
247
4
      Traits::Destroy(&value_);
248
4
    } else {
249
0
      status_.~Status();
250
0
    }
251
4
  }
Unexecuted instantiation: yb::Result<yb::consensus::RunLeaderElectionResponsePB>::~Result()
yb::Result<yb::consensus::ChangeConfigResponsePB>::~Result()
Line
Count
Source
245
6
  ~Result() {
246
6
    if (success_) {
247
6
      Traits::Destroy(&value_);
248
6
    } else {
249
0
      status_.~Status();
250
0
    }
251
6
  }
Unexecuted instantiation: yb::Result<yb::master::DumpMasterStateResponsePB>::~Result()
Unexecuted instantiation: yb::Result<yb::master::GetLoadMovePercentResponsePB>::~Result()
yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, int> > > >::~Result()
Line
Count
Source
245
130
  ~Result() {
246
130
    if (success_) {
247
130
      Traits::Destroy(&value_);
248
130
    } else {
249
0
      status_.~Status();
250
0
    }
251
130
  }
yb::Result<yb::master::GetTabletLocationsResponsePB>::~Result()
Line
Count
Source
245
268
  ~Result() {
246
268
    if (success_) {
247
268
      Traits::Destroy(&value_);
248
268
    } else {
249
0
      status_.~Status();
250
0
    }
251
268
  }
yb::Result<yb::master::ListTabletServersResponsePB>::~Result()
Line
Count
Source
245
2
  ~Result() {
246
2
    if (success_) {
247
2
      Traits::Destroy(&value_);
248
2
    } else {
249
0
      status_.~Status();
250
0
    }
251
2
  }
Unexecuted instantiation: yb::Result<yb::tserver::GetLogLocationResponsePB>::~Result()
yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::master::NamespaceIdentifierPB, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::NamespaceIdentifierPB> > > const&>::~Result()
Line
Count
Source
245
1
  ~Result() {
246
1
    if (success_) {
247
1
      Traits::Destroy(&value_);
248
1
    } else {
249
0
      status_.~Status();
250
0
    }
251
1
  }
yb::Result<yb::master::LaunchBackfillIndexForTableResponsePB>::~Result()
Line
Count
Source
245
2
  ~Result() {
246
2
    if (success_) {
247
2
      Traits::Destroy(&value_);
248
2
    } else {
249
0
      status_.~Status();
250
0
    }
251
2
  }
Unexecuted instantiation: yb::Result<yb::tserver::ListTabletsForTabletServerResponsePB>::~Result()
Unexecuted instantiation: yb::Result<yb::master::ChangeLoadBalancerStateResponsePB>::~Result()
Unexecuted instantiation: yb::Result<yb::master::GetLoadBalancerStateResponsePB>::~Result()
Unexecuted instantiation: yb::Result<yb::master::FlushSysCatalogResponsePB>::~Result()
Unexecuted instantiation: yb::Result<yb::master::CompactSysCatalogResponsePB>::~Result()
yb::Result<yb::master::IsMasterLeaderReadyResponsePB>::~Result()
Line
Count
Source
245
47
  ~Result() {
246
47
    if (success_) {
247
47
      Traits::Destroy(&value_);
248
47
    } else {
249
0
      status_.~Status();
250
0
    }
251
47
  }
yb::Result<yb::master::GetMasterClusterConfigResponsePB>::~Result()
Line
Count
Source
245
68
  ~Result() {
246
68
    if (success_) {
247
54
      Traits::Destroy(&value_);
248
54
    } else {
249
14
      status_.~Status();
250
14
    }
251
68
  }
yb::Result<yb::master::ChangeMasterClusterConfigResponsePB>::~Result()
Line
Count
Source
245
40
  ~Result() {
246
40
    if (success_) {
247
40
      Traits::Destroy(&value_);
248
40
    } else {
249
0
      status_.~Status();
250
0
    }
251
40
  }
yb::Result<yb::master::IsInitDbDoneResponsePB>::~Result()
Line
Count
Source
245
2
  ~Result() {
246
2
    if (success_) {
247
2
      Traits::Destroy(&value_);
248
2
    } else {
249
0
      status_.~Status();
250
0
    }
251
2
  }
yb::Result<yb::tserver::UpgradeYsqlResponsePB>::~Result()
Line
Count
Source
245
2
  ~Result() {
246
2
    if (success_) {
247
2
      Traits::Destroy(&value_);
248
2
    } else {
249
0
      status_.~Status();
250
0
    }
251
2
  }
Unexecuted instantiation: yb::Result<yb::master::SplitTabletResponsePB>::~Result()
Unexecuted instantiation: yb::Result<yb::master::DisableTabletSplittingResponsePB>::~Result()
Unexecuted instantiation: yb::Result<yb::master::IsTabletSplittingCompleteResponsePB>::~Result()
yb::Result<yb::rpc_test::TrivialResponsePB>::~Result()
Line
Count
Source
245
2
  ~Result() {
246
2
    if (success_) {
247
1
      Traits::Destroy(&value_);
248
1
    } else {
249
1
      status_.~Status();
250
1
    }
251
2
  }
yb::Result<yb::util::VarInt>::~Result()
Line
Count
Source
245
11.4k
  ~Result() {
246
11.4k
    if (success_) {
247
11.4k
      Traits::Destroy(&value_);
248
11.4k
    } else {
249
0
      status_.~Status();
250
0
    }
251
11.4k
  }
yb::Result<yb::QLTableColumn const&>::~Result()
Line
Count
Source
245
7.16M
  ~Result() {
246
7.16M
    if (
success_7.16M
) {
247
7.16M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
7.16M
  }
yb::Result<yb::ql::ParseTree const&>::~Result()
Line
Count
Source
245
9.12M
  ~Result() {
246
9.12M
    if (success_) {
247
9.12M
      Traits::Destroy(&value_);
248
9.12M
    } else {
249
4
      status_.~Status();
250
4
    }
251
9.12M
  }
yb::Result<rocksdb::FileBoundaryValues<rocksdb::InternalKey> >::~Result()
Line
Count
Source
245
158M
  ~Result() {
246
158M
    if (
success_158M
) {
247
158M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
158M
  }
yb::Result<rocksdb::FileNumbersHolder>::~Result()
Line
Count
Source
245
301k
  ~Result() {
246
301k
    if (success_) {
247
301k
      Traits::Destroy(&value_);
248
301k
    } else {
249
181
      status_.~Status();
250
181
    }
251
301k
  }
yb::Result<rocksdb::TableCache::TableReaderWithHandle>::~Result()
Line
Count
Source
245
20.7M
  ~Result() {
246
20.7M
    if (
success_20.7M
) {
247
20.7M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
20.7M
  }
yb::Result<rocksdb::BlockBasedTable::CachableEntry<rocksdb::IndexReader> >::~Result()
Line
Count
Source
245
22.5M
  ~Result() {
246
22.5M
    if (
success_22.5M
) {
247
22.5M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
22.5M
  }
yb::Result<std::__1::unique_ptr<rocksdb::MultiLevelIndexReader, std::__1::default_delete<rocksdb::MultiLevelIndexReader> > >::~Result()
Line
Count
Source
245
76.1k
  ~Result() {
246
76.1k
    if (success_) {
247
76.1k
      Traits::Destroy(&value_);
248
76.1k
    } else {
249
26
      status_.~Status();
250
26
    }
251
76.1k
  }
format.cc:yb::Result<rocksdb::(anonymous namespace)::ChecksumData>::~Result()
Line
Count
Source
245
4.17M
  ~Result() {
246
4.18M
    if (
success_4.17M
) {
247
4.18M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
4.17M
  }
yb::Result<std::__1::shared_ptr<yb::client::TableHandle> >::~Result()
Line
Count
Source
245
1.10k
  ~Result() {
246
1.10k
    if (success_) {
247
1.10k
      Traits::Destroy(&value_);
248
1.10k
    } else {
249
0
      status_.~Status();
250
0
    }
251
1.10k
  }
yb::Result<std::__1::shared_ptr<yb::cdc::StreamMetadata> >::~Result()
Line
Count
Source
245
648
  ~Result() {
246
648
    if (success_) {
247
647
      Traits::Destroy(&value_);
248
647
    } else {
249
1
      status_.~Status();
250
1
    }
251
648
  }
Unexecuted instantiation: yb::Result<yb::client::internal::RemoteTabletServer*>::~Result()
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::pair<unsigned long long, unsigned long>, std::__1::allocator<std::__1::pair<unsigned long long, unsigned long> > > >::~Result()
Unexecuted instantiation: yb::Result<std::__1::vector<std::__1::shared_ptr<yb::consensus::ReplicateMsg>, std::__1::allocator<std::__1::shared_ptr<yb::consensus::ReplicateMsg> > > >::~Result()
Unexecuted instantiation: yb::Result<boost::unordered::unordered_map<yb::StronglyTypedUuid<yb::TransactionId_Tag>, yb::TransactionStatusResult, boost::hash<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::TransactionId_Tag> const, yb::TransactionStatusResult> > > >::~Result()
yb::Result<std::__1::unique_ptr<pg_result, yb::pgwrapper::PGResultClear> >::~Result()
Line
Count
Source
245
3.41k
  ~Result() {
246
3.41k
    if (success_) {
247
3.32k
      Traits::Destroy(&value_);
248
3.32k
    } else {
249
95
      status_.~Status();
250
95
    }
251
3.41k
  }
yb::Result<std::__1::pair<int, int> >::~Result()
Line
Count
Source
245
24
  ~Result() {
246
24
    if (success_) {
247
24
      Traits::Destroy(&value_);
248
24
    } else {
249
0
      status_.~Status();
250
0
    }
251
24
  }
yb::Result<yb::encryption::EncryptionParamsPB>::~Result()
Line
Count
Source
245
35
  ~Result() {
246
35
    if (success_) {
247
35
      Traits::Destroy(&value_);
248
35
    } else {
249
0
      status_.~Status();
250
0
    }
251
35
  }
yb::Result<yb::encryption::UniverseKeyParams>::~Result()
Line
Count
Source
245
39
  ~Result() {
246
39
    if (success_) {
247
39
      Traits::Destroy(&value_);
248
39
    } else {
249
0
      status_.~Status();
250
0
    }
251
39
  }
yb::Result<icu_67::GregorianCalendar>::~Result()
Line
Count
Source
245
38
  ~Result() {
246
38
    if (success_) {
247
38
      Traits::Destroy(&value_);
248
38
    } else {
249
0
      status_.~Status();
250
0
    }
251
38
  }
yb::Result<boost::shared_ptr<boost::date_time::time_zone_base<boost::posix_time::ptime, char> > >::~Result()
Line
Count
Source
245
1.34k
  ~Result() {
246
1.34k
    if (success_) {
247
1.34k
      Traits::Destroy(&value_);
248
1.34k
    } else {
249
3
      status_.~Status();
250
3
    }
251
1.34k
  }
yb::Result<statvfs>::~Result()
Line
Count
Source
245
1.08M
  ~Result() {
246
1.08M
    if (success_) {
247
214k
      Traits::Destroy(&value_);
248
873k
    } else {
249
873k
      status_.~Status();
250
873k
    }
251
1.08M
  }
yb::Result<yb::ResourceLimits>::~Result()
Line
Count
Source
245
279k
  ~Result() {
246
279k
    if (success_) {
247
279k
      Traits::Destroy(&value_);
248
279k
    } else {
249
0
      status_.~Status();
250
0
    }
251
279k
  }
yb::Result<std::__1::pair<long long, unsigned long> >::~Result()
Line
Count
Source
245
6.69G
  ~Result() {
246
6.70G
    if (
success_6.69G
) {
247
6.70G
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
6.69G
  }
net_util.cc:yb::Result<std::__1::unique_ptr<addrinfo, yb::(anonymous namespace)::AddrinfoDeleter> >::~Result()
Line
Count
Source
245
31.1k
  ~Result() {
246
31.1k
    if (success_) {
247
31.0k
      Traits::Destroy(&value_);
248
31.0k
    } else {
249
68
      status_.~Status();
250
68
    }
251
31.1k
  }
yb::Result<void*>::~Result()
Line
Count
Source
245
23.4k
  ~Result() {
246
23.4k
    if (success_) {
247
23.4k
      Traits::Destroy(&value_);
248
23.4k
    } else {
249
4
      status_.~Status();
250
4
    }
251
23.4k
  }
yb::Result<yb::StackTrace>::~Result()
Line
Count
Source
245
27.1k
  ~Result() {
246
27.1k
    if (success_) {
247
13.5k
      Traits::Destroy(&value_);
248
13.6k
    } else {
249
13.6k
      status_.~Status();
250
13.6k
    }
251
27.1k
  }
yb::Result<DIR*>::~Result()
Line
Count
Source
245
10.1k
  ~Result() {
246
10.1k
    if (success_) {
247
10.1k
      Traits::Destroy(&value_);
248
10.1k
    } else {
249
20
      status_.~Status();
250
20
    }
251
10.1k
  }
yb::Result<std::__1::vector<char*, std::__1::allocator<char*> > >::~Result()
Line
Count
Source
245
10.2k
  ~Result() {
246
10.2k
    if (success_) {
247
10.2k
      Traits::Destroy(&value_);
248
10.2k
    } else {
249
0
      status_.~Status();
250
0
    }
251
10.2k
  }
yb::Result<yb::Subprocess::ChildPipes>::~Result()
Line
Count
Source
245
10.2k
  ~Result() {
246
10.2k
    if (success_) {
247
10.1k
      Traits::Destroy(&value_);
248
10.1k
    } else {
249
109
      status_.~Status();
250
109
    }
251
10.2k
  }
Unexecuted instantiation: yb::Result<std::__1::vector<int, std::__1::allocator<int> > >::~Result()
yb::Result<double>::~Result()
Line
Count
Source
245
5
  ~Result() {
246
5
    if (success_) {
247
5
      Traits::Destroy(&value_);
248
5
    } else {
249
0
      status_.~Status();
250
0
    }
251
5
  }
yb::Result<yb::docdb::ParsedIntent>::~Result()
Line
Count
Source
245
86.9M
  ~Result() {
246
86.9M
    if (
success_86.9M
) {
247
86.9M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
86.9M
  }
yb::Result<yb::WaitPolicy>::~Result()
Line
Count
Source
245
99.7k
  ~Result() {
246
99.7k
    if (success_) {
247
99.7k
      Traits::Destroy(&value_);
248
99.7k
    } else {
249
0
      status_.~Status();
250
0
    }
251
99.7k
  }
docdb.cc:yb::Result<yb::docdb::(anonymous namespace)::DetermineKeysToLockResult>::~Result()
Line
Count
Source
245
3.24M
  ~Result() {
246
3.24M
    if (
success_3.24M
) {
247
3.24M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
3.24M
  }
yb::Result<rocksdb::FilterDecision>::~Result()
Line
Count
Source
245
18.9M
  ~Result() {
246
18.9M
    if (
success_18.9M
) {
247
18.9M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
18.9M
  }
yb::Result<boost::optional<yb::StronglyTypedUuid<yb::TransactionId_Tag> > >::~Result()
Line
Count
Source
245
72
  ~Result() {
246
72
    if (success_) {
247
72
      Traits::Destroy(&value_);
248
72
    } else {
249
0
      status_.~Status();
250
0
    }
251
72
  }
yb::Result<std::__1::unique_ptr<yb::docdb::SubDocumentReader, std::__1::default_delete<yb::docdb::SubDocumentReader> > >::~Result()
Line
Count
Source
245
721M
  ~Result() {
246
721M
    if (success_) {
247
721M
      Traits::Destroy(&value_);
248
721M
    } else {
249
13.6k
      status_.~Status();
250
13.6k
    }
251
721M
  }
yb::Result<yb::docdb::ValueType>::~Result()
Line
Count
Source
245
7.51M
  ~Result() {
246
7.51M
    if (success_) {
247
7.51M
      Traits::Destroy(&value_);
248
7.51M
    } else {
249
0
      status_.~Status();
250
0
    }
251
7.51M
  }
yb::Result<rocksdb::CompressionType>::~Result()
Line
Count
Source
245
544k
  ~Result() {
246
544k
    if (success_) {
247
544k
      Traits::Destroy(&value_);
248
544k
    } else {
249
18
      status_.~Status();
250
18
    }
251
544k
  }
yb::Result<yb::docdb::RateLimiterSharingMode>::~Result()
Line
Count
Source
245
8.78k
  ~Result() {
246
8.78k
    if (success_) {
247
8.77k
      Traits::Destroy(&value_);
248
8.77k
    } else {
249
12
      status_.~Status();
250
12
    }
251
8.78k
  }
yb::Result<std::__1::pair<unsigned long, unsigned long> >::~Result()
Line
Count
Source
245
93.7M
  ~Result() {
246
93.7M
    if (success_) {
247
93.7M
      Traits::Destroy(&value_);
248
93.7M
    } else {
249
172
      status_.~Status();
250
172
    }
251
93.7M
  }
yb::Result<yb::CommitMetadata>::~Result()
Line
Count
Source
245
709k
  ~Result() {
246
709k
    if (
success_709k
) {
247
709k
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
709k
  }
intent_aware_iterator.cc:yb::Result<yb::docdb::(anonymous namespace)::DecodeStrongWriteIntentResult>::~Result()
Line
Count
Source
245
6.14M
  ~Result() {
246
6.14M
    if (
success_6.14M
) {
247
6.14M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
6.14M
  }
yb::Result<yb::RedisDataType>::~Result()
Line
Count
Source
245
114k
  ~Result() {
246
114k
    if (success_) {
247
114k
      Traits::Destroy(&value_);
248
114k
    } else {
249
0
      status_.~Status();
250
0
    }
251
114k
  }
yb::Result<yb::docdb::RedisValue>::~Result()
Line
Count
Source
245
72.7k
  ~Result() {
246
72.7k
    if (success_) {
247
72.7k
      Traits::Destroy(&value_);
248
72.7k
    } else {
249
0
      status_.~Status();
250
0
    }
251
72.7k
  }
yb::Result<boost::optional<yb::docdb::Expiration> >::~Result()
Line
Count
Source
245
291
  ~Result() {
246
291
    if (success_) {
247
291
      Traits::Destroy(&value_);
248
291
    } else {
249
0
      status_.~Status();
250
0
    }
251
291
  }
yb::Result<yb::docdb::SubDocument*>::~Result()
Line
Count
Source
245
714M
  ~Result() {
246
714M
    if (success_) {
247
714M
      Traits::Destroy(&value_);
248
714M
    } else {
249
3.00k
      status_.~Status();
250
3.00k
    }
251
714M
  }
subdoc_reader.cc:yb::Result<yb::docdb::(anonymous namespace)::ScopedDocDbRowContextWithData*>::~Result()
Line
Count
Source
245
145M
  ~Result() {
246
145M
    if (
success_145M
) {
247
145M
      Traits::Destroy(&value_);
248
18.4E
    } else {
249
18.4E
      status_.~Status();
250
18.4E
    }
251
145M
  }
subdoc_reader.cc:yb::Result<std::__1::unique_ptr<yb::docdb::(anonymous namespace)::DocDbRowData, std::__1::default_delete<yb::docdb::(anonymous namespace)::DocDbRowData> > >::~Result()
Line
Count
Source
245
747M
  ~Result() {
246
747M
    if (success_) {
247
747M
      Traits::Destroy(&value_);
248
747M
    } else {
249
4.73k
      status_.~Status();
250
4.73k
    }
251
747M
  }
yb::Result<yb::docdb::TransactionStatusCache::GetCommitDataResult>::~Result()
Line
Count
Source
245
226k
  ~Result() {
246
226k
    if (success_) {
247
226k
      Traits::Destroy(&value_);
248
226k
    } else {
249
8
      status_.~Status();
250
8
    }
251
226k
  }
cql_processor.cc:yb::Result<std::__1::unique_ptr<ldap, yb::cqlserver::(anonymous namespace)::LDAPDeleter> >::~Result()
Line
Count
Source
245
64
  ~Result() {
246
64
    if (success_) {
247
64
      Traits::Destroy(&value_);
248
64
    } else {
249
0
      status_.~Status();
250
0
    }
251
64
  }
yb::Result<yb::cqlserver::CQLProcessor*>::~Result()
Line
Count
Source
245
9.10M
  ~Result() {
246
9.10M
    if (success_) {
247
9.09M
      Traits::Destroy(&value_);
248
9.09M
    } else {
249
7.79k
      status_.~Status();
250
7.79k
    }
251
9.10M
  }
252
253
 private:
254
  bool success_;
255
#ifndef NDEBUG
256
  mutable bool success_checked_ = false;
257
#endif
258
  union {
259
    Status status_;
260
    typename Traits::Stored value_;
261
  };
262
263
  template <class UValue> friend class Result;
264
};
265
266
// Specify Result<bool> to avoid confusion with operator bool and operator!.
267
template<>
268
Result<bool>::operator bool() const = delete;
269
template<>
270
bool Result<bool>::operator!() const = delete;
271
272
template<class TValue>
273
1.56M
Status&& MoveStatus(Result<TValue>&& result) {
274
1.56M
  return std::move(result.status());
275
1.56M
}
yb::Status&& yb::MoveStatus<std::__1::unique_ptr<yb::client::YBClient, std::__1::default_delete<yb::client::YBClient> > >(yb::Result<std::__1::unique_ptr<yb::client::YBClient, std::__1::default_delete<yb::client::YBClient> > >&&)
Line
Count
Source
273
2
Status&& MoveStatus(Result<TValue>&& result) {
274
2
  return std::move(result.status());
275
2
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::unique_ptr<yb::rpc::Messenger, std::__1::default_delete<yb::rpc::Messenger> > >(yb::Result<std::__1::unique_ptr<yb::rpc::Messenger, std::__1::default_delete<yb::rpc::Messenger> > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<signed char>(yb::Result<signed char>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<short>(yb::Result<short>&&)
yb::Status&& yb::MoveStatus<int>(yb::Result<int>&&)
Line
Count
Source
273
1
Status&& MoveStatus(Result<TValue>&& result) {
274
1
  return std::move(result.status());
275
1
}
yb::Status&& yb::MoveStatus<long long>(yb::Result<long long>&&)
Line
Count
Source
273
83
Status&& MoveStatus(Result<TValue>&& result) {
274
83
  return std::move(result.status());
275
83
}
yb::Status&& yb::MoveStatus<long double>(yb::Result<long double>&&)
Line
Count
Source
273
44
Status&& MoveStatus(Result<TValue>&& result) {
274
44
  return std::move(result.status());
275
44
}
yb::Status&& yb::MoveStatus<yb::Timestamp>(yb::Result<yb::Timestamp>&&)
Line
Count
Source
273
36
Status&& MoveStatus(Result<TValue>&& result) {
274
36
  return std::move(result.status());
275
36
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::unique_ptr<rocksdb::RandomAccessFileReader, std::__1::default_delete<rocksdb::RandomAccessFileReader> > >(yb::Result<std::__1::unique_ptr<rocksdb::RandomAccessFileReader, std::__1::default_delete<rocksdb::RandomAccessFileReader> > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::tools::DataPatcherAction>(yb::Result<yb::tools::DataPatcherAction>&&)
yb::Status&& yb::MoveStatus<unsigned long long>(yb::Result<unsigned long long>&&)
Line
Count
Source
273
73
Status&& MoveStatus(Result<TValue>&& result) {
274
73
  return std::move(result.status());
275
73
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::HybridTime>(yb::Result<yb::HybridTime>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::DocHybridTime>(yb::Result<yb::DocHybridTime>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::unique_ptr<rocksdb::TableReader, std::__1::default_delete<rocksdb::TableReader> > >(yb::Result<std::__1::unique_ptr<rocksdb::TableReader, std::__1::default_delete<rocksdb::TableReader> > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::unique_ptr<rocksdb::WritableFileWriter, std::__1::default_delete<rocksdb::WritableFileWriter> > >(yb::Result<std::__1::unique_ptr<rocksdb::WritableFileWriter, std::__1::default_delete<rocksdb::WritableFileWriter> > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::docdb::ValueControlFields>(yb::Result<yb::docdb::ValueControlFields>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<char*>(yb::Result<char*>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::MonoDelta>(yb::Result<yb::MonoDelta>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::HostPort>(yb::Result<yb::HostPort>&&)
yb::Status&& yb::MoveStatus<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >&&)
Line
Count
Source
273
81
Status&& MoveStatus(Result<TValue>&& result) {
274
81
  return std::move(result.status());
275
81
}
yb::Status&& yb::MoveStatus<rapidjson::GenericDocument<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator>, rapidjson::CrtAllocator> >(yb::Result<rapidjson::GenericDocument<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator>, rapidjson::CrtAllocator> >&&)
Line
Count
Source
273
36
Status&& MoveStatus(Result<TValue>&& result) {
274
36
  return std::move(result.status());
275
36
}
yb::Status&& yb::MoveStatus<yb::client::YBTableName>(yb::Result<yb::client::YBTableName>&&)
Line
Count
Source
273
4
Status&& MoveStatus(Result<TValue>&& result) {
274
4
  return std::move(result.status());
275
4
}
Unexecuted instantiation: yb-admin_cli.cc:yb::Status&& yb::MoveStatus<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::ListTabletsFlags> > >(yb::Result<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::ListTabletsFlags> > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::tools::TypedNamespaceName>(yb::Result<yb::tools::TypedNamespaceName>&&)
Unexecuted instantiation: yb-admin_cli.cc:yb::Status&& yb::MoveStatus<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::AddIndexes> > >(yb::Result<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::AddIndexes> > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::pair<int, bool> >(yb::Result<std::__1::pair<int, bool> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::tools::TableNameResolver>(yb::Result<yb::tools::TableNameResolver>&&)
yb::Status&& yb::MoveStatus<std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> > >(yb::Result<std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> > >&&)
Line
Count
Source
273
2
Status&& MoveStatus(Result<TValue>&& result) {
274
2
  return std::move(result.status());
275
2
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag> >(yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >(yb::Result<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::unique_ptr<yb::rpc::SecureContext, std::__1::default_delete<yb::rpc::SecureContext> > >(yb::Result<std::__1::unique_ptr<yb::rpc::SecureContext, std::__1::default_delete<yb::rpc::SecureContext> > >&&)
yb::Status&& yb::MoveStatus<yb::Slice>(yb::Result<yb::Slice>&&)
Line
Count
Source
273
2
Status&& MoveStatus(Result<TValue>&& result) {
274
2
  return std::move(result.status());
275
2
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<scoped_refptr<yb::log::ReadableLogSegment> >(yb::Result<scoped_refptr<yb::log::ReadableLogSegment> >&&)
yb::Status&& yb::MoveStatus<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >(yb::Result<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >&&)
Line
Count
Source
273
56
Status&& MoveStatus(Result<TValue>&& result) {
274
56
  return std::move(result.status());
275
56
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::MiniMaster*>(yb::Result<yb::master::MiniMaster*>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<boost::optional<unsigned short> >(yb::Result<boost::optional<unsigned short> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::shared_ptr<yb::client::YBqlWriteOp> >(yb::Result<std::__1::shared_ptr<yb::client::YBqlWriteOp> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::pair<unsigned short, unsigned short> >(yb::Result<std::__1::pair<unsigned short, unsigned short> >&&)
yb::Status&& yb::MoveStatus<unsigned long>(yb::Result<unsigned long>&&)
Line
Count
Source
273
3.00k
Status&& MoveStatus(Result<TValue>&& result) {
274
3.00k
  return std::move(result.status());
275
3.00k
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::CatalogManagerIf*>(yb::Result<yb::master::CatalogManagerIf*>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<unsigned short>(yb::Result<unsigned short>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<scoped_refptr<yb::master::TabletInfo> >(yb::Result<scoped_refptr<yb::master::TabletInfo> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::tserver::ReadRequestPB>(yb::Result<yb::tserver::ReadRequestPB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::vector<std::__1::shared_ptr<yb::tablet::TabletPeer>, std::__1::allocator<std::__1::shared_ptr<yb::tablet::TabletPeer> > > >(yb::Result<std::__1::vector<std::__1::shared_ptr<yb::tablet::TabletPeer>, std::__1::allocator<std::__1::shared_ptr<yb::tablet::TabletPeer> > > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::unique_ptr<yb::docdb::YQLRowwiseIteratorIf, std::__1::default_delete<yb::docdb::YQLRowwiseIteratorIf> > >(yb::Result<std::__1::unique_ptr<yb::docdb::YQLRowwiseIteratorIf, std::__1::default_delete<yb::docdb::YQLRowwiseIteratorIf> > >&&)
yb::Status&& yb::MoveStatus<bool>(yb::Result<bool>&&)
Line
Count
Source
273
94.7k
Status&& MoveStatus(Result<TValue>&& result) {
274
94.7k
  return std::move(result.status());
275
94.7k
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::vector<yb::tserver::ListTabletsForTabletServerResponsePB_Entry, std::__1::allocator<yb::tserver::ListTabletsForTabletServerResponsePB_Entry> > >(yb::Result<std::__1::vector<yb::tserver::ListTabletsForTabletServerResponsePB_Entry, std::__1::allocator<yb::tserver::ListTabletsForTabletServerResponsePB_Entry> > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >(yb::Result<std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::tserver::ListTabletsResponsePB>(yb::Result<yb::tserver::ListTabletsResponsePB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::vector<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB, std::__1::allocator<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB> > >(yb::Result<std::__1::vector<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB, std::__1::allocator<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB> > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::tserver::GetSplitKeyResponsePB>(yb::Result<yb::tserver::GetSplitKeyResponsePB>&&)
yb::Status&& yb::MoveStatus<unsigned int>(yb::Result<unsigned int>&&)
Line
Count
Source
273
1.38k
Status&& MoveStatus(Result<TValue>&& result) {
274
1.38k
  return std::move(result.status());
275
1.38k
}
yb::Status&& yb::MoveStatus<boost::asio::ip::address>(yb::Result<boost::asio::ip::address>&&)
Line
Count
Source
273
2
Status&& MoveStatus(Result<TValue>&& result) {
274
2
  return std::move(result.status());
275
2
}
yb::Status&& yb::MoveStatus<yb::CassandraResult>(yb::Result<yb::CassandraResult>&&)
Line
Count
Source
273
1
Status&& MoveStatus(Result<TValue>&& result) {
274
1
  return std::move(result.status());
275
1
}
yb::Status&& yb::MoveStatus<yb::CassandraSession>(yb::Result<yb::CassandraSession>&&)
Line
Count
Source
273
26
Status&& MoveStatus(Result<TValue>&& result) {
274
26
  return std::move(result.status());
275
26
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<long>(yb::Result<long>&&)
yb::Status&& yb::MoveStatus<yb::SharedMemorySegment>(yb::Result<yb::SharedMemorySegment>&&)
Line
Count
Source
273
1
Status&& MoveStatus(Result<TValue>&& result) {
274
1
  return std::move(result.status());
275
1
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::tserver::PgClientSession&>(yb::Result<yb::tserver::PgClientSession&>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::tserver::PgClientSessionLocker>(yb::Result<yb::tserver::PgClientSessionLocker>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::vector<yb::client::YBTabletServerPlacementInfo, std::__1::allocator<yb::client::YBTabletServerPlacementInfo> > >(yb::Result<std::__1::vector<yb::client::YBTabletServerPlacementInfo, std::__1::allocator<yb::client::YBTabletServerPlacementInfo> > >&&)
yb::Status&& yb::MoveStatus<std::__1::shared_ptr<yb::client::YBTable> >(yb::Result<std::__1::shared_ptr<yb::client::YBTable> >&&)
Line
Count
Source
273
12
Status&& MoveStatus(Result<TValue>&& result) {
274
12
  return std::move(result.status());
275
12
}
yb::Status&& yb::MoveStatus<yb::TransactionMetadata const*>(yb::Result<yb::TransactionMetadata const*>&&)
Line
Count
Source
273
1
Status&& MoveStatus(Result<TValue>&& result) {
274
1
  return std::move(result.status());
275
1
}
yb::Status&& yb::MoveStatus<yb::client::YBSession*>(yb::Result<yb::client::YBSession*>&&)
Line
Count
Source
273
1
Status&& MoveStatus(Result<TValue>&& result) {
274
1
  return std::move(result.status());
275
1
}
yb::Status&& yb::MoveStatus<std::__1::vector<std::__1::shared_ptr<yb::client::YBPgsqlOp>, std::__1::allocator<std::__1::shared_ptr<yb::client::YBPgsqlOp> > > >(yb::Result<std::__1::vector<std::__1::shared_ptr<yb::client::YBPgsqlOp>, std::__1::allocator<std::__1::shared_ptr<yb::client::YBPgsqlOp> > > >&&)
Line
Count
Source
273
12
Status&& MoveStatus(Result<TValue>&& result) {
274
12
  return std::move(result.status());
275
12
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::shared_ptr<yb::client::YBTransaction> >(yb::Result<std::__1::shared_ptr<yb::client::YBTransaction> >&&)
yb::Status&& yb::MoveStatus<yb::TransactionMetadata>(yb::Result<yb::TransactionMetadata>&&)
Line
Count
Source
273
2.02k
Status&& MoveStatus(Result<TValue>&& result) {
274
2.02k
  return std::move(result.status());
275
2.02k
}
yb::Status&& yb::MoveStatus<yb::tserver::TabletPeerTablet>(yb::Result<yb::tserver::TabletPeerTablet>&&)
Line
Count
Source
273
1.62k
Status&& MoveStatus(Result<TValue>&& result) {
274
1.62k
  return std::move(result.status());
275
1.62k
}
yb::Status&& yb::MoveStatus<yb::IsolationLevel>(yb::Result<yb::IsolationLevel>&&)
Line
Count
Source
273
1.27k
Status&& MoveStatus(Result<TValue>&& result) {
274
1.27k
  return std::move(result.status());
275
1.27k
}
yb::Status&& yb::MoveStatus<yb::tserver::LeaderTabletPeer>(yb::Result<yb::tserver::LeaderTabletPeer>&&)
Line
Count
Source
273
102
Status&& MoveStatus(Result<TValue>&& result) {
274
102
  return std::move(result.status());
275
102
}
yb::Status&& yb::MoveStatus<std::__1::shared_ptr<yb::tablet::AbstractTablet> >(yb::Result<std::__1::shared_ptr<yb::tablet::AbstractTablet> >&&)
Line
Count
Source
273
22.5k
Status&& MoveStatus(Result<TValue>&& result) {
274
22.5k
  return std::move(result.status());
275
22.5k
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::tablet::ScopedReadOperation>(yb::Result<yb::tablet::ScopedReadOperation>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::StronglyTypedUuid<yb::TransactionId_Tag> >(yb::Result<yb::StronglyTypedUuid<yb::TransactionId_Tag> >&&)
yb::Status&& yb::MoveStatus<yb::ReadHybridTime>(yb::Result<yb::ReadHybridTime>&&)
Line
Count
Source
273
57
Status&& MoveStatus(Result<TValue>&& result) {
274
57
  return std::move(result.status());
275
57
}
yb::Status&& yb::MoveStatus<scoped_refptr<yb::tablet::RaftGroupMetadata> >(yb::Result<scoped_refptr<yb::tablet::RaftGroupMetadata> >&&)
Line
Count
Source
273
8.00k
Status&& MoveStatus(Result<TValue>&& result) {
274
8.00k
  return std::move(result.status());
275
8.00k
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<google::protobuf::RepeatedPtrField<yb::tablet::FilePB> >(yb::Result<google::protobuf::RepeatedPtrField<yb::tablet::FilePB> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::shared_ptr<yb::tablet::TabletPeer> >(yb::Result<std::__1::shared_ptr<yb::tablet::TabletPeer> >&&)
yb::Status&& yb::MoveStatus<scoped_refptr<yb::tserver::TransitionInProgressDeleter> >(yb::Result<scoped_refptr<yb::tserver::TransitionInProgressDeleter> >&&)
Line
Count
Source
273
1
Status&& MoveStatus(Result<TValue>&& result) {
274
1
  return std::move(result.status());
275
1
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>(yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::UsePrivateIpMode>(yb::Result<yb::UsePrivateIpMode>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::unique_ptr<yb::tserver::enterprise::CDCConsumer, std::__1::default_delete<yb::tserver::enterprise::CDCConsumer> > >(yb::Result<std::__1::unique_ptr<yb::tserver::enterprise::CDCConsumer, std::__1::default_delete<yb::tserver::enterprise::CDCConsumer> > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >(yb::Result<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::ql::audit::LogEntry>(yb::Result<yb::ql::audit::LogEntry>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::tserver::TabletServerOptions>(yb::Result<yb::tserver::TabletServerOptions>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> >(yb::Result<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> >&&)
yb::Status&& yb::MoveStatus<yb::Uuid>(yb::Result<yb::Uuid>&&)
Line
Count
Source
273
2
Status&& MoveStatus(Result<TValue>&& result) {
274
2
  return std::move(result.status());
275
2
}
yb::Status&& yb::MoveStatus<std::__1::shared_ptr<yb::ql::PTExpr> >(yb::Result<std::__1::shared_ptr<yb::ql::PTExpr> >&&)
Line
Count
Source
273
2
Status&& MoveStatus(Result<TValue>&& result) {
274
2
  return std::move(result.status());
275
2
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::shared_ptr<yb::QLType> >(yb::Result<std::__1::shared_ptr<yb::QLType> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::ChildTransactionDataPB>(yb::Result<yb::ChildTransactionDataPB>&&)
yb::Status&& yb::MoveStatus<yb::ql::QueryPagingState*>(yb::Result<yb::ql::QueryPagingState*>&&)
Line
Count
Source
273
3
Status&& MoveStatus(Result<TValue>&& result) {
274
3
  return std::move(result.status());
275
3
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::ColumnSchema const&>(yb::Result<yb::ColumnSchema const&>&&)
yb::Status&& yb::MoveStatus<yb::IndexInfo const*>(yb::Result<yb::IndexInfo const*>&&)
Line
Count
Source
273
810
Status&& MoveStatus(Result<TValue>&& result) {
274
810
  return std::move(result.status());
275
810
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::tablet::TabletScopedRWOperationPauses>(yb::Result<yb::tablet::TabletScopedRWOperationPauses>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<rocksdb::KeyValueEncodingFormat>(yb::Result<rocksdb::KeyValueEncodingFormat>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::ScopedRWOperationPause>(yb::Result<yb::ScopedRWOperationPause>&&)
yb::Status&& yb::MoveStatus<std::__1::shared_ptr<yb::tablet::TableInfo> >(yb::Result<std::__1::shared_ptr<yb::tablet::TableInfo> >&&)
Line
Count
Source
273
14
Status&& MoveStatus(Result<TValue>&& result) {
274
14
  return std::move(result.status());
275
14
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::TransactionOperationContext>(yb::Result<yb::TransactionOperationContext>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::docdb::ApplyTransactionState>(yb::Result<yb::docdb::ApplyTransactionState>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::unique_ptr<pg_conn, yb::pgwrapper::PGConnClose> >(yb::Result<std::__1::unique_ptr<pg_conn, yb::pgwrapper::PGConnClose> >&&)
yb::Status&& yb::MoveStatus<yb::PgsqlBackfillSpecPB>(yb::Result<yb::PgsqlBackfillSpecPB>&&)
Line
Count
Source
273
24
Status&& MoveStatus(Result<TValue>&& result) {
274
24
  return std::move(result.status());
275
24
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::QLWriteRequestPB*>(yb::Result<yb::QLWriteRequestPB*>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::shared_ptr<yb::client::YBSession> >(yb::Result<std::__1::shared_ptr<yb::client::YBSession> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::unique_ptr<rocksdb::DB, std::__1::default_delete<rocksdb::DB> > >(yb::Result<std::__1::unique_ptr<rocksdb::DB, std::__1::default_delete<rocksdb::DB> > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::SubTransactionMetadata>(yb::Result<yb::SubTransactionMetadata>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::StronglyTypedBool<yb::tablet::NeedsRecovery_Tag> >(yb::Result<yb::StronglyTypedBool<yb::tablet::NeedsRecovery_Tag> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::tablet::DocDbOpIds>(yb::Result<yb::tablet::DocDbOpIds>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::tablet::FixedHybridTimeLease>(yb::Result<yb::tablet::FixedHybridTimeLease>&&)
yb::Status&& yb::MoveStatus<scoped_refptr<yb::tablet::OperationDriver> >(yb::Result<scoped_refptr<yb::tablet::OperationDriver> >&&)
Line
Count
Source
273
4
Status&& MoveStatus(Result<TValue>&& result) {
274
4
  return std::move(result.status());
275
4
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::TransactionStatusResult>(yb::Result<yb::TransactionStatusResult>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::UnsignedIntSet<unsigned int> >(yb::Result<yb::UnsignedIntSet<unsigned int> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::tablet::SnapshotCoordinator&>(yb::Result<yb::tablet::SnapshotCoordinator&>&&)
yb::Status&& yb::MoveStatus<yb::docdb::PrepareDocWriteOperationResult>(yb::Result<yb::docdb::PrepareDocWriteOperationResult>&&)
Line
Count
Source
273
17
Status&& MoveStatus(Result<TValue>&& result) {
274
17
  return std::move(result.status());
275
17
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<boost::container::small_vector<iovec, 4ul, void, void> >(yb::Result<boost::container::small_vector<iovec, 4ul, void, void> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<unsigned char const* const*>(yb::Result<unsigned char const* const*>&&)
yb::Status&& yb::MoveStatus<yb::Socket>(yb::Result<yb::Socket>&&)
Line
Count
Source
273
4.30k
Status&& MoveStatus(Result<TValue>&& result) {
274
4.30k
  return std::move(result.status());
275
4.30k
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::unique_ptr<yb::rpc::Stream, std::__1::default_delete<yb::rpc::Stream> > >(yb::Result<std::__1::unique_ptr<yb::rpc::Stream, std::__1::default_delete<yb::rpc::Stream> > >&&)
yb::Status&& yb::MoveStatus<yb::StronglyTypedBool<yb::rpc::ReadBufferFull_Tag> >(yb::Result<yb::StronglyTypedBool<yb::rpc::ReadBufferFull_Tag> >&&)
Line
Count
Source
273
61
Status&& MoveStatus(Result<TValue>&& result) {
274
61
  return std::move(result.status());
275
61
}
Unexecuted instantiation: secure_stream.cc:yb::Status&& yb::MoveStatus<std::__1::unique_ptr<bio_st, yb::rpc::(anonymous namespace)::BIOFree> >(yb::Result<std::__1::unique_ptr<bio_st, yb::rpc::(anonymous namespace)::BIOFree> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::unique_ptr<x509_st, yb::rpc::detail::X509Free> >(yb::Result<std::__1::unique_ptr<x509_st, yb::rpc::detail::X509Free> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::unique_ptr<evp_pkey_st, yb::rpc::detail::EVP_PKEYFree> >(yb::Result<std::__1::unique_ptr<evp_pkey_st, yb::rpc::detail::EVP_PKEYFree> >&&)
yb::Status&& yb::MoveStatus<unsigned char*>(yb::Result<unsigned char*>&&)
Line
Count
Source
273
1
Status&& MoveStatus(Result<TValue>&& result) {
274
1
  return std::move(result.status());
275
1
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::rpc::ProcessCallsResult>(yb::Result<yb::rpc::ProcessCallsResult>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::RefCntBuffer>(yb::Result<yb::RefCntBuffer>&&)
yb::Status&& yb::MoveStatus<yb::OpId>(yb::Result<yb::OpId>&&)
Line
Count
Source
273
1
Status&& MoveStatus(Result<TValue>&& result) {
274
1
  return std::move(result.status());
275
1
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::consensus::ReadOpsResult>(yb::Result<yb::consensus::ReadOpsResult>&&)
yb::Status&& yb::MoveStatus<scoped_refptr<yb::consensus::LeaderElection> >(yb::Result<scoped_refptr<yb::consensus::LeaderElection> >&&)
Line
Count
Source
273
487k
Status&& MoveStatus(Result<TValue>&& result) {
274
487k
  return std::move(result.status());
275
487k
}
yb::Status&& yb::MoveStatus<yb::consensus::RaftConsensus::UpdateReplicaResult>(yb::Result<yb::consensus::RaftConsensus::UpdateReplicaResult>&&)
Line
Count
Source
273
16
Status&& MoveStatus(Result<TValue>&& result) {
274
16
  return std::move(result.status());
275
16
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > >(yb::Result<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::PhysicalTime>(yb::Result<yb::PhysicalTime>&&)
yb::Status&& yb::MoveStatus<yb::master::TSDescriptor*>(yb::Result<yb::master::TSDescriptor*>&&)
Line
Count
Source
273
2.51k
Status&& MoveStatus(Result<TValue>&& result) {
274
2.51k
  return std::move(result.status());
275
2.51k
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::ColumnId>(yb::Result<yb::ColumnId>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > > >(yb::Result<std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::vector<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>, std::__1::allocator<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> > > >(yb::Result<std::__1::vector<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>, std::__1::allocator<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> > > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<boost::optional<yb::master::ReplicationInfoPB> >(yb::Result<boost::optional<yb::master::ReplicationInfoPB> >&&)
yb::Status&& yb::MoveStatus<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<yb::master::ReplicationInfoPB>, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<yb::master::ReplicationInfoPB> > > > > >(yb::Result<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<yb::master::ReplicationInfoPB>, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<yb::master::ReplicationInfoPB> > > > > >&&)
Line
Count
Source
273
166
Status&& MoveStatus(Result<TValue>&& result) {
274
166
  return std::move(result.status());
275
166
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >(yb::Result<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::TabletReplicaDriveInfo>(yb::Result<yb::master::TabletReplicaDriveInfo>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::array<yb::PartitionPB, 2ul> >(yb::Result<std::__1::array<yb::PartitionPB, 2ul> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::unordered_map<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag>, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, boost::hash<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> const, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >(yb::Result<std::__1::unordered_map<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag>, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, boost::hash<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> const, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >&&)
yb::Status&& yb::MoveStatus<scoped_refptr<yb::master::NamespaceInfo> >(yb::Result<scoped_refptr<yb::master::NamespaceInfo> >&&)
Line
Count
Source
273
9
Status&& MoveStatus(Result<TValue>&& result) {
274
9
  return std::move(result.status());
275
9
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::ReplicationInfoPB>(yb::Result<yb::master::ReplicationInfoPB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::vector<std::__1::shared_ptr<yb::master::TSDescriptor>, std::__1::allocator<std::__1::shared_ptr<yb::master::TSDescriptor> > > >(yb::Result<std::__1::vector<std::__1::shared_ptr<yb::master::TSDescriptor>, std::__1::allocator<std::__1::shared_ptr<yb::master::TSDescriptor> > > >&&)
yb::Status&& yb::MoveStatus<scoped_refptr<yb::master::TableInfo> >(yb::Result<scoped_refptr<yb::master::TableInfo> >&&)
Line
Count
Source
273
2.76k
Status&& MoveStatus(Result<TValue>&& result) {
274
2.76k
  return std::move(result.status());
275
2.76k
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::vector<scoped_refptr<yb::master::TableInfo>, std::__1::allocator<scoped_refptr<yb::master::TableInfo> > > >(yb::Result<std::__1::vector<scoped_refptr<yb::master::TableInfo>, std::__1::allocator<scoped_refptr<yb::master::TableInfo> > > >&&)
yb::Status&& yb::MoveStatus<std::__1::unordered_set<yb::HostPort, yb::HostPortHash, std::__1::equal_to<yb::HostPort>, std::__1::allocator<yb::HostPort> > >(yb::Result<std::__1::unordered_set<yb::HostPort, yb::HostPortHash, std::__1::equal_to<yb::HostPort>, std::__1::allocator<yb::HostPort> > >&&)
Line
Count
Source
273
2
Status&& MoveStatus(Result<TValue>&& result) {
274
2
  return std::move(result.status());
275
2
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::TableDescription>(yb::Result<yb::master::TableDescription>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::encryption::UniverseKeyRegistryPB>(yb::Result<yb::encryption::UniverseKeyRegistryPB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::vector<yb::master::TableDescription, std::__1::allocator<yb::master::TableDescription> > >(yb::Result<std::__1::vector<yb::master::TableDescription, std::__1::allocator<yb::master::TableDescription> > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::StronglyTypedUuid<yb::TxnSnapshotId_Tag> >(yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotId_Tag> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::SnapshotState&>(yb::Result<yb::master::SnapshotState&>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::SnapshotScheduleState&>(yb::Result<yb::master::SnapshotScheduleState&>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::RestorationState&>(yb::Result<yb::master::RestorationState&>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::docdb::KeyBytes>(yb::Result<yb::docdb::KeyBytes>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::SysSnapshotEntryPB>(yb::Result<yb::master::SysSnapshotEntryPB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::SnapshotScheduleOptionsPB>(yb::Result<yb::master::SnapshotScheduleOptionsPB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::SysRowEntries>(yb::Result<yb::master::SysRowEntries>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::SnapshotScheduleOperation>(yb::Result<yb::master::SnapshotScheduleOperation>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::SysSnapshotEntryPB_State>(yb::Result<yb::master::SysSnapshotEntryPB_State>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::PlacementInfoConverter::Placement>(yb::Result<yb::PlacementInfoConverter::Placement>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::DdlLogEntryPB>(yb::Result<yb::master::DdlLogEntryPB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::shared_ptr<yb::master::TSDescriptor> >(yb::Result<std::__1::shared_ptr<yb::master::TSDescriptor> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::shared_ptr<yb::QLRowBlock> >(yb::Result<std::__1::shared_ptr<yb::QLRowBlock> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::pair<int, yb::DataType> >(yb::Result<std::__1::pair<int, yb::DataType> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::YQLPartitionsVTable::TabletData>(yb::Result<yb::master::YQLPartitionsVTable::TabletData>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >(yb::Result<boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::SysTablesEntryPB>(yb::Result<yb::master::SysTablesEntryPB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::SysNamespaceEntryPB>(yb::Result<yb::master::SysNamespaceEntryPB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::SysTabletsEntryPB>(yb::Result<yb::master::SysTabletsEntryPB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::unique_ptr<yb::encryption::EncryptionParams, std::__1::default_delete<yb::encryption::EncryptionParams> > >(yb::Result<std::__1::unique_ptr<yb::encryption::EncryptionParams, std::__1::default_delete<yb::encryption::EncryptionParams> > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::unique_ptr<yb::encryption::BlockAccessCipherStream, std::__1::default_delete<yb::encryption::BlockAccessCipherStream> > >(yb::Result<std::__1::unique_ptr<yb::encryption::BlockAccessCipherStream, std::__1::default_delete<yb::encryption::BlockAccessCipherStream> > >&&)
yb::Status&& yb::MoveStatus<google::protobuf::RepeatedPtrField<yb::master::TabletLocationsPB> >(yb::Result<google::protobuf::RepeatedPtrField<yb::master::TabletLocationsPB> >&&)
Line
Count
Source
273
1
Status&& MoveStatus(Result<TValue>&& result) {
274
1
  return std::move(result.status());
275
1
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::shared_ptr<yb::master::CDCRpcTasks> >(yb::Result<std::__1::shared_ptr<yb::master::CDCRpcTasks> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::vector<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName> > > >(yb::Result<std::__1::vector<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName> > > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::docdb::FetchKeyResult>(yb::Result<yb::docdb::FetchKeyResult>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::SysTablesEntryPB> const&>(yb::Result<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::SysTablesEntryPB> const&>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::client::YBTableInfo>(yb::Result<yb::client::YBTableInfo>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::vector<yb::master::NamespaceIdentifierPB, std::__1::allocator<yb::master::NamespaceIdentifierPB> > >(yb::Result<std::__1::vector<yb::master::NamespaceIdentifierPB, std::__1::allocator<yb::master::NamespaceIdentifierPB> > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::vector<yb::master::TablegroupIdentifierPB, std::__1::allocator<yb::master::TablegroupIdentifierPB> > >(yb::Result<std::__1::vector<yb::master::TablegroupIdentifierPB, std::__1::allocator<yb::master::TablegroupIdentifierPB> > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::shared_ptr<yb::client::VersionedTablePartitionList const> >(yb::Result<std::__1::shared_ptr<yb::client::VersionedTablePartitionList const> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::client::YBTableType>(yb::Result<yb::client::YBTableType>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > >(yb::Result<std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<scoped_refptr<yb::client::internal::RemoteTablet> >(yb::Result<scoped_refptr<yb::client::internal::RemoteTablet> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<google::protobuf::RepeatedPtrField<yb::master::SnapshotInfoPB> >(yb::Result<google::protobuf::RepeatedPtrField<yb::master::SnapshotInfoPB> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::MasterBackupProxy>(yb::Result<yb::master::MasterBackupProxy>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<google::protobuf::RepeatedPtrField<yb::master::SnapshotScheduleInfoPB> >(yb::Result<google::protobuf::RepeatedPtrField<yb::master::SnapshotScheduleInfoPB> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::encryption::FileEncryptionStatus>(yb::Result<yb::encryption::FileEncryptionStatus>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::SharedMemoryObject<yb::tserver::TServerSharedData> >(yb::Result<yb::SharedMemoryObject<yb::tserver::TServerSharedData> >&&)
yb::Status&& yb::MoveStatus<yb::StronglyTypedBool<yb::pggate::RequestSent_Tag> >(yb::Result<yb::StronglyTypedBool<yb::pggate::RequestSent_Tag> >&&)
Line
Count
Source
273
228
Status&& MoveStatus(Result<TValue>&& result) {
274
228
  return std::move(result.status());
275
228
}
yb::Status&& yb::MoveStatus<scoped_refptr<yb::pggate::PgTableDesc> >(yb::Result<scoped_refptr<yb::pggate::PgTableDesc> >&&)
Line
Count
Source
273
64
Status&& MoveStatus(Result<TValue>&& result) {
274
64
  return std::move(result.status());
275
64
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::pair<long long, bool> >(yb::Result<std::__1::pair<long long, bool> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::pair<unsigned int, unsigned int> >(yb::Result<std::__1::pair<unsigned int, unsigned int> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::shared_ptr<unsigned char const* const> >(yb::Result<std::__1::shared_ptr<unsigned char const* const> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::GetNamespaceInfoResponsePB>(yb::Result<yb::master::GetNamespaceInfoResponsePB>&&)
pg_session.cc:yb::Status&& yb::MoveStatus<yb::pggate::(anonymous namespace)::SessionType>(yb::Result<yb::pggate::(anonymous namespace)::SessionType>&&)
Line
Count
Source
273
2
Status&& MoveStatus(Result<TValue>&& result) {
274
2
  return std::move(result.status());
275
2
}
yb::Status&& yb::MoveStatus<yb::pggate::PgColumn&>(yb::Result<yb::pggate::PgColumn&>&&)
Line
Count
Source
273
98
Status&& MoveStatus(Result<TValue>&& result) {
274
98
  return std::move(result.status());
275
98
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::function<yb::docdb::DocKey (std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > const&)> >(yb::Result<std::__1::function<yb::docdb::DocKey (std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > const&)> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::docdb::DocKey>(yb::Result<yb::docdb::DocKey>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::docdb::PrimitiveValue>(yb::Result<yb::docdb::PrimitiveValue>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::pggate::PgColumn const&>(yb::Result<yb::pggate::PgColumn const&>&&)
yb::Status&& yb::MoveStatus<std::__1::list<yb::pggate::PgDocResult, std::__1::allocator<yb::pggate::PgDocResult> > >(yb::Result<std::__1::list<yb::pggate::PgDocResult, std::__1::allocator<yb::pggate::PgDocResult> > >&&)
Line
Count
Source
273
50.3k
Status&& MoveStatus(Result<TValue>&& result) {
274
50.3k
  return std::move(result.status());
275
50.3k
}
yb::Status&& yb::MoveStatus<yb::pggate::PerformFuture>(yb::Result<yb::pggate::PerformFuture>&&)
Line
Count
Source
273
2.75k
Status&& MoveStatus(Result<TValue>&& result) {
274
2.75k
  return std::move(result.status());
275
2.75k
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> > >(yb::Result<std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::pgwrapper::PGConn>(yb::Result<yb::pgwrapper::PGConn>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::pgwrapper::PgProcessConf>(yb::Result<yb::pgwrapper::PgProcessConf>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::ListMastersResponsePB>(yb::Result<yb::master::ListMastersResponsePB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::consensus::LeaderStepDownResponsePB>(yb::Result<yb::consensus::LeaderStepDownResponsePB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::consensus::RunLeaderElectionResponsePB>(yb::Result<yb::consensus::RunLeaderElectionResponsePB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::DumpMasterStateResponsePB>(yb::Result<yb::master::DumpMasterStateResponsePB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::GetLoadMovePercentResponsePB>(yb::Result<yb::master::GetLoadMovePercentResponsePB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, int> > > >(yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, int> > > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::GetTabletLocationsResponsePB>(yb::Result<yb::master::GetTabletLocationsResponsePB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::consensus::ChangeConfigResponsePB>(yb::Result<yb::consensus::ChangeConfigResponsePB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::ListTabletServersResponsePB>(yb::Result<yb::master::ListTabletServersResponsePB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::tserver::GetLogLocationResponsePB>(yb::Result<yb::tserver::GetLogLocationResponsePB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::master::NamespaceIdentifierPB, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::NamespaceIdentifierPB> > > const&>(yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::master::NamespaceIdentifierPB, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::NamespaceIdentifierPB> > > const&>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::LaunchBackfillIndexForTableResponsePB>(yb::Result<yb::master::LaunchBackfillIndexForTableResponsePB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::tserver::ListTabletsForTabletServerResponsePB>(yb::Result<yb::tserver::ListTabletsForTabletServerResponsePB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::ChangeLoadBalancerStateResponsePB>(yb::Result<yb::master::ChangeLoadBalancerStateResponsePB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::GetLoadBalancerStateResponsePB>(yb::Result<yb::master::GetLoadBalancerStateResponsePB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::FlushSysCatalogResponsePB>(yb::Result<yb::master::FlushSysCatalogResponsePB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::CompactSysCatalogResponsePB>(yb::Result<yb::master::CompactSysCatalogResponsePB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::IsMasterLeaderReadyResponsePB>(yb::Result<yb::master::IsMasterLeaderReadyResponsePB>&&)
yb::Status&& yb::MoveStatus<yb::master::GetMasterClusterConfigResponsePB>(yb::Result<yb::master::GetMasterClusterConfigResponsePB>&&)
Line
Count
Source
273
14
Status&& MoveStatus(Result<TValue>&& result) {
274
14
  return std::move(result.status());
275
14
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::ChangeMasterClusterConfigResponsePB>(yb::Result<yb::master::ChangeMasterClusterConfigResponsePB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::IsInitDbDoneResponsePB>(yb::Result<yb::master::IsInitDbDoneResponsePB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::tserver::UpgradeYsqlResponsePB>(yb::Result<yb::tserver::UpgradeYsqlResponsePB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::SplitTabletResponsePB>(yb::Result<yb::master::SplitTabletResponsePB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::DisableTabletSplittingResponsePB>(yb::Result<yb::master::DisableTabletSplittingResponsePB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::master::IsTabletSplittingCompleteResponsePB>(yb::Result<yb::master::IsTabletSplittingCompleteResponsePB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::util::VarInt>(yb::Result<yb::util::VarInt>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::QLTableColumn const&>(yb::Result<yb::QLTableColumn const&>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::ql::ParseTree const&>(yb::Result<yb::ql::ParseTree const&>&&)
yb::Status&& yb::MoveStatus<rocksdb::FileNumbersHolder>(yb::Result<rocksdb::FileNumbersHolder>&&)
Line
Count
Source
273
22
Status&& MoveStatus(Result<TValue>&& result) {
274
22
  return std::move(result.status());
275
22
}
yb::Status&& yb::MoveStatus<rocksdb::TableCache::TableReaderWithHandle>(yb::Result<rocksdb::TableCache::TableReaderWithHandle>&&)
Line
Count
Source
273
55
Status&& MoveStatus(Result<TValue>&& result) {
274
55
  return std::move(result.status());
275
55
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::unique_ptr<rocksdb::MultiLevelIndexReader, std::__1::default_delete<rocksdb::MultiLevelIndexReader> > >(yb::Result<std::__1::unique_ptr<rocksdb::MultiLevelIndexReader, std::__1::default_delete<rocksdb::MultiLevelIndexReader> > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<rocksdb::BlockBasedTable::CachableEntry<rocksdb::IndexReader> >(yb::Result<rocksdb::BlockBasedTable::CachableEntry<rocksdb::IndexReader> >&&)
Unexecuted instantiation: format.cc:yb::Status&& yb::MoveStatus<rocksdb::(anonymous namespace)::ChecksumData>(yb::Result<rocksdb::(anonymous namespace)::ChecksumData>&&)
yb::Status&& yb::MoveStatus<std::__1::shared_ptr<yb::cdc::StreamMetadata> >(yb::Result<std::__1::shared_ptr<yb::cdc::StreamMetadata> >&&)
Line
Count
Source
273
1
Status&& MoveStatus(Result<TValue>&& result) {
274
1
  return std::move(result.status());
275
1
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::client::internal::RemoteTabletServer*>(yb::Result<yb::client::internal::RemoteTabletServer*>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::shared_ptr<yb::client::TableHandle> >(yb::Result<std::__1::shared_ptr<yb::client::TableHandle> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::vector<std::__1::pair<unsigned long long, unsigned long>, std::__1::allocator<std::__1::pair<unsigned long long, unsigned long> > > >(yb::Result<std::__1::vector<std::__1::pair<unsigned long long, unsigned long>, std::__1::allocator<std::__1::pair<unsigned long long, unsigned long> > > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<boost::unordered::unordered_map<yb::StronglyTypedUuid<yb::TransactionId_Tag>, yb::TransactionStatusResult, boost::hash<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::TransactionId_Tag> const, yb::TransactionStatusResult> > > >(yb::Result<boost::unordered::unordered_map<yb::StronglyTypedUuid<yb::TransactionId_Tag>, yb::TransactionStatusResult, boost::hash<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::TransactionId_Tag> const, yb::TransactionStatusResult> > > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::vector<std::__1::shared_ptr<yb::consensus::ReplicateMsg>, std::__1::allocator<std::__1::shared_ptr<yb::consensus::ReplicateMsg> > > >(yb::Result<std::__1::vector<std::__1::shared_ptr<yb::consensus::ReplicateMsg>, std::__1::allocator<std::__1::shared_ptr<yb::consensus::ReplicateMsg> > > >&&)
yb::Status&& yb::MoveStatus<std::__1::unique_ptr<pg_result, yb::pgwrapper::PGResultClear> >(yb::Result<std::__1::unique_ptr<pg_result, yb::pgwrapper::PGResultClear> >&&)
Line
Count
Source
273
5
Status&& MoveStatus(Result<TValue>&& result) {
274
5
  return std::move(result.status());
275
5
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::pair<int, int> >(yb::Result<std::__1::pair<int, int> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::encryption::EncryptionParamsPB>(yb::Result<yb::encryption::EncryptionParamsPB>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::encryption::UniverseKeyParams>(yb::Result<yb::encryption::UniverseKeyParams>&&)
yb::Status&& yb::MoveStatus<boost::shared_ptr<boost::date_time::time_zone_base<boost::posix_time::ptime, char> > >(yb::Result<boost::shared_ptr<boost::date_time::time_zone_base<boost::posix_time::ptime, char> > >&&)
Line
Count
Source
273
3
Status&& MoveStatus(Result<TValue>&& result) {
274
3
  return std::move(result.status());
275
3
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<icu_67::GregorianCalendar>(yb::Result<icu_67::GregorianCalendar>&&)
yb::Status&& yb::MoveStatus<statvfs>(yb::Result<statvfs>&&)
Line
Count
Source
273
873k
Status&& MoveStatus(Result<TValue>&& result) {
274
873k
  return std::move(result.status());
275
873k
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::ResourceLimits>(yb::Result<yb::ResourceLimits>&&)
yb::Status&& yb::MoveStatus<std::__1::pair<long long, unsigned long> >(yb::Result<std::__1::pair<long long, unsigned long> >&&)
Line
Count
Source
273
144
Status&& MoveStatus(Result<TValue>&& result) {
274
144
  return std::move(result.status());
275
144
}
net_util.cc:yb::Status&& yb::MoveStatus<std::__1::unique_ptr<addrinfo, yb::(anonymous namespace)::AddrinfoDeleter> >(yb::Result<std::__1::unique_ptr<addrinfo, yb::(anonymous namespace)::AddrinfoDeleter> >&&)
Line
Count
Source
273
68
Status&& MoveStatus(Result<TValue>&& result) {
274
68
  return std::move(result.status());
275
68
}
yb::Status&& yb::MoveStatus<void*>(yb::Result<void*>&&)
Line
Count
Source
273
4
Status&& MoveStatus(Result<TValue>&& result) {
274
4
  return std::move(result.status());
275
4
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::vector<char*, std::__1::allocator<char*> > >(yb::Result<std::__1::vector<char*, std::__1::allocator<char*> > >&&)
yb::Status&& yb::MoveStatus<yb::Subprocess::ChildPipes>(yb::Result<yb::Subprocess::ChildPipes>&&)
Line
Count
Source
273
109
Status&& MoveStatus(Result<TValue>&& result) {
274
109
  return std::move(result.status());
275
109
}
yb::Status&& yb::MoveStatus<DIR*>(yb::Result<DIR*>&&)
Line
Count
Source
273
20
Status&& MoveStatus(Result<TValue>&& result) {
274
20
  return std::move(result.status());
275
20
}
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::vector<int, std::__1::allocator<int> > >(yb::Result<std::__1::vector<int, std::__1::allocator<int> > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<double>(yb::Result<double>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::docdb::ParsedIntent>(yb::Result<yb::docdb::ParsedIntent>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::docdb::DecodedIntentValue>(yb::Result<yb::docdb::DecodedIntentValue>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::WaitPolicy>(yb::Result<yb::WaitPolicy>&&)
Unexecuted instantiation: docdb.cc:yb::Status&& yb::MoveStatus<yb::docdb::(anonymous namespace)::DetermineKeysToLockResult>(yb::Result<yb::docdb::(anonymous namespace)::DetermineKeysToLockResult>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<std::__1::unique_ptr<yb::docdb::SubDocumentReader, std::__1::default_delete<yb::docdb::SubDocumentReader> > >(yb::Result<std::__1::unique_ptr<yb::docdb::SubDocumentReader, std::__1::default_delete<yb::docdb::SubDocumentReader> > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::docdb::ValueType>(yb::Result<yb::docdb::ValueType>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::docdb::DecodedIntentKey>(yb::Result<yb::docdb::DecodedIntentKey>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::CommitMetadata>(yb::Result<yb::CommitMetadata>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::RedisDataType>(yb::Result<yb::RedisDataType>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::docdb::RedisValue>(yb::Result<yb::docdb::RedisValue>&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<boost::optional<yb::docdb::Expiration> >(yb::Result<boost::optional<yb::docdb::Expiration> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::docdb::SubDocument*>(yb::Result<yb::docdb::SubDocument*>&&)
Unexecuted instantiation: subdoc_reader.cc:yb::Status&& yb::MoveStatus<yb::docdb::(anonymous namespace)::ScopedDocDbRowContextWithData*>(yb::Result<yb::docdb::(anonymous namespace)::ScopedDocDbRowContextWithData*>&&)
Unexecuted instantiation: subdoc_reader.cc:yb::Status&& yb::MoveStatus<std::__1::unique_ptr<yb::docdb::(anonymous namespace)::DocDbRowData, std::__1::default_delete<yb::docdb::(anonymous namespace)::DocDbRowData> > >(yb::Result<std::__1::unique_ptr<yb::docdb::(anonymous namespace)::DocDbRowData, std::__1::default_delete<yb::docdb::(anonymous namespace)::DocDbRowData> > >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::docdb::TransactionStatusCache::GetCommitDataResult>(yb::Result<yb::docdb::TransactionStatusCache::GetCommitDataResult>&&)
Unexecuted instantiation: cql_processor.cc:yb::Status&& yb::MoveStatus<std::__1::unique_ptr<ldap, yb::cqlserver::(anonymous namespace)::LDAPDeleter> >(yb::Result<std::__1::unique_ptr<ldap, yb::cqlserver::(anonymous namespace)::LDAPDeleter> >&&)
Unexecuted instantiation: yb::Status&& yb::MoveStatus<yb::log::FirstEntryMetadata>(yb::Result<yb::log::FirstEntryMetadata>&&)
276
277
template<class TValue>
278
2.63k
const Status& MoveStatus(const Result<TValue>& result) {
279
2.63k
  return result.status();
280
2.63k
}
Unexecuted instantiation: yb::Status const& yb::MoveStatus<char*>(yb::Result<char*> const&)
Unexecuted instantiation: yb::Status const& yb::MoveStatus<long long>(yb::Result<long long> const&)
yb::Status const& yb::MoveStatus<std::__1::shared_ptr<yb::client::YBTable> >(yb::Result<std::__1::shared_ptr<yb::client::YBTable> > const&)
Line
Count
Source
278
64
const Status& MoveStatus(const Result<TValue>& result) {
279
64
  return result.status();
280
64
}
Unexecuted instantiation: yb::Status const& yb::MoveStatus<unsigned long long>(yb::Result<unsigned long long> const&)
Unexecuted instantiation: yb::Status const& yb::MoveStatus<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >(yb::Result<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&)
yb::Status const& yb::MoveStatus<scoped_refptr<yb::tablet::RaftGroupMetadata> >(yb::Result<scoped_refptr<yb::tablet::RaftGroupMetadata> > const&)
Line
Count
Source
278
10
const Status& MoveStatus(const Result<TValue>& result) {
279
10
  return result.status();
280
10
}
Unexecuted instantiation: yb::Status const& yb::MoveStatus<scoped_refptr<yb::client::internal::RemoteTablet> >(yb::Result<scoped_refptr<yb::client::internal::RemoteTablet> > const&)
Unexecuted instantiation: yb::Status const& yb::MoveStatus<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > >(yb::Result<std::__1::vector<scoped_refptr<yb::client::internal::RemoteTablet>, std::__1::allocator<scoped_refptr<yb::client::internal::RemoteTablet> > > > const&)
yb::Status const& yb::MoveStatus<bool>(yb::Result<bool> const&)
Line
Count
Source
278
2.53k
const Status& MoveStatus(const Result<TValue>& result) {
279
2.53k
  return result.status();
280
2.53k
}
Unexecuted instantiation: yb::Status const& yb::MoveStatus<std::__1::vector<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >, std::__1::allocator<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > > > >(yb::Result<std::__1::vector<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >, std::__1::allocator<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > > > > const&)
Unexecuted instantiation: yb::Status const& yb::MoveStatus<scoped_refptr<yb::master::NamespaceInfo> >(yb::Result<scoped_refptr<yb::master::NamespaceInfo> > const&)
Unexecuted instantiation: yb::Status const& yb::MoveStatus<scoped_refptr<yb::master::TableInfo> >(yb::Result<scoped_refptr<yb::master::TableInfo> > const&)
Unexecuted instantiation: yb::Status const& yb::MoveStatus<std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > > >(yb::Result<std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > > > const&)
Unexecuted instantiation: yb::Status const& yb::MoveStatus<unsigned long>(yb::Result<unsigned long> const&)
Unexecuted instantiation: yb::Status const& yb::MoveStatus<yb::QLRowBlock>(yb::Result<yb::QLRowBlock> const&)
Unexecuted instantiation: yb::Status const& yb::MoveStatus<yb::TransactionMetadata>(yb::Result<yb::TransactionMetadata> const&)
yb::Status const& yb::MoveStatus<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > const&)
Line
Count
Source
278
4
const Status& MoveStatus(const Result<TValue>& result) {
279
4
  return result.status();
280
4
}
yb::Status const& yb::MoveStatus<yb::OpId>(yb::Result<yb::OpId> const&)
Line
Count
Source
278
26
const Status& MoveStatus(const Result<TValue>& result) {
279
26
  return result.status();
280
26
}
Unexecuted instantiation: yb::Status const& yb::MoveStatus<std::__1::unique_ptr<yb::client::YBClient, std::__1::default_delete<yb::client::YBClient> > >(yb::Result<std::__1::unique_ptr<yb::client::YBClient, std::__1::default_delete<yb::client::YBClient> > > const&)
Unexecuted instantiation: yb::Status const& yb::MoveStatus<std::__1::unique_ptr<yb::rpc::Messenger, std::__1::default_delete<yb::rpc::Messenger> > >(yb::Result<std::__1::unique_ptr<yb::rpc::Messenger, std::__1::default_delete<yb::rpc::Messenger> > > const&)
Unexecuted instantiation: yb::Status const& yb::MoveStatus<yb::master::ListMastersResponsePB>(yb::Result<yb::master::ListMastersResponsePB> const&)
Unexecuted instantiation: yb::Status const& yb::MoveStatus<std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> > >(yb::Result<std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> > > const&)
Unexecuted instantiation: yb::Status const& yb::MoveStatus<std::__1::shared_ptr<yb::client::TableHandle> >(yb::Result<std::__1::shared_ptr<yb::client::TableHandle> > const&)
Unexecuted instantiation: yb::Status const& yb::MoveStatus<yb::ColumnSchema const&>(yb::Result<yb::ColumnSchema const&> const&)
Unexecuted instantiation: yb::Status const& yb::MoveStatus<yb::StronglyTypedUuid<yb::TransactionId_Tag> >(yb::Result<yb::StronglyTypedUuid<yb::TransactionId_Tag> > const&)
Unexecuted instantiation: yb::Status const& yb::MoveStatus<yb::DocHybridTime>(yb::Result<yb::DocHybridTime> const&)
Unexecuted instantiation: yb::Status const& yb::MoveStatus<yb::MonoDelta>(yb::Result<yb::MonoDelta> const&)
Unexecuted instantiation: yb::Status const& yb::MoveStatus<scoped_refptr<yb::log::ReadableLogSegment> >(yb::Result<scoped_refptr<yb::log::ReadableLogSegment> > const&)
281
282
template<class TValue>
283
2.66k
inline std::string StatusToString(const Result<TValue>& result) {
284
2.66k
  return result.status().ToString();
285
2.66k
}
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<std::__1::unique_ptr<yb::client::YBClient, std::__1::default_delete<yb::client::YBClient> > >(yb::Result<std::__1::unique_ptr<yb::client::YBClient, std::__1::default_delete<yb::client::YBClient> > > const&)
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > const&)
Line
Count
Source
283
33
inline std::string StatusToString(const Result<TValue>& result) {
284
33
  return result.status().ToString();
285
33
}
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<yb::SharedMemoryObject<yb::tserver::TServerSharedData> >(yb::Result<yb::SharedMemoryObject<yb::tserver::TServerSharedData> > const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<std::__1::vector<unsigned long long, std::__1::allocator<unsigned long long> > >(yb::Result<std::__1::vector<unsigned long long, std::__1::allocator<unsigned long long> > > const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<yb::StronglyTypedUuid<yb::TransactionId_Tag> >(yb::Result<yb::StronglyTypedUuid<yb::TransactionId_Tag> > const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<std::__1::unique_ptr<yb::rpc::Messenger, std::__1::default_delete<yb::rpc::Messenger> > >(yb::Result<std::__1::unique_ptr<yb::rpc::Messenger, std::__1::default_delete<yb::rpc::Messenger> > > const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<std::__1::unique_ptr<yb::tserver::MiniTabletServer, std::__1::default_delete<yb::tserver::MiniTabletServer> > >(yb::Result<std::__1::unique_ptr<yb::tserver::MiniTabletServer, std::__1::default_delete<yb::tserver::MiniTabletServer> > > const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<std::__1::unique_ptr<yb::docdb::YQLRowwiseIteratorIf, std::__1::default_delete<yb::docdb::YQLRowwiseIteratorIf> > >(yb::Result<std::__1::unique_ptr<yb::docdb::YQLRowwiseIteratorIf, std::__1::default_delete<yb::docdb::YQLRowwiseIteratorIf> > > const&)
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<bool>(yb::Result<bool> const&)
Line
Count
Source
283
2.62k
inline std::string StatusToString(const Result<TValue>& result) {
284
2.62k
  return result.status().ToString();
285
2.62k
}
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<std::__1::shared_ptr<yb::tablet::TableInfo> >(yb::Result<std::__1::shared_ptr<yb::tablet::TableInfo> > const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<unsigned long long>(yb::Result<unsigned long long> const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<yb::docdb::ApplyTransactionState>(yb::Result<yb::docdb::ApplyTransactionState> const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<scoped_refptr<yb::Thread> >(yb::Result<scoped_refptr<yb::Thread> > const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<boost::asio::ip::address>(yb::Result<boost::asio::ip::address> const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<long long>(yb::Result<long long> const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<unsigned int>(yb::Result<unsigned int> const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<yb::master::ReplicationInfoPB>(yb::Result<yb::master::ReplicationInfoPB> const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<yb::Slice>(yb::Result<yb::Slice> const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<std::__1::pair<yb::RefCntBuffer, yb::Slice> >(yb::Result<std::__1::pair<yb::RefCntBuffer, yb::Slice> > const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<boost::optional<yb::docdb::SubDocument> >(yb::Result<boost::optional<yb::docdb::SubDocument> > const&)
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >(yb::Result<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&)
Line
Count
Source
283
3
inline std::string StatusToString(const Result<TValue>& result) {
284
3
  return result.status().ToString();
285
3
}
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<std::__1::shared_ptr<yb::client::YBqlWriteOp> >(yb::Result<std::__1::shared_ptr<yb::client::YBqlWriteOp> > const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<yb::pggate::PgApiContext::MessengerHolder>(yb::Result<yb::pggate::PgApiContext::MessengerHolder> const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> >(yb::Result<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> > const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<std::__1::shared_ptr<yb::client::YBTransaction> >(yb::Result<std::__1::shared_ptr<yb::client::YBTransaction> > const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> > > > > >(yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> > > > > > const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> > >(yb::Result<std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> > > const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<std::__1::unique_ptr<yb::rpc::SecureContext, std::__1::default_delete<yb::rpc::SecureContext> > >(yb::Result<std::__1::unique_ptr<yb::rpc::SecureContext, std::__1::default_delete<yb::rpc::SecureContext> > > const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<unsigned long>(yb::Result<unsigned long> const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<yb::ColumnSchema const&>(yb::Result<yb::ColumnSchema const&> const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<yb::pgwrapper::PgProcessConf>(yb::Result<yb::pgwrapper::PgProcessConf> const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<yb::util::VarInt>(yb::Result<yb::util::VarInt> const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<yb::DocHybridTime>(yb::Result<yb::DocHybridTime> const&)
Unexecuted instantiation: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > yb::StatusToString<rocksdb::CompressionType>(yb::Result<rocksdb::CompressionType> const&)
286
287
template<class TValue>
288
114k
std::ostream& operator<<(std::ostream& out, const Result<TValue>& result) {
289
114k
  return result.ok() ? 
out << *result59.3k
:
out << result.status()55.2k
;
290
114k
}
std::__1::basic_ostream<char, std::__1::char_traits<char> >& yb::operator<<<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > const&)
Line
Count
Source
288
1
std::ostream& operator<<(std::ostream& out, const Result<TValue>& result) {
289
1
  return result.ok() ? out << *result : 
out << result.status()0
;
290
1
}
std::__1::basic_ostream<char, std::__1::char_traits<char> >& yb::operator<<<yb::HybridTime>(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, yb::Result<yb::HybridTime> const&)
Line
Count
Source
288
416
std::ostream& operator<<(std::ostream& out, const Result<TValue>& result) {
289
416
  return result.ok() ? out << *result : 
out << result.status()0
;
290
416
}
Unexecuted instantiation: std::__1::basic_ostream<char, std::__1::char_traits<char> >& yb::operator<<<yb::TransactionStatusResult>(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, yb::Result<yb::TransactionStatusResult> const&)
std::__1::basic_ostream<char, std::__1::char_traits<char> >& yb::operator<<<yb::StronglyTypedUuid<yb::TransactionId_Tag> >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, yb::Result<yb::StronglyTypedUuid<yb::TransactionId_Tag> > const&)
Line
Count
Source
288
58.4k
std::ostream& operator<<(std::ostream& out, const Result<TValue>& result) {
289
58.4k
  return result.ok() ? out << *result : 
out << result.status()0
;
290
58.4k
}
std::__1::basic_ostream<char, std::__1::char_traits<char> >& yb::operator<<<unsigned long>(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, yb::Result<unsigned long> const&)
Line
Count
Source
288
418
std::ostream& operator<<(std::ostream& out, const Result<TValue>& result) {
289
418
  return result.ok() ? out << *result : 
out << result.status()0
;
290
418
}
std::__1::basic_ostream<char, std::__1::char_traits<char> >& yb::operator<<<bool>(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, yb::Result<bool> const&)
Line
Count
Source
288
55.2k
std::ostream& operator<<(std::ostream& out, const Result<TValue>& result) {
289
55.2k
  return result.ok() ? 
out << *result0
: out << result.status();
290
55.2k
}
Unexecuted instantiation: std::__1::basic_ostream<char, std::__1::char_traits<char> >& yb::operator<<<unsigned int>(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, yb::Result<unsigned int> const&)
Unexecuted instantiation: std::__1::basic_ostream<char, std::__1::char_traits<char> >& yb::operator<<<boost::asio::ip::address>(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, yb::Result<boost::asio::ip::address> const&)
Unexecuted instantiation: std::__1::basic_ostream<char, std::__1::char_traits<char> >& yb::operator<<<std::__1::shared_ptr<yb::master::CDCRpcTasks> >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, yb::Result<std::__1::shared_ptr<yb::master::CDCRpcTasks> > const&)
std::__1::basic_ostream<char, std::__1::char_traits<char> >& yb::operator<<<yb::IndexPermissions>(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, yb::Result<yb::IndexPermissions> const&)
Line
Count
Source
288
10
std::ostream& operator<<(std::ostream& out, const Result<TValue>& result) {
289
10
  return result.ok() ? 
out << *result0
: out << result.status();
290
10
}
Unexecuted instantiation: std::__1::basic_ostream<char, std::__1::char_traits<char> >& yb::operator<<<scoped_refptr<yb::client::internal::RemoteTablet> >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, yb::Result<scoped_refptr<yb::client::internal::RemoteTablet> > const&)
Unexecuted instantiation: std::__1::basic_ostream<char, std::__1::char_traits<char> >& yb::operator<<<int>(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, yb::Result<int> const&)
Unexecuted instantiation: std::__1::basic_ostream<char, std::__1::char_traits<char> >& yb::operator<<<yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag> >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag> > const&)
Unexecuted instantiation: std::__1::basic_ostream<char, std::__1::char_traits<char> >& yb::operator<<<yb::DocHybridTime>(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, yb::Result<yb::DocHybridTime> const&)
Unexecuted instantiation: std::__1::basic_ostream<char, std::__1::char_traits<char> >& yb::operator<<<unsigned long long>(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, yb::Result<unsigned long long> const&)
291
292
template<class Functor>
293
class ResultToStatusAdaptor {
294
 public:
295
784
  explicit ResultToStatusAdaptor(const Functor& functor) : functor_(functor) {}
yb::ResultToStatusAdaptor<yb::Result<long long> (*)(yb::Slice)>::ResultToStatusAdaptor(yb::Result<long long> (* const&)(yb::Slice))
Line
Count
Source
295
732
  explicit ResultToStatusAdaptor(const Functor& functor) : functor_(functor) {}
yb::ResultToStatusAdaptor<yb::Result<long double> (*)(yb::Slice)>::ResultToStatusAdaptor(yb::Result<long double> (* const&)(yb::Slice))
Line
Count
Source
295
52
  explicit ResultToStatusAdaptor(const Functor& functor) : functor_(functor) {}
296
297
  template <class Output, class... Args>
298
784
  CHECKED_STATUS operator()(Output* output, Args&&... args) {
299
784
    auto result = functor_(std::forward<Args>(args)...);
300
784
    RETURN_NOT_OK(result);
301
710
    *output = std::move(*result);
302
710
    return Status::OK();
303
784
  }
yb::Status yb::ResultToStatusAdaptor<yb::Result<long long> (*)(yb::Slice)>::operator()<long long, std::__1::basic_string<char, std::__1::char_traits<char>, yb::internal::ArenaAllocatorBase<char, yb::internal::ArenaTraits> >&>(long long*, std::__1::basic_string<char, std::__1::char_traits<char>, yb::internal::ArenaAllocatorBase<char, yb::internal::ArenaTraits> >&)
Line
Count
Source
298
732
  CHECKED_STATUS operator()(Output* output, Args&&... args) {
299
732
    auto result = functor_(std::forward<Args>(args)...);
300
732
    RETURN_NOT_OK(result);
301
690
    *output = std::move(*result);
302
690
    return Status::OK();
303
732
  }
yb::Status yb::ResultToStatusAdaptor<yb::Result<long double> (*)(yb::Slice)>::operator()<long double, std::__1::basic_string<char, std::__1::char_traits<char>, yb::internal::ArenaAllocatorBase<char, yb::internal::ArenaTraits> >&>(long double*, std::__1::basic_string<char, std::__1::char_traits<char>, yb::internal::ArenaAllocatorBase<char, yb::internal::ArenaTraits> >&)
Line
Count
Source
298
52
  CHECKED_STATUS operator()(Output* output, Args&&... args) {
299
52
    auto result = functor_(std::forward<Args>(args)...);
300
52
    RETURN_NOT_OK(result);
301
20
    *output = std::move(*result);
302
20
    return Status::OK();
303
52
  }
304
 private:
305
  Functor functor_;
306
};
307
308
template<class Functor>
309
784
ResultToStatusAdaptor<Functor> ResultToStatus(const Functor& functor) {
310
784
  return ResultToStatusAdaptor<Functor>(functor);
311
784
}
yb::ResultToStatusAdaptor<yb::Result<long long> (*)(yb::Slice)> yb::ResultToStatus<yb::Result<long long> (*)(yb::Slice)>(yb::Result<long long> (* const&)(yb::Slice))
Line
Count
Source
309
732
ResultToStatusAdaptor<Functor> ResultToStatus(const Functor& functor) {
310
732
  return ResultToStatusAdaptor<Functor>(functor);
311
732
}
yb::ResultToStatusAdaptor<yb::Result<long double> (*)(yb::Slice)> yb::ResultToStatus<yb::Result<long double> (*)(yb::Slice)>(yb::Result<long double> (* const&)(yb::Slice))
Line
Count
Source
309
52
ResultToStatusAdaptor<Functor> ResultToStatus(const Functor& functor) {
310
52
  return ResultToStatusAdaptor<Functor>(functor);
311
52
}
312
313
template<class TValue>
314
59.2M
CHECKED_STATUS ResultToStatus(const Result<TValue>& result) {
315
59.2M
  return result.ok() ? 
Status::OK()59.2M
:
result.status()62.9k
;
316
59.2M
}
yb::Status yb::ResultToStatus<yb::tserver::PgClientSession&>(yb::Result<yb::tserver::PgClientSession&> const&)
Line
Count
Source
314
4.68k
CHECKED_STATUS ResultToStatus(const Result<TValue>& result) {
315
4.68k
  return result.ok() ? Status::OK() : 
result.status()0
;
316
4.68k
}
yb::Status yb::ResultToStatus<long long>(yb::Result<long long> const&)
Line
Count
Source
314
7.74M
CHECKED_STATUS ResultToStatus(const Result<TValue>& result) {
315
7.74M
  return result.ok() ? 
Status::OK()7.68M
:
result.status()54.6k
;
316
7.74M
}
yb::Status yb::ResultToStatus<std::__1::vector<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>, std::__1::allocator<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> > > >(yb::Result<std::__1::vector<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>, std::__1::allocator<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> > > > const&)
Line
Count
Source
314
9.27k
CHECKED_STATUS ResultToStatus(const Result<TValue>& result) {
315
9.27k
  return result.ok() ? Status::OK() : 
result.status()0
;
316
9.27k
}
yb::Status yb::ResultToStatus<std::__1::shared_ptr<yb::tablet::TabletPeer> >(yb::Result<std::__1::shared_ptr<yb::tablet::TabletPeer> > const&)
Line
Count
Source
314
140k
CHECKED_STATUS ResultToStatus(const Result<TValue>& result) {
315
140k
  return result.ok() ? 
Status::OK()140k
:
result.status()15
;
316
140k
}
yb::Status yb::ResultToStatus<unsigned long>(yb::Result<unsigned long> const&)
Line
Count
Source
314
224k
CHECKED_STATUS ResultToStatus(const Result<TValue>& result) {
315
224k
  return result.ok() ? 
Status::OK()223k
:
result.status()1.14k
;
316
224k
}
yb::Status yb::ResultToStatus<bool>(yb::Result<bool> const&)
Line
Count
Source
314
50.9M
CHECKED_STATUS ResultToStatus(const Result<TValue>& result) {
315
50.9M
  return result.ok() ? 
Status::OK()50.9M
:
result.status()6.97k
;
316
50.9M
}
yb::Status yb::ResultToStatus<std::__1::shared_ptr<yb::QLRowBlock> >(yb::Result<std::__1::shared_ptr<yb::QLRowBlock> > const&)
Line
Count
Source
314
4.01k
CHECKED_STATUS ResultToStatus(const Result<TValue>& result) {
315
4.01k
  return result.ok() ? Status::OK() : 
result.status()0
;
316
4.01k
}
Unexecuted instantiation: yb::Status yb::ResultToStatus<unsigned int>(yb::Result<unsigned int> const&)
yb::Status yb::ResultToStatus<yb::tserver::TabletSnapshotOpResponsePB const&>(yb::Result<yb::tserver::TabletSnapshotOpResponsePB const&> const&)
Line
Count
Source
314
35
CHECKED_STATUS ResultToStatus(const Result<TValue>& result) {
315
35
  return result.ok() ? Status::OK() : 
result.status()0
;
316
35
}
Unexecuted instantiation: yb::Status yb::ResultToStatus<std::__1::shared_ptr<yb::master::CDCRpcTasks> >(yb::Result<std::__1::shared_ptr<yb::master::CDCRpcTasks> > const&)
Unexecuted instantiation: yb::Status yb::ResultToStatus<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > const&)
yb::Status yb::ResultToStatus<yb::client::YBTableName>(yb::Result<yb::client::YBTableName> const&)
Line
Count
Source
314
3.48k
CHECKED_STATUS ResultToStatus(const Result<TValue>& result) {
315
3.48k
  return result.ok() ? 
Status::OK()3.47k
:
result.status()5
;
316
3.48k
}
Unexecuted instantiation: yb::Status yb::ResultToStatus<yb::consensus::RunLeaderElectionResponsePB>(yb::Result<yb::consensus::RunLeaderElectionResponsePB> const&)
Unexecuted instantiation: yb::Status yb::ResultToStatus<yb::consensus::ChangeConfigResponsePB>(yb::Result<yb::consensus::ChangeConfigResponsePB> const&)
yb::Status yb::ResultToStatus<yb::master::ChangeMasterClusterConfigResponsePB>(yb::Result<yb::master::ChangeMasterClusterConfigResponsePB> const&)
Line
Count
Source
314
2
CHECKED_STATUS ResultToStatus(const Result<TValue>& result) {
315
2
  return result.ok() ? Status::OK() : 
result.status()0
;
316
2
}
yb::Status yb::ResultToStatus<rocksdb::FileNumbersHolder>(yb::Result<rocksdb::FileNumbersHolder> const&)
Line
Count
Source
314
166k
CHECKED_STATUS ResultToStatus(const Result<TValue>& result) {
315
166k
  return result.ok() ? 
Status::OK()166k
:
result.status()138
;
316
166k
}
yb::Status yb::ResultToStatus<yb::Slice>(yb::Result<yb::Slice> const&)
Line
Count
Source
314
3.46k
CHECKED_STATUS ResultToStatus(const Result<TValue>& result) {
315
3.46k
  return result.ok() ? Status::OK() : 
result.status()0
;
316
3.46k
}
317
318
/*
319
 * GNU statement expression extension forces to return value and not rvalue reference.
320
 * As a result VERIFY_RESULT or similar helpers will call move or copy constructor of T even
321
 * for Result<T&>/Result<const T&>
322
 * To void this undesirable behavior for Result<T&>/Result<const T&> the std::reference_wrapper<T>
323
 * is returned from statement.
324
 * Next functions are the helps to implement this strategy
325
 */
326
template<class T>
327
28.6G
T&& WrapMove(Result<T>&& result) {
328
28.6G
  return std::move(*result);
329
28.6G
}
std::__1::unique_ptr<yb::client::YBClient, std::__1::default_delete<yb::client::YBClient> >&& yb::WrapMove<std::__1::unique_ptr<yb::client::YBClient, std::__1::default_delete<yb::client::YBClient> > >(yb::Result<std::__1::unique_ptr<yb::client::YBClient, std::__1::default_delete<yb::client::YBClient> > >&&)
Line
Count
Source
327
464
T&& WrapMove(Result<T>&& result) {
328
464
  return std::move(*result);
329
464
}
std::__1::unique_ptr<yb::rpc::Messenger, std::__1::default_delete<yb::rpc::Messenger> >&& yb::WrapMove<std::__1::unique_ptr<yb::rpc::Messenger, std::__1::default_delete<yb::rpc::Messenger> > >(yb::Result<std::__1::unique_ptr<yb::rpc::Messenger, std::__1::default_delete<yb::rpc::Messenger> > >&&)
Line
Count
Source
327
40.9k
T&& WrapMove(Result<T>&& result) {
328
40.9k
  return std::move(*result);
329
40.9k
}
Unexecuted instantiation: std::__1::unique_ptr<rocksdb::RandomAccessFileReader, std::__1::default_delete<rocksdb::RandomAccessFileReader> >&& yb::WrapMove<std::__1::unique_ptr<rocksdb::RandomAccessFileReader, std::__1::default_delete<rocksdb::RandomAccessFileReader> > >(yb::Result<std::__1::unique_ptr<rocksdb::RandomAccessFileReader, std::__1::default_delete<rocksdb::RandomAccessFileReader> > >&&)
Unexecuted instantiation: yb::tools::DataPatcherAction&& yb::WrapMove<yb::tools::DataPatcherAction>(yb::Result<yb::tools::DataPatcherAction>&&)
unsigned long long&& yb::WrapMove<unsigned long long>(yb::Result<unsigned long long>&&)
Line
Count
Source
327
840M
T&& WrapMove(Result<T>&& result) {
328
840M
  return std::move(*result);
329
840M
}
yb::HybridTime&& yb::WrapMove<yb::HybridTime>(yb::Result<yb::HybridTime>&&)
Line
Count
Source
327
112M
T&& WrapMove(Result<T>&& result) {
328
112M
  return std::move(*result);
329
112M
}
yb::DocHybridTime&& yb::WrapMove<yb::DocHybridTime>(yb::Result<yb::DocHybridTime>&&)
Line
Count
Source
327
2.97G
T&& WrapMove(Result<T>&& result) {
328
2.97G
  return std::move(*result);
329
2.97G
}
Unexecuted instantiation: std::__1::unique_ptr<rocksdb::TableReader, std::__1::default_delete<rocksdb::TableReader> >&& yb::WrapMove<std::__1::unique_ptr<rocksdb::TableReader, std::__1::default_delete<rocksdb::TableReader> > >(yb::Result<std::__1::unique_ptr<rocksdb::TableReader, std::__1::default_delete<rocksdb::TableReader> > >&&)
Unexecuted instantiation: std::__1::unique_ptr<rocksdb::WritableFileWriter, std::__1::default_delete<rocksdb::WritableFileWriter> >&& yb::WrapMove<std::__1::unique_ptr<rocksdb::WritableFileWriter, std::__1::default_delete<rocksdb::WritableFileWriter> > >(yb::Result<std::__1::unique_ptr<rocksdb::WritableFileWriter, std::__1::default_delete<rocksdb::WritableFileWriter> > >&&)
yb::docdb::ValueControlFields&& yb::WrapMove<yb::docdb::ValueControlFields>(yb::Result<yb::docdb::ValueControlFields>&&)
Line
Count
Source
327
755M
T&& WrapMove(Result<T>&& result) {
328
755M
  return std::move(*result);
329
755M
}
char*&& yb::WrapMove<char*>(yb::Result<char*>&&)
Line
Count
Source
327
7.16k
T&& WrapMove(Result<T>&& result) {
328
7.16k
  return std::move(*result);
329
7.16k
}
yb::MonoDelta&& yb::WrapMove<yb::MonoDelta>(yb::Result<yb::MonoDelta>&&)
Line
Count
Source
327
762M
T&& WrapMove(Result<T>&& result) {
328
762M
  return std::move(*result);
329
762M
}
yb::HostPort&& yb::WrapMove<yb::HostPort>(yb::Result<yb::HostPort>&&)
Line
Count
Source
327
89.2k
T&& WrapMove(Result<T>&& result) {
328
89.2k
  return std::move(*result);
329
89.2k
}
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&& yb::WrapMove<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >&&)
Line
Count
Source
327
5.15M
T&& WrapMove(Result<T>&& result) {
328
5.15M
  return std::move(*result);
329
5.15M
}
rapidjson::GenericDocument<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator>, rapidjson::CrtAllocator>&& yb::WrapMove<rapidjson::GenericDocument<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator>, rapidjson::CrtAllocator> >(yb::Result<rapidjson::GenericDocument<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator>, rapidjson::CrtAllocator> >&&)
Line
Count
Source
327
138
T&& WrapMove(Result<T>&& result) {
328
138
  return std::move(*result);
329
138
}
yb::client::YBTableName&& yb::WrapMove<yb::client::YBTableName>(yb::Result<yb::client::YBTableName>&&)
Line
Count
Source
327
673
T&& WrapMove(Result<T>&& result) {
328
673
  return std::move(*result);
329
673
}
int&& yb::WrapMove<int>(yb::Result<int>&&)
Line
Count
Source
327
10.8M
T&& WrapMove(Result<T>&& result) {
328
10.8M
  return std::move(*result);
329
10.8M
}
yb-admin_cli.cc:std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::ListTabletsFlags> >&& yb::WrapMove<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::ListTabletsFlags> > >(yb::Result<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::ListTabletsFlags> > >&&)
Line
Count
Source
327
4
T&& WrapMove(Result<T>&& result) {
328
4
  return std::move(*result);
329
4
}
yb::tools::TypedNamespaceName&& yb::WrapMove<yb::tools::TypedNamespaceName>(yb::Result<yb::tools::TypedNamespaceName>&&)
Line
Count
Source
327
23
T&& WrapMove(Result<T>&& result) {
328
23
  return std::move(*result);
329
23
}
Unexecuted instantiation: yb-admin_cli.cc:std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::AddIndexes> >&& yb::WrapMove<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::AddIndexes> > >(yb::Result<std::__1::pair<int, yb::EnumBitSet<yb::tools::(anonymous namespace)::AddIndexes> > >&&)
Unexecuted instantiation: std::__1::pair<int, bool>&& yb::WrapMove<std::__1::pair<int, bool> >(yb::Result<std::__1::pair<int, bool> >&&)
long long&& yb::WrapMove<long long>(yb::Result<long long>&&)
Line
Count
Source
327
5.38G
T&& WrapMove(Result<T>&& result) {
328
5.38G
  return std::move(*result);
329
5.38G
}
yb::tools::TableNameResolver&& yb::WrapMove<yb::tools::TableNameResolver>(yb::Result<yb::tools::TableNameResolver>&&)
Line
Count
Source
327
19
T&& WrapMove(Result<T>&& result) {
328
19
  return std::move(*result);
329
19
}
std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> >&& yb::WrapMove<std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> > >(yb::Result<std::__1::vector<yb::client::YBTableName, std::__1::allocator<yb::client::YBTableName> > >&&)
Line
Count
Source
327
741
T&& WrapMove(Result<T>&& result) {
328
741
  return std::move(*result);
329
741
}
yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag>&& yb::WrapMove<yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag> >(yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotRestorationId_Tag> >&&)
Line
Count
Source
327
79
T&& WrapMove(Result<T>&& result) {
328
79
  return std::move(*result);
329
79
}
long double&& yb::WrapMove<long double>(yb::Result<long double>&&)
Line
Count
Source
327
19
T&& WrapMove(Result<T>&& result) {
328
19
  return std::move(*result);
329
19
}
yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag>&& yb::WrapMove<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >(yb::Result<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >&&)
Line
Count
Source
327
569
T&& WrapMove(Result<T>&& result) {
328
569
  return std::move(*result);
329
569
}
std::__1::unique_ptr<yb::rpc::SecureContext, std::__1::default_delete<yb::rpc::SecureContext> >&& yb::WrapMove<std::__1::unique_ptr<yb::rpc::SecureContext, std::__1::default_delete<yb::rpc::SecureContext> > >(yb::Result<std::__1::unique_ptr<yb::rpc::SecureContext, std::__1::default_delete<yb::rpc::SecureContext> > >&&)
Line
Count
Source
327
23.6k
T&& WrapMove(Result<T>&& result) {
328
23.6k
  return std::move(*result);
329
23.6k
}
yb::Slice&& yb::WrapMove<yb::Slice>(yb::Result<yb::Slice>&&)
Line
Count
Source
327
198M
T&& WrapMove(Result<T>&& result) {
328
198M
  return std::move(*result);
329
198M
}
scoped_refptr<yb::log::ReadableLogSegment>&& yb::WrapMove<scoped_refptr<yb::log::ReadableLogSegment> >(yb::Result<scoped_refptr<yb::log::ReadableLogSegment> >&&)
Line
Count
Source
327
10.6k
T&& WrapMove(Result<T>&& result) {
328
10.6k
  return std::move(*result);
329
10.6k
}
std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&& yb::WrapMove<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >(yb::Result<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >&&)
Line
Count
Source
327
161k
T&& WrapMove(Result<T>&& result) {
328
161k
  return std::move(*result);
329
161k
}
Unexecuted instantiation: yb::master::MiniMaster*&& yb::WrapMove<yb::master::MiniMaster*>(yb::Result<yb::master::MiniMaster*>&&)
boost::optional<unsigned short>&& yb::WrapMove<boost::optional<unsigned short> >(yb::Result<boost::optional<unsigned short> >&&)
Line
Count
Source
327
21.5M
T&& WrapMove(Result<T>&& result) {
328
21.5M
  return std::move(*result);
329
21.5M
}
std::__1::shared_ptr<yb::client::YBqlWriteOp>&& yb::WrapMove<std::__1::shared_ptr<yb::client::YBqlWriteOp> >(yb::Result<std::__1::shared_ptr<yb::client::YBqlWriteOp> >&&)
Line
Count
Source
327
18.5k
T&& WrapMove(Result<T>&& result) {
328
18.5k
  return std::move(*result);
329
18.5k
}
std::__1::pair<unsigned short, unsigned short>&& yb::WrapMove<std::__1::pair<unsigned short, unsigned short> >(yb::Result<std::__1::pair<unsigned short, unsigned short> >&&)
Line
Count
Source
327
7
T&& WrapMove(Result<T>&& result) {
328
7
  return std::move(*result);
329
7
}
unsigned long&& yb::WrapMove<unsigned long>(yb::Result<unsigned long>&&)
Line
Count
Source
327
422M
T&& WrapMove(Result<T>&& result) {
328
422M
  return std::move(*result);
329
422M
}
Unexecuted instantiation: yb::master::CatalogManagerIf*&& yb::WrapMove<yb::master::CatalogManagerIf*>(yb::Result<yb::master::CatalogManagerIf*>&&)
unsigned short&& yb::WrapMove<unsigned short>(yb::Result<unsigned short>&&)
Line
Count
Source
327
6.64M
T&& WrapMove(Result<T>&& result) {
328
6.64M
  return std::move(*result);
329
6.64M
}
scoped_refptr<yb::master::TabletInfo>&& yb::WrapMove<scoped_refptr<yb::master::TabletInfo> >(yb::Result<scoped_refptr<yb::master::TabletInfo> >&&)
Line
Count
Source
327
333
T&& WrapMove(Result<T>&& result) {
328
333
  return std::move(*result);
329
333
}
Unexecuted instantiation: yb::tserver::ReadRequestPB&& yb::WrapMove<yb::tserver::ReadRequestPB>(yb::Result<yb::tserver::ReadRequestPB>&&)
std::__1::vector<std::__1::shared_ptr<yb::tablet::TabletPeer>, std::__1::allocator<std::__1::shared_ptr<yb::tablet::TabletPeer> > >&& yb::WrapMove<std::__1::vector<std::__1::shared_ptr<yb::tablet::TabletPeer>, std::__1::allocator<std::__1::shared_ptr<yb::tablet::TabletPeer> > > >(yb::Result<std::__1::vector<std::__1::shared_ptr<yb::tablet::TabletPeer>, std::__1::allocator<std::__1::shared_ptr<yb::tablet::TabletPeer> > > >&&)
Line
Count
Source
327
3
T&& WrapMove(Result<T>&& result) {
328
3
  return std::move(*result);
329
3
}
std::__1::unique_ptr<yb::docdb::YQLRowwiseIteratorIf, std::__1::default_delete<yb::docdb::YQLRowwiseIteratorIf> >&& yb::WrapMove<std::__1::unique_ptr<yb::docdb::YQLRowwiseIteratorIf, std::__1::default_delete<yb::docdb::YQLRowwiseIteratorIf> > >(yb::Result<std::__1::unique_ptr<yb::docdb::YQLRowwiseIteratorIf, std::__1::default_delete<yb::docdb::YQLRowwiseIteratorIf> > >&&)
Line
Count
Source
327
4.33M
T&& WrapMove(Result<T>&& result) {
328
4.33M
  return std::move(*result);
329
4.33M
}
bool&& yb::WrapMove<bool>(yb::Result<bool>&&)
Line
Count
Source
327
6.19G
T&& WrapMove(Result<T>&& result) {
328
6.19G
  return std::move(*result);
329
6.19G
}
std::__1::vector<yb::tserver::ListTabletsForTabletServerResponsePB_Entry, std::__1::allocator<yb::tserver::ListTabletsForTabletServerResponsePB_Entry> >&& yb::WrapMove<std::__1::vector<yb::tserver::ListTabletsForTabletServerResponsePB_Entry, std::__1::allocator<yb::tserver::ListTabletsForTabletServerResponsePB_Entry> > >(yb::Result<std::__1::vector<yb::tserver::ListTabletsForTabletServerResponsePB_Entry, std::__1::allocator<yb::tserver::ListTabletsForTabletServerResponsePB_Entry> > >&&)
Line
Count
Source
327
881
T&& WrapMove(Result<T>&& result) {
328
881
  return std::move(*result);
329
881
}
std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&& yb::WrapMove<std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >(yb::Result<std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >&&)
Line
Count
Source
327
1.09k
T&& WrapMove(Result<T>&& result) {
328
1.09k
  return std::move(*result);
329
1.09k
}
yb::tserver::ListTabletsResponsePB&& yb::WrapMove<yb::tserver::ListTabletsResponsePB>(yb::Result<yb::tserver::ListTabletsResponsePB>&&)
Line
Count
Source
327
3
T&& WrapMove(Result<T>&& result) {
328
3
  return std::move(*result);
329
3
}
std::__1::vector<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB, std::__1::allocator<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB> >&& yb::WrapMove<std::__1::vector<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB, std::__1::allocator<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB> > >(yb::Result<std::__1::vector<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB, std::__1::allocator<yb::tserver::ListTabletsResponsePB_StatusAndSchemaPB> > >&&)
Line
Count
Source
327
4
T&& WrapMove(Result<T>&& result) {
328
4
  return std::move(*result);
329
4
}
yb::tserver::GetSplitKeyResponsePB&& yb::WrapMove<yb::tserver::GetSplitKeyResponsePB>(yb::Result<yb::tserver::GetSplitKeyResponsePB>&&)
Line
Count
Source
327
1
T&& WrapMove(Result<T>&& result) {
328
1
  return std::move(*result);
329
1
}
yb::Timestamp&& yb::WrapMove<yb::Timestamp>(yb::Result<yb::Timestamp>&&)
Line
Count
Source
327
1.34k
T&& WrapMove(Result<T>&& result) {
328
1.34k
  return std::move(*result);
329
1.34k
}
unsigned int&& yb::WrapMove<unsigned int>(yb::Result<unsigned int>&&)
Line
Count
Source
327
166M
T&& WrapMove(Result<T>&& result) {
328
166M
  return std::move(*result);
329
166M
}
boost::asio::ip::address&& yb::WrapMove<boost::asio::ip::address>(yb::Result<boost::asio::ip::address>&&)
Line
Count
Source
327
263k
T&& WrapMove(Result<T>&& result) {
328
263k
  return std::move(*result);
329
263k
}
yb::CassandraResult&& yb::WrapMove<yb::CassandraResult>(yb::Result<yb::CassandraResult>&&)
Line
Count
Source
327
64
T&& WrapMove(Result<T>&& result) {
328
64
  return std::move(*result);
329
64
}
yb::CassandraSession&& yb::WrapMove<yb::CassandraSession>(yb::Result<yb::CassandraSession>&&)
Line
Count
Source
327
153
T&& WrapMove(Result<T>&& result) {
328
153
  return std::move(*result);
329
153
}
long&& yb::WrapMove<long>(yb::Result<long>&&)
Line
Count
Source
327
2.05M
T&& WrapMove(Result<T>&& result) {
328
2.05M
  return std::move(*result);
329
2.05M
}
yb::SharedMemorySegment&& yb::WrapMove<yb::SharedMemorySegment>(yb::Result<yb::SharedMemorySegment>&&)
Line
Count
Source
327
23.4k
T&& WrapMove(Result<T>&& result) {
328
23.4k
  return std::move(*result);
329
23.4k
}
yb::SharedMemoryObject<yb::tserver::TServerSharedData>&& yb::WrapMove<yb::SharedMemoryObject<yb::tserver::TServerSharedData> >(yb::Result<yb::SharedMemoryObject<yb::tserver::TServerSharedData> >&&)
Line
Count
Source
327
23.4k
T&& WrapMove(Result<T>&& result) {
328
23.4k
  return std::move(*result);
329
23.4k
}
Unexecuted instantiation: std::__1::vector<unsigned long long, std::__1::allocator<unsigned long long> >&& yb::WrapMove<std::__1::vector<unsigned long long, std::__1::allocator<unsigned long long> > >(yb::Result<std::__1::vector<unsigned long long, std::__1::allocator<unsigned long long> > >&&)
yb::tserver::PgClientSessionLocker&& yb::WrapMove<yb::tserver::PgClientSessionLocker>(yb::Result<yb::tserver::PgClientSessionLocker>&&)
Line
Count
Source
327
2.48M
T&& WrapMove(Result<T>&& result) {
328
2.48M
  return std::move(*result);
329
2.48M
}
std::__1::vector<yb::client::YBTabletServerPlacementInfo, std::__1::allocator<yb::client::YBTabletServerPlacementInfo> >&& yb::WrapMove<std::__1::vector<yb::client::YBTabletServerPlacementInfo, std::__1::allocator<yb::client::YBTabletServerPlacementInfo> > >(yb::Result<std::__1::vector<yb::client::YBTabletServerPlacementInfo, std::__1::allocator<yb::client::YBTabletServerPlacementInfo> > >&&)
Line
Count
Source
327
4
T&& WrapMove(Result<T>&& result) {
328
4
  return std::move(*result);
329
4
}
std::__1::shared_ptr<yb::client::YBTable>&& yb::WrapMove<std::__1::shared_ptr<yb::client::YBTable> >(yb::Result<std::__1::shared_ptr<yb::client::YBTable> >&&)
Line
Count
Source
327
3.57M
T&& WrapMove(Result<T>&& result) {
328
3.57M
  return std::move(*result);
329
3.57M
}
yb::TransactionMetadata const*&& yb::WrapMove<yb::TransactionMetadata const*>(yb::Result<yb::TransactionMetadata const*>&&)
Line
Count
Source
327
5.71k
T&& WrapMove(Result<T>&& result) {
328
5.71k
  return std::move(*result);
329
5.71k
}
yb::client::YBSession*&& yb::WrapMove<yb::client::YBSession*>(yb::Result<yb::client::YBSession*>&&)
Line
Count
Source
327
2.16M
T&& WrapMove(Result<T>&& result) {
328
2.16M
  return std::move(*result);
329
2.16M
}
std::__1::vector<std::__1::shared_ptr<yb::client::YBPgsqlOp>, std::__1::allocator<std::__1::shared_ptr<yb::client::YBPgsqlOp> > >&& yb::WrapMove<std::__1::vector<std::__1::shared_ptr<yb::client::YBPgsqlOp>, std::__1::allocator<std::__1::shared_ptr<yb::client::YBPgsqlOp> > > >(yb::Result<std::__1::vector<std::__1::shared_ptr<yb::client::YBPgsqlOp>, std::__1::allocator<std::__1::shared_ptr<yb::client::YBPgsqlOp> > > >&&)
Line
Count
Source
327
2.17M
T&& WrapMove(Result<T>&& result) {
328
2.17M
  return std::move(*result);
329
2.17M
}
std::__1::shared_ptr<yb::client::YBTransaction>&& yb::WrapMove<std::__1::shared_ptr<yb::client::YBTransaction> >(yb::Result<std::__1::shared_ptr<yb::client::YBTransaction> >&&)
Line
Count
Source
327
147k
T&& WrapMove(Result<T>&& result) {
328
147k
  return std::move(*result);
329
147k
}
yb::TransactionMetadata&& yb::WrapMove<yb::TransactionMetadata>(yb::Result<yb::TransactionMetadata>&&)
Line
Count
Source
327
4.16M
T&& WrapMove(Result<T>&& result) {
328
4.16M
  return std::move(*result);
329
4.16M
}
yb::tserver::TabletPeerTablet&& yb::WrapMove<yb::tserver::TabletPeerTablet>(yb::Result<yb::tserver::TabletPeerTablet>&&)
Line
Count
Source
327
41.1M
T&& WrapMove(Result<T>&& result) {
328
41.1M
  return std::move(*result);
329
41.1M
}
yb::IsolationLevel&& yb::WrapMove<yb::IsolationLevel>(yb::Result<yb::IsolationLevel>&&)
Line
Count
Source
327
3.61M
T&& WrapMove(Result<T>&& result) {
328
3.61M
  return std::move(*result);
329
3.61M
}
yb::tserver::LeaderTabletPeer&& yb::WrapMove<yb::tserver::LeaderTabletPeer>(yb::Result<yb::tserver::LeaderTabletPeer>&&)
Line
Count
Source
327
314k
T&& WrapMove(Result<T>&& result) {
328
314k
  return std::move(*result);
329
314k
}
std::__1::shared_ptr<yb::tablet::AbstractTablet>&& yb::WrapMove<std::__1::shared_ptr<yb::tablet::AbstractTablet> >(yb::Result<std::__1::shared_ptr<yb::tablet::AbstractTablet> >&&)
Line
Count
Source
327
9.22M
T&& WrapMove(Result<T>&& result) {
328
9.22M
  return std::move(*result);
329
9.22M
}
yb::tablet::ScopedReadOperation&& yb::WrapMove<yb::tablet::ScopedReadOperation>(yb::Result<yb::tablet::ScopedReadOperation>&&)
Line
Count
Source
327
10.0M
T&& WrapMove(Result<T>&& result) {
328
10.0M
  return std::move(*result);
329
10.0M
}
yb::StronglyTypedUuid<yb::TransactionId_Tag>&& yb::WrapMove<yb::StronglyTypedUuid<yb::TransactionId_Tag> >(yb::Result<yb::StronglyTypedUuid<yb::TransactionId_Tag> >&&)
Line
Count
Source
327
19.9M
T&& WrapMove(Result<T>&& result) {
328
19.9M
  return std::move(*result);
329
19.9M
}
yb::ReadHybridTime&& yb::WrapMove<yb::ReadHybridTime>(yb::Result<yb::ReadHybridTime>&&)
Line
Count
Source
327
9.44M
T&& WrapMove(Result<T>&& result) {
328
9.44M
  return std::move(*result);
329
9.44M
}
google::protobuf::RepeatedPtrField<yb::tablet::FilePB>&& yb::WrapMove<google::protobuf::RepeatedPtrField<yb::tablet::FilePB> >(yb::Result<google::protobuf::RepeatedPtrField<yb::tablet::FilePB> >&&)
Line
Count
Source
327
1.60k
T&& WrapMove(Result<T>&& result) {
328
1.60k
  return std::move(*result);
329
1.60k
}
std::__1::shared_ptr<yb::tablet::TabletPeer>&& yb::WrapMove<std::__1::shared_ptr<yb::tablet::TabletPeer> >(yb::Result<std::__1::shared_ptr<yb::tablet::TabletPeer> >&&)
Line
Count
Source
327
142k
T&& WrapMove(Result<T>&& result) {
328
142k
  return std::move(*result);
329
142k
}
scoped_refptr<yb::tserver::TransitionInProgressDeleter>&& yb::WrapMove<scoped_refptr<yb::tserver::TransitionInProgressDeleter> >(yb::Result<scoped_refptr<yb::tserver::TransitionInProgressDeleter> >&&)
Line
Count
Source
327
140k
T&& WrapMove(Result<T>&& result) {
328
140k
  return std::move(*result);
329
140k
}
scoped_refptr<yb::tablet::RaftGroupMetadata>&& yb::WrapMove<scoped_refptr<yb::tablet::RaftGroupMetadata> >(yb::Result<scoped_refptr<yb::tablet::RaftGroupMetadata> >&&)
Line
Count
Source
327
8.73k
T&& WrapMove(Result<T>&& result) {
328
8.73k
  return std::move(*result);
329
8.73k
}
Unexecuted instantiation: std::__1::unique_ptr<yb::tserver::enterprise::CDCConsumer, std::__1::default_delete<yb::tserver::enterprise::CDCConsumer> >&& yb::WrapMove<std::__1::unique_ptr<yb::tserver::enterprise::CDCConsumer, std::__1::default_delete<yb::tserver::enterprise::CDCConsumer> > >(yb::Result<std::__1::unique_ptr<yb::tserver::enterprise::CDCConsumer, std::__1::default_delete<yb::tserver::enterprise::CDCConsumer> > >&&)
yb::ql::audit::LogEntry&& yb::WrapMove<yb::ql::audit::LogEntry>(yb::Result<yb::ql::audit::LogEntry>&&)
Line
Count
Source
327
13.4k
T&& WrapMove(Result<T>&& result) {
328
13.4k
  return std::move(*result);
329
13.4k
}
boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>&& yb::WrapMove<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> >(yb::Result<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> >&&)
Line
Count
Source
327
1.92k
T&& WrapMove(Result<T>&& result) {
328
1.92k
  return std::move(*result);
329
1.92k
}
yb::Uuid&& yb::WrapMove<yb::Uuid>(yb::Result<yb::Uuid>&&)
Line
Count
Source
327
50.2M
T&& WrapMove(Result<T>&& result) {
328
50.2M
  return std::move(*result);
329
50.2M
}
std::__1::shared_ptr<yb::ql::PTExpr>&& yb::WrapMove<std::__1::shared_ptr<yb::ql::PTExpr> >(yb::Result<std::__1::shared_ptr<yb::ql::PTExpr> >&&)
Line
Count
Source
327
648
T&& WrapMove(Result<T>&& result) {
328
648
  return std::move(*result);
329
648
}
std::__1::shared_ptr<yb::QLType>&& yb::WrapMove<std::__1::shared_ptr<yb::QLType> >(yb::Result<std::__1::shared_ptr<yb::QLType> >&&)
Line
Count
Source
327
14
T&& WrapMove(Result<T>&& result) {
328
14
  return std::move(*result);
329
14
}
yb::ChildTransactionDataPB&& yb::WrapMove<yb::ChildTransactionDataPB>(yb::Result<yb::ChildTransactionDataPB>&&)
Line
Count
Source
327
66.7k
T&& WrapMove(Result<T>&& result) {
328
66.7k
  return std::move(*result);
329
66.7k
}
yb::ql::QueryPagingState*&& yb::WrapMove<yb::ql::QueryPagingState*>(yb::Result<yb::ql::QueryPagingState*>&&)
Line
Count
Source
327
7.49M
T&& WrapMove(Result<T>&& result) {
328
7.49M
  return std::move(*result);
329
7.49M
}
yb::IndexInfo const*&& yb::WrapMove<yb::IndexInfo const*>(yb::Result<yb::IndexInfo const*>&&)
Line
Count
Source
327
54.0k
T&& WrapMove(Result<T>&& result) {
328
54.0k
  return std::move(*result);
329
54.0k
}
yb::tablet::TabletScopedRWOperationPauses&& yb::WrapMove<yb::tablet::TabletScopedRWOperationPauses>(yb::Result<yb::tablet::TabletScopedRWOperationPauses>&&)
Line
Count
Source
327
173k
T&& WrapMove(Result<T>&& result) {
328
173k
  return std::move(*result);
329
173k
}
rocksdb::KeyValueEncodingFormat&& yb::WrapMove<rocksdb::KeyValueEncodingFormat>(yb::Result<rocksdb::KeyValueEncodingFormat>&&)
Line
Count
Source
327
178k
T&& WrapMove(Result<T>&& result) {
328
178k
  return std::move(*result);
329
178k
}
yb::ScopedRWOperationPause&& yb::WrapMove<yb::ScopedRWOperationPause>(yb::Result<yb::ScopedRWOperationPause>&&)
Line
Count
Source
327
498k
T&& WrapMove(Result<T>&& result) {
328
498k
  return std::move(*result);
329
498k
}
std::__1::shared_ptr<yb::tablet::TableInfo>&& yb::WrapMove<std::__1::shared_ptr<yb::tablet::TableInfo> >(yb::Result<std::__1::shared_ptr<yb::tablet::TableInfo> >&&)
Line
Count
Source
327
24.0M
T&& WrapMove(Result<T>&& result) {
328
24.0M
  return std::move(*result);
329
24.0M
}
yb::TransactionOperationContext&& yb::WrapMove<yb::TransactionOperationContext>(yb::Result<yb::TransactionOperationContext>&&)
Line
Count
Source
327
3.54M
T&& WrapMove(Result<T>&& result) {
328
3.54M
  return std::move(*result);
329
3.54M
}
yb::docdb::ApplyTransactionState&& yb::WrapMove<yb::docdb::ApplyTransactionState>(yb::Result<yb::docdb::ApplyTransactionState>&&)
Line
Count
Source
327
1.30M
T&& WrapMove(Result<T>&& result) {
328
1.30M
  return std::move(*result);
329
1.30M
}
std::__1::unique_ptr<pg_conn, yb::pgwrapper::PGConnClose>&& yb::WrapMove<std::__1::unique_ptr<pg_conn, yb::pgwrapper::PGConnClose> >(yb::Result<std::__1::unique_ptr<pg_conn, yb::pgwrapper::PGConnClose> >&&)
Line
Count
Source
327
1.91k
T&& WrapMove(Result<T>&& result) {
328
1.91k
  return std::move(*result);
329
1.91k
}
yb::PgsqlBackfillSpecPB&& yb::WrapMove<yb::PgsqlBackfillSpecPB>(yb::Result<yb::PgsqlBackfillSpecPB>&&)
Line
Count
Source
327
2.24k
T&& WrapMove(Result<T>&& result) {
328
2.24k
  return std::move(*result);
329
2.24k
}
yb::QLWriteRequestPB*&& yb::WrapMove<yb::QLWriteRequestPB*>(yb::Result<yb::QLWriteRequestPB*>&&)
Line
Count
Source
327
52.5k
T&& WrapMove(Result<T>&& result) {
328
52.5k
  return std::move(*result);
329
52.5k
}
std::__1::shared_ptr<yb::client::YBSession>&& yb::WrapMove<std::__1::shared_ptr<yb::client::YBSession> >(yb::Result<std::__1::shared_ptr<yb::client::YBSession> >&&)
Line
Count
Source
327
2.50k
T&& WrapMove(Result<T>&& result) {
328
2.50k
  return std::move(*result);
329
2.50k
}
std::__1::unique_ptr<rocksdb::DB, std::__1::default_delete<rocksdb::DB> >&& yb::WrapMove<std::__1::unique_ptr<rocksdb::DB, std::__1::default_delete<rocksdb::DB> > >(yb::Result<std::__1::unique_ptr<rocksdb::DB, std::__1::default_delete<rocksdb::DB> > >&&)
Line
Count
Source
327
249
T&& WrapMove(Result<T>&& result) {
328
249
  return std::move(*result);
329
249
}
yb::SubTransactionMetadata&& yb::WrapMove<yb::SubTransactionMetadata>(yb::Result<yb::SubTransactionMetadata>&&)
Line
Count
Source
327
4.55M
T&& WrapMove(Result<T>&& result) {
328
4.55M
  return std::move(*result);
329
4.55M
}
yb::StronglyTypedBool<yb::tablet::NeedsRecovery_Tag>&& yb::WrapMove<yb::StronglyTypedBool<yb::tablet::NeedsRecovery_Tag> >(yb::Result<yb::StronglyTypedBool<yb::tablet::NeedsRecovery_Tag> >&&)
Line
Count
Source
327
150k
T&& WrapMove(Result<T>&& result) {
328
150k
  return std::move(*result);
329
150k
}
yb::tablet::DocDbOpIds&& yb::WrapMove<yb::tablet::DocDbOpIds>(yb::Result<yb::tablet::DocDbOpIds>&&)
Line
Count
Source
327
39.7M
T&& WrapMove(Result<T>&& result) {
328
39.7M
  return std::move(*result);
329
39.7M
}
yb::tablet::FixedHybridTimeLease&& yb::WrapMove<yb::tablet::FixedHybridTimeLease>(yb::Result<yb::tablet::FixedHybridTimeLease>&&)
Line
Count
Source
327
28.7M
T&& WrapMove(Result<T>&& result) {
328
28.7M
  return std::move(*result);
329
28.7M
}
scoped_refptr<yb::tablet::OperationDriver>&& yb::WrapMove<scoped_refptr<yb::tablet::OperationDriver> >(yb::Result<scoped_refptr<yb::tablet::OperationDriver> >&&)
Line
Count
Source
327
9.27M
T&& WrapMove(Result<T>&& result) {
328
9.27M
  return std::move(*result);
329
9.27M
}
yb::TransactionStatusResult&& yb::WrapMove<yb::TransactionStatusResult>(yb::Result<yb::TransactionStatusResult>&&)
Line
Count
Source
327
233k
T&& WrapMove(Result<T>&& result) {
328
233k
  return std::move(*result);
329
233k
}
yb::UnsignedIntSet<unsigned int>&& yb::WrapMove<yb::UnsignedIntSet<unsigned int> >(yb::Result<yb::UnsignedIntSet<unsigned int> >&&)
Line
Count
Source
327
5.86M
T&& WrapMove(Result<T>&& result) {
328
5.86M
  return std::move(*result);
329
5.86M
}
yb::docdb::PrepareDocWriteOperationResult&& yb::WrapMove<yb::docdb::PrepareDocWriteOperationResult>(yb::Result<yb::docdb::PrepareDocWriteOperationResult>&&)
Line
Count
Source
327
3.24M
T&& WrapMove(Result<T>&& result) {
328
3.24M
  return std::move(*result);
329
3.24M
}
boost::container::small_vector<iovec, 4ul, void, void>&& yb::WrapMove<boost::container::small_vector<iovec, 4ul, void, void> >(yb::Result<boost::container::small_vector<iovec, 4ul, void, void> >&&)
Line
Count
Source
327
1.40M
T&& WrapMove(Result<T>&& result) {
328
1.40M
  return std::move(*result);
329
1.40M
}
scoped_refptr<yb::Thread>&& yb::WrapMove<scoped_refptr<yb::Thread> >(yb::Result<scoped_refptr<yb::Thread> >&&)
Line
Count
Source
327
160k
T&& WrapMove(Result<T>&& result) {
328
160k
  return std::move(*result);
329
160k
}
unsigned char const* const*&& yb::WrapMove<unsigned char const* const*>(yb::Result<unsigned char const* const*>&&)
Line
Count
Source
327
25.0M
T&& WrapMove(Result<T>&& result) {
328
25.0M
  return std::move(*result);
329
25.0M
}
yb::Socket&& yb::WrapMove<yb::Socket>(yb::Result<yb::Socket>&&)
Line
Count
Source
327
3.11M
T&& WrapMove(Result<T>&& result) {
328
3.11M
  return std::move(*result);
329
3.11M
}
std::__1::unique_ptr<yb::rpc::Stream, std::__1::default_delete<yb::rpc::Stream> >&& yb::WrapMove<std::__1::unique_ptr<yb::rpc::Stream, std::__1::default_delete<yb::rpc::Stream> > >(yb::Result<std::__1::unique_ptr<yb::rpc::Stream, std::__1::default_delete<yb::rpc::Stream> > >&&)
Line
Count
Source
327
3.13M
T&& WrapMove(Result<T>&& result) {
328
3.13M
  return std::move(*result);
329
3.13M
}
yb::StronglyTypedBool<yb::rpc::ReadBufferFull_Tag>&& yb::WrapMove<yb::StronglyTypedBool<yb::rpc::ReadBufferFull_Tag> >(yb::Result<yb::StronglyTypedBool<yb::rpc::ReadBufferFull_Tag> >&&)
Line
Count
Source
327
166k
T&& WrapMove(Result<T>&& result) {
328
166k
  return std::move(*result);
329
166k
}
secure_stream.cc:std::__1::unique_ptr<bio_st, yb::rpc::(anonymous namespace)::BIOFree>&& yb::WrapMove<std::__1::unique_ptr<bio_st, yb::rpc::(anonymous namespace)::BIOFree> >(yb::Result<std::__1::unique_ptr<bio_st, yb::rpc::(anonymous namespace)::BIOFree> >&&)
Line
Count
Source
327
366
T&& WrapMove(Result<T>&& result) {
328
366
  return std::move(*result);
329
366
}
std::__1::unique_ptr<x509_st, yb::rpc::detail::X509Free>&& yb::WrapMove<std::__1::unique_ptr<x509_st, yb::rpc::detail::X509Free> >(yb::Result<std::__1::unique_ptr<x509_st, yb::rpc::detail::X509Free> >&&)
Line
Count
Source
327
209
T&& WrapMove(Result<T>&& result) {
328
209
  return std::move(*result);
329
209
}
std::__1::unique_ptr<evp_pkey_st, yb::rpc::detail::EVP_PKEYFree>&& yb::WrapMove<std::__1::unique_ptr<evp_pkey_st, yb::rpc::detail::EVP_PKEYFree> >(yb::Result<std::__1::unique_ptr<evp_pkey_st, yb::rpc::detail::EVP_PKEYFree> >&&)
Line
Count
Source
327
26
T&& WrapMove(Result<T>&& result) {
328
26
  return std::move(*result);
329
26
}
unsigned char*&& yb::WrapMove<unsigned char*>(yb::Result<unsigned char*>&&)
Line
Count
Source
327
146M
T&& WrapMove(Result<T>&& result) {
328
146M
  return std::move(*result);
329
146M
}
yb::rpc::ProcessCallsResult&& yb::WrapMove<yb::rpc::ProcessCallsResult>(yb::Result<yb::rpc::ProcessCallsResult>&&)
Line
Count
Source
327
609k
T&& WrapMove(Result<T>&& result) {
328
609k
  return std::move(*result);
329
609k
}
yb::RefCntBuffer&& yb::WrapMove<yb::RefCntBuffer>(yb::Result<yb::RefCntBuffer>&&)
Line
Count
Source
327
70.8M
T&& WrapMove(Result<T>&& result) {
328
70.8M
  return std::move(*result);
329
70.8M
}
yb::OpId&& yb::WrapMove<yb::OpId>(yb::Result<yb::OpId>&&)
Line
Count
Source
327
25.4M
T&& WrapMove(Result<T>&& result) {
328
25.4M
  return std::move(*result);
329
25.4M
}
yb::consensus::ReadOpsResult&& yb::WrapMove<yb::consensus::ReadOpsResult>(yb::Result<yb::consensus::ReadOpsResult>&&)
Line
Count
Source
327
638
T&& WrapMove(Result<T>&& result) {
328
638
  return std::move(*result);
329
638
}
scoped_refptr<yb::consensus::LeaderElection>&& yb::WrapMove<scoped_refptr<yb::consensus::LeaderElection> >(yb::Result<scoped_refptr<yb::consensus::LeaderElection> >&&)
Line
Count
Source
327
737k
T&& WrapMove(Result<T>&& result) {
328
737k
  return std::move(*result);
329
737k
}
yb::consensus::RaftConsensus::UpdateReplicaResult&& yb::WrapMove<yb::consensus::RaftConsensus::UpdateReplicaResult>(yb::Result<yb::consensus::RaftConsensus::UpdateReplicaResult>&&)
Line
Count
Source
327
25.5M
T&& WrapMove(Result<T>&& result) {
328
25.5M
  return std::move(*result);
329
25.5M
}
std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >&& yb::WrapMove<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > >(yb::Result<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > >&&)
Line
Count
Source
327
57.4k
T&& WrapMove(Result<T>&& result) {
328
57.4k
  return std::move(*result);
329
57.4k
}
std::__1::vector<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >, std::__1::allocator<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > > >&& yb::WrapMove<std::__1::vector<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >, std::__1::allocator<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > > > >(yb::Result<std::__1::vector<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> >, std::__1::allocator<std::__1::vector<yb::HostPort, std::__1::allocator<yb::HostPort> > > > >&&)
Line
Count
Source
327
22.3k
T&& WrapMove(Result<T>&& result) {
328
22.3k
  return std::move(*result);
329
22.3k
}
yb::PhysicalTime&& yb::WrapMove<yb::PhysicalTime>(yb::Result<yb::PhysicalTime>&&)
Line
Count
Source
327
10.1k
T&& WrapMove(Result<T>&& result) {
328
10.1k
  return std::move(*result);
329
10.1k
}
yb::master::TSDescriptor*&& yb::WrapMove<yb::master::TSDescriptor*>(yb::Result<yb::master::TSDescriptor*>&&)
Line
Count
Source
327
3.66M
T&& WrapMove(Result<T>&& result) {
328
3.66M
  return std::move(*result);
329
3.66M
}
yb::ColumnId&& yb::WrapMove<yb::ColumnId>(yb::Result<yb::ColumnId>&&)
Line
Count
Source
327
1.13M
T&& WrapMove(Result<T>&& result) {
328
1.13M
  return std::move(*result);
329
1.13M
}
scoped_refptr<yb::master::TableInfo>&& yb::WrapMove<scoped_refptr<yb::master::TableInfo> >(yb::Result<scoped_refptr<yb::master::TableInfo> >&&)
Line
Count
Source
327
629k
T&& WrapMove(Result<T>&& result) {
328
629k
  return std::move(*result);
329
629k
}
std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > >&& yb::WrapMove<std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > > >(yb::Result<std::__1::vector<scoped_refptr<yb::master::TabletInfo>, std::__1::allocator<scoped_refptr<yb::master::TabletInfo> > > >&&)
Line
Count
Source
327
1.38M
T&& WrapMove(Result<T>&& result) {
328
1.38M
  return std::move(*result);
329
1.38M
}
std::__1::vector<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>, std::__1::allocator<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> > >&& yb::WrapMove<std::__1::vector<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>, std::__1::allocator<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> > > >(yb::Result<std::__1::vector<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>, std::__1::allocator<boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> > > >&&)
Line
Count
Source
327
7.94k
T&& WrapMove(Result<T>&& result) {
328
7.94k
  return std::move(*result);
329
7.94k
}
boost::optional<yb::master::ReplicationInfoPB>&& yb::WrapMove<boost::optional<yb::master::ReplicationInfoPB> >(yb::Result<boost::optional<yb::master::ReplicationInfoPB> >&&)
Line
Count
Source
327
935k
T&& WrapMove(Result<T>&& result) {
328
935k
  return std::move(*result);
329
935k
}
std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<yb::master::ReplicationInfoPB>, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<yb::master::ReplicationInfoPB> > > > >&& yb::WrapMove<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<yb::master::ReplicationInfoPB>, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<yb::master::ReplicationInfoPB> > > > > >(yb::Result<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<yb::master::ReplicationInfoPB>, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<yb::master::ReplicationInfoPB> > > > > >&&)
Line
Count
Source
327
7.97k
T&& WrapMove(Result<T>&& result) {
328
7.97k
  return std::move(*result);
329
7.97k
}
std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > >&& yb::WrapMove<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >(yb::Result<std::__1::shared_ptr<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >&&)
Line
Count
Source
327
201
T&& WrapMove(Result<T>&& result) {
328
201
  return std::move(*result);
329
201
}
yb::master::TabletReplicaDriveInfo&& yb::WrapMove<yb::master::TabletReplicaDriveInfo>(yb::Result<yb::master::TabletReplicaDriveInfo>&&)
Line
Count
Source
327
142
T&& WrapMove(Result<T>&& result) {
328
142
  return std::move(*result);
329
142
}
std::__1::array<yb::PartitionPB, 2ul>&& yb::WrapMove<std::__1::array<yb::PartitionPB, 2ul> >(yb::Result<std::__1::array<yb::PartitionPB, 2ul> >&&)
Line
Count
Source
327
142
T&& WrapMove(Result<T>&& result) {
328
142
  return std::move(*result);
329
142
}
std::__1::unordered_map<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag>, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, boost::hash<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> const, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > >&& yb::WrapMove<std::__1::unordered_map<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag>, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, boost::hash<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> const, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >(yb::Result<std::__1::unordered_map<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag>, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, boost::hash<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::SnapshotScheduleId_Tag> const, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > >&&)
Line
Count
Source
327
15.4k
T&& WrapMove(Result<T>&& result) {
328
15.4k
  return std::move(*result);
329
15.4k
}
scoped_refptr<yb::master::NamespaceInfo>&& yb::WrapMove<scoped_refptr<yb::master::NamespaceInfo> >(yb::Result<scoped_refptr<yb::master::NamespaceInfo> >&&)
Line
Count
Source
327
673k
T&& WrapMove(Result<T>&& result) {
328
673k
  return std::move(*result);
329
673k
}
yb::master::ReplicationInfoPB&& yb::WrapMove<yb::master::ReplicationInfoPB>(yb::Result<yb::master::ReplicationInfoPB>&&)
Line
Count
Source
327
948k
T&& WrapMove(Result<T>&& result) {
328
948k
  return std::move(*result);
329
948k
}
std::__1::vector<std::__1::shared_ptr<yb::master::TSDescriptor>, std::__1::allocator<std::__1::shared_ptr<yb::master::TSDescriptor> > >&& yb::WrapMove<std::__1::vector<std::__1::shared_ptr<yb::master::TSDescriptor>, std::__1::allocator<std::__1::shared_ptr<yb::master::TSDescriptor> > > >(yb::Result<std::__1::vector<std::__1::shared_ptr<yb::master::TSDescriptor>, std::__1::allocator<std::__1::shared_ptr<yb::master::TSDescriptor> > > >&&)
Line
Count
Source
327
3.86k
T&& WrapMove(Result<T>&& result) {
328
3.86k
  return std::move(*result);
329
3.86k
}
std::__1::vector<scoped_refptr<yb::master::TableInfo>, std::__1::allocator<scoped_refptr<yb::master::TableInfo> > >&& yb::WrapMove<std::__1::vector<scoped_refptr<yb::master::TableInfo>, std::__1::allocator<scoped_refptr<yb::master::TableInfo> > > >(yb::Result<std::__1::vector<scoped_refptr<yb::master::TableInfo>, std::__1::allocator<scoped_refptr<yb::master::TableInfo> > > >&&)
Line
Count
Source
327
3.37k
T&& WrapMove(Result<T>&& result) {
328
3.37k
  return std::move(*result);
329
3.37k
}
std::__1::unordered_set<yb::HostPort, yb::HostPortHash, std::__1::equal_to<yb::HostPort>, std::__1::allocator<yb::HostPort> >&& yb::WrapMove<std::__1::unordered_set<yb::HostPort, yb::HostPortHash, std::__1::equal_to<yb::HostPort>, std::__1::allocator<yb::HostPort> > >(yb::Result<std::__1::unordered_set<yb::HostPort, yb::HostPortHash, std::__1::equal_to<yb::HostPort>, std::__1::allocator<yb::HostPort> > >&&)
Line
Count
Source
327
57.3k
T&& WrapMove(Result<T>&& result) {
328
57.3k
  return std::move(*result);
329
57.3k
}
yb::master::TableDescription&& yb::WrapMove<yb::master::TableDescription>(yb::Result<yb::master::TableDescription>&&)
Line
Count
Source
327
45
T&& WrapMove(Result<T>&& result) {
328
45
  return std::move(*result);
329
45
}
yb::encryption::UniverseKeyRegistryPB&& yb::WrapMove<yb::encryption::UniverseKeyRegistryPB>(yb::Result<yb::encryption::UniverseKeyRegistryPB>&&)
Line
Count
Source
327
80
T&& WrapMove(Result<T>&& result) {
328
80
  return std::move(*result);
329
80
}
std::__1::vector<yb::master::TableDescription, std::__1::allocator<yb::master::TableDescription> >&& yb::WrapMove<std::__1::vector<yb::master::TableDescription, std::__1::allocator<yb::master::TableDescription> > >(yb::Result<std::__1::vector<yb::master::TableDescription, std::__1::allocator<yb::master::TableDescription> > >&&)
Line
Count
Source
327
51
T&& WrapMove(Result<T>&& result) {
328
51
  return std::move(*result);
329
51
}
yb::StronglyTypedUuid<yb::TxnSnapshotId_Tag>&& yb::WrapMove<yb::StronglyTypedUuid<yb::TxnSnapshotId_Tag> >(yb::Result<yb::StronglyTypedUuid<yb::TxnSnapshotId_Tag> >&&)
Line
Count
Source
327
81
T&& WrapMove(Result<T>&& result) {
328
81
  return std::move(*result);
329
81
}
yb::docdb::KeyBytes&& yb::WrapMove<yb::docdb::KeyBytes>(yb::Result<yb::docdb::KeyBytes>&&)
Line
Count
Source
327
38.0M
T&& WrapMove(Result<T>&& result) {
328
38.0M
  return std::move(*result);
329
38.0M
}
yb::master::SysSnapshotEntryPB&& yb::WrapMove<yb::master::SysSnapshotEntryPB>(yb::Result<yb::master::SysSnapshotEntryPB>&&)
Line
Count
Source
327
94
T&& WrapMove(Result<T>&& result) {
328
94
  return std::move(*result);
329
94
}
yb::master::SnapshotScheduleOptionsPB&& yb::WrapMove<yb::master::SnapshotScheduleOptionsPB>(yb::Result<yb::master::SnapshotScheduleOptionsPB>&&)
Line
Count
Source
327
33
T&& WrapMove(Result<T>&& result) {
328
33
  return std::move(*result);
329
33
}
yb::master::SysRowEntries&& yb::WrapMove<yb::master::SysRowEntries>(yb::Result<yb::master::SysRowEntries>&&)
Line
Count
Source
327
22
T&& WrapMove(Result<T>&& result) {
328
22
  return std::move(*result);
329
22
}
yb::master::SnapshotScheduleOperation&& yb::WrapMove<yb::master::SnapshotScheduleOperation>(yb::Result<yb::master::SnapshotScheduleOperation>&&)
Line
Count
Source
327
1
T&& WrapMove(Result<T>&& result) {
328
1
  return std::move(*result);
329
1
}
yb::master::SysSnapshotEntryPB_State&& yb::WrapMove<yb::master::SysSnapshotEntryPB_State>(yb::Result<yb::master::SysSnapshotEntryPB_State>&&)
Line
Count
Source
327
36
T&& WrapMove(Result<T>&& result) {
328
36
  return std::move(*result);
329
36
}
yb::PlacementInfoConverter::Placement&& yb::WrapMove<yb::PlacementInfoConverter::Placement>(yb::Result<yb::PlacementInfoConverter::Placement>&&)
Line
Count
Source
327
420
T&& WrapMove(Result<T>&& result) {
328
420
  return std::move(*result);
329
420
}
yb::master::DdlLogEntryPB&& yb::WrapMove<yb::master::DdlLogEntryPB>(yb::Result<yb::master::DdlLogEntryPB>&&)
Line
Count
Source
327
3
T&& WrapMove(Result<T>&& result) {
328
3
  return std::move(*result);
329
3
}
std::__1::shared_ptr<yb::master::TSDescriptor>&& yb::WrapMove<std::__1::shared_ptr<yb::master::TSDescriptor> >(yb::Result<std::__1::shared_ptr<yb::master::TSDescriptor> >&&)
Line
Count
Source
327
8.15k
T&& WrapMove(Result<T>&& result) {
328
8.15k
  return std::move(*result);
329
8.15k
}
std::__1::shared_ptr<yb::QLRowBlock>&& yb::WrapMove<std::__1::shared_ptr<yb::QLRowBlock> >(yb::Result<std::__1::shared_ptr<yb::QLRowBlock> >&&)
Line
Count
Source
327
262k
T&& WrapMove(Result<T>&& result) {
328
262k
  return std::move(*result);
329
262k
}
std::__1::pair<int, yb::DataType>&& yb::WrapMove<std::__1::pair<int, yb::DataType> >(yb::Result<std::__1::pair<int, yb::DataType> >&&)
Line
Count
Source
327
18.4M
T&& WrapMove(Result<T>&& result) {
328
18.4M
  return std::move(*result);
329
18.4M
}
yb::master::YQLPartitionsVTable::TabletData&& yb::WrapMove<yb::master::YQLPartitionsVTable::TabletData>(yb::Result<yb::master::YQLPartitionsVTable::TabletData>&&)
Line
Count
Source
327
69.6k
T&& WrapMove(Result<T>&& result) {
328
69.6k
  return std::move(*result);
329
69.6k
}
boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >&& yb::WrapMove<boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >(yb::Result<boost::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&&)
Line
Count
Source
327
878k
T&& WrapMove(Result<T>&& result) {
328
878k
  return std::move(*result);
329
878k
}
yb::master::SysTablesEntryPB&& yb::WrapMove<yb::master::SysTablesEntryPB>(yb::Result<yb::master::SysTablesEntryPB>&&)
Line
Count
Source
327
8.36k
T&& WrapMove(Result<T>&& result) {
328
8.36k
  return std::move(*result);
329
8.36k
}
yb::master::SysNamespaceEntryPB&& yb::WrapMove<yb::master::SysNamespaceEntryPB>(yb::Result<yb::master::SysNamespaceEntryPB>&&)
Line
Count
Source
327
133
T&& WrapMove(Result<T>&& result) {
328
133
  return std::move(*result);
329
133
}
yb::master::SysTabletsEntryPB&& yb::WrapMove<yb::master::SysTabletsEntryPB>(yb::Result<yb::master::SysTabletsEntryPB>&&)
Line
Count
Source
327
402
T&& WrapMove(Result<T>&& result) {
328
402
  return std::move(*result);
329
402
}
std::__1::unique_ptr<yb::encryption::EncryptionParams, std::__1::default_delete<yb::encryption::EncryptionParams> >&& yb::WrapMove<std::__1::unique_ptr<yb::encryption::EncryptionParams, std::__1::default_delete<yb::encryption::EncryptionParams> > >(yb::Result<std::__1::unique_ptr<yb::encryption::EncryptionParams, std::__1::default_delete<yb::encryption::EncryptionParams> > >&&)
Line
Count
Source
327
218
T&& WrapMove(Result<T>&& result) {
328
218
  return std::move(*result);
329
218
}
std::__1::unique_ptr<yb::encryption::BlockAccessCipherStream, std::__1::default_delete<yb::encryption::BlockAccessCipherStream> >&& yb::WrapMove<std::__1::unique_ptr<yb::encryption::BlockAccessCipherStream, std::__1::default_delete<yb::encryption::BlockAccessCipherStream> > >(yb::Result<std::__1::unique_ptr<yb::encryption::BlockAccessCipherStream, std::__1::default_delete<yb::encryption::BlockAccessCipherStream> > >&&)
Line
Count
Source
327
160
T&& WrapMove(Result<T>&& result) {
328
160
  return std::move(*result);
329
160
}
Unexecuted instantiation: google::protobuf::RepeatedPtrField<yb::master::TabletLocationsPB>&& yb::WrapMove<google::protobuf::RepeatedPtrField<yb::master::TabletLocationsPB> >(yb::Result<google::protobuf::RepeatedPtrField<yb::master::TabletLocationsPB> >&&)
Unexecuted instantiation: std::__1::shared_ptr<yb::master::CDCRpcTasks>&& yb::WrapMove<std::__1::shared_ptr<yb::master::CDCRpcTasks> >(yb::Result<std::__1::shared_ptr<yb::master::CDCRpcTasks> >&&)
Unexecuted instantiation: std::__1::vector<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName> > >&& yb::WrapMove<std::__1::vector<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName> > > >(yb::Result<std::__1::vector<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::client::YBTableName> > > >&&)
yb::docdb::FetchKeyResult&& yb::WrapMove<yb::docdb::FetchKeyResult>(yb::Result<yb::docdb::FetchKeyResult>&&)
Line
Count
Source
327
756M
T&& WrapMove(Result<T>&& result) {
328
756M
  return std::move(*result);
329
756M
}
std::__1::pair<yb::RefCntBuffer, yb::Slice>&& yb::WrapMove<std::__1::pair<yb::RefCntBuffer, yb::Slice> >(yb::Result<std::__1::pair<yb::RefCntBuffer, yb::Slice> >&&)
Line
Count
Source
327
10.6M
T&& WrapMove(Result<T>&& result) {
328
10.6M
  return std::move(*result);
329
10.6M
}
yb::client::YBTableInfo&& yb::WrapMove<yb::client::YBTableInfo>(yb::Result<yb::client::YBTableInfo>&&)
Line
Count
Source
327
10
T&& WrapMove(Result<T>&& result) {
328
10
  return std::move(*result);
329
10
}
std::__1::vector<yb::master::NamespaceIdentifierPB, std::__1::allocator<yb::master::NamespaceIdentifierPB> >&& yb::WrapMove<std::__1::vector<yb::master::NamespaceIdentifierPB, std::__1::allocator<yb::master::NamespaceIdentifierPB> > >(yb::Result<std::__1::vector<yb::master::NamespaceIdentifierPB, std::__1::allocator<yb::master::NamespaceIdentifierPB> > >&&)
Line
Count
Source
327
5.06k
T&& WrapMove(Result<T>&& result) {
328
5.06k
  return std::move(*result);
329
5.06k
}
std::__1::vector<yb::master::TablegroupIdentifierPB, std::__1::allocator<yb::master::TablegroupIdentifierPB> >&& yb::WrapMove<std::__1::vector<yb::master::TablegroupIdentifierPB, std::__1::allocator<yb::master::TablegroupIdentifierPB> > >(yb::Result<std::__1::vector<yb::master::TablegroupIdentifierPB, std::__1::allocator<yb::master::TablegroupIdentifierPB> > >&&)
Line
Count
Source
327
5
T&& WrapMove(Result<T>&& result) {
328
5
  return std::move(*result);
329
5
}
std::__1::shared_ptr<yb::client::VersionedTablePartitionList const>&& yb::WrapMove<std::__1::shared_ptr<yb::client::VersionedTablePartitionList const> >(yb::Result<std::__1::shared_ptr<yb::client::VersionedTablePartitionList const> >&&)
Line
Count
Source
327
134k
T&& WrapMove(Result<T>&& result) {
328
134k
  return std::move(*result);
329
134k
}
yb::client::YBTableType&& yb::WrapMove<yb::client::YBTableType>(yb::Result<yb::client::YBTableType>&&)
Line
Count
Source
327
140k
T&& WrapMove(Result<T>&& result) {
328
140k
  return std::move(*result);
329
140k
}
std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> >&& yb::WrapMove<std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > >(yb::Result<std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > >&&)
Line
Count
Source
327
29.5M
T&& WrapMove(Result<T>&& result) {
328
29.5M
  return std::move(*result);
329
29.5M
}
scoped_refptr<yb::client::internal::RemoteTablet>&& yb::WrapMove<scoped_refptr<yb::client::internal::RemoteTablet> >(yb::Result<scoped_refptr<yb::client::internal::RemoteTablet> >&&)
Line
Count
Source
327
438
T&& WrapMove(Result<T>&& result) {
328
438
  return std::move(*result);
329
438
}
boost::optional<yb::docdb::SubDocument>&& yb::WrapMove<boost::optional<yb::docdb::SubDocument> >(yb::Result<boost::optional<yb::docdb::SubDocument> >&&)
Line
Count
Source
327
716k
T&& WrapMove(Result<T>&& result) {
328
716k
  return std::move(*result);
329
716k
}
Unexecuted instantiation: google::protobuf::RepeatedPtrField<yb::master::SnapshotInfoPB>&& yb::WrapMove<google::protobuf::RepeatedPtrField<yb::master::SnapshotInfoPB> >(yb::Result<google::protobuf::RepeatedPtrField<yb::master::SnapshotInfoPB> >&&)
Unexecuted instantiation: yb::master::MasterBackupProxy&& yb::WrapMove<yb::master::MasterBackupProxy>(yb::Result<yb::master::MasterBackupProxy>&&)
Unexecuted instantiation: google::protobuf::RepeatedPtrField<yb::master::SnapshotScheduleInfoPB>&& yb::WrapMove<google::protobuf::RepeatedPtrField<yb::master::SnapshotScheduleInfoPB> >(yb::Result<google::protobuf::RepeatedPtrField<yb::master::SnapshotScheduleInfoPB> >&&)
yb::encryption::FileEncryptionStatus&& yb::WrapMove<yb::encryption::FileEncryptionStatus>(yb::Result<yb::encryption::FileEncryptionStatus>&&)
Line
Count
Source
327
2.55M
T&& WrapMove(Result<T>&& result) {
328
2.55M
  return std::move(*result);
329
2.55M
}
scoped_refptr<yb::pggate::PgTableDesc>&& yb::WrapMove<scoped_refptr<yb::pggate::PgTableDesc> >(yb::Result<scoped_refptr<yb::pggate::PgTableDesc> >&&)
Line
Count
Source
327
14.5M
T&& WrapMove(Result<T>&& result) {
328
14.5M
  return std::move(*result);
329
14.5M
}
yb::pggate::PgApiContext::MessengerHolder&& yb::WrapMove<yb::pggate::PgApiContext::MessengerHolder>(yb::Result<yb::pggate::PgApiContext::MessengerHolder>&&)
Line
Count
Source
327
6.09k
T&& WrapMove(Result<T>&& result) {
328
6.09k
  return std::move(*result);
329
6.09k
}
std::__1::pair<long long, bool>&& yb::WrapMove<std::__1::pair<long long, bool> >(yb::Result<std::__1::pair<long long, bool> >&&)
Line
Count
Source
327
3.23k
T&& WrapMove(Result<T>&& result) {
328
3.23k
  return std::move(*result);
329
3.23k
}
std::__1::pair<unsigned int, unsigned int>&& yb::WrapMove<std::__1::pair<unsigned int, unsigned int> >(yb::Result<std::__1::pair<unsigned int, unsigned int> >&&)
Line
Count
Source
327
805
T&& WrapMove(Result<T>&& result) {
328
805
  return std::move(*result);
329
805
}
std::__1::shared_ptr<unsigned char const* const>&& yb::WrapMove<std::__1::shared_ptr<unsigned char const* const> >(yb::Result<std::__1::shared_ptr<unsigned char const* const> >&&)
Line
Count
Source
327
10.3M
T&& WrapMove(Result<T>&& result) {
328
10.3M
  return std::move(*result);
329
10.3M
}
yb::master::GetNamespaceInfoResponsePB&& yb::WrapMove<yb::master::GetNamespaceInfoResponsePB>(yb::Result<yb::master::GetNamespaceInfoResponsePB>&&)
Line
Count
Source
327
5.72k
T&& WrapMove(Result<T>&& result) {
328
5.72k
  return std::move(*result);
329
5.72k
}
pg_session.cc:yb::pggate::(anonymous namespace)::SessionType&& yb::WrapMove<yb::pggate::(anonymous namespace)::SessionType>(yb::Result<yb::pggate::(anonymous namespace)::SessionType>&&)
Line
Count
Source
327
20.4M
T&& WrapMove(Result<T>&& result) {
328
20.4M
  return std::move(*result);
329
20.4M
}
yb::StronglyTypedBool<yb::pggate::RequestSent_Tag>&& yb::WrapMove<yb::StronglyTypedBool<yb::pggate::RequestSent_Tag> >(yb::Result<yb::StronglyTypedBool<yb::pggate::RequestSent_Tag> >&&)
Line
Count
Source
327
8.79M
T&& WrapMove(Result<T>&& result) {
328
8.79M
  return std::move(*result);
329
8.79M
}
std::__1::function<yb::docdb::DocKey (std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > const&)>&& yb::WrapMove<std::__1::function<yb::docdb::DocKey (std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > const&)> >(yb::Result<std::__1::function<yb::docdb::DocKey (std::__1::vector<yb::docdb::PrimitiveValue, std::__1::allocator<yb::docdb::PrimitiveValue> > const&)> >&&)
Line
Count
Source
327
184
T&& WrapMove(Result<T>&& result) {
328
184
  return std::move(*result);
329
184
}
yb::docdb::DocKey&& yb::WrapMove<yb::docdb::DocKey>(yb::Result<yb::docdb::DocKey>&&)
Line
Count
Source
327
12.8M
T&& WrapMove(Result<T>&& result) {
328
12.8M
  return std::move(*result);
329
12.8M
}
yb::docdb::PrimitiveValue&& yb::WrapMove<yb::docdb::PrimitiveValue>(yb::Result<yb::docdb::PrimitiveValue>&&)
Line
Count
Source
327
27
T&& WrapMove(Result<T>&& result) {
328
27
  return std::move(*result);
329
27
}
std::__1::list<yb::pggate::PgDocResult, std::__1::allocator<yb::pggate::PgDocResult> >&& yb::WrapMove<std::__1::list<yb::pggate::PgDocResult, std::__1::allocator<yb::pggate::PgDocResult> > >(yb::Result<std::__1::list<yb::pggate::PgDocResult, std::__1::allocator<yb::pggate::PgDocResult> > >&&)
Line
Count
Source
327
3.42M
T&& WrapMove(Result<T>&& result) {
328
3.42M
  return std::move(*result);
329
3.42M
}
yb::pggate::PerformFuture&& yb::WrapMove<yb::pggate::PerformFuture>(yb::Result<yb::pggate::PerformFuture>&&)
Line
Count
Source
327
8.91M
T&& WrapMove(Result<T>&& result) {
328
8.91M
  return std::move(*result);
329
8.91M
}
std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> >&& yb::WrapMove<std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> > >(yb::Result<std::__1::vector<yb::OpId, std::__1::allocator<yb::OpId> > >&&)
Line
Count
Source
327
44
T&& WrapMove(Result<T>&& result) {
328
44
  return std::move(*result);
329
44
}
std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> > > > >&& yb::WrapMove<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> > > > > >(yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::unique_ptr<yb::itest::TServerDetails, std::__1::default_delete<yb::itest::TServerDetails> > > > > >&&)
Line
Count
Source
327
223
T&& WrapMove(Result<T>&& result) {
328
223
  return std::move(*result);
329
223
}
yb::pgwrapper::PGConn&& yb::WrapMove<yb::pgwrapper::PGConn>(yb::Result<yb::pgwrapper::PGConn>&&)
Line
Count
Source
327
401
T&& WrapMove(Result<T>&& result) {
328
401
  return std::move(*result);
329
401
}
yb::pgwrapper::PgProcessConf&& yb::WrapMove<yb::pgwrapper::PgProcessConf>(yb::Result<yb::pgwrapper::PgProcessConf>&&)
Line
Count
Source
327
2
T&& WrapMove(Result<T>&& result) {
328
2
  return std::move(*result);
329
2
}
yb::master::ListMastersResponsePB&& yb::WrapMove<yb::master::ListMastersResponsePB>(yb::Result<yb::master::ListMastersResponsePB>&&)
Line
Count
Source
327
36
T&& WrapMove(Result<T>&& result) {
328
36
  return std::move(*result);
329
36
}
yb::consensus::LeaderStepDownResponsePB&& yb::WrapMove<yb::consensus::LeaderStepDownResponsePB>(yb::Result<yb::consensus::LeaderStepDownResponsePB>&&)
Line
Count
Source
327
4
T&& WrapMove(Result<T>&& result) {
328
4
  return std::move(*result);
329
4
}
Unexecuted instantiation: yb::consensus::RunLeaderElectionResponsePB&& yb::WrapMove<yb::consensus::RunLeaderElectionResponsePB>(yb::Result<yb::consensus::RunLeaderElectionResponsePB>&&)
yb::consensus::ChangeConfigResponsePB&& yb::WrapMove<yb::consensus::ChangeConfigResponsePB>(yb::Result<yb::consensus::ChangeConfigResponsePB>&&)
Line
Count
Source
327
3
T&& WrapMove(Result<T>&& result) {
328
3
  return std::move(*result);
329
3
}
Unexecuted instantiation: yb::master::DumpMasterStateResponsePB&& yb::WrapMove<yb::master::DumpMasterStateResponsePB>(yb::Result<yb::master::DumpMasterStateResponsePB>&&)
Unexecuted instantiation: yb::master::GetLoadMovePercentResponsePB&& yb::WrapMove<yb::master::GetLoadMovePercentResponsePB>(yb::Result<yb::master::GetLoadMovePercentResponsePB>&&)
std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, int> > >&& yb::WrapMove<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, int> > > >(yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, int> > > >&&)
Line
Count
Source
327
130
T&& WrapMove(Result<T>&& result) {
328
130
  return std::move(*result);
329
130
}
yb::master::GetTabletLocationsResponsePB&& yb::WrapMove<yb::master::GetTabletLocationsResponsePB>(yb::Result<yb::master::GetTabletLocationsResponsePB>&&)
Line
Count
Source
327
268
T&& WrapMove(Result<T>&& result) {
328
268
  return std::move(*result);
329
268
}
yb::master::ListTabletServersResponsePB&& yb::WrapMove<yb::master::ListTabletServersResponsePB>(yb::Result<yb::master::ListTabletServersResponsePB>&&)
Line
Count
Source
327
2
T&& WrapMove(Result<T>&& result) {
328
2
  return std::move(*result);
329
2
}
Unexecuted instantiation: yb::tserver::GetLogLocationResponsePB&& yb::WrapMove<yb::tserver::GetLogLocationResponsePB>(yb::Result<yb::tserver::GetLogLocationResponsePB>&&)
yb::master::LaunchBackfillIndexForTableResponsePB&& yb::WrapMove<yb::master::LaunchBackfillIndexForTableResponsePB>(yb::Result<yb::master::LaunchBackfillIndexForTableResponsePB>&&)
Line
Count
Source
327
2
T&& WrapMove(Result<T>&& result) {
328
2
  return std::move(*result);
329
2
}
Unexecuted instantiation: yb::tserver::ListTabletsForTabletServerResponsePB&& yb::WrapMove<yb::tserver::ListTabletsForTabletServerResponsePB>(yb::Result<yb::tserver::ListTabletsForTabletServerResponsePB>&&)
Unexecuted instantiation: yb::master::ChangeLoadBalancerStateResponsePB&& yb::WrapMove<yb::master::ChangeLoadBalancerStateResponsePB>(yb::Result<yb::master::ChangeLoadBalancerStateResponsePB>&&)
Unexecuted instantiation: yb::master::GetLoadBalancerStateResponsePB&& yb::WrapMove<yb::master::GetLoadBalancerStateResponsePB>(yb::Result<yb::master::GetLoadBalancerStateResponsePB>&&)
Unexecuted instantiation: yb::master::FlushSysCatalogResponsePB&& yb::WrapMove<yb::master::FlushSysCatalogResponsePB>(yb::Result<yb::master::FlushSysCatalogResponsePB>&&)
Unexecuted instantiation: yb::master::CompactSysCatalogResponsePB&& yb::WrapMove<yb::master::CompactSysCatalogResponsePB>(yb::Result<yb::master::CompactSysCatalogResponsePB>&&)
yb::master::IsMasterLeaderReadyResponsePB&& yb::WrapMove<yb::master::IsMasterLeaderReadyResponsePB>(yb::Result<yb::master::IsMasterLeaderReadyResponsePB>&&)
Line
Count
Source
327
47
T&& WrapMove(Result<T>&& result) {
328
47
  return std::move(*result);
329
47
}
yb::master::GetMasterClusterConfigResponsePB&& yb::WrapMove<yb::master::GetMasterClusterConfigResponsePB>(yb::Result<yb::master::GetMasterClusterConfigResponsePB>&&)
Line
Count
Source
327
54
T&& WrapMove(Result<T>&& result) {
328
54
  return std::move(*result);
329
54
}
yb::master::ChangeMasterClusterConfigResponsePB&& yb::WrapMove<yb::master::ChangeMasterClusterConfigResponsePB>(yb::Result<yb::master::ChangeMasterClusterConfigResponsePB>&&)
Line
Count
Source
327
20
T&& WrapMove(Result<T>&& result) {
328
20
  return std::move(*result);
329
20
}
yb::master::IsInitDbDoneResponsePB&& yb::WrapMove<yb::master::IsInitDbDoneResponsePB>(yb::Result<yb::master::IsInitDbDoneResponsePB>&&)
Line
Count
Source
327
1
T&& WrapMove(Result<T>&& result) {
328
1
  return std::move(*result);
329
1
}
yb::tserver::UpgradeYsqlResponsePB&& yb::WrapMove<yb::tserver::UpgradeYsqlResponsePB>(yb::Result<yb::tserver::UpgradeYsqlResponsePB>&&)
Line
Count
Source
327
1
T&& WrapMove(Result<T>&& result) {
328
1
  return std::move(*result);
329
1
}
Unexecuted instantiation: yb::master::SplitTabletResponsePB&& yb::WrapMove<yb::master::SplitTabletResponsePB>(yb::Result<yb::master::SplitTabletResponsePB>&&)
Unexecuted instantiation: yb::master::DisableTabletSplittingResponsePB&& yb::WrapMove<yb::master::DisableTabletSplittingResponsePB>(yb::Result<yb::master::DisableTabletSplittingResponsePB>&&)
Unexecuted instantiation: yb::master::IsTabletSplittingCompleteResponsePB&& yb::WrapMove<yb::master::IsTabletSplittingCompleteResponsePB>(yb::Result<yb::master::IsTabletSplittingCompleteResponsePB>&&)
yb::util::VarInt&& yb::WrapMove<yb::util::VarInt>(yb::Result<yb::util::VarInt>&&)
Line
Count
Source
327
11.4k
T&& WrapMove(Result<T>&& result) {
328
11.4k
  return std::move(*result);
329
11.4k
}
rocksdb::TableCache::TableReaderWithHandle&& yb::WrapMove<rocksdb::TableCache::TableReaderWithHandle>(yb::Result<rocksdb::TableCache::TableReaderWithHandle>&&)
Line
Count
Source
327
20.7M
T&& WrapMove(Result<T>&& result) {
328
20.7M
  return std::move(*result);
329
20.7M
}
rocksdb::BlockBasedTable::CachableEntry<rocksdb::IndexReader>&& yb::WrapMove<rocksdb::BlockBasedTable::CachableEntry<rocksdb::IndexReader> >(yb::Result<rocksdb::BlockBasedTable::CachableEntry<rocksdb::IndexReader> >&&)
Line
Count
Source
327
143
T&& WrapMove(Result<T>&& result) {
328
143
  return std::move(*result);
329
143
}
format.cc:rocksdb::(anonymous namespace)::ChecksumData&& yb::WrapMove<rocksdb::(anonymous namespace)::ChecksumData>(yb::Result<rocksdb::(anonymous namespace)::ChecksumData>&&)
Line
Count
Source
327
4.18M
T&& WrapMove(Result<T>&& result) {
328
4.18M
  return std::move(*result);
329
4.18M
}
std::__1::shared_ptr<yb::client::TableHandle>&& yb::WrapMove<std::__1::shared_ptr<yb::client::TableHandle> >(yb::Result<std::__1::shared_ptr<yb::client::TableHandle> >&&)
Line
Count
Source
327
306
T&& WrapMove(Result<T>&& result) {
328
306
  return std::move(*result);
329
306
}
std::__1::shared_ptr<yb::cdc::StreamMetadata>&& yb::WrapMove<std::__1::shared_ptr<yb::cdc::StreamMetadata> >(yb::Result<std::__1::shared_ptr<yb::cdc::StreamMetadata> >&&)
Line
Count
Source
327
6
T&& WrapMove(Result<T>&& result) {
328
6
  return std::move(*result);
329
6
}
Unexecuted instantiation: yb::client::internal::RemoteTabletServer*&& yb::WrapMove<yb::client::internal::RemoteTabletServer*>(yb::Result<yb::client::internal::RemoteTabletServer*>&&)
Unexecuted instantiation: std::__1::vector<std::__1::pair<unsigned long long, unsigned long>, std::__1::allocator<std::__1::pair<unsigned long long, unsigned long> > >&& yb::WrapMove<std::__1::vector<std::__1::pair<unsigned long long, unsigned long>, std::__1::allocator<std::__1::pair<unsigned long long, unsigned long> > > >(yb::Result<std::__1::vector<std::__1::pair<unsigned long long, unsigned long>, std::__1::allocator<std::__1::pair<unsigned long long, unsigned long> > > >&&)
Unexecuted instantiation: boost::unordered::unordered_map<yb::StronglyTypedUuid<yb::TransactionId_Tag>, yb::TransactionStatusResult, boost::hash<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::TransactionId_Tag> const, yb::TransactionStatusResult> > >&& yb::WrapMove<boost::unordered::unordered_map<yb::StronglyTypedUuid<yb::TransactionId_Tag>, yb::TransactionStatusResult, boost::hash<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::TransactionId_Tag> const, yb::TransactionStatusResult> > > >(yb::Result<boost::unordered::unordered_map<yb::StronglyTypedUuid<yb::TransactionId_Tag>, yb::TransactionStatusResult, boost::hash<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::equal_to<yb::StronglyTypedUuid<yb::TransactionId_Tag> >, std::__1::allocator<std::__1::pair<yb::StronglyTypedUuid<yb::TransactionId_Tag> const, yb::TransactionStatusResult> > > >&&)
Unexecuted instantiation: std::__1::vector<std::__1::shared_ptr<yb::consensus::ReplicateMsg>, std::__1::allocator<std::__1::shared_ptr<yb::consensus::ReplicateMsg> > >&& yb::WrapMove<std::__1::vector<std::__1::shared_ptr<yb::consensus::ReplicateMsg>, std::__1::allocator<std::__1::shared_ptr<yb::consensus::ReplicateMsg> > > >(yb::Result<std::__1::vector<std::__1::shared_ptr<yb::consensus::ReplicateMsg>, std::__1::allocator<std::__1::shared_ptr<yb::consensus::ReplicateMsg> > > >&&)
std::__1::unique_ptr<pg_result, yb::pgwrapper::PGResultClear>&& yb::WrapMove<std::__1::unique_ptr<pg_result, yb::pgwrapper::PGResultClear> >(yb::Result<std::__1::unique_ptr<pg_result, yb::pgwrapper::PGResultClear> >&&)
Line
Count
Source
327
2.77k
T&& WrapMove(Result<T>&& result) {
328
2.77k
  return std::move(*result);
329
2.77k
}
std::__1::pair<int, int>&& yb::WrapMove<std::__1::pair<int, int> >(yb::Result<std::__1::pair<int, int> >&&)
Line
Count
Source
327
24
T&& WrapMove(Result<T>&& result) {
328
24
  return std::move(*result);
329
24
}
yb::encryption::EncryptionParamsPB&& yb::WrapMove<yb::encryption::EncryptionParamsPB>(yb::Result<yb::encryption::EncryptionParamsPB>&&)
Line
Count
Source
327
35
T&& WrapMove(Result<T>&& result) {
328
35
  return std::move(*result);
329
35
}
yb::encryption::UniverseKeyParams&& yb::WrapMove<yb::encryption::UniverseKeyParams>(yb::Result<yb::encryption::UniverseKeyParams>&&)
Line
Count
Source
327
39
T&& WrapMove(Result<T>&& result) {
328
39
  return std::move(*result);
329
39
}
boost::shared_ptr<boost::date_time::time_zone_base<boost::posix_time::ptime, char> >&& yb::WrapMove<boost::shared_ptr<boost::date_time::time_zone_base<boost::posix_time::ptime, char> > >(yb::Result<boost::shared_ptr<boost::date_time::time_zone_base<boost::posix_time::ptime, char> > >&&)
Line
Count
Source
327
1.34k
T&& WrapMove(Result<T>&& result) {
328
1.34k
  return std::move(*result);
329
1.34k
}
icu_67::GregorianCalendar&& yb::WrapMove<icu_67::GregorianCalendar>(yb::Result<icu_67::GregorianCalendar>&&)
Line
Count
Source
327
38
T&& WrapMove(Result<T>&& result) {
328
38
  return std::move(*result);
329
38
}
yb::ResourceLimits&& yb::WrapMove<yb::ResourceLimits>(yb::Result<yb::ResourceLimits>&&)
Line
Count
Source
327
29.3k
T&& WrapMove(Result<T>&& result) {
328
29.3k
  return std::move(*result);
329
29.3k
}
std::__1::pair<long long, unsigned long>&& yb::WrapMove<std::__1::pair<long long, unsigned long> >(yb::Result<std::__1::pair<long long, unsigned long> >&&)
Line
Count
Source
327
6.70G
T&& WrapMove(Result<T>&& result) {
328
6.70G
  return std::move(*result);
329
6.70G
}
net_util.cc:std::__1::unique_ptr<addrinfo, yb::(anonymous namespace)::AddrinfoDeleter>&& yb::WrapMove<std::__1::unique_ptr<addrinfo, yb::(anonymous namespace)::AddrinfoDeleter> >(yb::Result<std::__1::unique_ptr<addrinfo, yb::(anonymous namespace)::AddrinfoDeleter> >&&)
Line
Count
Source
327
31.0k
T&& WrapMove(Result<T>&& result) {
328
31.0k
  return std::move(*result);
329
31.0k
}
void*&& yb::WrapMove<void*>(yb::Result<void*>&&)
Line
Count
Source
327
23.4k
T&& WrapMove(Result<T>&& result) {
328
23.4k
  return std::move(*result);
329
23.4k
}
std::__1::vector<char*, std::__1::allocator<char*> >&& yb::WrapMove<std::__1::vector<char*, std::__1::allocator<char*> > >(yb::Result<std::__1::vector<char*, std::__1::allocator<char*> > >&&)
Line
Count
Source
327
10.2k
T&& WrapMove(Result<T>&& result) {
328
10.2k
  return std::move(*result);
329
10.2k
}
yb::Subprocess::ChildPipes&& yb::WrapMove<yb::Subprocess::ChildPipes>(yb::Result<yb::Subprocess::ChildPipes>&&)
Line
Count
Source
327
10.1k
T&& WrapMove(Result<T>&& result) {
328
10.1k
  return std::move(*result);
329
10.1k
}
DIR*&& yb::WrapMove<DIR*>(yb::Result<DIR*>&&)
Line
Count
Source
327
10.1k
T&& WrapMove(Result<T>&& result) {
328
10.1k
  return std::move(*result);
329
10.1k
}
Unexecuted instantiation: std::__1::vector<int, std::__1::allocator<int> >&& yb::WrapMove<std::__1::vector<int, std::__1::allocator<int> > >(yb::Result<std::__1::vector<int, std::__1::allocator<int> > >&&)
double&& yb::WrapMove<double>(yb::Result<double>&&)
Line
Count
Source
327
5
T&& WrapMove(Result<T>&& result) {
328
5
  return std::move(*result);
329
5
}
yb::docdb::ParsedIntent&& yb::WrapMove<yb::docdb::ParsedIntent>(yb::Result<yb::docdb::ParsedIntent>&&)
Line
Count
Source
327
86.9M
T&& WrapMove(Result<T>&& result) {
328
86.9M
  return std::move(*result);
329
86.9M
}
yb::docdb::DecodedIntentValue&& yb::WrapMove<yb::docdb::DecodedIntentValue>(yb::Result<yb::docdb::DecodedIntentValue>&&)
Line
Count
Source
327
68.7M
T&& WrapMove(Result<T>&& result) {
328
68.7M
  return std::move(*result);
329
68.7M
}
yb::WaitPolicy&& yb::WrapMove<yb::WaitPolicy>(yb::Result<yb::WaitPolicy>&&)
Line
Count
Source
327
99.7k
T&& WrapMove(Result<T>&& result) {
328
99.7k
  return std::move(*result);
329
99.7k
}
docdb.cc:yb::docdb::(anonymous namespace)::DetermineKeysToLockResult&& yb::WrapMove<yb::docdb::(anonymous namespace)::DetermineKeysToLockResult>(yb::Result<yb::docdb::(anonymous namespace)::DetermineKeysToLockResult>&&)
Line
Count
Source
327
3.24M
T&& WrapMove(Result<T>&& result) {
328
3.24M
  return std::move(*result);
329
3.24M
}
std::__1::unique_ptr<yb::docdb::SubDocumentReader, std::__1::default_delete<yb::docdb::SubDocumentReader> >&& yb::WrapMove<std::__1::unique_ptr<yb::docdb::SubDocumentReader, std::__1::default_delete<yb::docdb::SubDocumentReader> > >(yb::Result<std::__1::unique_ptr<yb::docdb::SubDocumentReader, std::__1::default_delete<yb::docdb::SubDocumentReader> > >&&)
Line
Count
Source
327
724M
T&& WrapMove(Result<T>&& result) {
328
724M
  return std::move(*result);
329
724M
}
rocksdb::CompressionType&& yb::WrapMove<rocksdb::CompressionType>(yb::Result<rocksdb::CompressionType>&&)
Line
Count
Source
327
527k
T&& WrapMove(Result<T>&& result) {
328
527k
  return std::move(*result);
329
527k
}
yb::docdb::DecodedIntentKey&& yb::WrapMove<yb::docdb::DecodedIntentKey>(yb::Result<yb::docdb::DecodedIntentKey>&&)
Line
Count
Source
327
6.14M
T&& WrapMove(Result<T>&& result) {
328
6.14M
  return std::move(*result);
329
6.14M
}
yb::CommitMetadata&& yb::WrapMove<yb::CommitMetadata>(yb::Result<yb::CommitMetadata>&&)
Line
Count
Source
327
709k
T&& WrapMove(Result<T>&& result) {
328
709k
  return std::move(*result);
329
709k
}
yb::RedisDataType&& yb::WrapMove<yb::RedisDataType>(yb::Result<yb::RedisDataType>&&)
Line
Count
Source
327
114k
T&& WrapMove(Result<T>&& result) {
328
114k
  return std::move(*result);
329
114k
}
yb::docdb::RedisValue&& yb::WrapMove<yb::docdb::RedisValue>(yb::Result<yb::docdb::RedisValue>&&)
Line
Count
Source
327
114
T&& WrapMove(Result<T>&& result) {
328
114
  return std::move(*result);
329
114
}
boost::optional<yb::docdb::Expiration>&& yb::WrapMove<boost::optional<yb::docdb::Expiration> >(yb::Result<boost::optional<yb::docdb::Expiration> >&&)
Line
Count
Source
327
291
T&& WrapMove(Result<T>&& result) {
328
291
  return std::move(*result);
329
291
}
yb::docdb::SubDocument*&& yb::WrapMove<yb::docdb::SubDocument*>(yb::Result<yb::docdb::SubDocument*>&&)
Line
Count
Source
327
713M
T&& WrapMove(Result<T>&& result) {
328
713M
  return std::move(*result);
329
713M
}
subdoc_reader.cc:yb::docdb::(anonymous namespace)::ScopedDocDbRowContextWithData*&& yb::WrapMove<yb::docdb::(anonymous namespace)::ScopedDocDbRowContextWithData*>(yb::Result<yb::docdb::(anonymous namespace)::ScopedDocDbRowContextWithData*>&&)
Line
Count
Source
327
145M
T&& WrapMove(Result<T>&& result) {
328
145M
  return std::move(*result);
329
145M
}
subdoc_reader.cc:std::__1::unique_ptr<yb::docdb::(anonymous namespace)::DocDbRowData, std::__1::default_delete<yb::docdb::(anonymous namespace)::DocDbRowData> >&& yb::WrapMove<std::__1::unique_ptr<yb::docdb::(anonymous namespace)::DocDbRowData, std::__1::default_delete<yb::docdb::(anonymous namespace)::DocDbRowData> > >(yb::Result<std::__1::unique_ptr<yb::docdb::(anonymous namespace)::DocDbRowData, std::__1::default_delete<yb::docdb::(anonymous namespace)::DocDbRowData> > >&&)
Line
Count
Source
327
745M
T&& WrapMove(Result<T>&& result) {
328
745M
  return std::move(*result);
329
745M
}
yb::docdb::TransactionStatusCache::GetCommitDataResult&& yb::WrapMove<yb::docdb::TransactionStatusCache::GetCommitDataResult>(yb::Result<yb::docdb::TransactionStatusCache::GetCommitDataResult>&&)
Line
Count
Source
327
226k
T&& WrapMove(Result<T>&& result) {
328
226k
  return std::move(*result);
329
226k
}
yb::docdb::ValueType&& yb::WrapMove<yb::docdb::ValueType>(yb::Result<yb::docdb::ValueType>&&)
Line
Count
Source
327
7.51M
T&& WrapMove(Result<T>&& result) {
328
7.51M
  return std::move(*result);
329
7.51M
}
cql_processor.cc:std::__1::unique_ptr<ldap, yb::cqlserver::(anonymous namespace)::LDAPDeleter>&& yb::WrapMove<std::__1::unique_ptr<ldap, yb::cqlserver::(anonymous namespace)::LDAPDeleter> >(yb::Result<std::__1::unique_ptr<ldap, yb::cqlserver::(anonymous namespace)::LDAPDeleter> >&&)
Line
Count
Source
327
64
T&& WrapMove(Result<T>&& result) {
328
64
  return std::move(*result);
329
64
}
yb::log::FirstEntryMetadata&& yb::WrapMove<yb::log::FirstEntryMetadata>(yb::Result<yb::log::FirstEntryMetadata>&&)
Line
Count
Source
327
165
T&& WrapMove(Result<T>&& result) {
328
165
  return std::move(*result);
329
165
}
330
331
template<class T>
332
125M
std::reference_wrapper<T> WrapMove(Result<T&>&& result) {
333
125M
  return std::reference_wrapper<T>(*result);
334
125M
}
std::__1::reference_wrapper<yb::tserver::PgClientSession> yb::WrapMove<yb::tserver::PgClientSession>(yb::Result<yb::tserver::PgClientSession&>&&)
Line
Count
Source
332
2.48M
std::reference_wrapper<T> WrapMove(Result<T&>&& result) {
333
2.48M
  return std::reference_wrapper<T>(*result);
334
2.48M
}
std::__1::reference_wrapper<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const> yb::WrapMove<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const>(yb::Result<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>&&)
Line
Count
Source
332
136
std::reference_wrapper<T> WrapMove(Result<T&>&& result) {
333
136
  return std::reference_wrapper<T>(*result);
334
136
}
std::__1::reference_wrapper<yb::ColumnSchema const> yb::WrapMove<yb::ColumnSchema const>(yb::Result<yb::ColumnSchema const&>&&)
Line
Count
Source
332
52.6M
std::reference_wrapper<T> WrapMove(Result<T&>&& result) {
333
52.6M
  return std::reference_wrapper<T>(*result);
334
52.6M
}
std::__1::reference_wrapper<yb::tablet::SnapshotCoordinator> yb::WrapMove<yb::tablet::SnapshotCoordinator>(yb::Result<yb::tablet::SnapshotCoordinator&>&&)
Line
Count
Source
332
60
std::reference_wrapper<T> WrapMove(Result<T&>&& result) {
333
60
  return std::reference_wrapper<T>(*result);
334
60
}
std::__1::reference_wrapper<yb::master::SnapshotState> yb::WrapMove<yb::master::SnapshotState>(yb::Result<yb::master::SnapshotState&>&&)
Line
Count
Source
332
23
std::reference_wrapper<T> WrapMove(Result<T&>&& result) {
333
23
  return std::reference_wrapper<T>(*result);
334
23
}
std::__1::reference_wrapper<yb::master::SnapshotScheduleState> yb::WrapMove<yb::master::SnapshotScheduleState>(yb::Result<yb::master::SnapshotScheduleState&>&&)
Line
Count
Source
332
19
std::reference_wrapper<T> WrapMove(Result<T&>&& result) {
333
19
  return std::reference_wrapper<T>(*result);
334
19
}
std::__1::reference_wrapper<yb::master::RestorationState> yb::WrapMove<yb::master::RestorationState>(yb::Result<yb::master::RestorationState&>&&)
Line
Count
Source
332
8
std::reference_wrapper<T> WrapMove(Result<T&>&& result) {
333
8
  return std::reference_wrapper<T>(*result);
334
8
}
std::__1::reference_wrapper<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::SysTablesEntryPB> const> yb::WrapMove<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::SysTablesEntryPB> const>(yb::Result<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::SysTablesEntryPB> const&>&&)
Line
Count
Source
332
8.35k
std::reference_wrapper<T> WrapMove(Result<T&>&& result) {
333
8.35k
  return std::reference_wrapper<T>(*result);
334
8.35k
}
std::__1::reference_wrapper<yb::pggate::PgColumn> yb::WrapMove<yb::pggate::PgColumn>(yb::Result<yb::pggate::PgColumn&>&&)
Line
Count
Source
332
54.6M
std::reference_wrapper<T> WrapMove(Result<T&>&& result) {
333
54.6M
  return std::reference_wrapper<T>(*result);
334
54.6M
}
std::__1::reference_wrapper<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::master::NamespaceIdentifierPB, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::NamespaceIdentifierPB> > > const> yb::WrapMove<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::master::NamespaceIdentifierPB, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::NamespaceIdentifierPB> > > const>(yb::Result<std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, yb::master::NamespaceIdentifierPB, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, yb::master::NamespaceIdentifierPB> > > const&>&&)
Line
Count
Source
332
1
std::reference_wrapper<T> WrapMove(Result<T&>&& result) {
333
1
  return std::reference_wrapper<T>(*result);
334
1
}
std::__1::reference_wrapper<yb::QLTableColumn const> yb::WrapMove<yb::QLTableColumn const>(yb::Result<yb::QLTableColumn const&>&&)
Line
Count
Source
332
7.19M
std::reference_wrapper<T> WrapMove(Result<T&>&& result) {
333
7.19M
  return std::reference_wrapper<T>(*result);
334
7.19M
}
std::__1::reference_wrapper<yb::ql::ParseTree const> yb::WrapMove<yb::ql::ParseTree const>(yb::Result<yb::ql::ParseTree const&>&&)
Line
Count
Source
332
8.75M
std::reference_wrapper<T> WrapMove(Result<T&>&& result) {
333
8.75M
  return std::reference_wrapper<T>(*result);
334
8.75M
}
335
336
template<class T>
337
160k
Result<T> Copy(const Result<T>& src) {
338
160k
  return src;
339
160k
}
yb::Result<yb::TransactionMetadata> yb::Copy<yb::TransactionMetadata>(yb::Result<yb::TransactionMetadata> const&)
Line
Count
Source
337
18.8k
Result<T> Copy(const Result<T>& src) {
338
18.8k
  return src;
339
18.8k
}
yb::Result<boost::asio::ip::address> yb::Copy<boost::asio::ip::address>(yb::Result<boost::asio::ip::address> const&)
Line
Count
Source
337
141k
Result<T> Copy(const Result<T>& src) {
338
141k
  return src;
339
141k
}
340
341
template<class T>
342
struct IsNonConstResultRvalue : std::false_type {};
343
344
template<class T>
345
struct IsNonConstResultRvalue<Result<T>&&> : std::true_type {};
346
347
// TODO(dmitry): Subsitute __static_assert array with real static_assert when
348
//               old compilers (gcc 5.5) will not be used.
349
//               static_assert(yb::IsNonConstResultRvalue<decltype(__result)>::value,
350
//                             "only non const Result<T> rvalue reference is allowed");
351
#define RESULT_CHECKER_HELPER(expr, checker) \
352
28.7G
  __extension__ ({ \
353
28.7G
    auto&& __result = (
expr133M
); \
yb-admin_cli.cc:yb::Status yb::tools::ClusterAdminCli::RegisterCommandHandlers(yb::tools::enterprise::ClusterAdminClient*)::$_6::operator()(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) const::'lambda'(auto, auto const&)::operator()<std::__1::__wrap_iter<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const*>, std::__1::__wrap_iter<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const*> >(auto, auto const&) const
Line
Count
Source
353
20
    auto&& __result = (expr); \
Unexecuted instantiation: yb-admin_cli.cc:yb::Status yb::tools::ClusterAdminCli::RegisterCommandHandlers(yb::tools::enterprise::ClusterAdminClient*)::$_7::operator()(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) const::'lambda'(auto, auto const&)::operator()<std::__1::__wrap_iter<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const*>, std::__1::__wrap_iter<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const*> >(auto, auto const&) const
Unexecuted instantiation: yb-admin_cli.cc:yb::Status yb::tools::ClusterAdminCli::RegisterCommandHandlers(yb::tools::enterprise::ClusterAdminClient*)::$_19::operator()(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) const::'lambda'(auto, auto const&)::operator()<std::__1::__wrap_iter<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const*>, std::__1::__wrap_iter<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const*> >(auto, auto const&) const
Unexecuted instantiation: yb-admin_cli.cc:yb::Status yb::tools::ClusterAdminCli::RegisterCommandHandlers(yb::tools::enterprise::ClusterAdminClient*)::$_23::operator()(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) const::'lambda'(auto, auto const&)::operator()<std::__1::__wrap_iter<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const*>, std::__1::__wrap_iter<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const*> >(auto, auto const&) const
yb-admin_cli.cc:yb::Status yb::tools::ClusterAdminCli::RegisterCommandHandlers(yb::tools::enterprise::ClusterAdminClient*)::$_45::operator()(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) const::'lambda'(auto, auto const&)::operator()<std::__1::__wrap_iter<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const*>, std::__1::__wrap_iter<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const*> >(auto, auto const&) const
Line
Count
Source
353
24
    auto&& __result = (expr); \
Unexecuted instantiation: yb-admin_cli_ent.cc:yb::Status yb::tools::enterprise::ClusterAdminCli::RegisterCommandHandlers(yb::tools::enterprise::ClusterAdminClient*)::$_1::operator()(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) const::'lambda'(auto, auto const&)::operator()<std::__1::__wrap_iter<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const*>, std::__1::__wrap_iter<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const*> >(auto, auto const&) const
catalog_manager.cc:auto yb::master::CatalogManager::CreateTable(yb::master::CreateTableRequestPB const*, yb::master::CreateTableResponsePB*, yb::rpc::RpcContext*)::$_7::operator()<unsigned int>(unsigned int) const
Line
Count
Source
353
107
    auto&& __result = (expr); \
catalog_manager.cc:auto yb::master::CatalogManager::CreateTable(yb::master::CreateTableRequestPB const*, yb::master::CreateTableResponsePB*, yb::rpc::RpcContext*)::$_8::operator()<unsigned int>(unsigned int) const
Line
Count
Source
353
42
    auto&& __result = (expr); \
354
2
    __attribute__((unused)) constexpr char __static_assert[ \
355
2
        ::yb::IsNonConstResultRvalue<decltype(__result)>::value ? 1 : -1] = {0}; \
356
85.9G
    checker; \
357
25.4G
    WrapMove(std::move(__result)); })
358
359
// Returns if result is not ok, extracts result value in case of success.
360
#define VERIFY_RESULT(expr) \
361
25.1G
  RESULT_CHECKER_HELPER(expr, RETURN_NOT_OK(__result))
362
363
// Returns if result is not ok, extracts result value in case of success.
364
#define VERIFY_RESULT_OR_SET_CODE(expr, code) \
365
6.41k
  RESULT_CHECKER_HELPER(expr, RETURN_NOT_OK_SET_CODE(__result, code))
366
367
// Helper version of VERIFY_RESULT which returns reference instead of std::reference_wrapper.
368
#define VERIFY_RESULT_REF(expr) \
369
2.48M
  VERIFY_RESULT(expr).get()
370
371
  // Returns if result is not ok, prepending status with provided message,
372
// extracts result value is case of success.
373
#define VERIFY_RESULT_PREPEND(expr, message) \
374
3.04G
  RESULT_CHECKER_HELPER(expr, RETURN_NOT_OK_PREPEND(__result, message))
375
376
// Asserts that result is ok, extracts result value is case of success.
377
#define ASSERT_RESULT(expr) \
378
516k
  RESULT_CHECKER_HELPER(expr, ASSERT_OK(__result))
379
380
// Asserts that result is ok, extracts result value is case of success.
381
#define EXPECT_RESULT(expr) \
382
134
  RESULT_CHECKER_HELPER(expr, EXPECT_OK(__result))
383
384
// Asserts that result is ok, extracts result value is case of success.
385
#define ASSERT_RESULT_FAST(expr) \
386
  RESULT_CHECKER_HELPER(expr, ASSERT_OK_FAST(__result))
387
388
} // namespace yb
389
390
#endif // YB_UTIL_RESULT_H