/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 | 574M | static const TValue& ToStored(const TValue& value) { return value; } Unexecuted instantiation: _ZN2yb12ResultTraitsINS_7QLValueEE8ToStoredERKS1_ _ZN2yb12ResultTraitsI13scoped_refptrINS_6master9TableInfoEEE8ToStoredERKS4_ Line | Count | Source | 38 | 434k | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsINS_6master13BackfillJobPBEE8ToStoredERKS2_ Line | Count | Source | 38 | 469 | static const TValue& ToStored(const TValue& value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsIN6google8protobuf16RepeatedPtrFieldINS_6master15CDCStreamInfoPBEEEE8ToStoredERKS6_ _ZN2yb12ResultTraitsIiE8ToStoredERKi Line | Count | Source | 38 | 3.99M | static const TValue& ToStored(const TValue& value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_3Env15FilesystemStatsEE8ToStoredERKS2_ _ZN2yb12ResultTraitsINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE8ToStoredERKS7_ Line | Count | Source | 38 | 247k | static const TValue& ToStored(const TValue& value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6tablet10TabletPeerEEEE8ToStoredERKS5_ _ZN2yb12ResultTraitsIyE8ToStoredERKy Line | Count | Source | 38 | 6.34k | static const TValue& ToStored(const TValue& value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master17TabletLocationsPBEE8ToStoredERKS2_ _ZN2yb12ResultTraitsI13scoped_refptrINS_6MetricEEE8ToStoredERKS3_ Line | Count | Source | 38 | 75 | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsINSt3__16vectorINS_5QLRowENS1_9allocatorIS3_EEEEE8ToStoredERKS6_ Line | Count | Source | 38 | 13 | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsIbE8ToStoredERKb Line | Count | Source | 38 | 89.5k | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6client11TableHandleEEEE8ToStoredERKS5_ Line | Count | Source | 38 | 619 | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsINS_4OpIdEE8ToStoredERKS1_ Line | Count | Source | 38 | 14.7M | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsIxE8ToStoredERKx Line | Count | Source | 38 | 157M | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsINS_6master17ReplicationInfoPBEE8ToStoredERKS2_ Line | Count | Source | 38 | 153k | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_6master10TabletInfoEEE8ToStoredERKS4_ Line | Count | Source | 38 | 80 | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_6master13NamespaceInfoEEE8ToStoredERKS4_ Line | Count | Source | 38 | 778k | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6tablet14AbstractTabletEEEE8ToStoredERKS5_ Line | Count | Source | 38 | 643k | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsINS_6master22TabletReplicaDriveInfoEE8ToStoredERKS2_ Line | Count | Source | 38 | 546k | static const TValue& ToStored(const TValue& value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEEE8ToStoredERKS3_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_17StronglyTypedUuidINS_17TxnSnapshotId_TagEEEE8ToStoredERKS3_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master24SysSnapshotEntryPB_StateEE8ToStoredERKS2_ _ZN2yb12ResultTraitsINS_10HybridTimeEE8ToStoredERKS1_ Line | Count | Source | 38 | 260k | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_10QLRowBlockEEEE8ToStoredERKS4_ Line | Count | Source | 38 | 17.0k | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsIN5boost8optionalINS_6master17ReplicationInfoPBEEEE8ToStoredERKS5_ Line | Count | Source | 38 | 152k | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsIN5boost8optionalINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEEEE8ToStoredERKSA_ Line | Count | Source | 38 | 120k | static const TValue& ToStored(const TValue& value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6master11CDCRpcTasksEEEE8ToStoredERKS5_ Unexecuted instantiation: _ZN2yb12ResultTraitsIdE8ToStoredERKd _ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6client11YBqlWriteOpEEEE8ToStoredERKS5_ Line | Count | Source | 38 | 22.5k | static const TValue& ToStored(const TValue& value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsIN6google8protobuf16RepeatedPtrFieldINS_6master14SnapshotInfoPBEEEE8ToStoredERKS6_ Unexecuted instantiation: _ZN2yb12ResultTraitsIN6google8protobuf16RepeatedPtrFieldINS_6master40ImportSnapshotMetaResponsePB_TableMetaPBEEEE8ToStoredERKS6_ Unexecuted instantiation: _ZN2yb12ResultTraitsIN6google8protobuf16RepeatedPtrFieldINS_6master22SnapshotScheduleInfoPBEEEE8ToStoredERKS6_ _ZN2yb12ResultTraitsINS_23TransactionStatusResultEE8ToStoredERKS1_ Line | Count | Source | 38 | 26.8k | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsINS_5docdb21ApplyTransactionStateEE8ToStoredERKS2_ Line | Count | Source | 38 | 737k | static const TValue& ToStored(const TValue& value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_17StronglyTypedBoolINS_6tablet17NeedsRecovery_TagEEEE8ToStoredERKS4_ _ZN2yb12ResultTraitsINS_6tablet10DocDbOpIdsEE8ToStoredERKS2_ Line | Count | Source | 38 | 1.73k | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsINS_19TransactionMetadataEE8ToStoredERKS1_ Line | Count | Source | 38 | 338k | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_6tablet17RaftGroupMetadataEEE8ToStoredERKS4_ Line | Count | Source | 38 | 7 | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6tablet9TableInfoEEEE8ToStoredERKS5_ Line | Count | Source | 38 | 8.02M | static const TValue& ToStored(const TValue& value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6client13YBTransactionEEEE8ToStoredERKS5_ _ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6client7YBTableEEEE8ToStoredERKS5_ Line | Count | Source | 38 | 35.9k | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsINS_7tserver16TabletPeerTabletEE8ToStoredERKS2_ Line | Count | Source | 38 | 11.0M | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsImE8ToStoredERKm Line | Count | Source | 38 | 57.9M | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_6client8internal12RemoteTabletEEE8ToStoredERKS5_ Line | Count | Source | 38 | 12.3M | static const TValue& ToStored(const TValue& value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__16vectorI13scoped_refptrINS_6client8internal12RemoteTabletEENS1_9allocatorIS7_EEEEE8ToStoredERKSA_ _ZN2yb12ResultTraitsINS_22ChildTransactionDataPBEE8ToStoredERKS1_ Line | Count | Source | 38 | 82.1k | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsIjE8ToStoredERKj Line | Count | Source | 38 | 41.6k | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6QLTypeEEEE8ToStoredERKS4_ Line | Count | Source | 38 | 14 | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsIPNS_16QLWriteRequestPBEE8ToStoredERKS2_ Line | Count | Source | 38 | 45.8k | static const TValue& ToStored(const TValue& value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsIN5boost8optionalINS_17StronglyTypedUuidINS_17TransactionId_TagEEEEEE8ToStoredERKS6_ Unexecuted instantiation: _ZN2yb12ResultTraitsIN5boost8optionalINS_5docdb11SubDocumentEEEE8ToStoredERKS5_ _ZN2yb12ResultTraitsIN7rocksdb15CompressionTypeEE8ToStoredERKS2_ Line | Count | Source | 38 | 441k | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsIN7rocksdb22KeyValueEncodingFormatEE8ToStoredERKS2_ Line | Count | Source | 38 | 141k | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsINS_5docdb8KeyBytesEE8ToStoredERKS2_ Line | Count | Source | 38 | 16.0M | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsINS_9MonoDeltaEE8ToStoredERKS1_ Line | Count | Source | 38 | 93 | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsINS_13DocHybridTimeEE8ToStoredERKS1_ Line | Count | Source | 38 | 38.8M | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsIN5boost8optionalINS_5docdb10ExpirationEEEE8ToStoredERKS5_ Line | Count | Source | 38 | 24 | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsIPNS_5docdb11SubDocumentEE8ToStoredERKS3_ Line | Count | Source | 38 | 241M | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsINS_14CommitMetadataEE8ToStoredERKS1_ Line | Count | Source | 38 | 117k | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsINS_6master26GetNamespaceInfoResponsePBEE8ToStoredERKS2_ Line | Count | Source | 38 | 1.61k | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_6pggate11PgTableDescEEE8ToStoredERKS4_ Line | Count | Source | 38 | 5.89M | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsIN5boost10shared_ptrINS1_9date_time14time_zone_baseINS1_10posix_time5ptimeEcEEEEE8ToStoredERKS8_ Line | Count | Source | 38 | 24 | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsIN5boost4asio2ip7addressEE8ToStoredERKS4_ Line | Count | Source | 38 | 252k | static const TValue& ToStored(const TValue& value) { return value; } |
_ZN2yb12ResultTraitsINS_10StackTraceEE8ToStoredERKS1_ Line | Count | Source | 38 | 2.04k | static const TValue& ToStored(const TValue& value) { return value; } |
|
39 | 10.4G | static void Destroy(Stored* value) { value->~TValue(); } Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110unique_ptrIN7rocksdb22RandomAccessFileReaderENS1_14default_deleteIS4_EEEEE7DestroyEPS7_ _ZN2yb12ResultTraitsINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE7DestroyEPS7_ Line | Count | Source | 39 | 2.98M | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_5tools17DataPatcherActionEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110unique_ptrIN7rocksdb11TableReaderENS1_14default_deleteIS4_EEEEE7DestroyEPS7_ _ZN2yb12ResultTraitsIyE7DestroyEPy Line | Count | Source | 39 | 40.5M | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110unique_ptrIN7rocksdb18WritableFileWriterENS1_14default_deleteIS4_EEEEE7DestroyEPS7_ _ZN2yb12ResultTraitsINS_10HybridTimeEE7DestroyEPS1_ Line | Count | Source | 39 | 52.3M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_13DocHybridTimeEE7DestroyEPS1_ Line | Count | Source | 39 | 345M | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsIPcE7DestroyEPS1_ _ZN2yb12ResultTraitsINS_9MonoDeltaEE7DestroyEPS1_ Line | Count | Source | 39 | 113 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrINS_6client8YBClientENS1_14default_deleteIS4_EEEEE7DestroyEPS7_ Line | Count | Source | 39 | 22.8k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_3log18ReadableLogSegmentEEE7DestroyEPS4_ Line | Count | Source | 39 | 9.20k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__16vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEEE7DestroyEPSA_ Line | Count | Source | 39 | 101k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_8HostPortEE7DestroyEPS1_ Line | Count | Source | 39 | 54.0k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIN9rapidjson15GenericDocumentINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEES6_EEE7DestroyEPS8_ Line | Count | Source | 39 | 107 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_6client11YBTableNameEE7DestroyEPS2_ Line | Count | Source | 39 | 1.17k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIxE7DestroyEPx Line | Count | Source | 39 | 1.99G | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIiE7DestroyEPi Line | Count | Source | 39 | 4.93M | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: yb-admin_cli.cc:_ZN2yb12ResultTraitsINSt3__14pairIiNS_10EnumBitSetINS_5tools12_GLOBAL__N_116ListTabletsFlagsEEEEEE7DestroyEPS8_ _ZN2yb12ResultTraitsINS_5tools18TypedNamespaceNameEE7DestroyEPS2_ Line | Count | Source | 39 | 1 | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: yb-admin_cli.cc:_ZN2yb12ResultTraitsINSt3__14pairIiNS_10EnumBitSetINS_5tools12_GLOBAL__N_110AddIndexesEEEEEE7DestroyEPS8_ Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__14pairIibEEE7DestroyEPS3_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_5tools17TableNameResolverEE7DestroyEPS2_ _ZN2yb12ResultTraitsINSt3__16vectorINS_6client11YBTableNameENS1_9allocatorIS4_EEEEE7DestroyEPS7_ Line | Count | Source | 39 | 170 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIbE7DestroyEPb Line | Count | Source | 39 | 2.88G | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_17StronglyTypedUuidINS_28TxnSnapshotRestorationId_TagEEEE7DestroyEPS3_ _ZN2yb12ResultTraitsIeE7DestroyEPe Line | Count | Source | 39 | 12.3k | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEEE7DestroyEPS3_ _ZN2yb12ResultTraitsINSt3__110unique_ptrINS_3rpc9MessengerENS1_14default_deleteIS4_EEEEE7DestroyEPS7_ Line | Count | Source | 39 | 22.8k | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsIaE7DestroyEPa Unexecuted instantiation: _ZN2yb12ResultTraitsIsE7DestroyEPs _ZN2yb12ResultTraitsINS_9TimestampEE7DestroyEPS1_ Line | Count | Source | 39 | 1.33k | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master13MasterOptionsEE7DestroyEPS2_ _ZN2yb12ResultTraitsINSt3__110unique_ptrINS_3rpc13SecureContextENS1_14default_deleteIS4_EEEEE7DestroyEPS7_ Line | Count | Source | 39 | 16.1k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_5SliceEE7DestroyEPS1_ Line | Count | Source | 39 | 45.5M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__16vectorINS_8HostPortENS1_9allocatorIS3_EEEEE7DestroyEPS6_ Line | Count | Source | 39 | 35.7k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_9pgwrapper13PgProcessConfEE7DestroyEPS2_ Line | Count | Source | 39 | 904 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_7tserver19TabletServerOptionsEE7DestroyEPS2_ Line | Count | Source | 39 | 461 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_4util6VarIntEE7DestroyEPS2_ Line | Count | Source | 39 | 11.4k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIjE7DestroyEPj Line | Count | Source | 39 | 43.0M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_4UuidEE7DestroyEPS1_ Line | Count | Source | 39 | 23.3M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIN5boost4asio2ip7addressEE7DestroyEPS4_ Line | Count | Source | 39 | 1.18M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIPNS_6master10MiniMasterEE7DestroyEPS3_ Line | Count | Source | 39 | 6.21k | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_17StronglyTypedUuidINS_17TxnSnapshotId_TagEEEE7DestroyEPS3_ _ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6client11YBqlWriteOpEEEE7DestroyEPS5_ Line | Count | Source | 39 | 22.5k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_6tablet19ScopedReadOperationEE7DestroyEPS2_ Line | Count | Source | 39 | 4.87M | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsIN6google8protobuf16RepeatedPtrFieldINS_6master14SnapshotInfoPBEEEE7DestroyEPS6_ Unexecuted instantiation: _ZN2yb12ResultTraitsIN6google8protobuf16RepeatedPtrFieldINS_6master40ImportSnapshotMetaResponsePB_TableMetaPBEEEE7DestroyEPS6_ _ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6client7YBTableEEEE7DestroyEPS5_ Line | Count | Source | 39 | 1.46M | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master17MasterBackupProxyEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__16vectorI13scoped_refptrINS_6client8internal12RemoteTabletEENS1_9allocatorIS7_EEEEE7DestroyEPSA_ _ZN2yb12ResultTraitsI13scoped_refptrINS_6client8internal12RemoteTabletEEE7DestroyEPS5_ Line | Count | Source | 39 | 23.3M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__16vectorINS_6client14YBTabletServerENS1_9allocatorIS4_EEEEE7DestroyEPS7_ Line | Count | Source | 39 | 2 | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: ql-dml-test.cc:_ZN2yb12ResultTraitsINS_6client12_GLOBAL__N_18RowValueEE7DestroyEPS3_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_7QLValueEE7DestroyEPS1_ _ZN2yb12ResultTraitsImE7DestroyEPm Line | Count | Source | 39 | 342M | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__14pairINS1_6vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS7_IS9_EEEENS1_13unordered_setIS9_NS1_4hashIS9_EENS1_8equal_toIS9_EESA_EEEEE7DestroyEPSI_ _ZN2yb12ResultTraitsI13scoped_refptrINS_6master9TableInfoEEE7DestroyEPS4_ Line | Count | Source | 39 | 434k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__16vectorI13scoped_refptrINS_6master10TabletInfoEENS1_9allocatorIS6_EEEEE7DestroyEPS9_ Line | Count | Source | 39 | 410k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_16IndexPermissionsEE7DestroyEPS1_ Line | Count | Source | 39 | 1.07k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_6tablet10DocDbOpIdsEE7DestroyEPS2_ Line | Count | Source | 39 | 3.71M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_4OpIdEE7DestroyEPS1_ Line | Count | Source | 39 | 25.4M | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_7tserver30GetTransactionStatusResponsePBEE7DestroyEPS2_ _ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6client13YBTransactionEEEE7DestroyEPS5_ Line | Count | Source | 39 | 149k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_22ChildTransactionDataPBEE7DestroyEPS1_ Line | Count | Source | 39 | 329k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_6client20ChildTransactionDataEE7DestroyEPS2_ Line | Count | Source | 39 | 14.6k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_24ChildTransactionResultPBEE7DestroyEPS1_ Line | Count | Source | 39 | 14.5k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_19TransactionMetadataEE7DestroyEPS1_ Line | Count | Source | 39 | 2.27M | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__13mapIiiNS1_4lessIiEENS1_9allocatorINS1_4pairIKiiEEEEEEE7DestroyEPSA_ Unexecuted instantiation: _ZN2yb12ResultTraitsIN6google8protobuf16RepeatedPtrFieldINS_6master22SnapshotScheduleInfoPBEEEE7DestroyEPS6_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6client16PagingReadCountsEE7DestroyEPS2_ _ZN2yb12ResultTraitsINS_22PlacementInfoConverter9PlacementEE7DestroyEPS2_ Line | Count | Source | 39 | 1 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_9consensus4PeerEEEE7DestroyEPS5_ Line | Count | Source | 39 | 69.5k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_9consensus13ReadOpsResultEE7DestroyEPS2_ Line | Count | Source | 39 | 20.4M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__16vectorINS_4OpIdENS1_9allocatorIS3_EEEEE7DestroyEPS6_ Line | Count | Source | 39 | 153 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__16vectorI13scoped_refptrINS_3log18ReadableLogSegmentEENS1_9allocatorIS6_EEEEE7DestroyEPS9_ Line | Count | Source | 39 | 30 | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsIN5boost8optionalINS_5docdb11SubDocumentEEEE7DestroyEPS5_ _ZN2yb12ResultTraitsINS_17StronglyTypedUuidINS_17TransactionId_TagEEEE7DestroyEPS3_ Line | Count | Source | 39 | 16.5M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_5docdb22RateLimiterSharingModeEE7DestroyEPS2_ Line | Count | Source | 39 | 5.81k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_5docdb14FetchKeyResultEE7DestroyEPS2_ Line | Count | Source | 39 | 295M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrINS_10encryption23BlockAccessCipherStreamENS1_14default_deleteIS4_EEEEE7DestroyEPS7_ Line | Count | Source | 39 | 95 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_6master13BackfillJobPBEE7DestroyEPS2_ Line | Count | Source | 39 | 1.16k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS1_10unique_ptrINS_5itest14TServerDetailsENS1_14default_deleteISB_EEEENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SE_EEEEEEE7DestroyEPSN_ Line | Count | Source | 39 | 147 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_16CassandraSessionEE7DestroyEPS1_ Line | Count | Source | 39 | 174 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE11cass_bool_tfdixS8_EEEE7DestroyEPSA_ Line | Count | Source | 39 | 1 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_13CassandraJsonEEEEE7DestroyEPSA_ Line | Count | Source | 39 | 4 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_6client11YBTableInfoEE7DestroyEPS2_ Line | Count | Source | 39 | 44 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_17CassandraPreparedEE7DestroyEPS1_ Line | Count | Source | 39 | 621 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_15CassandraResultEE7DestroyEPS1_ Line | Count | Source | 39 | 158 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__15tupleIJ11cass_bool_tiNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiS9_EEEE7DestroyEPSA_ Line | Count | Source | 39 | 4 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEdEEEE7DestroyEPS9_ Line | Count | Source | 39 | 2 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__15tupleIJidEEEE7DestroyEPS3_ Line | Count | Source | 39 | 2 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__15tupleIJxdEEEE7DestroyEPS3_ Line | Count | Source | 39 | 1 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__15tupleIJ11cass_bool_tdEEEE7DestroyEPS4_ Line | Count | Source | 39 | 2 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__15tupleIJfdEEEE7DestroyEPS3_ Line | Count | Source | 39 | 2 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__15tupleIJddEEEE7DestroyEPS3_ Line | Count | Source | 39 | 1 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEidEEEE7DestroyEPS9_ Line | Count | Source | 39 | 1 | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master28GetCDCDBStreamInfoResponsePBEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsIN6google8protobuf16RepeatedPtrFieldINS_6master15CDCStreamInfoPBEEEE7DestroyEPS6_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_9pgwrapper6PGConnEE7DestroyEPS2_ _ZN2yb12ResultTraitsINSt3__16vectorINS_6master21NamespaceIdentifierPBENS1_9allocatorIS4_EEEEE7DestroyEPS7_ Line | Count | Source | 39 | 4.40k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__16vectorINS_7tserver42ListTabletsForTabletServerResponsePB_EntryENS1_9allocatorIS4_EEEEE7DestroyEPS7_ Line | Count | Source | 39 | 892 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__16vectorIjNS1_9allocatorIjEEEEE7DestroyEPS5_ Line | Count | Source | 39 | 14 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiNS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_iEEEEEEE7DestroyEPSH_ Line | Count | Source | 39 | 15 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIPNS_14ExternalMasterEE7DestroyEPS2_ Line | Count | Source | 39 | 1 | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsIPNS_6master16CatalogManagerIfEE7DestroyEPS3_ _ZN2yb12ResultTraitsINSt3__14pairIttEEE7DestroyEPS3_ Line | Count | Source | 39 | 22 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__16vectorINS1_10shared_ptrINS_6tablet10TabletPeerEEENS1_9allocatorIS6_EEEEE7DestroyEPS9_ Line | Count | Source | 39 | 3 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsItE7DestroyEPt Line | Count | Source | 39 | 2.03M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6tablet10TabletPeerEEEE7DestroyEPS5_ Line | Count | Source | 39 | 165k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_6master10TabletInfoEEE7DestroyEPS4_ Line | Count | Source | 39 | 114 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_7tserver21GetSplitKeyResponsePBEE7DestroyEPS2_ Line | Count | Source | 39 | 1 | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_7tserver21SplitTabletResponsePBEE7DestroyEPS2_ _ZN2yb12ResultTraitsINSt3__16vectorINS_7tserver39ListTabletsResponsePB_StatusAndSchemaPBENS1_9allocatorIS4_EEEEE7DestroyEPS7_ Line | Count | Source | 39 | 4 | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__16vectorINS1_10shared_ptrINS_6client7YBTableEEENS1_9allocatorIS6_EEEEE7DestroyEPS9_ Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__14pairINS1_10shared_ptrINS_6client9YBSessionEEENS3_INS4_13YBTransactionEEEEEE7DestroyEPS9_ Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110unique_ptrI9pg_resultNS_9pgwrapper13PGResultClearEEEE7DestroyEPS6_ Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110unique_ptrINS_11MiniClusterENS1_14default_deleteIS3_EEEEE7DestroyEPS6_ _ZN2yb12ResultTraitsIPNS_6master12TSDescriptorEE7DestroyEPS3_ Line | Count | Source | 39 | 253k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIdE7DestroyEPd Line | Count | Source | 39 | 3 | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_10EnumBitSetINS_9pgwrapper14IndexStateFlagEEEE7DestroyEPS4_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master17TabletLocationsPBEE7DestroyEPS2_ Unexecuted instantiation: pg_libpq-test.cc:_ZN2yb12ResultTraitsINS_9pgwrapper12_GLOBAL__N_114TableGroupInfoEE7DestroyEPS3_ _ZN2yb12ResultTraitsIN7rocksdb17FileNumbersHolderEE7DestroyEPS2_ Line | Count | Source | 39 | 221k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrIN7rocksdb2DBENS1_14default_deleteIS4_EEEEE7DestroyEPS7_ Line | Count | Source | 39 | 144 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIPN7rocksdb14SstFileManagerEE7DestroyEPS3_ Line | Count | Source | 39 | 11 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__16vectorIN7rocksdb16LiveFileMetaDataENS1_9allocatorIS4_EEEEE7DestroyEPS7_ Line | Count | Source | 39 | 6 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIN5boost9container12small_vectorI5iovecLm4EvvEEE7DestroyEPS5_ Line | Count | Source | 39 | 74.6M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIN5boost4asio2ip14basic_endpointINS3_3tcpEEEE7DestroyEPS6_ Line | Count | Source | 39 | 915 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_6MetricEEE7DestroyEPS3_ Line | Count | Source | 39 | 75 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_9HistogramEEE7DestroyEPS3_ Line | Count | Source | 39 | 2 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_7CounterEEE7DestroyEPS3_ Line | Count | Source | 39 | 73 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrINS_5docdb20YQLRowwiseIteratorIfENS1_14default_deleteIS4_EEEEE7DestroyEPS7_ Line | Count | Source | 39 | 1.78M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__16vectorINS_5QLRowENS1_9allocatorIS3_EEEEE7DestroyEPS6_ Line | Count | Source | 39 | 13 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_6tablet17RaftGroupMetadataEEE7DestroyEPS4_ Line | Count | Source | 39 | 89.4k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6tablet6TabletEEEE7DestroyEPS5_ Line | Count | Source | 39 | 6 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_12PhysicalTimeEE7DestroyEPS1_ Line | Count | Source | 39 | 101M | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsIPNS_6master17MasterBackupProxyEE7DestroyEPS3_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master23ListSnapshotsResponsePBEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master24SysSnapshotEntryPB_StateEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsIN6google8protobuf16RepeatedPtrFieldINS_6master17TabletLocationsPBEEEE7DestroyEPS6_ _ZN2yb12ResultTraitsINS_10encryption20FileEncryptionStatusEE7DestroyEPS2_ Line | Count | Source | 39 | 1.90M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrINS_10encryption16EncryptionParamsENS1_14default_deleteIS4_EEEEE7DestroyEPS7_ Line | Count | Source | 39 | 140 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_12OneWayBitmapEE7DestroyEPS1_ Line | Count | Source | 39 | 3.46k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_10StackTraceEE7DestroyEPS1_ Line | Count | Source | 39 | 4.08k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_6ThreadEEE7DestroyEPS3_ Line | Count | Source | 39 | 100k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrIiNS1_14default_deleteIiEEEEE7DestroyEPS5_ Line | Count | Source | 39 | 5 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_4test11MoveCounterEE7DestroyEPS2_ Line | Count | Source | 39 | 1 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_19SharedMemorySegmentEE7DestroyEPS1_ Line | Count | Source | 39 | 13.2k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_18SharedMemoryObjectINS_4util4DataEEEE7DestroyEPS4_ Line | Count | Source | 39 | 6 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_17StronglyTypedUuidINS_4util12TestUuid_TagEEEE7DestroyEPS4_ Line | Count | Source | 39 | 2 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_14UnsignedIntSetIjEEE7DestroyEPS2_ Line | Count | Source | 39 | 3.04M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6client11TableHandleEEEE7DestroyEPS5_ Line | Count | Source | 39 | 619 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_3cdc14StreamMetadataEEEE7DestroyEPS5_ Line | Count | Source | 39 | 322 | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsIPNS_6client8internal18RemoteTabletServerEE7DestroyEPS4_ Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__16vectorINS1_4pairIymEENS1_9allocatorIS4_EEEEE7DestroyEPS7_ Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__16vectorINS1_10shared_ptrINS_9consensus12ReplicateMsgEEENS1_9allocatorIS6_EEEEE7DestroyEPS9_ _ZN2yb12ResultTraitsINS_23TransactionStatusResultEE7DestroyEPS1_ Line | Count | Source | 39 | 1.72M | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsIN5boost9unordered13unordered_mapINS_17StronglyTypedUuidINS_17TransactionId_TagEEENS_23TransactionStatusResultENS1_4hashIS6_EENSt3__18equal_toIS6_EENSA_9allocatorINSA_4pairIKS6_S7_EEEEEEE7DestroyEPSI_ _ZN2yb12ResultTraitsINS_3cdc26SetCDCCheckpointResponsePBEE7DestroyEPS2_ Line | Count | Source | 39 | 3 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_9consensus14LeaderElectionEEE7DestroyEPS4_ Line | Count | Source | 39 | 75.9k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_9consensus13RaftConsensus19UpdateReplicaResultEE7DestroyEPS3_ Line | Count | Source | 39 | 10.2M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_10encryption18EncryptionParamsPBEE7DestroyEPS2_ Line | Count | Source | 39 | 35 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_10encryption17UniverseKeyParamsEE7DestroyEPS2_ Line | Count | Source | 39 | 39 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_10QLRowBlockEE7DestroyEPS1_ Line | Count | Source | 39 | 1.19k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_6client11TableHandleEE7DestroyEPS2_ Line | Count | Source | 39 | 159 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_3log18FirstEntryMetadataEE7DestroyEPS2_ Line | Count | Source | 39 | 6.14k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_6master22AsyncGetTabletSplitKey4DataEE7DestroyEPS3_ Line | Count | Source | 39 | 43 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6tablet9TableInfoEEEE7DestroyEPS5_ Line | Count | Source | 39 | 8.01M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_8ColumnIdEE7DestroyEPS1_ Line | Count | Source | 39 | 431k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_6master13NamespaceInfoEEE7DestroyEPS4_ Line | Count | Source | 39 | 778k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__113unordered_mapINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEENS1_6vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENSA_ISC_EEEEN5boost4hashIS5_EENS1_8equal_toIS5_EENSA_INS1_4pairIKS5_SE_EEEEEEE7DestroyEPSO_ Line | Count | Source | 39 | 7.99k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__16vectorIN5boost4asio2ip14basic_endpointINS5_3tcpEEENS1_9allocatorIS8_EEEEE7DestroyEPSB_ Line | Count | Source | 39 | 11.4k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_6master17ReplicationInfoPBEE7DestroyEPS2_ Line | Count | Source | 39 | 153k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIN5boost8optionalINS_6master17ReplicationInfoPBEEEE7DestroyEPS5_ Line | Count | Source | 39 | 185k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS1_13unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN5boost8optionalINS_6master17ReplicationInfoPBEEENS1_4hashIS9_EENS1_8equal_toIS9_EENS7_INS1_4pairIKS9_SE_EEEEEEEEE7DestroyEPSO_ Line | Count | Source | 39 | 966 | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110shared_ptrINS1_13unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN5boost8optionalIS9_EENS1_4hashIS9_EENS1_8equal_toIS9_EENS7_INS1_4pairIKS9_SC_EEEEEEEEE7DestroyEPSM_ _ZN2yb12ResultTraitsINSt3__15arrayINS_11PartitionPBELm2EEEE7DestroyEPS4_ Line | Count | Source | 39 | 45 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__16vectorINS1_10shared_ptrINS_6master12TSDescriptorEEENS1_9allocatorIS6_EEEEE7DestroyEPS9_ Line | Count | Source | 39 | 728 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_6master22TabletReplicaDriveInfoEE7DestroyEPS2_ Line | Count | Source | 39 | 546k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_6master16TableDescriptionEE7DestroyEPS2_ Line | Count | Source | 39 | 7 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6tablet14AbstractTabletEEEE7DestroyEPS5_ Line | Count | Source | 39 | 4.55M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_10QLRowBlockEEEE7DestroyEPS4_ Line | Count | Source | 39 | 262k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIN5boost8optionalINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEEEE7DestroyEPSA_ Line | Count | Source | 39 | 120k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__16vectorINS_6master16TableDescriptionENS1_9allocatorIS4_EEEEE7DestroyEPS7_ Line | Count | Source | 39 | 7 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_10encryption21UniverseKeyRegistryPBEE7DestroyEPS2_ Line | Count | Source | 39 | 15 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_5docdb8KeyBytesEE7DestroyEPS2_ Line | Count | Source | 39 | 16.0M | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master13SysRowEntriesEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6tablet18CreateSnapshotDataEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master18SysSnapshotEntryPBEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master25SnapshotScheduleOptionsPBEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master25SnapshotScheduleOperationEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master13DdlLogEntryPBEE7DestroyEPS2_ _ZN2yb12ResultTraitsIlE7DestroyEPl Line | Count | Source | 39 | 1.04M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6master12TSDescriptorEEEE7DestroyEPS5_ Line | Count | Source | 39 | 5.53k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__14pairIiNS_8DataTypeEEEE7DestroyEPS4_ Line | Count | Source | 39 | 18.2M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_6master19YQLPartitionsVTable10TabletDataEE7DestroyEPS3_ Line | Count | Source | 39 | 50.1k | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master16SysTablesEntryPBEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master19SysNamespaceEntryPBEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master17SysTabletsEntryPBEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6master11CDCRpcTasksEEEE7DestroyEPS5_ _ZN2yb12ResultTraitsIPNS_6client8YBClientEE7DestroyEPS3_ Line | Count | Source | 39 | 285k | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__16vectorINS1_4pairINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6client11YBTableNameEEENS7_ISC_EEEEE7DestroyEPSE_ Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__16vectorINS_6master10enterprise21CDCConsumerStreamInfoENS1_9allocatorIS5_EEEEE7DestroyEPS8_ _ZN2yb12ResultTraitsINS_18SharedMemoryObjectINS_7tserver17TServerSharedDataEEEE7DestroyEPS4_ Line | Count | Source | 39 | 13.2k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_2ql5audit8LogEntryEE7DestroyEPS3_ Line | Count | Source | 39 | 13.3k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_2ql6PTExprEEEE7DestroyEPS5_ Line | Count | Source | 39 | 648 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6QLTypeEEEE7DestroyEPS4_ Line | Count | Source | 39 | 14 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIPNS_2ql16QueryPagingStateEE7DestroyEPS3_ Line | Count | Source | 39 | 3.88M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIPKNS_9IndexInfoEE7DestroyEPS3_ Line | Count | Source | 39 | 54.6k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIN7rocksdb18FileBoundaryValuesINS1_11InternalKeyEEEE7DestroyEPS4_ Line | Count | Source | 39 | 71.0M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIN7rocksdb10TableCache21TableReaderWithHandleEE7DestroyEPS3_ Line | Count | Source | 39 | 6.45M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIN7rocksdb15BlockBasedTable13CachableEntryINS1_11IndexReaderEEEE7DestroyEPS5_ Line | Count | Source | 39 | 11.7M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrIN7rocksdb21MultiLevelIndexReaderENS1_14default_deleteIS4_EEEEE7DestroyEPS7_ Line | Count | Source | 39 | 70.7k | static void Destroy(Stored* value) { value->~TValue(); } |
format.cc:_ZN2yb12ResultTraitsIN7rocksdb12_GLOBAL__N_112ChecksumDataEE7DestroyEPS3_ Line | Count | Source | 39 | 3.74M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrINS_10encryption18UniverseKeyManagerENS1_14default_deleteIS4_EEEEE7DestroyEPS7_ Line | Count | Source | 39 | 6 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_8rpc_test17TrivialResponsePBEE7DestroyEPS2_ Line | Count | Source | 39 | 1 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_3Env15FilesystemStatsEE7DestroyEPS2_ Line | Count | Source | 39 | 25.0k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__16vectorINS2_INS_8HostPortENS1_9allocatorIS3_EEEENS4_IS6_EEEEE7DestroyEPS8_ Line | Count | Source | 39 | 44.4k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIN5boost8optionalItEEE7DestroyEPS3_ Line | Count | Source | 39 | 6.76M | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_7tserver13ReadRequestPBEE7DestroyEPS2_ _ZN2yb12ResultTraitsINSt3__13setINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS1_4lessIS8_EENS6_IS8_EEEEE7DestroyEPSC_ Line | Count | Source | 39 | 1.11k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_7tserver21ListTabletsResponsePBEE7DestroyEPS2_ Line | Count | Source | 39 | 3 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_5docdb21ApplyTransactionStateEE7DestroyEPS2_ Line | Count | Source | 39 | 737k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_6tablet29TabletScopedRWOperationPausesEE7DestroyEPS2_ Line | Count | Source | 39 | 208k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIN7rocksdb22KeyValueEncodingFormatEE7DestroyEPS2_ Line | Count | Source | 39 | 141k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_22ScopedRWOperationPauseEE7DestroyEPS1_ Line | Count | Source | 39 | 417k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_27TransactionOperationContextEE7DestroyEPS1_ Line | Count | Source | 39 | 6.97M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrI7pg_connNS_9pgwrapper11PGConnCloseEEEE7DestroyEPS6_ Line | Count | Source | 39 | 235 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_19PgsqlBackfillSpecPBEE7DestroyEPS1_ Line | Count | Source | 39 | 256 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIPNS_16QLWriteRequestPBEE7DestroyEPS2_ Line | Count | Source | 39 | 58.7k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6client9YBSessionEEEE7DestroyEPS5_ Line | Count | Source | 39 | 2.49k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_6tablet20FixedHybridTimeLeaseEE7DestroyEPS2_ Line | Count | Source | 39 | 33.2M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_22SubTransactionMetadataEE7DestroyEPS1_ Line | Count | Source | 39 | 2.10M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_14IsolationLevelEE7DestroyEPS1_ Line | Count | Source | 39 | 1.87M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_17StronglyTypedBoolINS_6tablet17NeedsRecovery_TagEEEE7DestroyEPS4_ Line | Count | Source | 39 | 89.1k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_6tablet15OperationDriverEEE7DestroyEPS4_ Line | Count | Source | 39 | 13.5M | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_5docdb23ApplyTransactionStatePBEE7DestroyEPS2_ _ZN2yb12ResultTraitsINS_5docdb18DecodedIntentValueEE7DestroyEPS2_ Line | Count | Source | 39 | 23.4M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_5docdb16DecodedIntentKeyEE7DestroyEPS2_ Line | Count | Source | 39 | 2.17M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_5docdb30PrepareDocWriteOperationResultEE7DestroyEPS2_ Line | Count | Source | 39 | 1.74M | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__16vectorIyNS1_9allocatorIyEEEEE7DestroyEPS5_ _ZN2yb12ResultTraitsINS_7tserver21PgClientSessionLockerEE7DestroyEPS2_ Line | Count | Source | 39 | 932k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__16vectorINS_6client27YBTabletServerPlacementInfoENS1_9allocatorIS4_EEEEE7DestroyEPS7_ Line | Count | Source | 39 | 4 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__16vectorINS1_10shared_ptrINS_6client9YBPgsqlOpEEENS1_9allocatorIS6_EEEEE7DestroyEPS9_ Line | Count | Source | 39 | 775k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIPKNS_19TransactionMetadataEE7DestroyEPS3_ Line | Count | Source | 39 | 201k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIPNS_6client9YBSessionEE7DestroyEPS3_ Line | Count | Source | 39 | 775k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_7tserver16TabletPeerTabletEE7DestroyEPS2_ Line | Count | Source | 39 | 28.9M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_7tserver16LeaderTabletPeerEE7DestroyEPS2_ Line | Count | Source | 39 | 2.81M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_14ReadHybridTimeEE7DestroyEPS1_ Line | Count | Source | 39 | 18.5M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIN6google8protobuf16RepeatedPtrFieldINS_6tablet6FilePBEEEE7DestroyEPS6_ Line | Count | Source | 39 | 1.33k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_9consensus13RaftConsensusEEEE7DestroyEPS5_ Line | Count | Source | 39 | 10.4M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_7tserver27TransitionInProgressDeleterEEE7DestroyEPS4_ Line | Count | Source | 39 | 82.2k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_16UsePrivateIpModeEE7DestroyEPS1_ Line | Count | Source | 39 | 591k | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110unique_ptrINS_7tserver10enterprise11CDCConsumerENS1_14default_deleteIS5_EEEEE7DestroyEPS8_ _ZN2yb12ResultTraitsINSt3__110unique_ptrINS_7tserver16MiniTabletServerENS1_14default_deleteIS4_EEEEE7DestroyEPS7_ Line | Count | Source | 39 | 35 | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master21ListMastersResponsePBEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_9consensus24LeaderStepDownResponsePBEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_9consensus27RunLeaderElectionResponsePBEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_9consensus22ChangeConfigResponsePBEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master25DumpMasterStateResponsePBEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master28GetLoadMovePercentResponsePBEE7DestroyEPS2_ _ZN2yb12ResultTraitsINS_6master28GetTabletLocationsResponsePBEE7DestroyEPS2_ Line | Count | Source | 39 | 30 | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master27ListTabletServersResponsePBEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_7tserver24GetLogLocationResponsePBEE7DestroyEPS2_ _ZN2yb12ResultTraitsINS_6master37LaunchBackfillIndexForTableResponsePBEE7DestroyEPS2_ Line | Count | Source | 39 | 2 | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_7tserver36ListTabletsForTabletServerResponsePBEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master33ChangeLoadBalancerStateResponsePBEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master30GetLoadBalancerStateResponsePBEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master25FlushSysCatalogResponsePBEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master27CompactSysCatalogResponsePBEE7DestroyEPS2_ _ZN2yb12ResultTraitsINS_6master29IsMasterLeaderReadyResponsePBEE7DestroyEPS2_ Line | Count | Source | 39 | 23 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_6master32GetMasterClusterConfigResponsePBEE7DestroyEPS2_ Line | Count | Source | 39 | 32 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_6master35ChangeMasterClusterConfigResponsePBEE7DestroyEPS2_ Line | Count | Source | 39 | 32 | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master22IsInitDbDoneResponsePBEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_7tserver21UpgradeYsqlResponsePBEE7DestroyEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master21SplitTabletResponsePBEE7DestroyEPS2_ cql_processor.cc:_ZN2yb12ResultTraitsINSt3__110unique_ptrI4ldapNS_9cqlserver12_GLOBAL__N_111LDAPDeleterEEEE7DestroyEPS7_ Line | Count | Source | 39 | 64 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIPNS_9cqlserver12CQLProcessorEE7DestroyEPS3_ Line | Count | Source | 39 | 4.72M | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__16vectorINS_10HostPortPBENS1_9allocatorIS3_EEEEE7DestroyEPS6_ _ZN2yb12ResultTraitsINSt3__14pairINS_12RefCntBufferENS_5SliceEEEE7DestroyEPS5_ Line | Count | Source | 39 | 3.60M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__16vectorINS_6master22TablegroupIdentifierPBENS1_9allocatorIS4_EEEEE7DestroyEPS7_ Line | Count | Source | 39 | 1 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrIKNS_6client27VersionedTablePartitionListEEEE7DestroyEPS6_ Line | Count | Source | 39 | 341k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_6client24TransactionStatusTabletsEE7DestroyEPS2_ Line | Count | Source | 39 | 2.01k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_6client11YBTableTypeEE7DestroyEPS2_ Line | Count | Source | 39 | 152k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIPNS_6master27GetTableLocationsResponsePBEE7DestroyEPS3_ Line | Count | Source | 39 | 85.4k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__16vectorINS_5docdb14PrimitiveValueENS1_9allocatorIS4_EEEEE7DestroyEPS7_ Line | Count | Source | 39 | 9.00M | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_17StronglyTypedUuidINS_12ClientId_TagEEEE7DestroyEPS3_ _ZN2yb12ResultTraitsINS_5docdb12ParsedIntentEE7DestroyEPS2_ Line | Count | Source | 39 | 30.7M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_10WaitPolicyEE7DestroyEPS1_ Line | Count | Source | 39 | 314 | static void Destroy(Stored* value) { value->~TValue(); } |
docdb.cc:_ZN2yb12ResultTraitsINS_5docdb12_GLOBAL__N_125DetermineKeysToLockResultEE7DestroyEPS3_ Line | Count | Source | 39 | 1.73M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIN7rocksdb14FilterDecisionEE7DestroyEPS2_ Line | Count | Source | 39 | 10.2M | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsIN5boost8optionalINS_17StronglyTypedUuidINS_17TransactionId_TagEEEEEE7DestroyEPS6_ _ZN2yb12ResultTraitsINSt3__110unique_ptrINS_5docdb17SubDocumentReaderENS1_14default_deleteIS4_EEEEE7DestroyEPS7_ Line | Count | Source | 39 | 256M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIN7rocksdb15CompressionTypeEE7DestroyEPS2_ Line | Count | Source | 39 | 441k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__14pairImmEEE7DestroyEPS3_ Line | Count | Source | 39 | 44.2M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_14CommitMetadataEE7DestroyEPS1_ Line | Count | Source | 39 | 117k | static void Destroy(Stored* value) { value->~TValue(); } |
intent_aware_iterator.cc:_ZN2yb12ResultTraitsINS_5docdb12_GLOBAL__N_129DecodeStrongWriteIntentResultEE7DestroyEPS3_ Line | Count | Source | 39 | 2.17M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_5docdb6DocKeyEE7DestroyEPS2_ Line | Count | Source | 39 | 3.11M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_13RedisDataTypeEE7DestroyEPS1_ Line | Count | Source | 39 | 57.6k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_5docdb10RedisValueEE7DestroyEPS2_ Line | Count | Source | 39 | 37.0k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIN5boost8optionalINS_5docdb10ExpirationEEEE7DestroyEPS5_ Line | Count | Source | 39 | 132 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIPNS_5docdb11SubDocumentEE7DestroyEPS3_ Line | Count | Source | 39 | 242M | static void Destroy(Stored* value) { value->~TValue(); } |
subdoc_reader.cc:_ZN2yb12ResultTraitsIPNS_5docdb12_GLOBAL__N_129ScopedDocDbRowContextWithDataEE7DestroyEPS4_ Line | Count | Source | 39 | 29.2M | static void Destroy(Stored* value) { value->~TValue(); } |
subdoc_reader.cc:_ZN2yb12ResultTraitsINSt3__110unique_ptrINS_5docdb12_GLOBAL__N_112DocDbRowDataENS1_14default_deleteIS5_EEEEE7DestroyEPS8_ Line | Count | Source | 39 | 248M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_5docdb22TransactionStatusCache19GetCommitDataResultEE7DestroyEPS3_ Line | Count | Source | 39 | 57.2k | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__14pairImbEEE7DestroyEPS3_ _ZN2yb12ResultTraitsI12PgColumnInfoE7DestroyEPS1_ Line | Count | Source | 39 | 27.3M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_6pggate11PgTableDescEEE7DestroyEPS4_ Line | Count | Source | 39 | 6.02M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_17StronglyTypedBoolINS_6pggate15RequestSent_TagEEEE7DestroyEPS4_ Line | Count | Source | 39 | 2.69M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_6pggate12PgApiContext15MessengerHolderEE7DestroyEPS3_ Line | Count | Source | 39 | 1.65k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__14pairIjjEEE7DestroyEPS3_ Line | Count | Source | 39 | 380 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrIKPKhEEE7DestroyEPS6_ Line | Count | Source | 39 | 3.45M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_6master26GetNamespaceInfoResponsePBEE7DestroyEPS2_ Line | Count | Source | 39 | 1.61k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_6pggate13PerformFutureEE7DestroyEPS2_ Line | Count | Source | 39 | 2.74M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__18functionIFNS_5docdb6DocKeyERKNS1_6vectorINS3_14PrimitiveValueENS1_9allocatorIS6_EEEEEEEE7DestroyEPSD_ Line | Count | Source | 39 | 6 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_5docdb14PrimitiveValueEE7DestroyEPS2_ Line | Count | Source | 39 | 27 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__14listINS_6pggate11PgDocResultENS1_9allocatorIS4_EEEEE7DestroyEPS7_ Line | Count | Source | 39 | 1.19M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIN6icu_6717GregorianCalendarEE7DestroyEPS2_ Line | Count | Source | 39 | 34 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIN5boost10shared_ptrINS1_9date_time14time_zone_baseINS1_10posix_time5ptimeEcEEEEE7DestroyEPS8_ Line | Count | Source | 39 | 1.33k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_14ResourceLimitsEE7DestroyEPS1_ Line | Count | Source | 39 | 196k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsI7statvfsE7DestroyEPS1_ Line | Count | Source | 39 | 25.0k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__14pairIxmEEE7DestroyEPS3_ Line | Count | Source | 39 | 2.76G | static void Destroy(Stored* value) { value->~TValue(); } |
net_util.cc:_ZN2yb12ResultTraitsINSt3__110unique_ptrI8addrinfoNS_12_GLOBAL__N_115AddrinfoDeleterEEEE7DestroyEPS6_ Line | Count | Source | 39 | 23.1k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIPvE7DestroyEPS1_ Line | Count | Source | 39 | 13.2k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIP3DIRE7DestroyEPS2_ Line | Count | Source | 39 | 5.86k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__16vectorIPcNS1_9allocatorIS3_EEEEE7DestroyEPS6_ Line | Count | Source | 39 | 5.86k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_10Subprocess10ChildPipesEE7DestroyEPS2_ Line | Count | Source | 39 | 5.86k | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__16vectorIiNS1_9allocatorIiEEEEE7DestroyEPS5_ _ZN2yb12ResultTraitsINS_3rpc18ProcessCallsResultEE7DestroyEPS2_ Line | Count | Source | 39 | 42.7M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_17StronglyTypedBoolINS_3rpc18ReadBufferFull_TagEEEE7DestroyEPS4_ Line | Count | Source | 39 | 94.3k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_3rpc18ParsedRemoteMethodEE7DestroyEPS2_ Line | Count | Source | 39 | 3.20M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIPKPKhE7DestroyEPS4_ Line | Count | Source | 39 | 9.43M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_6SocketEE7DestroyEPS1_ Line | Count | Source | 39 | 627k | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrINS_3rpc6StreamENS1_14default_deleteIS4_EEEEE7DestroyEPS7_ Line | Count | Source | 39 | 945k | static void Destroy(Stored* value) { value->~TValue(); } |
secure_stream.cc:_ZN2yb12ResultTraitsINSt3__110unique_ptrI6bio_stNS_3rpc12_GLOBAL__N_17BIOFreeEEEE7DestroyEPS7_ Line | Count | Source | 39 | 150 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrI7x509_stNS_3rpc6detail8X509FreeEEEE7DestroyEPS7_ Line | Count | Source | 39 | 101 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrI11evp_pkey_stNS_3rpc6detail12EVP_PKEYFreeEEEE7DestroyEPS7_ Line | Count | Source | 39 | 26 | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsIPhE7DestroyEPS1_ Line | Count | Source | 39 | 39.5M | static void Destroy(Stored* value) { value->~TValue(); } |
_ZN2yb12ResultTraitsINS_12RefCntBufferEE7DestroyEPS1_ Line | Count | Source | 39 | 19.5M | static void Destroy(Stored* value) { value->~TValue(); } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__14pairIiiEEE7DestroyEPS3_ |
40 | 9.88G | static Stored* GetPtr(Stored* value) { return value; } Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110unique_ptrIN7rocksdb22RandomAccessFileReaderENS1_14default_deleteIS4_EEEEE6GetPtrEPS7_ _ZN2yb12ResultTraitsINS_13DocHybridTimeEE6GetPtrEPS1_ Line | Count | Source | 40 | 344M | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_5tools17DataPatcherActionEE6GetPtrEPS2_ _ZN2yb12ResultTraitsIyE6GetPtrEPy Line | Count | Source | 40 | 40.3M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_10HybridTimeEE6GetPtrEPS1_ Line | Count | Source | 40 | 51.8M | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110unique_ptrIN7rocksdb11TableReaderENS1_14default_deleteIS4_EEEEE6GetPtrEPS7_ Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110unique_ptrIN7rocksdb18WritableFileWriterENS1_14default_deleteIS4_EEEEE6GetPtrEPS7_ Unexecuted instantiation: _ZN2yb12ResultTraitsIPcE6GetPtrEPS1_ _ZN2yb12ResultTraitsINS_9MonoDeltaEE6GetPtrEPS1_ Line | Count | Source | 40 | 113 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrINS_6client8YBClientENS1_14default_deleteIS4_EEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 22.8k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_3log18ReadableLogSegmentEEE6GetPtrEPS4_ Line | Count | Source | 40 | 9.20k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 2.57M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__16vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEEE6GetPtrEPSA_ Line | Count | Source | 40 | 101k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_8HostPortEE6GetPtrEPS1_ Line | Count | Source | 40 | 54.0k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIN9rapidjson15GenericDocumentINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEES6_EEE6GetPtrEPS8_ Line | Count | Source | 40 | 107 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_6client11YBTableNameEE6GetPtrEPS2_ Line | Count | Source | 40 | 140 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIxE6GetPtrEPx Line | Count | Source | 40 | 1.53G | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIiE6GetPtrEPi Line | Count | Source | 40 | 4.94M | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: yb-admin_cli.cc:_ZN2yb12ResultTraitsINSt3__14pairIiNS_10EnumBitSetINS_5tools12_GLOBAL__N_116ListTabletsFlagsEEEEEE6GetPtrEPS8_ _ZN2yb12ResultTraitsINS_5tools18TypedNamespaceNameEE6GetPtrEPS2_ Line | Count | Source | 40 | 1 | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: yb-admin_cli.cc:_ZN2yb12ResultTraitsINSt3__14pairIiNS_10EnumBitSetINS_5tools12_GLOBAL__N_110AddIndexesEEEEEE6GetPtrEPS8_ Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__14pairIibEEE6GetPtrEPS3_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_5tools17TableNameResolverEE6GetPtrEPS2_ _ZN2yb12ResultTraitsINSt3__16vectorINS_6client11YBTableNameENS1_9allocatorIS4_EEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 170 | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_17StronglyTypedUuidINS_28TxnSnapshotRestorationId_TagEEEE6GetPtrEPS3_ _ZN2yb12ResultTraitsIeE6GetPtrEPe Line | Count | Source | 40 | 12.3k | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEEE6GetPtrEPS3_ _ZN2yb12ResultTraitsINSt3__110unique_ptrINS_3rpc9MessengerENS1_14default_deleteIS4_EEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 22.8k | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsIaE6GetPtrEPa Unexecuted instantiation: _ZN2yb12ResultTraitsIsE6GetPtrEPs _ZN2yb12ResultTraitsINS_9TimestampEE6GetPtrEPS1_ Line | Count | Source | 40 | 1.33k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_6master13MasterOptionsEE6GetPtrEPS2_ Line | Count | Source | 40 | 4.93k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrINS_3rpc13SecureContextENS1_14default_deleteIS4_EEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 16.1k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_5SliceEE6GetPtrEPS1_ Line | Count | Source | 40 | 45.5M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_7tserver19TabletServerOptionsEE6GetPtrEPS2_ Line | Count | Source | 40 | 43.4k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_9pgwrapper13PgProcessConfEE6GetPtrEPS2_ Line | Count | Source | 40 | 904 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_4util6VarIntEE6GetPtrEPS2_ Line | Count | Source | 40 | 11.4k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIjE6GetPtrEPj Line | Count | Source | 40 | 43.0M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_4UuidEE6GetPtrEPS1_ Line | Count | Source | 40 | 23.3M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIN5boost4asio2ip7addressEE6GetPtrEPS4_ Line | Count | Source | 40 | 889k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIPNS_6master10MiniMasterEE6GetPtrEPS3_ Line | Count | Source | 40 | 6.21k | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_17StronglyTypedUuidINS_17TxnSnapshotId_TagEEEE6GetPtrEPS3_ _ZN2yb12ResultTraitsIbE6GetPtrEPb Line | Count | Source | 40 | 2.27G | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsIN6google8protobuf16RepeatedPtrFieldINS_6master14SnapshotInfoPBEEEE6GetPtrEPS6_ Unexecuted instantiation: _ZN2yb12ResultTraitsIN6google8protobuf16RepeatedPtrFieldINS_6master40ImportSnapshotMetaResponsePB_TableMetaPBEEEE6GetPtrEPS6_ Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__16vectorI13scoped_refptrINS_6client8internal12RemoteTabletEENS1_9allocatorIS7_EEEEE6GetPtrEPSA_ _ZN2yb12ResultTraitsI13scoped_refptrINS_6client8internal12RemoteTabletEEE6GetPtrEPS5_ Line | Count | Source | 40 | 11.0M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__16vectorINS_6client14YBTabletServerENS1_9allocatorIS4_EEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 2 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6client7YBTableEEEE6GetPtrEPS5_ Line | Count | Source | 40 | 1.30M | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: ql-dml-test.cc:_ZN2yb12ResultTraitsINS_6client12_GLOBAL__N_18RowValueEE6GetPtrEPS3_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_7QLValueEE6GetPtrEPS1_ _ZN2yb12ResultTraitsImE6GetPtrEPm Line | Count | Source | 40 | 461M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__16vectorI13scoped_refptrINS_6master10TabletInfoEENS1_9allocatorIS6_EEEEE6GetPtrEPS9_ Line | Count | Source | 40 | 410k | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__14pairINS1_6vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS7_IS9_EEEENS1_13unordered_setIS9_NS1_4hashIS9_EENS1_8equal_toIS9_EESA_EEEEE6GetPtrEPSI_ _ZN2yb12ResultTraitsI13scoped_refptrINS_6master9TableInfoEEE6GetPtrEPS4_ Line | Count | Source | 40 | 432k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_6tablet10DocDbOpIdsEE6GetPtrEPS2_ Line | Count | Source | 40 | 3.71M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_4OpIdEE6GetPtrEPS1_ Line | Count | Source | 40 | 25.4M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_22ChildTransactionDataPBEE6GetPtrEPS1_ Line | Count | Source | 40 | 81.9k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_6client20ChildTransactionDataEE6GetPtrEPS2_ Line | Count | Source | 40 | 14.6k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_24ChildTransactionResultPBEE6GetPtrEPS1_ Line | Count | Source | 40 | 14.5k | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_7tserver30GetTransactionStatusResponsePBEE6GetPtrEPS2_ _ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6client13YBTransactionEEEE6GetPtrEPS5_ Line | Count | Source | 40 | 149k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6client11YBqlWriteOpEEEE6GetPtrEPS5_ Line | Count | Source | 40 | 22.5k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_19TransactionMetadataEE6GetPtrEPS1_ Line | Count | Source | 40 | 2.27M | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__13mapIiiNS1_4lessIiEENS1_9allocatorINS1_4pairIKiiEEEEEEE6GetPtrEPSA_ Unexecuted instantiation: _ZN2yb12ResultTraitsIN6google8protobuf16RepeatedPtrFieldINS_6master22SnapshotScheduleInfoPBEEEE6GetPtrEPS6_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6client16PagingReadCountsEE6GetPtrEPS2_ _ZN2yb12ResultTraitsINS_22PlacementInfoConverter9PlacementEE6GetPtrEPS2_ Line | Count | Source | 40 | 1 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_9consensus4PeerEEEE6GetPtrEPS5_ Line | Count | Source | 40 | 69.5k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_9consensus13ReadOpsResultEE6GetPtrEPS2_ Line | Count | Source | 40 | 61.3M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__16vectorINS_4OpIdENS1_9allocatorIS3_EEEEE6GetPtrEPS6_ Line | Count | Source | 40 | 383 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__16vectorI13scoped_refptrINS_3log18ReadableLogSegmentEENS1_9allocatorIS6_EEEEE6GetPtrEPS9_ Line | Count | Source | 40 | 30 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_17StronglyTypedUuidINS_17TransactionId_TagEEEE6GetPtrEPS3_ Line | Count | Source | 40 | 17.3M | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsIN5boost8optionalINS_5docdb11SubDocumentEEEE6GetPtrEPS5_ _ZN2yb12ResultTraitsINS_5docdb22RateLimiterSharingModeEE6GetPtrEPS2_ Line | Count | Source | 40 | 5.81k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_5docdb14FetchKeyResultEE6GetPtrEPS2_ Line | Count | Source | 40 | 250M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrINS_10encryption23BlockAccessCipherStreamENS1_14default_deleteIS4_EEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 95 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_16IndexPermissionsEE6GetPtrEPS1_ Line | Count | Source | 40 | 1.07k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_17CassandraPreparedEE6GetPtrEPS1_ Line | Count | Source | 40 | 12.0k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_15CassandraResultEE6GetPtrEPS1_ Line | Count | Source | 40 | 157 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_16CassandraSessionEE6GetPtrEPS1_ Line | Count | Source | 40 | 174 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_6master13BackfillJobPBEE6GetPtrEPS2_ Line | Count | Source | 40 | 469 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS1_10unique_ptrINS_5itest14TServerDetailsENS1_14default_deleteISB_EEEENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SE_EEEEEEE6GetPtrEPSN_ Line | Count | Source | 40 | 147 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE11cass_bool_tfdixS8_EEEE6GetPtrEPSA_ Line | Count | Source | 40 | 1 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_13CassandraJsonEEEEE6GetPtrEPSA_ Line | Count | Source | 40 | 4 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__15tupleIJ11cass_bool_tiNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiS9_EEEE6GetPtrEPSA_ Line | Count | Source | 40 | 4 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEdEEEE6GetPtrEPS9_ Line | Count | Source | 40 | 2 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__15tupleIJidEEEE6GetPtrEPS3_ Line | Count | Source | 40 | 2 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__15tupleIJxdEEEE6GetPtrEPS3_ Line | Count | Source | 40 | 1 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__15tupleIJ11cass_bool_tdEEEE6GetPtrEPS4_ Line | Count | Source | 40 | 2 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__15tupleIJfdEEEE6GetPtrEPS3_ Line | Count | Source | 40 | 2 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__15tupleIJddEEEE6GetPtrEPS3_ Line | Count | Source | 40 | 1 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEidEEEE6GetPtrEPS9_ Line | Count | Source | 40 | 1 | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master28GetCDCDBStreamInfoResponsePBEE6GetPtrEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsIN6google8protobuf16RepeatedPtrFieldINS_6master15CDCStreamInfoPBEEEE6GetPtrEPS6_ _ZN2yb12ResultTraitsINS_6client11YBTableInfoEE6GetPtrEPS2_ Line | Count | Source | 40 | 44 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__16vectorINS_6master21NamespaceIdentifierPBENS1_9allocatorIS4_EEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 4.40k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__16vectorINS_7tserver42ListTabletsForTabletServerResponsePB_EntryENS1_9allocatorIS4_EEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 892 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__16vectorIjNS1_9allocatorIjEEEEE6GetPtrEPS5_ Line | Count | Source | 40 | 14 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiNS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_iEEEEEEE6GetPtrEPSH_ Line | Count | Source | 40 | 15 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIPNS_14ExternalMasterEE6GetPtrEPS2_ Line | Count | Source | 40 | 3 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__16vectorINS1_10shared_ptrINS_6tablet10TabletPeerEEENS1_9allocatorIS6_EEEEE6GetPtrEPS9_ Line | Count | Source | 40 | 3 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsItE6GetPtrEPt Line | Count | Source | 40 | 2.03M | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsIPNS_6master16CatalogManagerIfEE6GetPtrEPS3_ _ZN2yb12ResultTraitsI13scoped_refptrINS_6master10TabletInfoEEE6GetPtrEPS4_ Line | Count | Source | 40 | 114 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6tablet10TabletPeerEEEE6GetPtrEPS5_ Line | Count | Source | 40 | 83.4k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_7tserver21GetSplitKeyResponsePBEE6GetPtrEPS2_ Line | Count | Source | 40 | 1 | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_7tserver21SplitTabletResponsePBEE6GetPtrEPS2_ _ZN2yb12ResultTraitsINSt3__16vectorINS_7tserver39ListTabletsResponsePB_StatusAndSchemaPBENS1_9allocatorIS4_EEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 4 | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__14pairINS1_10shared_ptrINS_6client9YBSessionEEENS3_INS4_13YBTransactionEEEEEE6GetPtrEPS9_ Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__16vectorINS1_10shared_ptrINS_6client7YBTableEEENS1_9allocatorIS6_EEEEE6GetPtrEPS9_ _ZN2yb12ResultTraitsINSt3__16vectorINS_8HostPortENS1_9allocatorIS3_EEEEE6GetPtrEPS6_ Line | Count | Source | 40 | 33.9k | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110unique_ptrI9pg_resultNS_9pgwrapper13PGResultClearEEEE6GetPtrEPS6_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_9pgwrapper6PGConnEE6GetPtrEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110unique_ptrINS_11MiniClusterENS1_14default_deleteIS3_EEEEE6GetPtrEPS6_ _ZN2yb12ResultTraitsINSt3__14pairIttEEE6GetPtrEPS3_ Line | Count | Source | 40 | 7 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIPNS_6master12TSDescriptorEE6GetPtrEPS3_ Line | Count | Source | 40 | 88.1k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIdE6GetPtrEPd Line | Count | Source | 40 | 3 | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master17TabletLocationsPBEE6GetPtrEPS2_ Unexecuted instantiation: pg_libpq-test.cc:_ZN2yb12ResultTraitsINS_9pgwrapper12_GLOBAL__N_114TableGroupInfoEE6GetPtrEPS3_ _ZN2yb12ResultTraitsINSt3__110unique_ptrIN7rocksdb2DBENS1_14default_deleteIS4_EEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 144 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIPN7rocksdb14SstFileManagerEE6GetPtrEPS3_ Line | Count | Source | 40 | 11 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__16vectorIN7rocksdb16LiveFileMetaDataENS1_9allocatorIS4_EEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 6 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIN5boost9container12small_vectorI5iovecLm4EvvEEE6GetPtrEPS5_ Line | Count | Source | 40 | 74.6M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIN5boost4asio2ip14basic_endpointINS3_3tcpEEEE6GetPtrEPS6_ Line | Count | Source | 40 | 915 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_6MetricEEE6GetPtrEPS3_ Line | Count | Source | 40 | 75 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_9HistogramEEE6GetPtrEPS3_ Line | Count | Source | 40 | 1 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_7CounterEEE6GetPtrEPS3_ Line | Count | Source | 40 | 73 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__16vectorINS_5QLRowENS1_9allocatorIS3_EEEEE6GetPtrEPS6_ Line | Count | Source | 40 | 13 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6tablet6TabletEEEE6GetPtrEPS5_ Line | Count | Source | 40 | 6 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrINS_5docdb20YQLRowwiseIteratorIfENS1_14default_deleteIS4_EEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 5.23M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_6tablet17RaftGroupMetadataEEE6GetPtrEPS4_ Line | Count | Source | 40 | 89.1k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_12PhysicalTimeEE6GetPtrEPS1_ Line | Count | Source | 40 | 423M | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsIPNS_6master17MasterBackupProxyEE6GetPtrEPS3_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master23ListSnapshotsResponsePBEE6GetPtrEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master24SysSnapshotEntryPB_StateEE6GetPtrEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsIN6google8protobuf16RepeatedPtrFieldINS_6master17TabletLocationsPBEEEE6GetPtrEPS6_ _ZN2yb12ResultTraitsINS_10encryption20FileEncryptionStatusEE6GetPtrEPS2_ Line | Count | Source | 40 | 1.90M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrINS_10encryption16EncryptionParamsENS1_14default_deleteIS4_EEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 140 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_12OneWayBitmapEE6GetPtrEPS1_ Line | Count | Source | 40 | 3.46k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_6ThreadEEE6GetPtrEPS3_ Line | Count | Source | 40 | 100k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrIiNS1_14default_deleteIiEEEEE6GetPtrEPS5_ Line | Count | Source | 40 | 4 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_4test11MoveCounterEE6GetPtrEPS2_ Line | Count | Source | 40 | 1 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_19SharedMemorySegmentEE6GetPtrEPS1_ Line | Count | Source | 40 | 13.2k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_18SharedMemoryObjectINS_4util4DataEEEE6GetPtrEPS4_ Line | Count | Source | 40 | 6 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_17StronglyTypedUuidINS_4util12TestUuid_TagEEEE6GetPtrEPS4_ Line | Count | Source | 40 | 2 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_14UnsignedIntSetIjEEE6GetPtrEPS2_ Line | Count | Source | 40 | 2.84M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_3cdc14StreamMetadataEEEE6GetPtrEPS5_ Line | Count | Source | 40 | 322 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6client11TableHandleEEEE6GetPtrEPS5_ Line | Count | Source | 40 | 925 | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsIPNS_6client8internal18RemoteTabletServerEE6GetPtrEPS4_ _ZN2yb12ResultTraitsINS_23TransactionStatusResultEE6GetPtrEPS1_ Line | Count | Source | 40 | 727k | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__16vectorINS1_4pairIymEENS1_9allocatorIS4_EEEEE6GetPtrEPS7_ Unexecuted instantiation: _ZN2yb12ResultTraitsIN5boost9unordered13unordered_mapINS_17StronglyTypedUuidINS_17TransactionId_TagEEENS_23TransactionStatusResultENS1_4hashIS6_EENSt3__18equal_toIS6_EENSA_9allocatorINSA_4pairIKS6_S7_EEEEEEE6GetPtrEPSI_ Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__16vectorINS1_10shared_ptrINS_9consensus12ReplicateMsgEEENS1_9allocatorIS6_EEEEE6GetPtrEPS9_ _ZN2yb12ResultTraitsINS_3cdc26SetCDCCheckpointResponsePBEE6GetPtrEPS2_ Line | Count | Source | 40 | 3 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_9consensus14LeaderElectionEEE6GetPtrEPS4_ Line | Count | Source | 40 | 75.9k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_9consensus13RaftConsensus19UpdateReplicaResultEE6GetPtrEPS3_ Line | Count | Source | 40 | 10.2M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_10encryption18EncryptionParamsPBEE6GetPtrEPS2_ Line | Count | Source | 40 | 35 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_10encryption17UniverseKeyParamsEE6GetPtrEPS2_ Line | Count | Source | 40 | 39 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_10QLRowBlockEE6GetPtrEPS1_ Line | Count | Source | 40 | 1.19k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_6client11TableHandleEE6GetPtrEPS2_ Line | Count | Source | 40 | 161 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_10StackTraceEE6GetPtrEPS1_ Line | Count | Source | 40 | 2.04k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_3log18FirstEntryMetadataEE6GetPtrEPS2_ Line | Count | Source | 40 | 117 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6tablet9TableInfoEEEE6GetPtrEPS5_ Line | Count | Source | 40 | 7.96M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_8ColumnIdEE6GetPtrEPS1_ Line | Count | Source | 40 | 432k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_6master13NamespaceInfoEEE6GetPtrEPS4_ Line | Count | Source | 40 | 834k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_6master17ReplicationInfoPBEE6GetPtrEPS2_ Line | Count | Source | 40 | 153k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__16vectorIN5boost4asio2ip14basic_endpointINS5_3tcpEEENS1_9allocatorIS8_EEEEE6GetPtrEPSB_ Line | Count | Source | 40 | 5.35k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIN5boost8optionalINS_6master17ReplicationInfoPBEEEE6GetPtrEPS5_ Line | Count | Source | 40 | 152k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS1_13unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN5boost8optionalINS_6master17ReplicationInfoPBEEENS1_4hashIS9_EENS1_8equal_toIS9_EENS7_INS1_4pairIKS9_SE_EEEEEEEEE6GetPtrEPSO_ Line | Count | Source | 40 | 966 | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110shared_ptrINS1_13unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN5boost8optionalIS9_EENS1_4hashIS9_EENS1_8equal_toIS9_EENS7_INS1_4pairIKS9_SC_EEEEEEEEE6GetPtrEPSM_ _ZN2yb12ResultTraitsINS_6master22TabletReplicaDriveInfoEE6GetPtrEPS2_ Line | Count | Source | 40 | 45 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__15arrayINS_11PartitionPBELm2EEEE6GetPtrEPS4_ Line | Count | Source | 40 | 45 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__113unordered_mapINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEENS1_6vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENSA_ISC_EEEEN5boost4hashIS5_EENS1_8equal_toIS5_EENSA_INS1_4pairIKS5_SE_EEEEEEE6GetPtrEPSO_ Line | Count | Source | 40 | 7.99k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__16vectorINS1_10shared_ptrINS_6master12TSDescriptorEEENS1_9allocatorIS6_EEEEE6GetPtrEPS9_ Line | Count | Source | 40 | 728 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_6master16TableDescriptionEE6GetPtrEPS2_ Line | Count | Source | 40 | 7 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6tablet14AbstractTabletEEEE6GetPtrEPS5_ Line | Count | Source | 40 | 4.55M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_10encryption21UniverseKeyRegistryPBEE6GetPtrEPS2_ Line | Count | Source | 40 | 15 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__16vectorINS_6master16TableDescriptionENS1_9allocatorIS4_EEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 7 | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master13SysRowEntriesEE6GetPtrEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6tablet18CreateSnapshotDataEE6GetPtrEPS2_ _ZN2yb12ResultTraitsINS_5docdb8KeyBytesEE6GetPtrEPS2_ Line | Count | Source | 40 | 16.0M | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master18SysSnapshotEntryPBEE6GetPtrEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master25SnapshotScheduleOptionsPBEE6GetPtrEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master25SnapshotScheduleOperationEE6GetPtrEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master13DdlLogEntryPBEE6GetPtrEPS2_ _ZN2yb12ResultTraitsIlE6GetPtrEPl Line | Count | Source | 40 | 1.04M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6master12TSDescriptorEEEE6GetPtrEPS5_ Line | Count | Source | 40 | 5.53k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_10QLRowBlockEEEE6GetPtrEPS4_ Line | Count | Source | 40 | 259k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__14pairIiNS_8DataTypeEEEE6GetPtrEPS4_ Line | Count | Source | 40 | 18.2M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_6master19YQLPartitionsVTable10TabletDataEE6GetPtrEPS3_ Line | Count | Source | 40 | 50.1k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIN5boost8optionalINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEEEE6GetPtrEPSA_ Line | Count | Source | 40 | 120k | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6master11CDCRpcTasksEEEE6GetPtrEPS5_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master16SysTablesEntryPBEE6GetPtrEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master19SysNamespaceEntryPBEE6GetPtrEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master17SysTabletsEntryPBEE6GetPtrEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__16vectorINS1_4pairINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6client11YBTableNameEEENS7_ISC_EEEEE6GetPtrEPSE_ _ZN2yb12ResultTraitsINS_18SharedMemoryObjectINS_7tserver17TServerSharedDataEEEE6GetPtrEPS4_ Line | Count | Source | 40 | 13.2k | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master17MasterBackupProxyEE6GetPtrEPS2_ _ZN2yb12ResultTraitsINS_2ql5audit8LogEntryEE6GetPtrEPS3_ Line | Count | Source | 40 | 13.5k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_2ql6PTExprEEEE6GetPtrEPS5_ Line | Count | Source | 40 | 648 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6QLTypeEEEE6GetPtrEPS4_ Line | Count | Source | 40 | 14 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIPNS_2ql16QueryPagingStateEE6GetPtrEPS3_ Line | Count | Source | 40 | 3.88M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIPKNS_9IndexInfoEE6GetPtrEPS3_ Line | Count | Source | 40 | 54.6k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIN7rocksdb18FileBoundaryValuesINS1_11InternalKeyEEEE6GetPtrEPS4_ Line | Count | Source | 40 | 70.7M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIN7rocksdb17FileNumbersHolderEE6GetPtrEPS2_ Line | Count | Source | 40 | 25.0k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIN7rocksdb10TableCache21TableReaderWithHandleEE6GetPtrEPS3_ Line | Count | Source | 40 | 6.45M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrIN7rocksdb21MultiLevelIndexReaderENS1_14default_deleteIS4_EEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 70.8k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIN7rocksdb15BlockBasedTable13CachableEntryINS1_11IndexReaderEEEE6GetPtrEPS5_ Line | Count | Source | 40 | 46 | static Stored* GetPtr(Stored* value) { return value; } |
format.cc:_ZN2yb12ResultTraitsIN7rocksdb12_GLOBAL__N_112ChecksumDataEE6GetPtrEPS3_ Line | Count | Source | 40 | 3.74M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrINS_10encryption18UniverseKeyManagerENS1_14default_deleteIS4_EEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 6 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_8rpc_test17TrivialResponsePBEE6GetPtrEPS2_ Line | Count | Source | 40 | 1 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__16vectorINS2_INS_8HostPortENS1_9allocatorIS3_EEEENS4_IS6_EEEEE6GetPtrEPS8_ Line | Count | Source | 40 | 49.1k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIN5boost8optionalItEEE6GetPtrEPS3_ Line | Count | Source | 40 | 6.76M | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_7tserver13ReadRequestPBEE6GetPtrEPS2_ _ZN2yb12ResultTraitsINSt3__13setINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS1_4lessIS8_EENS6_IS8_EEEEE6GetPtrEPSC_ Line | Count | Source | 40 | 1.11k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_7tserver21ListTabletsResponsePBEE6GetPtrEPS2_ Line | Count | Source | 40 | 3 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_5docdb21ApplyTransactionStateEE6GetPtrEPS2_ Line | Count | Source | 40 | 736k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_6tablet29TabletScopedRWOperationPausesEE6GetPtrEPS2_ Line | Count | Source | 40 | 257k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_27TransactionOperationContextEE6GetPtrEPS1_ Line | Count | Source | 40 | 6.97M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_6tablet20FixedHybridTimeLeaseEE6GetPtrEPS2_ Line | Count | Source | 40 | 33.2M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIN7rocksdb22KeyValueEncodingFormatEE6GetPtrEPS2_ Line | Count | Source | 40 | 130k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_22ScopedRWOperationPauseEE6GetPtrEPS1_ Line | Count | Source | 40 | 417k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrI7pg_connNS_9pgwrapper11PGConnCloseEEEE6GetPtrEPS6_ Line | Count | Source | 40 | 235 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_19PgsqlBackfillSpecPBEE6GetPtrEPS1_ Line | Count | Source | 40 | 256 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIPNS_16QLWriteRequestPBEE6GetPtrEPS2_ Line | Count | Source | 40 | 58.7k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6client9YBSessionEEEE6GetPtrEPS5_ Line | Count | Source | 40 | 2.49k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_22SubTransactionMetadataEE6GetPtrEPS1_ Line | Count | Source | 40 | 2.10M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_17StronglyTypedBoolINS_6tablet17NeedsRecovery_TagEEEE6GetPtrEPS4_ Line | Count | Source | 40 | 89.1k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_6tablet15OperationDriverEEE6GetPtrEPS4_ Line | Count | Source | 40 | 19.1M | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_5docdb23ApplyTransactionStatePBEE6GetPtrEPS2_ _ZN2yb12ResultTraitsINS_5docdb16DecodedIntentKeyEE6GetPtrEPS2_ Line | Count | Source | 40 | 2.17M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_5docdb18DecodedIntentValueEE6GetPtrEPS2_ Line | Count | Source | 40 | 23.4M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIPNS_6client8YBClientEE6GetPtrEPS3_ Line | Count | Source | 40 | 284k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_14IsolationLevelEE6GetPtrEPS1_ Line | Count | Source | 40 | 1.87M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_5docdb30PrepareDocWriteOperationResultEE6GetPtrEPS2_ Line | Count | Source | 40 | 1.74M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_6tablet19ScopedReadOperationEE6GetPtrEPS2_ Line | Count | Source | 40 | 4.87M | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__16vectorIyNS1_9allocatorIyEEEEE6GetPtrEPS5_ _ZN2yb12ResultTraitsINS_7tserver21PgClientSessionLockerEE6GetPtrEPS2_ Line | Count | Source | 40 | 932k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__16vectorINS_6client27YBTabletServerPlacementInfoENS1_9allocatorIS4_EEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 2 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIPKNS_19TransactionMetadataEE6GetPtrEPS3_ Line | Count | Source | 40 | 1.59k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIPNS_6client9YBSessionEE6GetPtrEPS3_ Line | Count | Source | 40 | 775k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__16vectorINS1_10shared_ptrINS_6client9YBPgsqlOpEEENS1_9allocatorIS6_EEEEE6GetPtrEPS9_ Line | Count | Source | 40 | 775k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_7tserver16TabletPeerTabletEE6GetPtrEPS2_ Line | Count | Source | 40 | 17.9M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_7tserver16LeaderTabletPeerEE6GetPtrEPS2_ Line | Count | Source | 40 | 2.82M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_14ReadHybridTimeEE6GetPtrEPS1_ Line | Count | Source | 40 | 4.63M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIN6google8protobuf16RepeatedPtrFieldINS_6tablet6FilePBEEEE6GetPtrEPS6_ Line | Count | Source | 40 | 1.33k | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110shared_ptrINS_9consensus13RaftConsensusEEEE6GetPtrEPS5_ _ZN2yb12ResultTraitsI13scoped_refptrINS_7tserver27TransitionInProgressDeleterEEE6GetPtrEPS4_ Line | Count | Source | 40 | 82.2k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_3Env15FilesystemStatsEE6GetPtrEPS2_ Line | Count | Source | 40 | 50.1k | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110unique_ptrINS_7tserver10enterprise11CDCConsumerENS1_14default_deleteIS5_EEEEE6GetPtrEPS8_ _ZN2yb12ResultTraitsINSt3__110unique_ptrINS_7tserver16MiniTabletServerENS1_14default_deleteIS4_EEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 35 | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master30GetLoadBalancerStateResponsePBEE6GetPtrEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master22IsInitDbDoneResponsePBEE6GetPtrEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master21ListMastersResponsePBEE6GetPtrEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_9consensus24LeaderStepDownResponsePBEE6GetPtrEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_9consensus27RunLeaderElectionResponsePBEE6GetPtrEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_9consensus22ChangeConfigResponsePBEE6GetPtrEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master25DumpMasterStateResponsePBEE6GetPtrEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master28GetLoadMovePercentResponsePBEE6GetPtrEPS2_ _ZN2yb12ResultTraitsINS_6master28GetTabletLocationsResponsePBEE6GetPtrEPS2_ Line | Count | Source | 40 | 30 | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master27ListTabletServersResponsePBEE6GetPtrEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_7tserver24GetLogLocationResponsePBEE6GetPtrEPS2_ _ZN2yb12ResultTraitsINS_6master37LaunchBackfillIndexForTableResponsePBEE6GetPtrEPS2_ Line | Count | Source | 40 | 2 | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_7tserver36ListTabletsForTabletServerResponsePBEE6GetPtrEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master33ChangeLoadBalancerStateResponsePBEE6GetPtrEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master25FlushSysCatalogResponsePBEE6GetPtrEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master27CompactSysCatalogResponsePBEE6GetPtrEPS2_ _ZN2yb12ResultTraitsINS_6master29IsMasterLeaderReadyResponsePBEE6GetPtrEPS2_ Line | Count | Source | 40 | 23 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_6master32GetMasterClusterConfigResponsePBEE6GetPtrEPS2_ Line | Count | Source | 40 | 32 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_6master35ChangeMasterClusterConfigResponsePBEE6GetPtrEPS2_ Line | Count | Source | 40 | 16 | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_7tserver21UpgradeYsqlResponsePBEE6GetPtrEPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master21SplitTabletResponsePBEE6GetPtrEPS2_ cql_processor.cc:_ZN2yb12ResultTraitsINSt3__110unique_ptrI4ldapNS_9cqlserver12_GLOBAL__N_111LDAPDeleterEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 64 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIPNS_9cqlserver12CQLProcessorEE6GetPtrEPS3_ Line | Count | Source | 40 | 4.56M | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__16vectorINS_10HostPortPBENS1_9allocatorIS3_EEEEE6GetPtrEPS6_ _ZN2yb12ResultTraitsINSt3__14pairINS_12RefCntBufferENS_5SliceEEEE6GetPtrEPS5_ Line | Count | Source | 40 | 3.60M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__16vectorINS_6master22TablegroupIdentifierPBENS1_9allocatorIS4_EEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 1 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrIKNS_6client27VersionedTablePartitionListEEEE6GetPtrEPS6_ Line | Count | Source | 40 | 85.3k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_6client11YBTableTypeEE6GetPtrEPS2_ Line | Count | Source | 40 | 152k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_6client24TransactionStatusTabletsEE6GetPtrEPS2_ Line | Count | Source | 40 | 1.99k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__16vectorINS_5docdb14PrimitiveValueENS1_9allocatorIS4_EEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 9.00M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_16UsePrivateIpModeEE6GetPtrEPS1_ Line | Count | Source | 40 | 580k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_5docdb12ParsedIntentEE6GetPtrEPS2_ Line | Count | Source | 40 | 30.7M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_10WaitPolicyEE6GetPtrEPS1_ Line | Count | Source | 40 | 314 | static Stored* GetPtr(Stored* value) { return value; } |
docdb.cc:_ZN2yb12ResultTraitsINS_5docdb12_GLOBAL__N_125DetermineKeysToLockResultEE6GetPtrEPS3_ Line | Count | Source | 40 | 1.73M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIN7rocksdb14FilterDecisionEE6GetPtrEPS2_ Line | Count | Source | 40 | 20.4M | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsIN5boost8optionalINS_17StronglyTypedUuidINS_17TransactionId_TagEEEEEE6GetPtrEPS6_ _ZN2yb12ResultTraitsINSt3__110unique_ptrINS_5docdb17SubDocumentReaderENS1_14default_deleteIS4_EEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 256M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIN7rocksdb15CompressionTypeEE6GetPtrEPS2_ Line | Count | Source | 40 | 430k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_14CommitMetadataEE6GetPtrEPS1_ Line | Count | Source | 40 | 117k | static Stored* GetPtr(Stored* value) { return value; } |
intent_aware_iterator.cc:_ZN2yb12ResultTraitsINS_5docdb12_GLOBAL__N_129DecodeStrongWriteIntentResultEE6GetPtrEPS3_ Line | Count | Source | 40 | 17.3M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_5docdb6DocKeyEE6GetPtrEPS2_ Line | Count | Source | 40 | 3.11M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_5docdb10RedisValueEE6GetPtrEPS2_ Line | Count | Source | 40 | 74.0k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_13RedisDataTypeEE6GetPtrEPS1_ Line | Count | Source | 40 | 57.6k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIN5boost8optionalINS_5docdb10ExpirationEEEE6GetPtrEPS5_ Line | Count | Source | 40 | 132 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIPNS_5docdb11SubDocumentEE6GetPtrEPS3_ Line | Count | Source | 40 | 242M | static Stored* GetPtr(Stored* value) { return value; } |
subdoc_reader.cc:_ZN2yb12ResultTraitsIPNS_5docdb12_GLOBAL__N_129ScopedDocDbRowContextWithDataEE6GetPtrEPS4_ Line | Count | Source | 40 | 29.2M | static Stored* GetPtr(Stored* value) { return value; } |
subdoc_reader.cc:_ZN2yb12ResultTraitsINSt3__110unique_ptrINS_5docdb12_GLOBAL__N_112DocDbRowDataENS1_14default_deleteIS5_EEEEE6GetPtrEPS8_ Line | Count | Source | 40 | 247M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_5docdb22TransactionStatusCache19GetCommitDataResultEE6GetPtrEPS3_ Line | Count | Source | 40 | 57.2k | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__14pairImbEEE6GetPtrEPS3_ _ZN2yb12ResultTraitsI13scoped_refptrINS_6pggate11PgTableDescEEE6GetPtrEPS4_ Line | Count | Source | 40 | 7.05M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_6pggate12PgApiContext15MessengerHolderEE6GetPtrEPS3_ Line | Count | Source | 40 | 1.65k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__14pairIjjEEE6GetPtrEPS3_ Line | Count | Source | 40 | 380 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrIKPKhEEE6GetPtrEPS6_ Line | Count | Source | 40 | 3.45M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_6master26GetNamespaceInfoResponsePBEE6GetPtrEPS2_ Line | Count | Source | 40 | 1.61k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_17StronglyTypedBoolINS_6pggate15RequestSent_TagEEEE6GetPtrEPS4_ Line | Count | Source | 40 | 2.69M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_5docdb14PrimitiveValueEE6GetPtrEPS2_ Line | Count | Source | 40 | 27 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__18functionIFNS_5docdb6DocKeyERKNS1_6vectorINS3_14PrimitiveValueENS1_9allocatorIS6_EEEEEEEE6GetPtrEPSD_ Line | Count | Source | 40 | 6 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__14listINS_6pggate11PgDocResultENS1_9allocatorIS4_EEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 1.19M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_6pggate13PerformFutureEE6GetPtrEPS2_ Line | Count | Source | 40 | 2.74M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIN5boost10shared_ptrINS1_9date_time14time_zone_baseINS1_10posix_time5ptimeEcEEEEE6GetPtrEPS8_ Line | Count | Source | 40 | 1.33k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIN6icu_6717GregorianCalendarEE6GetPtrEPS2_ Line | Count | Source | 40 | 34 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsI7statvfsE6GetPtrEPS1_ Line | Count | Source | 40 | 100k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_14ResourceLimitsEE6GetPtrEPS1_ Line | Count | Source | 40 | 20.6k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__14pairIxmEEE6GetPtrEPS3_ Line | Count | Source | 40 | 2.76G | static Stored* GetPtr(Stored* value) { return value; } |
net_util.cc:_ZN2yb12ResultTraitsINSt3__110unique_ptrI8addrinfoNS_12_GLOBAL__N_115AddrinfoDeleterEEEE6GetPtrEPS6_ Line | Count | Source | 40 | 23.1k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIPvE6GetPtrEPS1_ Line | Count | Source | 40 | 13.2k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__16vectorIPcNS1_9allocatorIS3_EEEEE6GetPtrEPS6_ Line | Count | Source | 40 | 5.86k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_10Subprocess10ChildPipesEE6GetPtrEPS2_ Line | Count | Source | 40 | 5.86k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIP3DIRE6GetPtrEPS2_ Line | Count | Source | 40 | 5.86k | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__16vectorIiNS1_9allocatorIiEEEEE6GetPtrEPS5_ _ZN2yb12ResultTraitsINS_3rpc18ProcessCallsResultEE6GetPtrEPS2_ Line | Count | Source | 40 | 169M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_3rpc18ParsedRemoteMethodEE6GetPtrEPS2_ Line | Count | Source | 40 | 3.20M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIPKPKhE6GetPtrEPS4_ Line | Count | Source | 40 | 9.43M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrINS_3rpc6StreamENS1_14default_deleteIS4_EEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 944k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_6SocketEE6GetPtrEPS1_ Line | Count | Source | 40 | 623k | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_17StronglyTypedBoolINS_3rpc18ReadBufferFull_TagEEEE6GetPtrEPS4_ Line | Count | Source | 40 | 61.8k | static Stored* GetPtr(Stored* value) { return value; } |
secure_stream.cc:_ZN2yb12ResultTraitsINSt3__110unique_ptrI6bio_stNS_3rpc12_GLOBAL__N_17BIOFreeEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 150 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrI7x509_stNS_3rpc6detail8X509FreeEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 101 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110unique_ptrI11evp_pkey_stNS_3rpc6detail12EVP_PKEYFreeEEEE6GetPtrEPS7_ Line | Count | Source | 40 | 26 | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsIPhE6GetPtrEPS1_ Line | Count | Source | 40 | 39.5M | static Stored* GetPtr(Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_12RefCntBufferEE6GetPtrEPS1_ Line | Count | Source | 40 | 19.6M | static Stored* GetPtr(Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__14pairIiiEEE6GetPtrEPS3_ |
41 | 709M | static const Stored* GetPtr(const Stored* value) { return value; } _ZN2yb12ResultTraitsINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE6GetPtrEPKS7_ Line | Count | Source | 41 | 603k | static const Stored* GetPtr(const Stored* value) { return value; } |
_ZN2yb12ResultTraitsIbE6GetPtrEPKb Line | Count | Source | 41 | 457M | static const Stored* GetPtr(const Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__16vectorINS_8HostPortENS1_9allocatorIS3_EEEEE6GetPtrEPKS6_ Line | Count | Source | 41 | 1.80k | static const Stored* GetPtr(const Stored* value) { return value; } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_6client8internal12RemoteTabletEEE6GetPtrEPKS5_ Line | Count | Source | 41 | 2.00M | static const Stored* GetPtr(const Stored* value) { return value; } |
Unexecuted instantiation: ql-dml-test.cc:_ZN2yb12ResultTraitsINS_6client12_GLOBAL__N_18RowValueEE6GetPtrEPKS3_ Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6client11YBqlWriteOpEEEE6GetPtrEPKS5_ _ZN2yb12ResultTraitsIiE6GetPtrEPKi Line | Count | Source | 41 | 8 | static const Stored* GetPtr(const Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_5docdb22RateLimiterSharingModeEE6GetPtrEPKS2_ _ZN2yb12ResultTraitsIxE6GetPtrEPKx Line | Count | Source | 41 | 73 | static const Stored* GetPtr(const Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_16IndexPermissionsEE6GetPtrEPKS1_ Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6tablet10TabletPeerEEEE6GetPtrEPKS5_ _ZN2yb12ResultTraitsIyE6GetPtrEPKy Line | Count | Source | 41 | 158k | static const Stored* GetPtr(const Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110unique_ptrI9pg_resultNS_9pgwrapper13PGResultClearEEEE6GetPtrEPKS6_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_10EnumBitSetINS_9pgwrapper14IndexStateFlagEEEE6GetPtrEPKS4_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_17StronglyTypedUuidINS_4util12TestUuid_TagEEEE6GetPtrEPKS4_ Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__16vectorINS_4OpIdENS1_9allocatorIS3_EEEEE6GetPtrEPKS6_ Unexecuted instantiation: _ZN2yb12ResultTraitsI13scoped_refptrINS_6master9TableInfoEEE6GetPtrEPKS4_ Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__16vectorINS1_10shared_ptrINS_6master12TSDescriptorEEENS1_9allocatorIS6_EEEEE6GetPtrEPKS9_ Unexecuted instantiation: _ZN2yb12ResultTraitsIN5boost8optionalINS_6master17ReplicationInfoPBEEEE6GetPtrEPKS5_ _ZN2yb12ResultTraitsINS_17StronglyTypedUuidINS_17TransactionId_TagEEEE6GetPtrEPKS3_ Line | Count | Source | 41 | 49.7k | static const Stored* GetPtr(const Stored* value) { return value; } |
_ZN2yb12ResultTraitsIPNS_6master12TSDescriptorEE6GetPtrEPKS3_ Line | Count | Source | 41 | 165k | static const Stored* GetPtr(const Stored* value) { return value; } |
_ZN2yb12ResultTraitsIjE6GetPtrEPKj Line | Count | Source | 41 | 13.0k | static const Stored* GetPtr(const Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_6master22AsyncGetTabletSplitKey4DataEE6GetPtrEPKS3_ Line | Count | Source | 41 | 90 | static const Stored* GetPtr(const Stored* value) { return value; } |
_ZN2yb12ResultTraitsImE6GetPtrEPKm Line | Count | Source | 41 | 303 | static const Stored* GetPtr(const Stored* value) { return value; } |
_ZN2yb12ResultTraitsIN5boost8optionalINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEEEE6GetPtrEPKSA_ Line | Count | Source | 41 | 1 | static const Stored* GetPtr(const Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__16vectorI13scoped_refptrINS_6master10TabletInfoEENS1_9allocatorIS6_EEEEE6GetPtrEPKS9_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_5docdb8KeyBytesEE6GetPtrEPKS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master13SysRowEntriesEE6GetPtrEPKS2_ _ZN2yb12ResultTraitsINS_6master22TabletReplicaDriveInfoEE6GetPtrEPKS2_ Line | Count | Source | 41 | 545k | static const Stored* GetPtr(const Stored* value) { return value; } |
_ZN2yb12ResultTraitsIN5boost4asio2ip7addressEE6GetPtrEPKS4_ Line | Count | Source | 41 | 367k | static const Stored* GetPtr(const Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6master11CDCRpcTasksEEEE6GetPtrEPKS5_ _ZN2yb12ResultTraitsIN7rocksdb15BlockBasedTable13CachableEntryINS1_11IndexReaderEEEE6GetPtrEPKS5_ Line | Count | Source | 41 | 27.3M | static const Stored* GetPtr(const Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_3Env15FilesystemStatsEE6GetPtrEPKS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_23TransactionStatusResultEE6GetPtrEPKS1_ _ZN2yb12ResultTraitsINS_14UnsignedIntSetIjEEE6GetPtrEPKS2_ Line | Count | Source | 41 | 202k | static const Stored* GetPtr(const Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_3log18FirstEntryMetadataEE6GetPtrEPKS2_ Line | Count | Source | 41 | 6.02k | static const Stored* GetPtr(const Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_5docdb21ApplyTransactionStateEE6GetPtrEPKS2_ _ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6tablet9TableInfoEEEE6GetPtrEPKS5_ Line | Count | Source | 41 | 54.9k | static const Stored* GetPtr(const Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_10HybridTimeEE6GetPtrEPKS1_ Line | Count | Source | 41 | 61.0k | static const Stored* GetPtr(const Stored* value) { return value; } |
_ZN2yb12ResultTraitsINS_7tserver16TabletPeerTabletEE6GetPtrEPKS2_ Line | Count | Source | 41 | 11.0M | static const Stored* GetPtr(const Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrINS_9consensus13RaftConsensusEEEE6GetPtrEPKS5_ Line | Count | Source | 41 | 10.4M | static const Stored* GetPtr(const Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__16vectorI13scoped_refptrINS_6client8internal12RemoteTabletEENS1_9allocatorIS7_EEEEE6GetPtrEPKSA_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_7tserver21UpgradeYsqlResponsePBEE6GetPtrEPKS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_6master30GetLoadBalancerStateResponsePBEE6GetPtrEPKS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_17StronglyTypedUuidINS_28TxnSnapshotRestorationId_TagEEEE6GetPtrEPKS3_ _ZN2yb12ResultTraitsIPNS_9cqlserver12CQLProcessorEE6GetPtrEPKS3_ Line | Count | Source | 41 | 363k | static const Stored* GetPtr(const Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINSt3__16vectorINS_6client11YBTableNameENS1_9allocatorIS4_EEEEE6GetPtrEPKS7_ _ZN2yb12ResultTraitsINSt3__110shared_ptrINS_6client7YBTableEEEE6GetPtrEPKS5_ Line | Count | Source | 41 | 104k | static const Stored* GetPtr(const Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__110shared_ptrIKNS_6client27VersionedTablePartitionListEEEE6GetPtrEPKS6_ Line | Count | Source | 41 | 12 | static const Stored* GetPtr(const Stored* value) { return value; } |
_ZN2yb12ResultTraitsIPNS_6master27GetTableLocationsResponsePBEE6GetPtrEPKS3_ Line | Count | Source | 41 | 85.4k | static const Stored* GetPtr(const Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_19TransactionMetadataEE6GetPtrEPKS1_ _ZN2yb12ResultTraitsINS_5docdb14FetchKeyResultEE6GetPtrEPKS2_ Line | Count | Source | 41 | 82.2M | static const Stored* GetPtr(const Stored* value) { return value; } |
_ZN2yb12ResultTraitsINSt3__14pairImmEEE6GetPtrEPKS3_ Line | Count | Source | 41 | 88.3M | static const Stored* GetPtr(const Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_13DocHybridTimeEE6GetPtrEPKS1_ _ZN2yb12ResultTraitsINSt3__16vectorINS_6client27YBTabletServerPlacementInfoENS1_9allocatorIS4_EEEEE6GetPtrEPKS7_ Line | Count | Source | 41 | 2 | static const Stored* GetPtr(const Stored* value) { return value; } |
_ZN2yb12ResultTraitsI12PgColumnInfoE6GetPtrEPKS1_ Line | Count | Source | 41 | 27.3M | static const Stored* GetPtr(const Stored* value) { return value; } |
_ZN2yb12ResultTraitsI13scoped_refptrINS_6pggate11PgTableDescEEE6GetPtrEPKS4_ Line | Count | Source | 41 | 1.83k | static const Stored* GetPtr(const Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_22PlacementInfoConverter9PlacementEE6GetPtrEPKS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsINS_10StackTraceEE6GetPtrEPKS1_ _ZN2yb12ResultTraitsINS_14ResourceLimitsEE6GetPtrEPKS1_ Line | Count | Source | 41 | 289k | static const Stored* GetPtr(const Stored* value) { return value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsINS_3rpc18ProcessCallsResultEE6GetPtrEPKS2_ |
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 | 59.0M | static TValue* ToStored(TValue& value) { return &value; } // NOLINT _ZN2yb12ResultTraitsIRNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE8ToStoredES8_ Line | Count | Source | 53 | 5 | static TValue* ToStored(TValue& value) { return &value; } // NOLINT |
_ZN2yb12ResultTraitsIRKNS_4test21NonCopyableNonMovableEE8ToStoredES4_ Line | Count | Source | 53 | 1 | static TValue* ToStored(TValue& value) { return &value; } // NOLINT |
Unexecuted instantiation: _ZN2yb12ResultTraitsIRKN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEE8ToStoredESA_ Unexecuted instantiation: _ZN2yb12ResultTraitsIRN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEE8ToStoredES9_ Unexecuted instantiation: _ZN2yb12ResultTraitsIRNS_6master13SnapshotStateEE8ToStoredES3_ Unexecuted instantiation: _ZN2yb12ResultTraitsIRNS_6master21SnapshotScheduleStateEE8ToStoredES3_ Unexecuted instantiation: _ZN2yb12ResultTraitsIRNS_6master16RestorationStateEE8ToStoredES3_ Unexecuted instantiation: _ZN2yb12ResultTraitsIRKNSt3__14pairIKNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master16SysTablesEntryPBEEEE8ToStoredESE_ _ZN2yb12ResultTraitsIRKNS_2ql9ParseTreeEE8ToStoredES4_ Line | Count | Source | 53 | 4.77M | static TValue* ToStored(TValue& value) { return &value; } // NOLINT |
Unexecuted instantiation: _ZN2yb12ResultTraitsIRNS_6tablet19SnapshotCoordinatorEE8ToStoredES3_ _ZN2yb12ResultTraitsIRNS_7tserver15PgClientSessionEE8ToStoredES3_ Line | Count | Source | 53 | 933k | static TValue* ToStored(TValue& value) { return &value; } // NOLINT |
_ZN2yb12ResultTraitsIRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE8ToStoredES9_ Line | Count | Source | 53 | 88 | static TValue* ToStored(TValue& value) { return &value; } // NOLINT |
Unexecuted instantiation: _ZN2yb12ResultTraitsIRKNS_6master21NamespaceIdentifierPBEE8ToStoredES4_ Unexecuted instantiation: _ZN2yb12ResultTraitsIRKNSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master21NamespaceIdentifierPBENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SA_EEEEEEE8ToStoredESL_ _ZN2yb12ResultTraitsIRKNS_13QLTableColumnEE8ToStoredES3_ Line | Count | Source | 53 | 6.78M | static TValue* ToStored(TValue& value) { return &value; } // NOLINT |
_ZN2yb12ResultTraitsIRKNS_12ColumnSchemaEE8ToStoredES3_ Line | Count | Source | 53 | 21.4M | static TValue* ToStored(TValue& value) { return &value; } // NOLINT |
_ZN2yb12ResultTraitsIRKNS_6pggate8PgColumnEE8ToStoredES4_ Line | Count | Source | 53 | 7.54M | static TValue* ToStored(TValue& value) { return &value; } // NOLINT |
_ZN2yb12ResultTraitsIRNS_6pggate8PgColumnEE8ToStoredES3_ Line | Count | Source | 53 | 17.6M | static TValue* ToStored(TValue& value) { return &value; } // NOLINT |
|
54 | 59.0M | static void Destroy(Stored* value) {} _ZN2yb12ResultTraitsIRKNS_12ColumnSchemaEE7DestroyEPPS2_ Line | Count | Source | 54 | 21.4M | static void Destroy(Stored* value) {} |
Unexecuted instantiation: _ZN2yb12ResultTraitsIRN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEE7DestroyEPPS8_ Unexecuted instantiation: _ZN2yb12ResultTraitsIRKN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEE7DestroyEPPS9_ _ZN2yb12ResultTraitsIRNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE7DestroyEPPS7_ Line | Count | Source | 54 | 7 | static void Destroy(Stored* value) {} |
_ZN2yb12ResultTraitsIRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE7DestroyEPPS8_ Line | Count | Source | 54 | 92 | static void Destroy(Stored* value) {} |
_ZN2yb12ResultTraitsIRKNS_4test21NonCopyableNonMovableEE7DestroyEPPS3_ Line | Count | Source | 54 | 1 | static void Destroy(Stored* value) {} |
Unexecuted instantiation: _ZN2yb12ResultTraitsIRKNS_7tserver26TabletSnapshotOpResponsePBEE7DestroyEPPS3_ Unexecuted instantiation: _ZN2yb12ResultTraitsIRNS_6master13SnapshotStateEE7DestroyEPPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsIRNS_6master21SnapshotScheduleStateEE7DestroyEPPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsIRNS_6master16RestorationStateEE7DestroyEPPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsIRKNSt3__14pairIKNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master16SysTablesEntryPBEEEE7DestroyEPPSD_ _ZN2yb12ResultTraitsIRKNS_2ql9ParseTreeEE7DestroyEPPS3_ Line | Count | Source | 54 | 4.77M | static void Destroy(Stored* value) {} |
Unexecuted instantiation: _ZN2yb12ResultTraitsIRNS_6tablet19SnapshotCoordinatorEE7DestroyEPPS2_ _ZN2yb12ResultTraitsIRNS_7tserver15PgClientSessionEE7DestroyEPPS2_ Line | Count | Source | 54 | 933k | static void Destroy(Stored* value) {} |
Unexecuted instantiation: _ZN2yb12ResultTraitsIRKNSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master21NamespaceIdentifierPBENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SA_EEEEEEE7DestroyEPPSK_ Unexecuted instantiation: _ZN2yb12ResultTraitsIRKNS_6master21NamespaceIdentifierPBEE7DestroyEPPS3_ _ZN2yb12ResultTraitsIRKNS_13QLTableColumnEE7DestroyEPPS2_ Line | Count | Source | 54 | 6.78M | static void Destroy(Stored* value) {} |
_ZN2yb12ResultTraitsIRNS_6pggate8PgColumnEE7DestroyEPPS2_ Line | Count | Source | 54 | 17.6M | static void Destroy(Stored* value) {} |
_ZN2yb12ResultTraitsIRKNS_6pggate8PgColumnEE7DestroyEPPS3_ Line | Count | Source | 54 | 7.54M | static void Destroy(Stored* value) {} |
|
55 | 51.5M | static TValue* GetPtr(const Stored* value) { return *value; } _ZN2yb12ResultTraitsIRKNS_12ColumnSchemaEE6GetPtrEPKPS2_ Line | Count | Source | 55 | 21.4M | static TValue* GetPtr(const Stored* value) { return *value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsIRN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEE6GetPtrEPKPS8_ Unexecuted instantiation: _ZN2yb12ResultTraitsIRKN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEE6GetPtrEPKPS9_ _ZN2yb12ResultTraitsIRNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE6GetPtrEPKPS7_ Line | Count | Source | 55 | 1 | static TValue* GetPtr(const Stored* value) { return *value; } |
_ZN2yb12ResultTraitsIRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE6GetPtrEPKPS8_ Line | Count | Source | 55 | 89 | static TValue* GetPtr(const Stored* value) { return *value; } |
_ZN2yb12ResultTraitsIRKNS_4test21NonCopyableNonMovableEE6GetPtrEPKPS3_ Line | Count | Source | 55 | 1 | static TValue* GetPtr(const Stored* value) { return *value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsIRNS_6master13SnapshotStateEE6GetPtrEPKPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsIRNS_6master21SnapshotScheduleStateEE6GetPtrEPKPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsIRNS_6master16RestorationStateEE6GetPtrEPKPS2_ Unexecuted instantiation: _ZN2yb12ResultTraitsIRKNSt3__14pairIKNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master16SysTablesEntryPBEEEE6GetPtrEPKPSD_ _ZN2yb12ResultTraitsIRKNS_2ql9ParseTreeEE6GetPtrEPKPS3_ Line | Count | Source | 55 | 4.77M | static TValue* GetPtr(const Stored* value) { return *value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsIRNS_6tablet19SnapshotCoordinatorEE6GetPtrEPKPS2_ _ZN2yb12ResultTraitsIRNS_7tserver15PgClientSessionEE6GetPtrEPKPS2_ Line | Count | Source | 55 | 932k | static TValue* GetPtr(const Stored* value) { return *value; } |
Unexecuted instantiation: _ZN2yb12ResultTraitsIRKNSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master21NamespaceIdentifierPBENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SA_EEEEEEE6GetPtrEPKPSK_ _ZN2yb12ResultTraitsIRKNS_13QLTableColumnEE6GetPtrEPKPS2_ Line | Count | Source | 55 | 6.77M | static TValue* GetPtr(const Stored* value) { return *value; } |
_ZN2yb12ResultTraitsIRNS_6pggate8PgColumnEE6GetPtrEPKPS2_ Line | Count | Source | 55 | 17.6M | 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 | 13.0M | Result(const Result& rhs) : success_(rhs.success_) { |
67 | 13.0M | if (success_) { |
68 | 13.0M | new (&value_) typename Traits::Stored(rhs.value_); |
69 | 2.18k | } else { |
70 | 2.18k | new (&status_) Status(rhs.status_); |
71 | 2.18k | } |
72 | 13.0M | } _ZN2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEC2ERKS8_ 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 | } |
_ZN2yb6ResultINS_19TransactionMetadataEEC2ERKS2_ Line | Count | Source | 66 | 5.82k | Result(const Result& rhs) : success_(rhs.success_) { | 67 | 5.82k | if (success_) { | 68 | 5.82k | new (&value_) typename Traits::Stored(rhs.value_); | 69 | 0 | } else { | 70 | 0 | new (&status_) Status(rhs.status_); | 71 | 0 | } | 72 | 5.82k | } |
_ZN2yb6ResultINS_6master13BackfillJobPBEEC2ERKS3_ Line | Count | Source | 66 | 350 | Result(const Result& rhs) : success_(rhs.success_) { | 67 | 350 | if (success_) { | 68 | 350 | new (&value_) typename Traits::Stored(rhs.value_); | 69 | 0 | } else { | 70 | 0 | new (&status_) Status(rhs.status_); | 71 | 0 | } | 72 | 350 | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_6tablet10TabletPeerEEEEC2ERKS6_ _ZN2yb6ResultIN5boost4asio2ip7addressEEC2ERKS5_ Line | Count | Source | 66 | 551k | Result(const Result& rhs) : success_(rhs.success_) { | 67 | 551k | if (success_) { | 68 | 551k | new (&value_) typename Traits::Stored(rhs.value_); | 69 | 18.4E | } else { | 70 | 18.4E | new (&status_) Status(rhs.status_); | 71 | 18.4E | } | 72 | 551k | } |
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 | } |
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 | } |
_ZN2yb6ResultIRNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEC2ERKS9_ Line | Count | Source | 66 | 1 | Result(const Result& rhs) : success_(rhs.success_) { | 67 | 1 | if (success_) { | 68 | 1 | new (&value_) typename Traits::Stored(rhs.value_); | 69 | 0 | } else { | 70 | 0 | new (&status_) Status(rhs.status_); | 71 | 0 | } | 72 | 1 | } |
_ZN2yb6ResultI13scoped_refptrINS_6client8internal12RemoteTabletEEEC2ERKS6_ Line | Count | Source | 66 | 10.9M | Result(const Result& rhs) : success_(rhs.success_) { | 67 | 10.9M | if (success_) { | 68 | 10.9M | new (&value_) typename Traits::Stored(rhs.value_); | 69 | 377 | } else { | 70 | 377 | new (&status_) Status(rhs.status_); | 71 | 377 | } | 72 | 10.9M | } |
Line | Count | Source | 66 | 1.41k | Result(const Result& rhs) : success_(rhs.success_) { | 67 | 1.41k | if (success_) { | 68 | 1.41k | new (&value_) typename Traits::Stored(rhs.value_); | 69 | 0 | } else { | 70 | 0 | new (&status_) Status(rhs.status_); | 71 | 0 | } | 72 | 1.41k | } |
_ZN2yb6ResultINS_23TransactionStatusResultEEC2ERKS2_ Line | Count | Source | 66 | 126k | Result(const Result& rhs) : success_(rhs.success_) { | 67 | 126k | if (success_) { | 68 | 126k | new (&value_) typename Traits::Stored(rhs.value_); | 69 | 18.4E | } else { | 70 | 18.4E | new (&status_) Status(rhs.status_); | 71 | 18.4E | } | 72 | 126k | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_6client7YBTableEEEEC2ERKS6_ Line | Count | Source | 66 | 1.19M | Result(const Result& rhs) : success_(rhs.success_) { | 67 | 1.19M | if (success_) { | 68 | 1.19M | new (&value_) typename Traits::Stored(rhs.value_); | 69 | 6 | } else { | 70 | 6 | new (&status_) Status(rhs.status_); | 71 | 6 | } | 72 | 1.19M | } |
_ZN2yb6ResultINSt3__110shared_ptrIKNS_6client27VersionedTablePartitionListEEEEC2ERKS7_ Line | Count | Source | 66 | 85.4k | Result(const Result& rhs) : success_(rhs.success_) { | 67 | 85.4k | if (success_) { | 68 | 85.4k | new (&value_) typename Traits::Stored(rhs.value_); | 69 | 37 | } else { | 70 | 37 | new (&status_) Status(rhs.status_); | 71 | 37 | } | 72 | 85.4k | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorI13scoped_refptrINS_6client8internal12RemoteTabletEENS1_9allocatorIS7_EEEEEC2ERKSB_ _ZN2yb6ResultINS_22ChildTransactionDataPBEEC2ERKS2_ Line | Count | Source | 66 | 82.0k | Result(const Result& rhs) : success_(rhs.success_) { | 67 | 82.1k | if (success_) { | 68 | 82.1k | new (&value_) typename Traits::Stored(rhs.value_); | 69 | 18.4E | } else { | 70 | 18.4E | new (&status_) Status(rhs.status_); | 71 | 18.4E | } | 72 | 82.0k | } |
_ZN2yb6ResultINS_10StackTraceEEC2ERKS2_ Line | Count | Source | 66 | 4.08k | Result(const Result& rhs) : success_(rhs.success_) { | 67 | 4.08k | if (success_) { | 68 | 2.04k | new (&value_) typename Traits::Stored(rhs.value_); | 69 | 2.04k | } else { | 70 | 2.04k | new (&status_) Status(rhs.status_); | 71 | 2.04k | } | 72 | 4.08k | } |
|
73 | | |
74 | | template<class UValue, class = std::enable_if_t<std::is_convertible<UValue, TValue>::value>> |
75 | 4 | Result(const Result<UValue>& rhs) : success_(rhs.success_) { |
76 | 4 | if (success_) { |
77 | 4 | new (&value_) typename Traits::Stored(rhs.value_); |
78 | 0 | } else { |
79 | 0 | new (&status_) Status(rhs.status_); |
80 | 0 | } |
81 | 4 | } |
82 | | |
83 | 20.5M | Result(Result&& rhs) : success_(rhs.success_) { |
84 | 20.5M | if (success_) { |
85 | 20.4M | new (&value_) typename Traits::Stored(std::move(rhs.value_)); |
86 | 51.8k | } else { |
87 | 51.8k | new (&status_) Status(std::move(rhs.status_)); |
88 | 51.8k | } |
89 | 20.5M | } _ZN2yb6ResultI13scoped_refptrINS_6client8internal12RemoteTabletEEEC2EOS6_ Line | Count | Source | 83 | 159 | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 159 | if (success_) { | 85 | 159 | new (&value_) typename Traits::Stored(std::move(rhs.value_)); | 86 | 0 | } else { | 87 | 0 | new (&status_) Status(std::move(rhs.status_)); | 88 | 0 | } | 89 | 159 | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorI13scoped_refptrINS_6client8internal12RemoteTabletEENS1_9allocatorIS7_EEEEEC2EOSB_ _ZN2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEC2EOS8_ Line | Count | Source | 83 | 2 | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 2 | if (success_) { | 85 | 1 | new (&value_) typename Traits::Stored(std::move(rhs.value_)); | 86 | 1 | } else { | 87 | 1 | new (&status_) Status(std::move(rhs.status_)); | 88 | 1 | } | 89 | 2 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_7tserver30GetTransactionStatusResponsePBEEC2EOS3_ _ZN2yb6ResultINS_22ChildTransactionDataPBEEC2EOS2_ Line | Count | Source | 83 | 164k | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 164k | if (success_) { | 85 | 164k | new (&value_) typename Traits::Stored(std::move(rhs.value_)); | 86 | 4 | } else { | 87 | 4 | new (&status_) Status(std::move(rhs.status_)); | 88 | 4 | } | 89 | 164k | } |
Line | Count | Source | 83 | 2 | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 2 | if (success_) { | 85 | 1 | new (&value_) typename Traits::Stored(std::move(rhs.value_)); | 86 | 1 | } else { | 87 | 1 | new (&status_) Status(std::move(rhs.status_)); | 88 | 1 | } | 89 | 2 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_5docdb22RateLimiterSharingModeEEC2EOS3_ _ZN2yb6ResultINS_6master13BackfillJobPBEEC2EOS3_ Line | Count | Source | 83 | 350 | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 350 | if (success_) { | 85 | 350 | new (&value_) typename Traits::Stored(std::move(rhs.value_)); | 86 | 0 | } else { | 87 | 0 | new (&status_) Status(std::move(rhs.status_)); | 88 | 0 | } | 89 | 350 | } |
Line | Count | Source | 83 | 1 | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 1 | if (success_) { | 85 | 0 | new (&value_) typename Traits::Stored(std::move(rhs.value_)); | 86 | 1 | } else { | 87 | 1 | new (&status_) Status(std::move(rhs.status_)); | 88 | 1 | } | 89 | 1 | } |
_ZN2yb6ResultINS_16IndexPermissionsEEC2EOS2_ Line | Count | Source | 83 | 1 | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 1 | if (success_) { | 85 | 0 | new (&value_) typename Traits::Stored(std::move(rhs.value_)); | 86 | 1 | } else { | 87 | 1 | new (&status_) Status(std::move(rhs.status_)); | 88 | 1 | } | 89 | 1 | } |
Line | Count | Source | 83 | 4.10k | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 4.10k | if (success_) { | 85 | 4.10k | new (&value_) typename Traits::Stored(std::move(rhs.value_)); | 86 | 0 | } else { | 87 | 0 | new (&status_) Status(std::move(rhs.status_)); | 88 | 0 | } | 89 | 4.10k | } |
Unexecuted instantiation: _ZN2yb6ResultINS_9pgwrapper6PGConnEEC2EOS3_ Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrI9pg_resultNS_9pgwrapper13PGResultClearEEEEC2EOS7_ Unexecuted instantiation: _ZN2yb6ResultINS_9TimestampEEC2EOS2_ Line | Count | Source | 83 | 7 | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 7 | if (success_) { | 85 | 7 | new (&value_) typename Traits::Stored(std::move(rhs.value_)); | 86 | 0 | } else { | 87 | 0 | new (&status_) Status(std::move(rhs.status_)); | 88 | 0 | } | 89 | 7 | } |
_ZN2yb6ResultINSt3__110unique_ptrIiNS1_14default_deleteIiEEEEEC2EOS6_ Line | Count | Source | 83 | 1 | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 1 | if (success_) { | 85 | 1 | new (&value_) typename Traits::Stored(std::move(rhs.value_)); | 86 | 0 | } else { | 87 | 0 | new (&status_) Status(std::move(rhs.status_)); | 88 | 0 | } | 89 | 1 | } |
_ZN2yb6ResultIRNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEC2EOS9_ Line | Count | Source | 83 | 2 | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 2 | if (success_) { | 85 | 1 | new (&value_) typename Traits::Stored(std::move(rhs.value_)); | 86 | 1 | } else { | 87 | 1 | new (&status_) Status(std::move(rhs.status_)); | 88 | 1 | } | 89 | 2 | } |
_ZN2yb6ResultINS_19SharedMemorySegmentEEC2EOS2_ Line | Count | Source | 83 | 2 | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 2 | if (success_) { | 85 | 0 | new (&value_) typename Traits::Stored(std::move(rhs.value_)); | 86 | 2 | } else { | 87 | 2 | new (&status_) Status(std::move(rhs.status_)); | 88 | 2 | } | 89 | 2 | } |
_ZN2yb6ResultINS_23TransactionStatusResultEEC2EOS2_ Line | Count | Source | 83 | 494k | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 494k | if (success_) { | 85 | 440k | new (&value_) typename Traits::Stored(std::move(rhs.value_)); | 86 | 53.7k | } else { | 87 | 53.7k | new (&status_) Status(std::move(rhs.status_)); | 88 | 53.7k | } | 89 | 494k | } |
_ZN2yb6ResultINS_9consensus13ReadOpsResultEEC2EOS3_ Line | Count | Source | 83 | 10.2M | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 10.2M | if (success_) { | 85 | 10.2M | 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 | 10.2M | } |
_ZN2yb6ResultIN5boost8optionalINS_6master17ReplicationInfoPBEEEEC2EOS6_ Line | Count | Source | 83 | 32.3k | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 32.3k | if (success_) { | 85 | 32.3k | new (&value_) typename Traits::Stored(std::move(rhs.value_)); | 86 | 0 | } else { | 87 | 0 | new (&status_) Status(std::move(rhs.status_)); | 88 | 0 | } | 89 | 32.3k | } |
Line | Count | Source | 83 | 142 | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 142 | if (success_) { | 85 | 142 | new (&value_) typename Traits::Stored(std::move(rhs.value_)); | 86 | 0 | } else { | 87 | 0 | new (&status_) Status(std::move(rhs.status_)); | 88 | 0 | } | 89 | 142 | } |
Unexecuted instantiation: _ZN2yb6ResultIRKNS_7tserver26TabletSnapshotOpResponsePBEEC2EOS5_ _ZN2yb6ResultIN5boost4asio2ip7addressEEC2EOS5_ Line | Count | Source | 83 | 17.9k | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 17.9k | if (success_) { | 85 | 17.9k | new (&value_) typename Traits::Stored(std::move(rhs.value_)); | 86 | 0 | } else { | 87 | 0 | new (&status_) Status(std::move(rhs.status_)); | 88 | 0 | } | 89 | 17.9k | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_6master11CDCRpcTasksEEEEC2EOS6_ _ZN2yb6ResultIN7rocksdb17FileNumbersHolderEEC2EOS3_ Line | Count | Source | 83 | 90.3k | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 90.3k | if (success_) { | 85 | 90.3k | new (&value_) typename Traits::Stored(std::move(rhs.value_)); | 86 | 19 | } else { | 87 | 19 | new (&status_) Status(std::move(rhs.status_)); | 88 | 19 | } | 89 | 90.3k | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_6client7YBTableEEEEC2EOS6_ Line | Count | Source | 83 | 36.0k | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 36.0k | if (success_) { | 85 | 35.9k | new (&value_) typename Traits::Stored(std::move(rhs.value_)); | 86 | 43 | } else { | 87 | 43 | new (&status_) Status(std::move(rhs.status_)); | 88 | 43 | } | 89 | 36.0k | } |
_ZN2yb6ResultINS_14ReadHybridTimeEEC2EOS2_ Line | Count | Source | 83 | 9.27M | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 9.27M | if (success_) { | 85 | 9.27M | 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 | 9.27M | } |
_ZN2yb6ResultINSt3__110shared_ptrIKNS_6client27VersionedTablePartitionListEEEEC2EOS7_ Line | Count | Source | 83 | 170k | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 170k | if (success_) { | 85 | 170k | new (&value_) typename Traits::Stored(std::move(rhs.value_)); | 86 | 42 | } else { | 87 | 42 | new (&status_) Status(std::move(rhs.status_)); | 88 | 42 | } | 89 | 170k | } |
_ZN2yb6ResultINS_19TransactionMetadataEEC2EOS2_ Line | Count | Source | 83 | 5.82k | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 5.82k | if (success_) { | 85 | 5.82k | new (&value_) typename Traits::Stored(std::move(rhs.value_)); | 86 | 0 | } else { | 87 | 0 | new (&status_) Status(std::move(rhs.status_)); | 88 | 0 | } | 89 | 5.82k | } |
Line | Count | Source | 83 | 3.30k | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 3.30k | if (success_) { | 85 | 3.30k | new (&value_) typename Traits::Stored(std::move(rhs.value_)); | 86 | 0 | } else { | 87 | 0 | new (&status_) Status(std::move(rhs.status_)); | 88 | 0 | } | 89 | 3.30k | } |
_ZN2yb6ResultI13scoped_refptrINS_6pggate11PgTableDescEEEC2EOS5_ Line | Count | Source | 83 | 21 | Result(Result&& rhs) : success_(rhs.success_) { | 84 | 21 | if (success_) { | 85 | 21 | new (&value_) typename Traits::Stored(std::move(rhs.value_)); | 86 | 0 | } else { | 87 | 0 | new (&status_) Status(std::move(rhs.status_)); | 88 | 0 | } | 89 | 21 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_10StackTraceEEC2EOS2_ |
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 | 45.2M | Result(const Status& status) : success_(false), status_(status) { // NOLINT |
96 | 45.2M | StatusCheck(!status_.ok()); |
97 | 45.2M | } Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS_6client11YBTableNameENS1_9allocatorIS4_EEEEEC2ERKNS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIN9rapidjson15GenericDocumentINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEES6_EEEC2ERKNS_6StatusE _ZN2yb6ResultIbEC2ERKNS_6StatusE Line | Count | Source | 95 | 595k | Result(const Status& status) : success_(false), status_(status) { // NOLINT | 96 | 595k | StatusCheck(!status_.ok()); | 97 | 595k | } |
Unexecuted instantiation: _ZN2yb6ResultINS_7tserver30GetTransactionStatusResponsePBEEC2ERKNS_6StatusE _ZN2yb6ResultIiEC2ERKNS_6StatusE Line | Count | Source | 95 | 2 | Result(const Status& status) : success_(false), status_(status) { // NOLINT | 96 | 2 | StatusCheck(!status_.ok()); | 97 | 2 | } |
_ZN2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEC2ERKNS_6StatusE Line | Count | Source | 95 | 2 | Result(const Status& status) : success_(false), status_(status) { // NOLINT | 96 | 2 | StatusCheck(!status_.ok()); | 97 | 2 | } |
Unexecuted instantiation: _ZN2yb6ResultIN5boost9unordered13unordered_mapINS_17StronglyTypedUuidINS_17TransactionId_TagEEENS_23TransactionStatusResultENS1_4hashIS6_EENSt3__18equal_toIS6_EENSA_9allocatorINSA_4pairIKS6_S7_EEEEEEEC2ERKNS_6StatusE _ZN2yb6ResultIyEC2ERKNS_6StatusE Line | Count | Source | 95 | 5 | Result(const Status& status) : success_(false), status_(status) { // NOLINT | 96 | 5 | StatusCheck(!status_.ok()); | 97 | 5 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_6master22AsyncGetTabletSplitKey4DataEEC2ERKNS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS_6master16TableDescriptionENS1_9allocatorIS4_EEEEEC2ERKNS_6StatusE _ZN2yb6ResultINSt3__110shared_ptrINS_6tablet14AbstractTabletEEEEC2ERKNS_6StatusE Line | Count | Source | 95 | 159 | Result(const Status& status) : success_(false), status_(status) { // NOLINT | 96 | 159 | StatusCheck(!status_.ok()); | 97 | 159 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_6tablet18CreateSnapshotDataEEC2ERKNS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_10QLRowBlockEEEEC2ERKNS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIRKNS_7tserver26TabletSnapshotOpResponsePBEEC2ERKNS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrI9pg_resultNS_9pgwrapper13PGResultClearEEEEC2ERKNS_6StatusE _ZN2yb6ResultIN7rocksdb17FileNumbersHolderEEC2ERKNS_6StatusE Line | Count | Source | 95 | 1 | Result(const Status& status) : success_(false), status_(status) { // NOLINT | 96 | 1 | StatusCheck(!status_.ok()); | 97 | 1 | } |
_ZN2yb6ResultINS_23TransactionStatusResultEEC2ERKNS_6StatusE Line | Count | Source | 95 | 2.20M | Result(const Status& status) : success_(false), status_(status) { // NOLINT | 96 | 2.20M | StatusCheck(!status_.ok()); | 97 | 2.20M | } |
_ZN2yb6ResultINS_10HybridTimeEEC2ERKNS_6StatusE Line | Count | Source | 95 | 100k | Result(const Status& status) : success_(false), status_(status) { // NOLINT | 96 | 100k | StatusCheck(!status_.ok()); | 97 | 100k | } |
Unexecuted instantiation: _ZN2yb6ResultI13scoped_refptrINS_6tablet17RaftGroupMetadataEEEC2ERKNS_6StatusE _ZN2yb6ResultINSt3__110shared_ptrINS_6client7YBTableEEEEC2ERKNS_6StatusE Line | Count | Source | 95 | 43 | Result(const Status& status) : success_(false), status_(status) { // NOLINT | 96 | 43 | StatusCheck(!status_.ok()); | 97 | 43 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_14ReadHybridTimeEEC2ERKNS_6StatusE _ZN2yb6ResultINS_7tserver16TabletPeerTabletEEC2ERKNS_6StatusE Line | Count | Source | 95 | 54.4k | Result(const Status& status) : success_(false), status_(status) { // NOLINT | 96 | 54.4k | StatusCheck(!status_.ok()); | 97 | 54.4k | } |
_ZN2yb6ResultIPNS_6master27GetTableLocationsResponsePBEEC2ERKNS_6StatusE Line | Count | Source | 95 | 43 | Result(const Status& status) : success_(false), status_(status) { // NOLINT | 96 | 43 | StatusCheck(!status_.ok()); | 97 | 43 | } |
_ZN2yb6ResultINSt3__16vectorINS2_INS_8HostPortENS1_9allocatorIS3_EEEENS4_IS6_EEEEEC2ERKNS_6StatusE Line | Count | Source | 95 | 1.24k | Result(const Status& status) : success_(false), status_(status) { // NOLINT | 96 | 1.24k | StatusCheck(!status_.ok()); | 97 | 1.24k | } |
_ZN2yb6ResultI13scoped_refptrINS_6client8internal12RemoteTabletEEEC2ERKNS_6StatusE Line | Count | Source | 95 | 2.26k | Result(const Status& status) : success_(false), status_(status) { // NOLINT | 96 | 2.26k | StatusCheck(!status_.ok()); | 97 | 2.26k | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorI13scoped_refptrINS_6client8internal12RemoteTabletEENS1_9allocatorIS7_EEEEEC2ERKNS_6StatusE _ZN2yb6ResultINSt3__110shared_ptrIKNS_6client27VersionedTablePartitionListEEEEC2ERKNS_6StatusE Line | Count | Source | 95 | 43 | Result(const Status& status) : success_(false), status_(status) { // NOLINT | 96 | 43 | StatusCheck(!status_.ok()); | 97 | 43 | } |
_ZN2yb6ResultINS_22ChildTransactionDataPBEEC2ERKNS_6StatusE Line | Count | Source | 95 | 40 | Result(const Status& status) : success_(false), status_(status) { // NOLINT | 96 | 40 | StatusCheck(!status_.ok()); | 97 | 40 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_19TransactionMetadataEEC2ERKNS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_6client13YBTransactionEEEEC2ERKNS_6StatusE _ZN2yb6ResultINSt3__14listINS_6pggate11PgDocResultENS1_9allocatorIS4_EEEEEC2ERKNS_6StatusE Line | Count | Source | 95 | 25.0k | Result(const Status& status) : success_(false), status_(status) { // NOLINT | 96 | 25.0k | StatusCheck(!status_.ok()); | 97 | 25.0k | } |
_ZN2yb6ResultImEC2ERKNS_6StatusE Line | Count | Source | 95 | 42.2M | Result(const Status& status) : success_(false), status_(status) { // NOLINT | 96 | 42.2M | StatusCheck(!status_.ok()); | 97 | 42.2M | } |
_ZN2yb6ResultINS_10StackTraceEEC2ERKNS_6StatusE Line | Count | Source | 95 | 2.04k | Result(const Status& status) : success_(false), status_(status) { // NOLINT | 96 | 2.04k | StatusCheck(!status_.ok()); | 97 | 2.04k | } |
Unexecuted instantiation: _ZN2yb6ResultIN5boost9container12small_vectorI5iovecLm4EvvEEEC2ERKNS_6StatusE |
98 | | |
99 | 12.4M | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT |
100 | 12.4M | StatusCheck(!status_.ok()); |
101 | 12.4M | } Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrIN7rocksdb22RandomAccessFileReaderENS1_14default_deleteIS4_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrIN7rocksdb11TableReaderENS1_14default_deleteIS4_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrIN7rocksdb18WritableFileWriterENS1_14default_deleteIS4_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_10HybridTimeEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIPcEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_13DocHybridTimeEEC2EONS_6StatusE _ZN2yb6ResultIyEC2EONS_6StatusE Line | Count | Source | 99 | 167 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 167 | StatusCheck(!status_.ok()); | 101 | 167 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_5tools17DataPatcherActionEEC2EONS_6StatusE _ZN2yb6ResultIN9rapidjson15GenericDocumentINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEES6_EEEC2EONS_6StatusE 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-admin_cli.cc:_ZN2yb6ResultINSt3__14pairIiNS_10EnumBitSetINS_5tools12_GLOBAL__N_116ListTabletsFlagsEEEEEEC2EONS_6StatusE _ZN2yb6ResultIiEC2EONS_6StatusE Line | Count | Source | 99 | 13 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 13 | StatusCheck(!status_.ok()); | 101 | 13 | } |
Unexecuted instantiation: yb-admin_cli.cc:_ZN2yb6ResultINSt3__14pairIiNS_10EnumBitSetINS_5tools12_GLOBAL__N_110AddIndexesEEEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairIibEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS_6client11YBTableNameENS1_9allocatorIS4_EEEEEC2EONS_6StatusE _ZN2yb6ResultINS_6client11YBTableNameEEC2EONS_6StatusE Line | Count | Source | 99 | 2 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 2 | StatusCheck(!status_.ok()); | 101 | 2 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_17StronglyTypedUuidINS_28TxnSnapshotRestorationId_TagEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIaEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIsEC2EONS_6StatusE _ZN2yb6ResultIxEC2EONS_6StatusE Line | Count | Source | 99 | 83.7k | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 83.7k | StatusCheck(!status_.ok()); | 101 | 83.7k | } |
_ZN2yb6ResultIbEC2EONS_6StatusE Line | Count | Source | 99 | 227k | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 227k | StatusCheck(!status_.ok()); | 101 | 227k | } |
Unexecuted instantiation: ql-dml-test.cc:_ZN2yb6ResultINS_6client12_GLOBAL__N_18RowValueEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_7QLValueEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairINS1_6vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS7_IS9_EEEENS1_13unordered_setIS9_NS1_4hashIS9_EENS1_8equal_toIS9_EESA_EEEEEC2EONS_6StatusE _ZN2yb6ResultI13scoped_refptrINS_6master9TableInfoEEEC2EONS_6StatusE Line | Count | Source | 99 | 3.08k | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 3.08k | StatusCheck(!status_.ok()); | 101 | 3.08k | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorI13scoped_refptrINS_6master10TabletInfoEENS1_9allocatorIS6_EEEEEC2EONS_6StatusE _ZN2yb6ResultINS_4OpIdEEC2EONS_6StatusE Line | Count | Source | 99 | 53 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 53 | StatusCheck(!status_.ok()); | 101 | 53 | } |
_ZN2yb6ResultImEC2EONS_6StatusE Line | Count | Source | 99 | 615k | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 615k | StatusCheck(!status_.ok()); | 101 | 615k | } |
Unexecuted instantiation: _ZN2yb6ResultINS_7tserver30GetTransactionStatusResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_9consensus4PeerEEEEC2EONS_6StatusE _ZN2yb6ResultINSt3__16vectorINS_4OpIdENS1_9allocatorIS3_EEEEEC2EONS_6StatusE Line | Count | Source | 99 | 45 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 45 | StatusCheck(!status_.ok()); | 101 | 45 | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorI13scoped_refptrINS_3log18ReadableLogSegmentEENS1_9allocatorIS6_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_5docdb22RateLimiterSharingModeEEC2EONS_6StatusE _ZN2yb6ResultINS_16CassandraSessionEEC2EONS_6StatusE Line | Count | Source | 99 | 53 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 53 | StatusCheck(!status_.ok()); | 101 | 53 | } |
_ZN2yb6ResultINS_6master13BackfillJobPBEEC2EONS_6StatusE Line | Count | Source | 99 | 226 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 226 | StatusCheck(!status_.ok()); | 101 | 226 | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE11cass_bool_tfdixS8_EEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_13CassandraJsonEEEEEC2EONS_6StatusE _ZN2yb6ResultINS_16IndexPermissionsEEC2EONS_6StatusE Line | Count | Source | 99 | 546 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 546 | StatusCheck(!status_.ok()); | 101 | 546 | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__15tupleIJ11cass_bool_tiNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiS9_EEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEdEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__15tupleIJidEEEEC2EONS_6StatusE _ZN2yb6ResultINSt3__15tupleIJxdEEEEC2EONS_6StatusE Line | Count | Source | 99 | 1 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 1 | StatusCheck(!status_.ok()); | 101 | 1 | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__15tupleIJ11cass_bool_tdEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__15tupleIJfdEEEEC2EONS_6StatusE _ZN2yb6ResultINSt3__15tupleIJddEEEEC2EONS_6StatusE Line | Count | Source | 99 | 1 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 1 | StatusCheck(!status_.ok()); | 101 | 1 | } |
_ZN2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEidEEEEC2EONS_6StatusE Line | Count | Source | 99 | 1 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 1 | StatusCheck(!status_.ok()); | 101 | 1 | } |
_ZN2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEC2EONS_6StatusE Line | Count | Source | 99 | 137 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 137 | StatusCheck(!status_.ok()); | 101 | 137 | } |
_ZN2yb6ResultINSt3__16vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEEEC2EONS_6StatusE Line | Count | Source | 99 | 10 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 10 | StatusCheck(!status_.ok()); | 101 | 10 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_6master28GetCDCDBStreamInfoResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master15CDCStreamInfoPBEEEEC2EONS_6StatusE _ZN2yb6ResultINSt3__110unique_ptrINS_6client8YBClientENS1_14default_deleteIS4_EEEEEC2EONS_6StatusE Line | Count | Source | 99 | 7.61k | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 7.61k | StatusCheck(!status_.ok()); | 101 | 7.61k | } |
_ZN2yb6ResultIjEC2EONS_6StatusE Line | Count | Source | 99 | 654 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 654 | StatusCheck(!status_.ok()); | 101 | 654 | } |
Unexecuted instantiation: _ZN2yb6ResultIPNS_6master16CatalogManagerIfEEC2EONS_6StatusE _ZN2yb6ResultINSt3__110shared_ptrINS_6tablet10TabletPeerEEEEC2EONS_6StatusE Line | Count | Source | 99 | 6 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 6 | StatusCheck(!status_.ok()); | 101 | 6 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_7tserver21SplitTabletResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6client7YBTableEEENS1_9allocatorIS6_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairINS1_10shared_ptrINS_6client9YBSessionEEENS3_INS4_13YBTransactionEEEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultItEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrINS_11MiniClusterENS1_14default_deleteIS3_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIdEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_10EnumBitSetINS_9pgwrapper14IndexStateFlagEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master17TabletLocationsPBEEC2EONS_6StatusE Unexecuted instantiation: pg_libpq-test.cc:_ZN2yb6ResultINS_9pgwrapper12_GLOBAL__N_114TableGroupInfoEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_9pgwrapper6PGConnEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorIN7rocksdb16LiveFileMetaDataENS1_9allocatorIS4_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultI13scoped_refptrINS_6MetricEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultI13scoped_refptrINS_9HistogramEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultI13scoped_refptrINS_7CounterEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS_5QLRowENS1_9allocatorIS3_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIPNS_6master17MasterBackupProxyEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master23ListSnapshotsResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master24SysSnapshotEntryPB_StateEEC2EONS_6StatusE _ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master17TabletLocationsPBEEEEC2EONS_6StatusE Line | Count | Source | 99 | 1 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 1 | StatusCheck(!status_.ok()); | 101 | 1 | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6tablet10TabletPeerEEENS1_9allocatorIS6_EEEEEC2EONS_6StatusE _ZN2yb6ResultI13scoped_refptrINS_6ThreadEEEC2EONS_6StatusE Line | Count | Source | 99 | 21 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 21 | StatusCheck(!status_.ok()); | 101 | 21 | } |
_ZN2yb6ResultIRNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEC2EONS_6StatusE Line | Count | Source | 99 | 1 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 1 | StatusCheck(!status_.ok()); | 101 | 1 | } |
_ZN2yb6ResultINSt3__110unique_ptrIiNS1_14default_deleteIiEEEEEC2EONS_6StatusE Line | Count | Source | 99 | 1 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 1 | StatusCheck(!status_.ok()); | 101 | 1 | } |
_ZN2yb6ResultINS_18SharedMemoryObjectINS_4util4DataEEEEC2EONS_6StatusE Line | Count | Source | 99 | 1 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 1 | StatusCheck(!status_.ok()); | 101 | 1 | } |
_ZN2yb6ResultINS_17StronglyTypedUuidINS_4util12TestUuid_TagEEEEC2EONS_6StatusE Line | Count | Source | 99 | 1 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 1 | StatusCheck(!status_.ok()); | 101 | 1 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_14UnsignedIntSetIjEEEC2EONS_6StatusE _ZN2yb6ResultINS_4UuidEEC2EONS_6StatusE Line | Count | Source | 99 | 5 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 5 | StatusCheck(!status_.ok()); | 101 | 5 | } |
Unexecuted instantiation: _ZN2yb6ResultIRKN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIRN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_3cdc26SetCDCCheckpointResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_6client11TableHandleEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultI13scoped_refptrINS_6client8internal12RemoteTabletEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIPNS_6client8internal18RemoteTabletServerEEC2EONS_6StatusE _ZN2yb6ResultINSt3__110shared_ptrINS_3cdc14StreamMetadataEEEEC2EONS_6StatusE Line | Count | Source | 99 | 1 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 1 | StatusCheck(!status_.ok()); | 101 | 1 | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS1_4pairIymEENS1_9allocatorIS4_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_9consensus12ReplicateMsgEEENS1_9allocatorIS6_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIN5boost9unordered13unordered_mapINS_17StronglyTypedUuidINS_17TransactionId_TagEEENS_23TransactionStatusResultENS1_4hashIS6_EENSt3__18equal_toIS6_EENSA_9allocatorINSA_4pairIKS6_S7_EEEEEEEC2EONS_6StatusE _ZN2yb6ResultINS_9consensus13ReadOpsResultEEC2EONS_6StatusE Line | Count | Source | 99 | 1 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 1 | StatusCheck(!status_.ok()); | 101 | 1 | } |
_ZN2yb6ResultI13scoped_refptrINS_9consensus14LeaderElectionEEEC2EONS_6StatusE Line | Count | Source | 99 | 895 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 895 | StatusCheck(!status_.ok()); | 101 | 895 | } |
_ZN2yb6ResultINS_9consensus13RaftConsensus19UpdateReplicaResultEEC2EONS_6StatusE Line | Count | Source | 99 | 15 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 15 | StatusCheck(!status_.ok()); | 101 | 15 | } |
_ZN2yb6ResultINS_15CassandraResultEEC2EONS_6StatusE Line | Count | Source | 99 | 3 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 3 | StatusCheck(!status_.ok()); | 101 | 3 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_17CassandraPreparedEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrINS_10encryption23BlockAccessCipherStreamENS1_14default_deleteIS4_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrINS_10encryption16EncryptionParamsENS1_14default_deleteIS4_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_10encryption18EncryptionParamsPBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrINS_10encryption18UniverseKeyManagerENS1_14default_deleteIS4_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_10encryption17UniverseKeyParamsEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS1_10unique_ptrINS_5itest14TServerDetailsENS1_14default_deleteISB_EEEENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SE_EEEEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIPNS_14ExternalMasterEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS_7tserver42ListTabletsForTabletServerResponsePB_EntryENS1_9allocatorIS4_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_7tserver21GetSplitKeyResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_7tserver21ListTabletsResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIPNS_6master10MiniMasterEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_8HostPortEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_6client13YBTransactionEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6client11TableHandleEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorIjNS1_9allocatorIjEEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultI13scoped_refptrINS_3log18ReadableLogSegmentEEEC2EONS_6StatusE _ZN2yb6ResultINS_3log18FirstEntryMetadataEEC2EONS_6StatusE Line | Count | Source | 99 | 40 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 40 | StatusCheck(!status_.ok()); | 101 | 40 | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__15arrayINS_11PartitionPBELm2EEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master17ReplicationInfoPBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIN5boost8optionalINS_6master17ReplicationInfoPBEEEEC2EONS_6StatusE _ZN2yb6ResultINSt3__110shared_ptrINS1_13unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN5boost8optionalINS_6master17ReplicationInfoPBEEENS1_4hashIS9_EENS1_8equal_toIS9_EENS7_INS1_4pairIKS9_SE_EEEEEEEEEC2EONS_6StatusE Line | Count | Source | 99 | 50 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 50 | StatusCheck(!status_.ok()); | 101 | 50 | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS1_13unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN5boost8optionalIS9_EENS1_4hashIS9_EENS1_8equal_toIS9_EENS7_INS1_4pairIKS9_SC_EEEEEEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultI13scoped_refptrINS_6master10TabletInfoEEEC2EONS_6StatusE _ZN2yb6ResultI13scoped_refptrINS_6master13NamespaceInfoEEEC2EONS_6StatusE Line | Count | Source | 99 | 1.70k | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 1.70k | StatusCheck(!status_.ok()); | 101 | 1.70k | } |
Unexecuted instantiation: _ZN2yb6ResultINS_6master16TableDescriptionEEC2EONS_6StatusE _ZN2yb6ResultINSt3__110shared_ptrINS_6tablet14AbstractTabletEEEEC2EONS_6StatusE Line | Count | Source | 99 | 11.2k | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 11.2k | StatusCheck(!status_.ok()); | 101 | 11.2k | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS_6master16TableDescriptionENS1_9allocatorIS4_EEEEEC2EONS_6StatusE _ZN2yb6ResultIPNS_6master12TSDescriptorEEC2EONS_6StatusE Line | Count | Source | 99 | 97.5k | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 97.5k | StatusCheck(!status_.ok()); | 101 | 97.5k | } |
_ZN2yb6ResultINS_6master22TabletReplicaDriveInfoEEC2EONS_6StatusE Line | Count | Source | 99 | 11.1M | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 11.1M | StatusCheck(!status_.ok()); | 101 | 11.1M | } |
Unexecuted instantiation: _ZN2yb6ResultINS_10encryption21UniverseKeyRegistryPBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master13MasterOptionsEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIRKNS_7tserver26TabletSnapshotOpResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_17StronglyTypedUuidINS_17TxnSnapshotId_TagEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIRNS_6master13SnapshotStateEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIRNS_6master21SnapshotScheduleStateEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIRNS_6master16RestorationStateEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master18SysSnapshotEntryPBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master25SnapshotScheduleOptionsPBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__113unordered_mapINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEENS1_6vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENSA_ISC_EEEEN5boost4hashIS5_EENS1_8equal_toIS5_EENSA_INS1_4pairIKS5_SE_EEEEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_5docdb8KeyBytesEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master25SnapshotScheduleOperationEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6tablet18CreateSnapshotDataEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master13DdlLogEntryPBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_6master12TSDescriptorEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairIiNS_8DataTypeEEEEC2EONS_6StatusE _ZN2yb6ResultIN5boost4asio2ip7addressEEC2EONS_6StatusE Line | Count | Source | 99 | 46.9k | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 46.9k | StatusCheck(!status_.ok()); | 101 | 46.9k | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_10QLRowBlockEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIN5boost8optionalINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master13SysRowEntriesEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master16SysTablesEntryPBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master19SysNamespaceEntryPBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master17SysTabletsEntryPBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_6master11CDCRpcTasksEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIPNS_6client8YBClientEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS1_4pairINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6client11YBTableNameEEENS7_ISC_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS_6master10enterprise21CDCConsumerStreamInfoENS1_9allocatorIS5_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIRKNSt3__14pairIKNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master16SysTablesEntryPBEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_9pgwrapper13PgProcessConfEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_18SharedMemoryObjectINS_7tserver17TServerSharedDataEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrI9pg_resultNS_9pgwrapper13PGResultClearEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_6client11YBqlWriteOpEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__13mapIiiNS1_4lessIiEENS1_9allocatorINS1_4pairIKiiEEEEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master17MasterBackupProxyEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master14SnapshotInfoPBEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master40ImportSnapshotMetaResponsePB_TableMetaPBEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master22SnapshotScheduleInfoPBEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIRKNS_2ql9ParseTreeEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_2ql5audit8LogEntryEEC2EONS_6StatusE _ZN2yb6ResultINSt3__110shared_ptrINS_2ql6PTExprEEEEC2EONS_6StatusE Line | Count | Source | 99 | 2 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 2 | StatusCheck(!status_.ok()); | 101 | 2 | } |
_ZN2yb6ResultIPNS_2ql16QueryPagingStateEEC2EONS_6StatusE Line | Count | Source | 99 | 3 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 3 | StatusCheck(!status_.ok()); | 101 | 3 | } |
_ZN2yb6ResultIN7rocksdb17FileNumbersHolderEEC2EONS_6StatusE Line | Count | Source | 99 | 142 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 142 | StatusCheck(!status_.ok()); | 101 | 142 | } |
Unexecuted instantiation: _ZN2yb6ResultIN7rocksdb18FileBoundaryValuesINS1_11InternalKeyEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrIN7rocksdb2DBENS1_14default_deleteIS4_EEEEEC2EONS_6StatusE _ZN2yb6ResultIN7rocksdb10TableCache21TableReaderWithHandleEEC2EONS_6StatusE Line | Count | Source | 99 | 33 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 33 | StatusCheck(!status_.ok()); | 101 | 33 | } |
_ZN2yb6ResultIN7rocksdb15BlockBasedTable13CachableEntryINS1_11IndexReaderEEEEC2EONS_6StatusE Line | Count | Source | 99 | 1 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 1 | StatusCheck(!status_.ok()); | 101 | 1 | } |
_ZN2yb6ResultINS_5SliceEEC2EONS_6StatusE Line | Count | Source | 99 | 2 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 2 | StatusCheck(!status_.ok()); | 101 | 2 | } |
Unexecuted instantiation: format.cc:_ZN2yb6ResultIN7rocksdb12_GLOBAL__N_112ChecksumDataEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrIN7rocksdb21MultiLevelIndexReaderENS1_14default_deleteIS4_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIPN7rocksdb14SstFileManagerEEC2EONS_6StatusE _ZN2yb6ResultINS_8rpc_test17TrivialResponsePBEEC2EONS_6StatusE Line | Count | Source | 99 | 1 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 1 | StatusCheck(!status_.ok()); | 101 | 1 | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS2_INS_8HostPortENS1_9allocatorIS3_EEEENS4_IS6_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS_8HostPortENS1_9allocatorIS3_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorIN5boost4asio2ip14basic_endpointINS5_3tcpEEENS1_9allocatorIS8_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_12PhysicalTimeEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrINS_3rpc13SecureContextENS1_14default_deleteIS4_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_7tserver13ReadRequestPBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairIttEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__13setINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS1_4lessIS8_EENS6_IS8_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS_7tserver39ListTabletsResponsePB_StatusAndSchemaPBENS1_9allocatorIS4_EEEEEC2EONS_6StatusE _ZN2yb6ResultINS_23TransactionStatusResultEEC2EONS_6StatusE Line | Count | Source | 99 | 50.9k | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 50.9k | StatusCheck(!status_.ok()); | 101 | 50.9k | } |
Unexecuted instantiation: _ZN2yb6ResultINS_22ScopedRWOperationPauseEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrI7pg_connNS_9pgwrapper11PGConnCloseEEEEC2EONS_6StatusE _ZN2yb6ResultINS_19PgsqlBackfillSpecPBEEC2EONS_6StatusE Line | Count | Source | 99 | 1 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 1 | StatusCheck(!status_.ok()); | 101 | 1 | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_6client7YBTableEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6tablet29TabletScopedRWOperationPausesEEC2EONS_6StatusE _ZN2yb6ResultINSt3__110unique_ptrINS_5docdb20YQLRowwiseIteratorIfENS1_14default_deleteIS4_EEEEEC2EONS_6StatusE Line | Count | Source | 99 | 1 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 1 | StatusCheck(!status_.ok()); | 101 | 1 | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_6client9YBSessionEEEEC2EONS_6StatusE _ZN2yb6ResultINS_6tablet10DocDbOpIdsEEC2EONS_6StatusE Line | Count | Source | 99 | 1 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 1 | StatusCheck(!status_.ok()); | 101 | 1 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_27TransactionOperationContextEEC2EONS_6StatusE _ZN2yb6ResultINS_14IsolationLevelEEC2EONS_6StatusE Line | Count | Source | 99 | 57 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 57 | StatusCheck(!status_.ok()); | 101 | 57 | } |
_ZN2yb6ResultI13scoped_refptrINS_6tablet17RaftGroupMetadataEEEC2EONS_6StatusE Line | Count | Source | 99 | 6.39k | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 6.39k | StatusCheck(!status_.ok()); | 101 | 6.39k | } |
Unexecuted instantiation: _ZN2yb6ResultINS_6tablet19ScopedReadOperationEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_17StronglyTypedBoolINS_6tablet17NeedsRecovery_TagEEEEC2EONS_6StatusE _ZN2yb6ResultINS_6tablet20FixedHybridTimeLeaseEEC2EONS_6StatusE Line | Count | Source | 99 | 5 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 5 | StatusCheck(!status_.ok()); | 101 | 5 | } |
_ZN2yb6ResultI13scoped_refptrINS_6tablet15OperationDriverEEEC2EONS_6StatusE Line | Count | Source | 99 | 2 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 2 | StatusCheck(!status_.ok()); | 101 | 2 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_5docdb23ApplyTransactionStatePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_5docdb21ApplyTransactionStateEEC2EONS_6StatusE _ZN2yb6ResultINS_19TransactionMetadataEEC2EONS_6StatusE Line | Count | Source | 99 | 57 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 57 | StatusCheck(!status_.ok()); | 101 | 57 | } |
Unexecuted instantiation: _ZN2yb6ResultIRNS_6tablet19SnapshotCoordinatorEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_6tablet9TableInfoEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_6tablet6TabletEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIRNS_7tserver15PgClientSessionEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_7tserver21PgClientSessionLockerEEC2EONS_6StatusE _ZN2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6client9YBPgsqlOpEEENS1_9allocatorIS6_EEEEEC2EONS_6StatusE Line | Count | Source | 99 | 6 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 6 | StatusCheck(!status_.ok()); | 101 | 6 | } |
Unexecuted instantiation: _ZN2yb6ResultIPNS_6client9YBSessionEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIPKNS_19TransactionMetadataEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_14ReadHybridTimeEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6tablet6FilePBEEEEC2EONS_6StatusE _ZN2yb6ResultINS_7tserver16LeaderTabletPeerEEC2EONS_6StatusE Line | Count | Source | 99 | 62.2k | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 62.2k | StatusCheck(!status_.ok()); | 101 | 62.2k | } |
_ZN2yb6ResultINS_7tserver16TabletPeerTabletEEC2EONS_6StatusE Line | Count | Source | 99 | 55.6k | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 55.6k | StatusCheck(!status_.ok()); | 101 | 55.6k | } |
Unexecuted instantiation: _ZN2yb6ResultINS_7tserver19TabletServerOptionsEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_9consensus13RaftConsensusEEEEC2EONS_6StatusE _ZN2yb6ResultI13scoped_refptrINS_7tserver27TransitionInProgressDeleterEEEC2EONS_6StatusE Line | Count | Source | 99 | 4 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 4 | StatusCheck(!status_.ok()); | 101 | 4 | } |
Unexecuted instantiation: _ZN2yb6ResultIRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrINS_7tserver10enterprise11CDCConsumerENS1_14default_deleteIS5_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorI13scoped_refptrINS_6client8internal12RemoteTabletEENS1_9allocatorIS7_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrINS_7tserver16MiniTabletServerENS1_14default_deleteIS4_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_5tools18TypedNamespaceNameEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master21ListMastersResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_9consensus24LeaderStepDownResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_9consensus27RunLeaderElectionResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_9consensus22ChangeConfigResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master25DumpMasterStateResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master28GetLoadMovePercentResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiNS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_iEEEEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master28GetTabletLocationsResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master27ListTabletServersResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_7tserver24GetLogLocationResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master37LaunchBackfillIndexForTableResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_7tserver36ListTabletsForTabletServerResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master33ChangeLoadBalancerStateResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master30GetLoadBalancerStateResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master25FlushSysCatalogResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master27CompactSysCatalogResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master29IsMasterLeaderReadyResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master35ChangeMasterClusterConfigResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6master22IsInitDbDoneResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_7tserver21UpgradeYsqlResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIRKNS_6master21NamespaceIdentifierPBEEC2EONS_6StatusE _ZN2yb6ResultINS_6master32GetMasterClusterConfigResponsePBEEC2EONS_6StatusE Line | Count | Source | 99 | 14 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 14 | StatusCheck(!status_.ok()); | 101 | 14 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_6master21SplitTabletResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIRKNSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master21NamespaceIdentifierPBENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SA_EEEEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_5tools17TableNameResolverEEC2EONS_6StatusE Unexecuted instantiation: cql_processor.cc:_ZN2yb6ResultINSt3__110unique_ptrI4ldapNS_9cqlserver12_GLOBAL__N_111LDAPDeleterEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIPNS_9cqlserver12CQLProcessorEEC2EONS_6StatusE _ZN2yb6ResultINS_3rpc18ProcessCallsResultEEC2EONS_6StatusE Line | Count | Source | 99 | 6 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 6 | StatusCheck(!status_.ok()); | 101 | 6 | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS_10HostPortPBENS1_9allocatorIS3_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIlEC2EONS_6StatusE _ZN2yb6ResultINS_6client11YBTableInfoEEC2EONS_6StatusE Line | Count | Source | 99 | 3 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 3 | StatusCheck(!status_.ok()); | 101 | 3 | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS_6master21NamespaceIdentifierPBENS1_9allocatorIS4_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS_6master22TablegroupIdentifierPBENS1_9allocatorIS4_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS_6client14YBTabletServerENS1_9allocatorIS4_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS_6client27YBTabletServerPlacementInfoENS1_9allocatorIS4_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6client24TransactionStatusTabletsEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrINS_3rpc9MessengerENS1_14default_deleteIS4_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6client11YBTableTypeEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_22ChildTransactionDataPBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_24ChildTransactionResultPBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6client20ChildTransactionDataEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_10QLRowBlockEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS_5docdb14PrimitiveValueENS1_9allocatorIS4_EEEEEC2EONS_6StatusE _ZN2yb6ResultIPKNS_9IndexInfoEEC2EONS_6StatusE Line | Count | Source | 99 | 267 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 267 | StatusCheck(!status_.ok()); | 101 | 267 | } |
_ZN2yb6ResultINS_22PlacementInfoConverter9PlacementEEC2EONS_6StatusE Line | Count | Source | 99 | 10 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 10 | StatusCheck(!status_.ok()); | 101 | 10 | } |
Unexecuted instantiation: _ZN2yb6ResultIRKNS_13QLTableColumnEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_6QLTypeEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_17StronglyTypedUuidINS_12ClientId_TagEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_8ColumnIdEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIRKNS_12ColumnSchemaEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_17StronglyTypedUuidINS_17TransactionId_TagEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_22SubTransactionMetadataEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_16UsePrivateIpModeEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_10WaitPolicyEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_5docdb12ParsedIntentEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIPNS_16QLWriteRequestPBEEC2EONS_6StatusE Unexecuted instantiation: docdb.cc:_ZN2yb6ResultINS_5docdb12_GLOBAL__N_125DetermineKeysToLockResultEEC2EONS_6StatusE _ZN2yb6ResultINS_5docdb30PrepareDocWriteOperationResultEEC2EONS_6StatusE Line | Count | Source | 99 | 46 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 46 | StatusCheck(!status_.ok()); | 101 | 46 | } |
Unexecuted instantiation: _ZN2yb6ResultIN7rocksdb14FilterDecisionEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIN5boost8optionalINS_17StronglyTypedUuidINS_17TransactionId_TagEEEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIN5boost8optionalINS_5docdb11SubDocumentEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIN7rocksdb15CompressionTypeEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIN7rocksdb22KeyValueEncodingFormatEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_9MonoDeltaEEC2EONS_6StatusE Unexecuted instantiation: intent_aware_iterator.cc:_ZN2yb6ResultINS_5docdb12_GLOBAL__N_129DecodeStrongWriteIntentResultEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_5docdb14FetchKeyResultEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_5docdb6DocKeyEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_13RedisDataTypeEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_5docdb10RedisValueEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIN5boost8optionalINS_5docdb10ExpirationEEEEC2EONS_6StatusE Unexecuted instantiation: subdoc_reader.cc:_ZN2yb6ResultINSt3__110unique_ptrINS_5docdb12_GLOBAL__N_112DocDbRowDataENS1_14default_deleteIS5_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIPNS_5docdb11SubDocumentEEC2EONS_6StatusE Unexecuted instantiation: subdoc_reader.cc:_ZN2yb6ResultIPNS_5docdb12_GLOBAL__N_129ScopedDocDbRowContextWithDataEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_14CommitMetadataEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_5docdb22TransactionStatusCache19GetCommitDataResultEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairImbEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairImmEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIN5boost8optionalItEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_5docdb16DecodedIntentKeyEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_5docdb18DecodedIntentValueEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_6pggate12PgApiContext15MessengerHolderEEC2EONS_6StatusE _ZN2yb6ResultI13scoped_refptrINS_6pggate11PgTableDescEEEC2EONS_6StatusE Line | Count | Source | 99 | 74 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 74 | StatusCheck(!status_.ok()); | 101 | 74 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_6master26GetNamespaceInfoResponsePBEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairIjjEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIRKNS_6pggate8PgColumnEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__18functionIFNS_5docdb6DocKeyERKNS1_6vectorINS3_14PrimitiveValueENS1_9allocatorIS6_EEEEEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_5docdb14PrimitiveValueEEC2EONS_6StatusE _ZN2yb6ResultINS_17StronglyTypedBoolINS_6pggate15RequestSent_TagEEEEC2EONS_6StatusE Line | Count | Source | 99 | 126 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 126 | StatusCheck(!status_.ok()); | 101 | 126 | } |
_ZN2yb6ResultINS_6pggate13PerformFutureEEC2EONS_6StatusE Line | Count | Source | 99 | 1.21k | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 1.21k | StatusCheck(!status_.ok()); | 101 | 1.21k | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__14listINS_6pggate11PgDocResultENS1_9allocatorIS4_EEEEEC2EONS_6StatusE _ZN2yb6ResultIRNS_6pggate8PgColumnEEC2EONS_6StatusE Line | Count | Source | 99 | 49 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 49 | StatusCheck(!status_.ok()); | 101 | 49 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_12OneWayBitmapEEC2EONS_6StatusE _ZN2yb6ResultIN5boost10shared_ptrINS1_9date_time14time_zone_baseINS1_10posix_time5ptimeEcEEEEEC2EONS_6StatusE Line | Count | Source | 99 | 3 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 3 | StatusCheck(!status_.ok()); | 101 | 3 | } |
Unexecuted instantiation: _ZN2yb6ResultIN6icu_6717GregorianCalendarEEC2EONS_6StatusE _ZN2yb6ResultINS_9TimestampEEC2EONS_6StatusE Line | Count | Source | 99 | 36 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 36 | StatusCheck(!status_.ok()); | 101 | 36 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_4util6VarIntEEC2EONS_6StatusE _ZN2yb6ResultI7statvfsEC2EONS_6StatusE Line | Count | Source | 99 | 13.3k | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 13.3k | StatusCheck(!status_.ok()); | 101 | 13.3k | } |
_ZN2yb6ResultINS_3Env15FilesystemStatsEEC2EONS_6StatusE Line | Count | Source | 99 | 13.3k | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 13.3k | StatusCheck(!status_.ok()); | 101 | 13.3k | } |
Unexecuted instantiation: _ZN2yb6ResultINS_14ResourceLimitsEEC2EONS_6StatusE _ZN2yb6ResultINSt3__14pairIxmEEEC2EONS_6StatusE Line | Count | Source | 99 | 143 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 143 | StatusCheck(!status_.ok()); | 101 | 143 | } |
net_util.cc:_ZN2yb6ResultINSt3__110unique_ptrI8addrinfoNS_12_GLOBAL__N_115AddrinfoDeleterEEEEC2EONS_6StatusE Line | Count | Source | 99 | 29 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 29 | StatusCheck(!status_.ok()); | 101 | 29 | } |
_ZN2yb6ResultIN5boost4asio2ip14basic_endpointINS3_3tcpEEEEC2EONS_6StatusE Line | Count | Source | 99 | 3 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 3 | StatusCheck(!status_.ok()); | 101 | 3 | } |
_ZN2yb6ResultIPvEC2EONS_6StatusE Line | Count | Source | 99 | 4 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 4 | StatusCheck(!status_.ok()); | 101 | 4 | } |
_ZN2yb6ResultINS_19SharedMemorySegmentEEC2EONS_6StatusE Line | Count | Source | 99 | 5 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 5 | StatusCheck(!status_.ok()); | 101 | 5 | } |
_ZN2yb6ResultIeEC2EONS_6StatusE Line | Count | Source | 99 | 53 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 53 | StatusCheck(!status_.ok()); | 101 | 53 | } |
Unexecuted instantiation: _ZN2yb6ResultIP3DIREC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorIPcNS1_9allocatorIS3_EEEEEC2EONS_6StatusE _ZN2yb6ResultINS_10Subprocess10ChildPipesEEC2EONS_6StatusE Line | Count | Source | 99 | 4 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 4 | StatusCheck(!status_.ok()); | 101 | 4 | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorIiNS1_9allocatorIiEEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIN5boost9container12small_vectorI5iovecLm4EvvEEEC2EONS_6StatusE _ZN2yb6ResultINS_17StronglyTypedBoolINS_3rpc18ReadBufferFull_TagEEEEC2EONS_6StatusE Line | Count | Source | 99 | 43 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 43 | StatusCheck(!status_.ok()); | 101 | 43 | } |
Unexecuted instantiation: _ZN2yb6ResultIPKPKhEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairINS_12RefCntBufferENS_5SliceEEEEC2EONS_6StatusE _ZN2yb6ResultINS_6SocketEEC2EONS_6StatusE Line | Count | Source | 99 | 3.07k | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 3.07k | StatusCheck(!status_.ok()); | 101 | 3.07k | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrINS_3rpc6StreamENS1_14default_deleteIS4_EEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrIKPKhEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrI7x509_stNS_3rpc6detail8X509FreeEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrI11evp_pkey_stNS_3rpc6detail12EVP_PKEYFreeEEEEC2EONS_6StatusE Unexecuted instantiation: secure_stream.cc:_ZN2yb6ResultINSt3__110unique_ptrI6bio_stNS_3rpc12_GLOBAL__N_17BIOFreeEEEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_12RefCntBufferEEC2EONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultINS_3rpc18ParsedRemoteMethodEEC2EONS_6StatusE _ZN2yb6ResultIPhEC2EONS_6StatusE Line | Count | Source | 99 | 1 | Result(Status&& status) : success_(false), status_(std::move(status)) { // NOLINT | 100 | 1 | StatusCheck(!status_.ok()); | 101 | 1 | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairIiiEEEC2EONS_6StatusE |
102 | | |
103 | 632M | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT Unexecuted instantiation: _ZN2yb6ResultINS_7QLValueEEC2ERKS1_ _ZN2yb6ResultI13scoped_refptrINS_6master9TableInfoEEEC2ERKS4_ Line | Count | Source | 103 | 434k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultINS_6master13BackfillJobPBEEC2ERKS2_ Line | Count | Source | 103 | 469 | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
Unexecuted instantiation: _ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master15CDCStreamInfoPBEEEEC2ERKS6_ Line | Count | Source | 103 | 3.99M | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
Unexecuted instantiation: _ZN2yb6ResultINS_3Env15FilesystemStatsEEC2ERKS2_ _ZN2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEC2ERKS7_ Line | Count | Source | 103 | 247k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_6tablet10TabletPeerEEEEC2ERKS5_ Line | Count | Source | 103 | 6.33k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
Unexecuted instantiation: _ZN2yb6ResultINS_6master17TabletLocationsPBEEC2ERKS2_ _ZN2yb6ResultI13scoped_refptrINS_6MetricEEEC2ERKS3_ Line | Count | Source | 103 | 75 | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultINSt3__16vectorINS_5QLRowENS1_9allocatorIS3_EEEEEC2ERKS6_ Line | Count | Source | 103 | 13 | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultIRNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEC2ES8_ Line | Count | Source | 103 | 5 | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
Line | Count | Source | 103 | 89.5k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultIRKNS_4test21NonCopyableNonMovableEEC2ES4_ Line | Count | Source | 103 | 1 | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
Unexecuted instantiation: _ZN2yb6ResultIRKN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEEC2ESA_ Unexecuted instantiation: _ZN2yb6ResultIRN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEEC2ES9_ _ZN2yb6ResultINSt3__110shared_ptrINS_6client11TableHandleEEEEC2ERKS5_ Line | Count | Source | 103 | 619 | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultINS_4OpIdEEC2ERKS1_ Line | Count | Source | 103 | 14.7M | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
Line | Count | Source | 103 | 157M | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultINS_6master17ReplicationInfoPBEEC2ERKS2_ Line | Count | Source | 103 | 153k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultI13scoped_refptrINS_6master10TabletInfoEEEC2ERKS4_ Line | Count | Source | 103 | 80 | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultI13scoped_refptrINS_6master13NamespaceInfoEEEC2ERKS4_ Line | Count | Source | 103 | 778k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultINSt3__110shared_ptrINS_6tablet14AbstractTabletEEEEC2ERKS5_ Line | Count | Source | 103 | 643k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultINS_6master22TabletReplicaDriveInfoEEC2ERKS2_ Line | Count | Source | 103 | 546k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
Unexecuted instantiation: _ZN2yb6ResultIRNS_6master13SnapshotStateEEC2ES3_ Unexecuted instantiation: _ZN2yb6ResultIRNS_6master21SnapshotScheduleStateEEC2ES3_ Unexecuted instantiation: _ZN2yb6ResultIRNS_6master16RestorationStateEEC2ES3_ Unexecuted instantiation: _ZN2yb6ResultINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEEEC2ERKS3_ Unexecuted instantiation: _ZN2yb6ResultINS_17StronglyTypedUuidINS_17TxnSnapshotId_TagEEEEC2ERKS3_ Unexecuted instantiation: _ZN2yb6ResultINS_6master24SysSnapshotEntryPB_StateEEC2ERKS2_ _ZN2yb6ResultINS_10HybridTimeEEC2ERKS1_ Line | Count | Source | 103 | 260k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultINSt3__110shared_ptrINS_10QLRowBlockEEEEC2ERKS4_ Line | Count | Source | 103 | 17.0k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
Unexecuted instantiation: _ZN2yb6ResultIN5boost8optionalINS_6master17ReplicationInfoPBEEEEC2ERKS5_ Unexecuted instantiation: _ZN2yb6ResultIN5boost8optionalINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEEEEC2ERKSA_ Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_6master11CDCRpcTasksEEEEC2ERKS5_ Unexecuted instantiation: _ZN2yb6ResultIRKNSt3__14pairIKNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master16SysTablesEntryPBEEEEC2ESE_ Unexecuted instantiation: _ZN2yb6ResultIdEC2ERKd _ZN2yb6ResultINSt3__110shared_ptrINS_6client11YBqlWriteOpEEEEC2ERKS5_ Line | Count | Source | 103 | 22.5k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
Unexecuted instantiation: _ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master14SnapshotInfoPBEEEEC2ERKS6_ Unexecuted instantiation: _ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master40ImportSnapshotMetaResponsePB_TableMetaPBEEEEC2ERKS6_ Unexecuted instantiation: _ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master22SnapshotScheduleInfoPBEEEEC2ERKS6_ _ZN2yb6ResultIRKNS_2ql9ParseTreeEEC2ES4_ Line | Count | Source | 103 | 4.77M | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultINS_23TransactionStatusResultEEC2ERKS1_ Line | Count | Source | 103 | 26.8k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultINS_5docdb21ApplyTransactionStateEEC2ERKS2_ Line | Count | Source | 103 | 737k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
Unexecuted instantiation: _ZN2yb6ResultINS_17StronglyTypedBoolINS_6tablet17NeedsRecovery_TagEEEEC2ERKS4_ _ZN2yb6ResultINS_6tablet10DocDbOpIdsEEC2ERKS2_ Line | Count | Source | 103 | 1.73k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultINS_19TransactionMetadataEEC2ERKS1_ Line | Count | Source | 103 | 337k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
Unexecuted instantiation: _ZN2yb6ResultIRNS_6tablet19SnapshotCoordinatorEEC2ES3_ _ZN2yb6ResultI13scoped_refptrINS_6tablet17RaftGroupMetadataEEEC2ERKS4_ Line | Count | Source | 103 | 7 | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultINSt3__110shared_ptrINS_6tablet9TableInfoEEEEC2ERKS5_ Line | Count | Source | 103 | 8.02M | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultIRNS_7tserver15PgClientSessionEEC2ES3_ Line | Count | Source | 103 | 933k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_6client13YBTransactionEEEEC2ERKS5_ _ZN2yb6ResultINSt3__110shared_ptrINS_6client7YBTableEEEEC2ERKS5_ Line | Count | Source | 103 | 35.9k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultINS_7tserver16TabletPeerTabletEEC2ERKS2_ Line | Count | Source | 103 | 11.0M | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultIRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEC2ES9_ Line | Count | Source | 103 | 88 | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
Unexecuted instantiation: _ZN2yb6ResultIRKNS_6master21NamespaceIdentifierPBEEC2ES4_ Unexecuted instantiation: _ZN2yb6ResultIRKNSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master21NamespaceIdentifierPBENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SA_EEEEEEEC2ESL_ Line | Count | Source | 103 | 57.9M | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultI13scoped_refptrINS_6client8internal12RemoteTabletEEEC2ERKS5_ Line | Count | Source | 103 | 12.3M | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorI13scoped_refptrINS_6client8internal12RemoteTabletEENS1_9allocatorIS7_EEEEEC2ERKSA_ _ZN2yb6ResultINS_22ChildTransactionDataPBEEC2ERKS1_ Line | Count | Source | 103 | 82.0k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
Line | Count | Source | 103 | 41.6k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultIRKNS_13QLTableColumnEEC2ES3_ Line | Count | Source | 103 | 6.79M | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultINSt3__110shared_ptrINS_6QLTypeEEEEC2ERKS4_ Line | Count | Source | 103 | 14 | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultIRKNS_12ColumnSchemaEEC2ES3_ Line | Count | Source | 103 | 21.4M | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultIPNS_16QLWriteRequestPBEEC2ERKS2_ Line | Count | Source | 103 | 45.8k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultIN7rocksdb15CompressionTypeEEC2ERKS2_ Line | Count | Source | 103 | 441k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultIN7rocksdb22KeyValueEncodingFormatEEC2ERKS2_ Line | Count | Source | 103 | 141k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultINS_5docdb8KeyBytesEEC2ERKS2_ Line | Count | Source | 103 | 16.0M | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultINS_9MonoDeltaEEC2ERKS1_ Line | Count | Source | 103 | 93 | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultINS_13DocHybridTimeEEC2ERKS1_ Line | Count | Source | 103 | 38.8M | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultIPNS_5docdb11SubDocumentEEC2ERKS3_ Line | Count | Source | 103 | 241M | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultINS_14CommitMetadataEEC2ERKS1_ Line | Count | Source | 103 | 117k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultINS_6master26GetNamespaceInfoResponsePBEEC2ERKS2_ Line | Count | Source | 103 | 1.61k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultI13scoped_refptrINS_6pggate11PgTableDescEEEC2ERKS4_ Line | Count | Source | 103 | 5.89M | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultIRKNS_6pggate8PgColumnEEC2ES4_ Line | Count | Source | 103 | 7.54M | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultIRNS_6pggate8PgColumnEEC2ES3_ Line | Count | Source | 103 | 17.6M | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultIN5boost10shared_ptrINS1_9date_time14time_zone_baseINS1_10posix_time5ptimeEcEEEEEC2ERKS8_ Line | Count | Source | 103 | 24 | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultIN5boost4asio2ip7addressEEC2ERKS4_ Line | Count | Source | 103 | 252k | Result(const TValue& value) : success_(true), value_(Traits::ToStored(value)) {} // NOLINT |
_ZN2yb6ResultINS_10StackTraceEEC2ERKS1_ Line | Count | Source | 103 | 2.04k | 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 | 273k | : success_(true), value_(Traits::ToStored(value)) {} Unexecuted instantiation: _ZN2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEC2INS1_9sub_matchINS1_11__wrap_iterIPKcEEEEvEERKT_ _ZN2yb6ResultIN5boost8optionalINS_6master17ReplicationInfoPBEEEEC2INS1_6none_tEvEERKT_ Line | Count | Source | 108 | 152k | : success_(true), value_(Traits::ToStored(value)) {} |
_ZN2yb6ResultIN5boost8optionalINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEEEEC2INS1_6none_tEvEERKT_ Line | Count | Source | 108 | 120k | : success_(true), value_(Traits::ToStored(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultIyEC2ImvEERKT_ Unexecuted instantiation: _ZN2yb6ResultIN5boost8optionalINS_17StronglyTypedUuidINS_17TransactionId_TagEEEEEEC2INS1_6none_tEvEERKT_ Unexecuted instantiation: _ZN2yb6ResultIN5boost8optionalINS_5docdb11SubDocumentEEEEC2INS1_6none_tEvEERKT_ _ZN2yb6ResultIN5boost8optionalINS_5docdb10ExpirationEEEEC2INS1_6none_tEvEERKT_ Line | Count | Source | 108 | 24 | : success_(true), value_(Traits::ToStored(value)) {} |
|
109 | | |
110 | | Result(typename Traits::RValueReference value) // NOLINT |
111 | 9.62G | : success_(true), value_(std::move(value)) {} Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrIN7rocksdb22RandomAccessFileReaderENS1_14default_deleteIS4_EEEEEC2EOS7_ Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrIN7rocksdb11TableReaderENS1_14default_deleteIS4_EEEEEC2EOS7_ Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrIN7rocksdb18WritableFileWriterENS1_14default_deleteIS4_EEEEEC2EOS7_ _ZN2yb6ResultINS_10HybridTimeEEC2EOS1_ Line | Count | Source | 111 | 52.1M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_13DocHybridTimeEEC2EOS1_ Line | Count | Source | 111 | 306M | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultIPcEC2EOS1_ Line | Count | Source | 111 | 38.4M | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINS_5tools17DataPatcherActionEEC2EOS2_ Line | Count | Source | 111 | 960k | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: yb-admin_cli.cc:_ZN2yb6ResultINSt3__14pairIiNS_10EnumBitSetINS_5tools12_GLOBAL__N_116ListTabletsFlagsEEEEEEC2EOS8_ Unexecuted instantiation: yb-admin_cli.cc:_ZN2yb6ResultINSt3__14pairIiNS_10EnumBitSetINS_5tools12_GLOBAL__N_110AddIndexesEEEEEEC2EOS8_ Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairIibEEEC2EOS3_ _ZN2yb6ResultINSt3__16vectorINS_6client11YBTableNameENS1_9allocatorIS4_EEEEEC2EOS7_ Line | Count | Source | 111 | 170 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_6client11YBTableNameEEC2EOS2_ Line | Count | Source | 111 | 1.17k | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINS_17StronglyTypedUuidINS_28TxnSnapshotRestorationId_TagEEEEC2EOS3_ Unexecuted instantiation: _ZN2yb6ResultINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEEEC2EOS3_ Unexecuted instantiation: _ZN2yb6ResultIaEC2EOa Unexecuted instantiation: _ZN2yb6ResultIsEC2EOs Line | Count | Source | 111 | 1.83G | : success_(true), value_(std::move(value)) {} |
Line | Count | Source | 111 | 2.89G | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: ql-dml-test.cc:_ZN2yb6ResultINS_6client12_GLOBAL__N_18RowValueEEC2EOS3_ Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairINS1_6vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS7_IS9_EEEENS1_13unordered_setIS9_NS1_4hashIS9_EENS1_8equal_toIS9_EESA_EEEEEC2EOSI_ _ZN2yb6ResultINSt3__16vectorI13scoped_refptrINS_6master10TabletInfoEENS1_9allocatorIS6_EEEEEC2EOS9_ Line | Count | Source | 111 | 410k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_4OpIdEEC2EOS1_ Line | Count | Source | 111 | 10.7M | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINS_7tserver30GetTransactionStatusResponsePBEEC2EOS2_ Unexecuted instantiation: _ZN2yb6ResultINS_6client16PagingReadCountsEEC2EOS2_ _ZN2yb6ResultINSt3__110shared_ptrINS_9consensus4PeerEEEEC2EOS5_ Line | Count | Source | 111 | 69.5k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__16vectorINS_4OpIdENS1_9allocatorIS3_EEEEEC2EOS6_ Line | Count | Source | 111 | 153 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__16vectorI13scoped_refptrINS_3log18ReadableLogSegmentEENS1_9allocatorIS6_EEEEEC2EOS9_ Line | Count | Source | 111 | 30 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_5docdb22RateLimiterSharingModeEEC2EOS2_ Line | Count | Source | 111 | 5.81k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_16CassandraSessionEEC2EOS1_ Line | Count | Source | 111 | 174 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE11cass_bool_tfdixS8_EEEEC2EOSA_ Line | Count | Source | 111 | 1 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_13CassandraJsonEEEEEC2EOSA_ Line | Count | Source | 111 | 4 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__15tupleIJ11cass_bool_tiNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiS9_EEEEC2EOSA_ Line | Count | Source | 111 | 4 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEdEEEEC2EOS9_ Line | Count | Source | 111 | 2 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__15tupleIJidEEEEC2EOS3_ Line | Count | Source | 111 | 2 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__15tupleIJxdEEEEC2EOS3_ Line | Count | Source | 111 | 1 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__15tupleIJ11cass_bool_tdEEEEC2EOS4_ Line | Count | Source | 111 | 2 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__15tupleIJfdEEEEC2EOS3_ Line | Count | Source | 111 | 2 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__15tupleIJddEEEEC2EOS3_ Line | Count | Source | 111 | 1 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEidEEEEC2EOS9_ Line | Count | Source | 111 | 1 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEC2EOS7_ Line | Count | Source | 111 | 2.73M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__16vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEEEC2EOSA_ Line | Count | Source | 111 | 101k | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINS_6master28GetCDCDBStreamInfoResponsePBEEC2EOS2_ Line | Count | Source | 111 | 42.9M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110unique_ptrINS_6client8YBClientENS1_14default_deleteIS4_EEEEEC2EOS7_ Line | Count | Source | 111 | 22.8k | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultIPNS_6master16CatalogManagerIfEEC2EOS3_ Unexecuted instantiation: _ZN2yb6ResultINS_7tserver21SplitTabletResponsePBEEC2EOS2_ Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6client7YBTableEEENS1_9allocatorIS6_EEEEEC2EOS9_ Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairINS1_10shared_ptrINS_6client9YBSessionEEENS3_INS4_13YBTransactionEEEEEEC2EOS9_ Line | Count | Source | 111 | 2.03M | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrINS_11MiniClusterENS1_14default_deleteIS3_EEEEEC2EOS6_ Line | Count | Source | 111 | 3 | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINS_10EnumBitSetINS_9pgwrapper14IndexStateFlagEEEEC2EOS4_ Unexecuted instantiation: pg_libpq-test.cc:_ZN2yb6ResultINS_9pgwrapper12_GLOBAL__N_114TableGroupInfoEEC2EOS3_ _ZN2yb6ResultINSt3__16vectorIN7rocksdb16LiveFileMetaDataENS1_9allocatorIS4_EEEEEC2EOS7_ Line | Count | Source | 111 | 6 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultIN9rapidjson15GenericDocumentINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEES6_EEEC2EOS8_ Line | Count | Source | 111 | 107 | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultIPNS_6master17MasterBackupProxyEEC2EOS3_ Unexecuted instantiation: _ZN2yb6ResultINS_6master23ListSnapshotsResponsePBEEC2EOS2_ Unexecuted instantiation: _ZN2yb6ResultINS_6master24SysSnapshotEntryPB_StateEEC2EOS2_ Line | Count | Source | 111 | 87.8M | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master17TabletLocationsPBEEEEC2EOS6_ _ZN2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6tablet10TabletPeerEEENS1_9allocatorIS6_EEEEEC2EOS9_ Line | Count | Source | 111 | 3 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultI13scoped_refptrINS_6ThreadEEEC2EOS3_ Line | Count | Source | 111 | 100k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110unique_ptrIiNS1_14default_deleteIiEEEEEC2EOS5_ Line | Count | Source | 111 | 4 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_4test11MoveCounterEEC2EOS2_ Line | Count | Source | 111 | 1 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_18SharedMemoryObjectINS_4util4DataEEEEC2EOS4_ Line | Count | Source | 111 | 6 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_17StronglyTypedUuidINS_4util12TestUuid_TagEEEEC2EOS4_ Line | Count | Source | 111 | 2 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_14UnsignedIntSetIjEEEC2EOS2_ Line | Count | Source | 111 | 3.04M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_4UuidEEC2EOS1_ Line | Count | Source | 111 | 23.3M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_3cdc26SetCDCCheckpointResponsePBEEC2EOS2_ Line | Count | Source | 111 | 3 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultI13scoped_refptrINS_6client8internal12RemoteTabletEEEC2EOS5_ Line | Count | Source | 111 | 159 | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultIPNS_6client8internal18RemoteTabletServerEEC2EOS4_ _ZN2yb6ResultINSt3__110shared_ptrINS_3cdc14StreamMetadataEEEEC2EOS5_ Line | Count | Source | 111 | 322 | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS1_4pairIymEENS1_9allocatorIS4_EEEEEC2EOS7_ Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_9consensus12ReplicateMsgEEENS1_9allocatorIS6_EEEEEC2EOS9_ Unexecuted instantiation: _ZN2yb6ResultIN5boost9unordered13unordered_mapINS_17StronglyTypedUuidINS_17TransactionId_TagEEENS_23TransactionStatusResultENS1_4hashIS6_EENSt3__18equal_toIS6_EENSA_9allocatorINSA_4pairIKS6_S7_EEEEEEEC2EOSI_ _ZN2yb6ResultINS_9consensus13ReadOpsResultEEC2EOS2_ Line | Count | Source | 111 | 10.2M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultI13scoped_refptrINS_9consensus14LeaderElectionEEEC2EOS4_ Line | Count | Source | 111 | 75.9k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_9consensus13RaftConsensus19UpdateReplicaResultEEC2EOS3_ Line | Count | Source | 111 | 10.2M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_15CassandraResultEEC2EOS1_ Line | Count | Source | 111 | 158 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_17CassandraPreparedEEC2EOS1_ Line | Count | Source | 111 | 621 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110unique_ptrINS_10encryption23BlockAccessCipherStreamENS1_14default_deleteIS4_EEEEEC2EOS7_ Line | Count | Source | 111 | 95 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110unique_ptrINS_10encryption16EncryptionParamsENS1_14default_deleteIS4_EEEEEC2EOS7_ Line | Count | Source | 111 | 140 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_10encryption18EncryptionParamsPBEEC2EOS2_ Line | Count | Source | 111 | 35 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_10encryption20FileEncryptionStatusEEC2EOS2_ Line | Count | Source | 111 | 1.90M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110unique_ptrINS_10encryption18UniverseKeyManagerENS1_14default_deleteIS4_EEEEEC2EOS7_ Line | Count | Source | 111 | 6 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_10encryption17UniverseKeyParamsEEC2EOS2_ Line | Count | Source | 111 | 39 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS1_10unique_ptrINS_5itest14TServerDetailsENS1_14default_deleteISB_EEEENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SE_EEEEEEEC2EOSN_ Line | Count | Source | 111 | 147 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultIPNS_14ExternalMasterEEC2EOS2_ Line | Count | Source | 111 | 1 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__16vectorINS_7tserver42ListTabletsForTabletServerResponsePB_EntryENS1_9allocatorIS4_EEEEEC2EOS7_ Line | Count | Source | 111 | 892 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_7tserver21GetSplitKeyResponsePBEEC2EOS2_ Line | Count | Source | 111 | 1 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_7tserver21ListTabletsResponsePBEEC2EOS2_ Line | Count | Source | 111 | 3 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_8HostPortEEC2EOS1_ Line | Count | Source | 111 | 54.0k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultIPNS_6master10MiniMasterEEC2EOS3_ Line | Count | Source | 111 | 6.21k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110shared_ptrINS_6client13YBTransactionEEEEC2EOS5_ Line | Count | Source | 111 | 149k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_6client11TableHandleEEC2EOS2_ Line | Count | Source | 111 | 161 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__16vectorIjNS1_9allocatorIjEEEEEC2EOS5_ Line | Count | Source | 111 | 14 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultI13scoped_refptrINS_3log18ReadableLogSegmentEEEC2EOS4_ Line | Count | Source | 111 | 9.20k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_3log18FirstEntryMetadataEEC2EOS2_ Line | Count | Source | 111 | 6.13k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_6master22AsyncGetTabletSplitKey4DataEEC2EOS3_ Line | Count | Source | 111 | 45 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__15arrayINS_11PartitionPBELm2EEEEC2EOS4_ Line | Count | Source | 111 | 45 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__113unordered_mapINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEENS1_6vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENSA_ISC_EEEEN5boost4hashIS5_EENS1_8equal_toIS5_EENSA_INS1_4pairIKS5_SE_EEEEEEEC2EOSO_ Line | Count | Source | 111 | 7.99k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110shared_ptrINS1_13unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN5boost8optionalINS_6master17ReplicationInfoPBEEENS1_4hashIS9_EENS1_8equal_toIS9_EENS7_INS1_4pairIKS9_SE_EEEEEEEEEC2EOSO_ Line | Count | Source | 111 | 966 | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS1_13unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN5boost8optionalIS9_EENS1_4hashIS9_EENS1_8equal_toIS9_EENS7_INS1_4pairIKS9_SC_EEEEEEEEEC2EOSM_ _ZN2yb6ResultINS_6master16TableDescriptionEEC2EOS2_ Line | Count | Source | 111 | 7 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultI13scoped_refptrINS_6master10TabletInfoEEEC2EOS4_ Line | Count | Source | 111 | 34 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6master12TSDescriptorEEENS1_9allocatorIS6_EEEEEC2EOS9_ Line | Count | Source | 111 | 728 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__16vectorINS_6master16TableDescriptionENS1_9allocatorIS4_EEEEEC2EOS7_ Line | Count | Source | 111 | 7 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultIPNS_6master12TSDescriptorEEC2EOS3_ Line | Count | Source | 111 | 253k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_10encryption21UniverseKeyRegistryPBEEC2EOS2_ Line | Count | Source | 111 | 15 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_6master13MasterOptionsEEC2EOS2_ Line | Count | Source | 111 | 4.93k | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINS_17StronglyTypedUuidINS_17TxnSnapshotId_TagEEEEC2EOS3_ Unexecuted instantiation: _ZN2yb6ResultINS_6master18SysSnapshotEntryPBEEC2EOS2_ Unexecuted instantiation: _ZN2yb6ResultINS_6master25SnapshotScheduleOptionsPBEEC2EOS2_ _ZN2yb6ResultINS_5docdb8KeyBytesEEC2EOS2_ Line | Count | Source | 111 | 30.6k | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINS_6master25SnapshotScheduleOperationEEC2EOS2_ Unexecuted instantiation: _ZN2yb6ResultINS_6tablet18CreateSnapshotDataEEC2EOS2_ Unexecuted instantiation: _ZN2yb6ResultINS_6master13DdlLogEntryPBEEC2EOS2_ _ZN2yb6ResultINS_14IsolationLevelEEC2EOS1_ Line | Count | Source | 111 | 1.86M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110shared_ptrINS_10QLRowBlockEEEEC2EOS4_ Line | Count | Source | 111 | 245k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_6master19YQLPartitionsVTable10TabletDataEEC2EOS3_ Line | Count | Source | 111 | 50.1k | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultIRKNS_7tserver26TabletSnapshotOpResponsePBEEC2EOPS3_ Unexecuted instantiation: _ZN2yb6ResultINS_6master13SysRowEntriesEEC2EOS2_ Unexecuted instantiation: _ZN2yb6ResultINS_6master16SysTablesEntryPBEEC2EOS2_ Unexecuted instantiation: _ZN2yb6ResultINS_6master19SysNamespaceEntryPBEEC2EOS2_ Unexecuted instantiation: _ZN2yb6ResultINS_6master17SysTabletsEntryPBEEC2EOS2_ Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_6master11CDCRpcTasksEEEEC2EOS5_ _ZN2yb6ResultIPNS_6client8YBClientEEC2EOS3_ Line | Count | Source | 111 | 284k | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS1_4pairINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6client11YBTableNameEEENS7_ISC_EEEEEC2EOSE_ Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS_6master10enterprise21CDCConsumerStreamInfoENS1_9allocatorIS5_EEEEEC2EOS8_ _ZN2yb6ResultINS_9pgwrapper13PgProcessConfEEC2EOS2_ Line | Count | Source | 111 | 904 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_18SharedMemoryObjectINS_7tserver17TServerSharedDataEEEEC2EOS4_ Line | Count | Source | 111 | 13.2k | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINS_9pgwrapper6PGConnEEC2EOS2_ Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrI9pg_resultNS_9pgwrapper13PGResultClearEEEEC2EOS6_ Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_6client11YBqlWriteOpEEEEC2EOS5_ Unexecuted instantiation: _ZN2yb6ResultINSt3__13mapIiiNS1_4lessIiEENS1_9allocatorINS1_4pairIKiiEEEEEEEC2EOSA_ Unexecuted instantiation: _ZN2yb6ResultINS_6master17MasterBackupProxyEEC2EOS2_ _ZN2yb6ResultINS_2ql5audit8LogEntryEEC2EOS3_ Line | Count | Source | 111 | 13.5k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110shared_ptrINS_2ql6PTExprEEEEC2EOS5_ Line | Count | Source | 111 | 362 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultIPNS_2ql16QueryPagingStateEEC2EOS3_ Line | Count | Source | 111 | 3.89M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultIN7rocksdb17FileNumbersHolderEEC2EOS2_ Line | Count | Source | 111 | 130k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultIN7rocksdb18FileBoundaryValuesINS1_11InternalKeyEEEEC2EOS4_ Line | Count | Source | 111 | 70.9M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110unique_ptrIN7rocksdb2DBENS1_14default_deleteIS4_EEEEEC2EOS7_ Line | Count | Source | 111 | 144 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultIN7rocksdb10TableCache21TableReaderWithHandleEEC2EOS3_ Line | Count | Source | 111 | 6.45M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultIN7rocksdb15BlockBasedTable13CachableEntryINS1_11IndexReaderEEEEC2EOS5_ Line | Count | Source | 111 | 11.7M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_5SliceEEC2EOS1_ Line | Count | Source | 111 | 45.5M | : success_(true), value_(std::move(value)) {} |
format.cc:_ZN2yb6ResultIN7rocksdb12_GLOBAL__N_112ChecksumDataEEC2EOS3_ Line | Count | Source | 111 | 3.74M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110unique_ptrIN7rocksdb21MultiLevelIndexReaderENS1_14default_deleteIS4_EEEEEC2EOS7_ Line | Count | Source | 111 | 70.8k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_8rpc_test17TrivialResponsePBEEC2EOS2_ Line | Count | Source | 111 | 1 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__16vectorINS_8HostPortENS1_9allocatorIS3_EEEEEC2EOS6_ Line | Count | Source | 111 | 35.7k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__16vectorINS2_INS_8HostPortENS1_9allocatorIS3_EEEENS4_IS6_EEEEEC2EOS8_ Line | Count | Source | 111 | 44.3k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__16vectorIN5boost4asio2ip14basic_endpointINS5_3tcpEEENS1_9allocatorIS8_EEEEEC2EOSB_ Line | Count | Source | 111 | 11.4k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_12PhysicalTimeEEC2EOS1_ Line | Count | Source | 111 | 101M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110unique_ptrINS_3rpc13SecureContextENS1_14default_deleteIS4_EEEEEC2EOS7_ Line | Count | Source | 111 | 150 | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINS_7tserver13ReadRequestPBEEC2EOS2_ _ZN2yb6ResultINSt3__14pairIttEEEC2EOS3_ Line | Count | Source | 111 | 22 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__13setINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS1_4lessIS8_EENS6_IS8_EEEEEC2EOSC_ Line | Count | Source | 111 | 1.11k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__16vectorINS_7tserver39ListTabletsResponsePB_StatusAndSchemaPBENS1_9allocatorIS4_EEEEEC2EOS7_ Line | Count | Source | 111 | 4 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_23TransactionStatusResultEEC2EOS1_ Line | Count | Source | 111 | 1.12M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_22ScopedRWOperationPauseEEC2EOS1_ Line | Count | Source | 111 | 417k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110unique_ptrI7pg_connNS_9pgwrapper11PGConnCloseEEEEC2EOS6_ Line | Count | Source | 111 | 235 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_19PgsqlBackfillSpecPBEEC2EOS1_ Line | Count | Source | 111 | 256 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110shared_ptrINS_6client7YBTableEEEEC2EOS5_ Line | Count | Source | 111 | 218k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_6tablet29TabletScopedRWOperationPausesEEC2EOS2_ Line | Count | Source | 111 | 208k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110shared_ptrINS_6client9YBSessionEEEEC2EOS5_ Line | Count | Source | 111 | 2.49k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_6tablet10DocDbOpIdsEEC2EOS2_ Line | Count | Source | 111 | 3.71M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_27TransactionOperationContextEEC2EOS1_ Line | Count | Source | 111 | 6.99M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultI13scoped_refptrINS_6tablet17RaftGroupMetadataEEEC2EOS4_ Line | Count | Source | 111 | 88.9k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_6tablet19ScopedReadOperationEEC2EOS2_ Line | Count | Source | 111 | 4.87M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_17StronglyTypedBoolINS_6tablet17NeedsRecovery_TagEEEEC2EOS4_ Line | Count | Source | 111 | 89.1k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_6tablet20FixedHybridTimeLeaseEEC2EOS2_ Line | Count | Source | 111 | 33.2M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultI13scoped_refptrINS_6tablet15OperationDriverEEEC2EOS4_ Line | Count | Source | 111 | 13.4M | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINS_5docdb23ApplyTransactionStatePBEEC2EOS2_ _ZN2yb6ResultINS_5docdb21ApplyTransactionStateEEC2EOS2_ Line | Count | Source | 111 | 74 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_19TransactionMetadataEEC2EOS1_ Line | Count | Source | 111 | 1.93M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110shared_ptrINS_6tablet6TabletEEEEC2EOS5_ Line | Count | Source | 111 | 6 | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorIyNS1_9allocatorIyEEEEEC2EOS5_ _ZN2yb6ResultINS_7tserver21PgClientSessionLockerEEC2EOS2_ Line | Count | Source | 111 | 932k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6client9YBPgsqlOpEEENS1_9allocatorIS6_EEEEEC2EOS9_ Line | Count | Source | 111 | 775k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultIPNS_6client9YBSessionEEC2EOS3_ Line | Count | Source | 111 | 775k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_14ReadHybridTimeEEC2EOS1_ Line | Count | Source | 111 | 9.28M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6tablet6FilePBEEEEC2EOS6_ Line | Count | Source | 111 | 1.33k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_7tserver16LeaderTabletPeerEEC2EOS2_ Line | Count | Source | 111 | 2.82M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_7tserver16TabletPeerTabletEEC2EOS2_ Line | Count | Source | 111 | 17.9M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_7tserver19TabletServerOptionsEEC2EOS2_ Line | Count | Source | 111 | 6.11k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110shared_ptrINS_9consensus13RaftConsensusEEEEC2EOS5_ Line | Count | Source | 111 | 10.4M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultI13scoped_refptrINS_7tserver27TransitionInProgressDeleterEEEC2EOS4_ Line | Count | Source | 111 | 82.2k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110shared_ptrINS_6tablet10TabletPeerEEEEC2EOS5_ Line | Count | Source | 111 | 165k | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrINS_7tserver10enterprise11CDCConsumerENS1_14default_deleteIS5_EEEEEC2EOS8_ _ZN2yb6ResultINSt3__110unique_ptrINS_7tserver16MiniTabletServerENS1_14default_deleteIS4_EEEEEC2EOS7_ Line | Count | Source | 111 | 35 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_5tools18TypedNamespaceNameEEC2EOS2_ Line | Count | Source | 111 | 1 | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINS_6master21ListMastersResponsePBEEC2EOS2_ Unexecuted instantiation: _ZN2yb6ResultINS_9consensus24LeaderStepDownResponsePBEEC2EOS2_ Unexecuted instantiation: _ZN2yb6ResultINS_9consensus27RunLeaderElectionResponsePBEEC2EOS2_ Unexecuted instantiation: _ZN2yb6ResultINS_9consensus22ChangeConfigResponsePBEEC2EOS2_ Unexecuted instantiation: _ZN2yb6ResultINS_6master25DumpMasterStateResponsePBEEC2EOS2_ Unexecuted instantiation: _ZN2yb6ResultINS_6master28GetLoadMovePercentResponsePBEEC2EOS2_ _ZN2yb6ResultINS_6master28GetTabletLocationsResponsePBEEC2EOS2_ Line | Count | Source | 111 | 30 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiNS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_iEEEEEEEC2EOSH_ Line | Count | Source | 111 | 15 | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINS_6master27ListTabletServersResponsePBEEC2EOS2_ Unexecuted instantiation: _ZN2yb6ResultINS_7tserver24GetLogLocationResponsePBEEC2EOS2_ _ZN2yb6ResultINS_6master37LaunchBackfillIndexForTableResponsePBEEC2EOS2_ Line | Count | Source | 111 | 2 | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINS_7tserver36ListTabletsForTabletServerResponsePBEEC2EOS2_ Unexecuted instantiation: _ZN2yb6ResultINS_6master33ChangeLoadBalancerStateResponsePBEEC2EOS2_ Unexecuted instantiation: _ZN2yb6ResultINS_6master30GetLoadBalancerStateResponsePBEEC2EOS2_ Unexecuted instantiation: _ZN2yb6ResultINS_6master25FlushSysCatalogResponsePBEEC2EOS2_ Unexecuted instantiation: _ZN2yb6ResultINS_6master27CompactSysCatalogResponsePBEEC2EOS2_ _ZN2yb6ResultINS_6master29IsMasterLeaderReadyResponsePBEEC2EOS2_ Line | Count | Source | 111 | 23 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_6master35ChangeMasterClusterConfigResponsePBEEC2EOS2_ Line | Count | Source | 111 | 32 | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINS_6master22IsInitDbDoneResponsePBEEC2EOS2_ Unexecuted instantiation: _ZN2yb6ResultINS_7tserver21UpgradeYsqlResponsePBEEC2EOS2_ _ZN2yb6ResultINS_6master32GetMasterClusterConfigResponsePBEEC2EOS2_ Line | Count | Source | 111 | 32 | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINS_6master21SplitTabletResponsePBEEC2EOS2_ Unexecuted instantiation: _ZN2yb6ResultINS_5tools17TableNameResolverEEC2EOS2_ cql_processor.cc:_ZN2yb6ResultINSt3__110unique_ptrI4ldapNS_9cqlserver12_GLOBAL__N_111LDAPDeleterEEEEC2EOS7_ Line | Count | Source | 111 | 64 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultIPNS_9cqlserver12CQLProcessorEEC2EOS3_ Line | Count | Source | 111 | 4.74M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_9TimestampEEC2EOS1_ Line | Count | Source | 111 | 1.33k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_3rpc18ProcessCallsResultEEC2EOS2_ Line | Count | Source | 111 | 42.7M | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS_10HostPortPBENS1_9allocatorIS3_EEEEEC2EOS6_ Line | Count | Source | 111 | 1.04M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_6client11YBTableInfoEEC2EOS2_ Line | Count | Source | 111 | 44 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__16vectorINS_6master21NamespaceIdentifierPBENS1_9allocatorIS4_EEEEEC2EOS7_ Line | Count | Source | 111 | 4.40k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__16vectorINS_6master22TablegroupIdentifierPBENS1_9allocatorIS4_EEEEEC2EOS7_ Line | Count | Source | 111 | 1 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__16vectorINS_6client14YBTabletServerENS1_9allocatorIS4_EEEEEC2EOS7_ Line | Count | Source | 111 | 2 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__16vectorINS_6client27YBTabletServerPlacementInfoENS1_9allocatorIS4_EEEEEC2EOS7_ Line | Count | Source | 111 | 4 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_6client24TransactionStatusTabletsEEC2EOS2_ Line | Count | Source | 111 | 2.01k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_16IndexPermissionsEEC2EOS1_ Line | Count | Source | 111 | 1.07k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultIPNS_6master27GetTableLocationsResponsePBEEC2EOS3_ Line | Count | Source | 111 | 85.4k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110unique_ptrINS_3rpc9MessengerENS1_14default_deleteIS4_EEEEEC2EOS7_ Line | Count | Source | 111 | 22.8k | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorI13scoped_refptrINS_6client8internal12RemoteTabletEENS1_9allocatorIS7_EEEEEC2EOSA_ _ZN2yb6ResultINS_6client11YBTableTypeEEC2EOS2_ Line | Count | Source | 111 | 152k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_24ChildTransactionResultPBEEC2EOS1_ Line | Count | Source | 111 | 14.5k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_6client20ChildTransactionDataEEC2EOS2_ Line | Count | Source | 111 | 14.6k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_10QLRowBlockEEC2EOS1_ Line | Count | Source | 111 | 1.19k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__16vectorINS_5docdb14PrimitiveValueENS1_9allocatorIS4_EEEEEC2EOS7_ Line | Count | Source | 111 | 9.00M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultIPKNS_9IndexInfoEEC2EOS3_ Line | Count | Source | 111 | 54.6k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_22PlacementInfoConverter9PlacementEEC2EOS2_ Line | Count | Source | 111 | 1 | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINS_17StronglyTypedUuidINS_12ClientId_TagEEEEC2EOS3_ _ZN2yb6ResultINS_8ColumnIdEEC2EOS1_ Line | Count | Source | 111 | 432k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_17StronglyTypedUuidINS_17TransactionId_TagEEEEC2EOS3_ Line | Count | Source | 111 | 16.5M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_22SubTransactionMetadataEEC2EOS1_ Line | Count | Source | 111 | 2.10M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_16UsePrivateIpModeEEC2EOS1_ Line | Count | Source | 111 | 591k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_10WaitPolicyEEC2EOS1_ Line | Count | Source | 111 | 314 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_5docdb12ParsedIntentEEC2EOS2_ Line | Count | Source | 111 | 30.7M | : success_(true), value_(std::move(value)) {} |
docdb.cc:_ZN2yb6ResultINS_5docdb12_GLOBAL__N_125DetermineKeysToLockResultEEC2EOS3_ Line | Count | Source | 111 | 1.74M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_5docdb30PrepareDocWriteOperationResultEEC2EOS2_ Line | Count | Source | 111 | 1.73M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultIN7rocksdb14FilterDecisionEEC2EOS2_ Line | Count | Source | 111 | 10.2M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultIN7rocksdb15CompressionTypeEEC2EOS2_ Line | Count | Source | 111 | 1 | : success_(true), value_(std::move(value)) {} |
intent_aware_iterator.cc:_ZN2yb6ResultINS_5docdb12_GLOBAL__N_129DecodeStrongWriteIntentResultEEC2EOS3_ Line | Count | Source | 111 | 2.17M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_5docdb14FetchKeyResultEEC2EOS2_ Line | Count | Source | 111 | 295M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_5docdb6DocKeyEEC2EOS2_ Line | Count | Source | 111 | 3.11M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110unique_ptrINS_5docdb20YQLRowwiseIteratorIfENS1_14default_deleteIS4_EEEEEC2EOS7_ Line | Count | Source | 111 | 1.65M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_13RedisDataTypeEEC2EOS1_ Line | Count | Source | 111 | 57.6k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_5docdb10RedisValueEEC2EOS2_ Line | Count | Source | 111 | 37.0k | : success_(true), value_(std::move(value)) {} |
subdoc_reader.cc:_ZN2yb6ResultINSt3__110unique_ptrINS_5docdb12_GLOBAL__N_112DocDbRowDataENS1_14default_deleteIS5_EEEEEC2EOS8_ Line | Count | Source | 111 | 248M | : success_(true), value_(std::move(value)) {} |
subdoc_reader.cc:_ZN2yb6ResultIPNS_5docdb12_GLOBAL__N_129ScopedDocDbRowContextWithDataEEC2EOS4_ Line | Count | Source | 111 | 29.2M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110unique_ptrINS_5docdb17SubDocumentReaderENS1_14default_deleteIS4_EEEEEC2EOS7_ Line | Count | Source | 111 | 257M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_5docdb22TransactionStatusCache19GetCommitDataResultEEC2EOS3_ Line | Count | Source | 111 | 57.2k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultIN5boost8optionalItEEEC2EOS3_ Line | Count | Source | 111 | 6.76M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_5docdb16DecodedIntentKeyEEC2EOS2_ Line | Count | Source | 111 | 2.17M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_5docdb18DecodedIntentValueEEC2EOS2_ Line | Count | Source | 111 | 23.4M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_6pggate12PgApiContext15MessengerHolderEEC2EOS3_ Line | Count | Source | 111 | 1.65k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultI13scoped_refptrINS_6pggate11PgTableDescEEEC2EOS4_ Line | Count | Source | 111 | 129k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__14pairIjjEEEC2EOS3_ Line | Count | Source | 111 | 380 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_6pggate13PerformFutureEEC2EOS2_ Line | Count | Source | 111 | 2.74M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_5docdb14PrimitiveValueEEC2EOS2_ Line | Count | Source | 111 | 27 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_17StronglyTypedBoolINS_6pggate15RequestSent_TagEEEEC2EOS4_ Line | Count | Source | 111 | 2.69M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__14listINS_6pggate11PgDocResultENS1_9allocatorIS4_EEEEEC2EOS7_ Line | Count | Source | 111 | 1.19M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultI12PgColumnInfoEC2EOS1_ Line | Count | Source | 111 | 27.3M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_12OneWayBitmapEEC2EOS1_ Line | Count | Source | 111 | 3.46k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultIN6icu_6717GregorianCalendarEEC2EOS2_ Line | Count | Source | 111 | 34 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_9MonoDeltaEEC2EOS1_ Line | Count | Source | 111 | 20 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultI7statvfsEC2EOS1_ Line | Count | Source | 111 | 25.0k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_3Env15FilesystemStatsEEC2EOS2_ Line | Count | Source | 111 | 25.0k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_14ResourceLimitsEEC2EOS1_ Line | Count | Source | 111 | 196k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__14pairIxmEEEC2EOS3_ Line | Count | Source | 111 | 2.76G | : success_(true), value_(std::move(value)) {} |
net_util.cc:_ZN2yb6ResultINSt3__110unique_ptrI8addrinfoNS_12_GLOBAL__N_115AddrinfoDeleterEEEEC2EOS6_ Line | Count | Source | 111 | 23.1k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultIN5boost4asio2ip7addressEEC2EOS4_ Line | Count | Source | 111 | 374k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultIN5boost4asio2ip14basic_endpointINS3_3tcpEEEEC2EOS6_ Line | Count | Source | 111 | 915 | : success_(true), value_(std::move(value)) {} |
Line | Count | Source | 111 | 13.2k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_19SharedMemorySegmentEEC2EOS1_ Line | Count | Source | 111 | 13.2k | : success_(true), value_(std::move(value)) {} |
Line | Count | Source | 111 | 12.3k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultIP3DIREC2EOS2_ Line | Count | Source | 111 | 5.86k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__16vectorIPcNS1_9allocatorIS3_EEEEEC2EOS6_ Line | Count | Source | 111 | 5.86k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_10Subprocess10ChildPipesEEC2EOS2_ Line | Count | Source | 111 | 5.86k | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorIiNS1_9allocatorIiEEEEEC2EOS5_ Unexecuted instantiation: _ZN2yb6ResultINS_10StackTraceEEC2EOS1_ _ZN2yb6ResultINS_4util6VarIntEEC2EOS2_ Line | Count | Source | 111 | 11.4k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultIN5boost9container12small_vectorI5iovecLm4EvvEEEC2EOS5_ Line | Count | Source | 111 | 74.6M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_17StronglyTypedBoolINS_3rpc18ReadBufferFull_TagEEEEC2EOS4_ Line | Count | Source | 111 | 94.2k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultIPKPKhEC2EOS4_ Line | Count | Source | 111 | 5.84M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__14pairINS_12RefCntBufferENS_5SliceEEEEC2EOS5_ Line | Count | Source | 111 | 3.60M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_6SocketEEC2EOS1_ Line | Count | Source | 111 | 629k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110unique_ptrINS_3rpc6StreamENS1_14default_deleteIS4_EEEEEC2EOS7_ Line | Count | Source | 111 | 946k | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110shared_ptrIKPKhEEEC2EOS6_ Line | Count | Source | 111 | 3.45M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110unique_ptrI7x509_stNS_3rpc6detail8X509FreeEEEEC2EOS7_ Line | Count | Source | 111 | 101 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINSt3__110unique_ptrI11evp_pkey_stNS_3rpc6detail12EVP_PKEYFreeEEEEC2EOS7_ Line | Count | Source | 111 | 26 | : success_(true), value_(std::move(value)) {} |
secure_stream.cc:_ZN2yb6ResultINSt3__110unique_ptrI6bio_stNS_3rpc12_GLOBAL__N_17BIOFreeEEEEC2EOS7_ Line | Count | Source | 111 | 150 | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_12RefCntBufferEEC2EOS1_ Line | Count | Source | 111 | 19.5M | : success_(true), value_(std::move(value)) {} |
_ZN2yb6ResultINS_3rpc18ParsedRemoteMethodEEC2EOS2_ Line | Count | Source | 111 | 3.20M | : success_(true), value_(std::move(value)) {} |
Line | Count | Source | 111 | 39.5M | : success_(true), value_(std::move(value)) {} |
Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairIiiEEEC2EOS3_ |
112 | | |
113 | | template <class UValue, class = std::enable_if_t<std::is_convertible<UValue&&, TValue&&>::value>> |
114 | 271M | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT Unexecuted instantiation: _ZN2yb6ResultImEC2IyvEEOT_ _ZN2yb6ResultImEC2IxvEEOT_ Line | Count | Source | 114 | 2 | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultImEC2IivEEOT_ Line | Count | Source | 114 | 4.11M | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
Unexecuted instantiation: _ZN2yb6ResultIyEC2ImvEEOT_ _ZN2yb6ResultI13scoped_refptrINS_9HistogramEEEC2IPS2_vEEOT_ Line | Count | Source | 114 | 2 | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultI13scoped_refptrINS_7CounterEEEC2IPS2_vEEOT_ Line | Count | Source | 114 | 73 | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultI13scoped_refptrINS_3log18ReadableLogSegmentEEEC2IDnvEEOT_ Line | Count | Source | 114 | 1 | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultIxEC2IivEEOT_ Line | Count | Source | 114 | 1.71M | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultINSt3__110shared_ptrINS_6master12TSDescriptorEEEEC2INS2_INS3_10enterprise12TSDescriptorEEEvEEOT_ Line | Count | Source | 114 | 5.53k | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultINSt3__14pairIiNS_8DataTypeEEEEC2INS2_IlS3_EEvEEOT_ Line | Count | Source | 114 | 18.2M | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
Unexecuted instantiation: _ZN2yb6ResultIbEC2IRcvEEOT_ Unexecuted instantiation: _ZN2yb6ResultIiEC2IjvEEOT_ Unexecuted instantiation: _ZN2yb6ResultIxEC2IyvEEOT_ _ZN2yb6ResultIyEC2IivEEOT_ Line | Count | Source | 114 | 2 | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultINSt3__110shared_ptrINS_2ql6PTExprEEEEC2INS2_INS3_11PTExprConstILNS_9QLValuePB9ValueCaseE0ELNS_8DataTypeE0EPvNS3_9PTLiteralISC_EEEEEEvEEOT_ Line | Count | Source | 114 | 3 | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultINSt3__110shared_ptrINS_2ql6PTExprEEEEC2INS2_INS3_11PTExprConstILNS_9QLValuePB9ValueCaseE8ELNS_8DataTypeE6EbNS3_9PTLiteralIbEEEEEEvEEOT_ Line | Count | Source | 114 | 43 | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultINSt3__110shared_ptrINS_2ql6PTExprEEEEC2INS2_INS3_11PTExprConstILNS_9QLValuePB9ValueCaseE7ELNS_8DataTypeE5ENS2_INS1_12basic_stringIcNS1_11char_traitsIcEENS_8internal18ArenaAllocatorBaseIcNSF_11ArenaTraitsEEEEEEENS3_15PTLiteralStringEEEEEvEEOT_ Line | Count | Source | 114 | 20 | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultINSt3__110shared_ptrINS_2ql6PTExprEEEEC2INS2_INS3_11PTExprConstILNS_9QLValuePB9ValueCaseE16ELNS_8DataTypeE12ENS2_INS1_12basic_stringIcNS1_11char_traitsIcEENS_8internal18ArenaAllocatorBaseIcNSF_11ArenaTraitsEEEEEEENS3_15PTLiteralStringEEEEEvEEOT_ Line | Count | Source | 114 | 155 | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultINSt3__110shared_ptrINS_2ql6PTExprEEEEC2INS2_INS3_11PTExprConstILNS_9QLValuePB9ValueCaseE15ELNS_8DataTypeE11ENS2_INS1_12basic_stringIcNS1_11char_traitsIcEENS_8internal18ArenaAllocatorBaseIcNSF_11ArenaTraitsEEEEEEENS3_15PTLiteralStringEEEEEvEEOT_ Line | Count | Source | 114 | 19 | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultINSt3__110shared_ptrINS_2ql6PTExprEEEEC2INS2_INS3_16PTCollectionExprEEEvEEOT_ Line | Count | Source | 114 | 46 | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultIPN7rocksdb14SstFileManagerEEC2IPNS1_18SstFileManagerImplEvEEOT_ Line | Count | Source | 114 | 11 | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultINSt3__110unique_ptrINS_3rpc13SecureContextENS1_14default_deleteIS4_EEEEEC2IDnvEEOT_ Line | Count | Source | 114 | 16.0k | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
Unexecuted instantiation: _ZN2yb6ResultItEC2IKivEEOT_ _ZN2yb6ResultINSt3__110unique_ptrINS_5docdb20YQLRowwiseIteratorIfENS1_14default_deleteIS4_EEEEEC2INS2_INS3_18DocRowwiseIteratorENS5_ISA_EEEEvEEOT_ Line | Count | Source | 114 | 132k | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
Unexecuted instantiation: _ZN2yb6ResultIPKNS_19TransactionMetadataEEC2IDnvEEOT_ _ZN2yb6ResultIPKNS_19TransactionMetadataEEC2IPS1_vEEOT_ Line | Count | Source | 114 | 201k | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_6client13YBTransactionEEEEC2IDnvEEOT_ _ZN2yb6ResultINSt3__110shared_ptrINS_6tablet14AbstractTabletEEEEC2INS2_INS3_6TabletEEEvEEOT_ Line | Count | Source | 114 | 3.91M | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultINSt3__110shared_ptrIKNS_6client27VersionedTablePartitionListEEEEC2IRNS2_IS4_EEvEEOT_ Line | Count | Source | 114 | 85.4k | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultImEC2IlvEEOT_ Line | Count | Source | 114 | 192M | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_6QLTypeEEEEC2IDnvEEOT_ _ZN2yb6ResultIPNS_16QLWriteRequestPBEEC2IDnvEEOT_ Line | Count | Source | 114 | 12.9k | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
Unexecuted instantiation: _ZN2yb6ResultIN5boost8optionalINS_17StronglyTypedUuidINS_17TransactionId_TagEEEEEEC2IS5_vEEOT_ Unexecuted instantiation: _ZN2yb6ResultIN5boost8optionalINS_5docdb11SubDocumentEEEEC2IS4_vEEOT_ _ZN2yb6ResultIN5boost8optionalINS_5docdb10ExpirationEEEEC2IS4_vEEOT_ Line | Count | Source | 114 | 108 | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairImbEEEC2INS2_IlbEEvEEOT_ _ZN2yb6ResultINSt3__14pairImmEEEC2INS2_IllEEvEEOT_ Line | Count | Source | 114 | 44.2M | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
Unexecuted instantiation: pg_dml_read.cc:_ZN2yb6ResultINSt3__18functionIFNS_5docdb6DocKeyERKNS1_6vectorINS3_14PrimitiveValueENS1_9allocatorIS6_EEEEEEEEC2IZNS_6pggate12_GLOBAL__N_119CreateDocKeyBuilderESB_RKN6google8protobuf16RepeatedPtrFieldINS_17PgsqlExpressionPBEEERKNS_15PartitionSchemaEE3$_0vEEOT_ pg_dml_read.cc:_ZN2yb6ResultINSt3__18functionIFNS_5docdb6DocKeyERKNS1_6vectorINS3_14PrimitiveValueENS1_9allocatorIS6_EEEEEEEEC2IZNS_6pggate12_GLOBAL__N_119CreateDocKeyBuilderESB_RKN6google8protobuf16RepeatedPtrFieldINS_17PgsqlExpressionPBEEERKNS_15PartitionSchemaEE3$_1vEEOT_ Line | Count | Source | 114 | 6 | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEC2IA7_cvEEOT_ Line | Count | Source | 114 | 544 | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultIN5boost10shared_ptrINS1_9date_time14time_zone_baseINS1_10posix_time5ptimeEcEEEEEC2INS2_INS1_10local_time20posix_time_zone_baseIcEEEEvEEOT_ Line | Count | Source | 114 | 1.30k | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEC2IA15_cvEEOT_ Line | Count | Source | 114 | 11 | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEC2IA19_cvEEOT_ Line | Count | Source | 114 | 4 | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultIyEC2IxvEEOT_ Line | Count | Source | 114 | 482k | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultIyEC2IRxvEEOT_ Line | Count | Source | 114 | 1.55M | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEC2IRPcvEEOT_ Line | Count | Source | 114 | 11 | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultIxEC2ImvEEOT_ Line | Count | Source | 114 | 8.34k | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultIjEC2IivEEOT_ Line | Count | Source | 114 | 9.31k | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
_ZN2yb6ResultIPKPKhEC2IPS2_vEEOT_ Line | Count | Source | 114 | 3.60M | Result(UValue&& value) : success_(true), value_(std::move(value)) {} // NOLINT |
|
115 | | |
116 | 6 | Result& operator=(const Result& rhs) { |
117 | 6 | if (&rhs == this) { |
118 | 0 | return *this; |
119 | 0 | } |
120 | 6 | this->~Result(); |
121 | 6 | return *new (this) Result(rhs); |
122 | 6 | } Line | Count | Source | 116 | 2 | Result& operator=(const Result& rhs) { | 117 | 2 | if (&rhs == this) { | 118 | 0 | return *this; | 119 | 0 | } | 120 | 2 | this->~Result(); | 121 | 2 | return *new (this) Result(rhs); | 122 | 2 | } |
_ZN2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEaSERKS8_ Line | Count | Source | 116 | 2 | Result& operator=(const Result& rhs) { | 117 | 2 | if (&rhs == this) { | 118 | 0 | return *this; | 119 | 0 | } | 120 | 2 | this->~Result(); | 121 | 2 | return *new (this) Result(rhs); | 122 | 2 | } |
Line | Count | Source | 116 | 2 | Result& operator=(const Result& rhs) { | 117 | 2 | if (&rhs == this) { | 118 | 0 | return *this; | 119 | 0 | } | 120 | 2 | this->~Result(); | 121 | 2 | return *new (this) Result(rhs); | 122 | 2 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_10StackTraceEEaSERKS2_ |
123 | | |
124 | 4.65M | Result& operator=(Result&& rhs) { |
125 | 4.65M | if (&rhs == this) { |
126 | 0 | return *this; |
127 | 0 | } |
128 | 4.65M | this->~Result(); |
129 | 4.65M | return *new (this) Result(std::move(rhs)); |
130 | 4.65M | } Line | Count | Source | 124 | 2 | Result& operator=(Result&& rhs) { | 125 | 2 | if (&rhs == this) { | 126 | 0 | return *this; | 127 | 0 | } | 128 | 2 | this->~Result(); | 129 | 2 | return *new (this) Result(std::move(rhs)); | 130 | 2 | } |
Line | Count | Source | 124 | 1 | Result& operator=(Result&& rhs) { | 125 | 1 | if (&rhs == this) { | 126 | 0 | return *this; | 127 | 0 | } | 128 | 1 | this->~Result(); | 129 | 1 | return *new (this) Result(std::move(rhs)); | 130 | 1 | } |
_ZN2yb6ResultINS_16IndexPermissionsEEaSEOS2_ Line | Count | Source | 124 | 1 | Result& operator=(Result&& rhs) { | 125 | 1 | if (&rhs == this) { | 126 | 0 | return *this; | 127 | 0 | } | 128 | 1 | this->~Result(); | 129 | 1 | return *new (this) Result(std::move(rhs)); | 130 | 1 | } |
Line | Count | Source | 124 | 17 | Result& operator=(Result&& rhs) { | 125 | 17 | if (&rhs == this) { | 126 | 0 | return *this; | 127 | 0 | } | 128 | 17 | this->~Result(); | 129 | 17 | return *new (this) Result(std::move(rhs)); | 130 | 17 | } |
_ZN2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEaSEOS8_ Line | Count | Source | 124 | 2 | Result& operator=(Result&& rhs) { | 125 | 2 | if (&rhs == this) { | 126 | 0 | return *this; | 127 | 0 | } | 128 | 2 | this->~Result(); | 129 | 2 | return *new (this) Result(std::move(rhs)); | 130 | 2 | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrI9pg_resultNS_9pgwrapper13PGResultClearEEEEaSEOS7_ Unexecuted instantiation: _ZN2yb6ResultINS_9TimestampEEaSEOS2_ Line | Count | Source | 124 | 7 | Result& operator=(Result&& rhs) { | 125 | 7 | if (&rhs == this) { | 126 | 0 | return *this; | 127 | 0 | } | 128 | 7 | this->~Result(); | 129 | 7 | return *new (this) Result(std::move(rhs)); | 130 | 7 | } |
_ZN2yb6ResultIRNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEaSEOS9_ Line | Count | Source | 124 | 2 | Result& operator=(Result&& rhs) { | 125 | 2 | if (&rhs == this) { | 126 | 0 | return *this; | 127 | 0 | } | 128 | 2 | this->~Result(); | 129 | 2 | return *new (this) Result(std::move(rhs)); | 130 | 2 | } |
_ZN2yb6ResultINS_19SharedMemorySegmentEEaSEOS2_ Line | Count | Source | 124 | 2 | Result& operator=(Result&& rhs) { | 125 | 2 | if (&rhs == this) { | 126 | 0 | return *this; | 127 | 0 | } | 128 | 2 | this->~Result(); | 129 | 2 | return *new (this) Result(std::move(rhs)); | 130 | 2 | } |
Line | Count | Source | 124 | 142 | Result& operator=(Result&& rhs) { | 125 | 142 | if (&rhs == this) { | 126 | 0 | return *this; | 127 | 0 | } | 128 | 142 | this->~Result(); | 129 | 142 | return *new (this) Result(std::move(rhs)); | 130 | 142 | } |
_ZN2yb6ResultIN7rocksdb17FileNumbersHolderEEaSEOS3_ Line | Count | Source | 124 | 10.6k | Result& operator=(Result&& rhs) { | 125 | 10.6k | if (&rhs == this) { | 126 | 0 | return *this; | 127 | 0 | } | 128 | 10.6k | this->~Result(); | 129 | 10.6k | return *new (this) Result(std::move(rhs)); | 130 | 10.6k | } |
_ZN2yb6ResultINS_14ReadHybridTimeEEaSEOS2_ Line | Count | Source | 124 | 4.64M | Result& operator=(Result&& rhs) { | 125 | 4.64M | if (&rhs == this) { | 126 | 0 | return *this; | 127 | 0 | } | 128 | 4.64M | this->~Result(); | 129 | 4.64M | return *new (this) Result(std::move(rhs)); | 130 | 4.64M | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorI13scoped_refptrINS_6client8internal12RemoteTabletEENS1_9allocatorIS7_EEEEEaSEOSB_ _ZN2yb6ResultI13scoped_refptrINS_6pggate11PgTableDescEEEaSEOS5_ 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 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_10StackTraceEEaSEOS2_ |
131 | | |
132 | | template<class UValue, class = std::enable_if_t<std::is_convertible<UValue, TValue>::value>> |
133 | 2 | Result& operator=(const Result<UValue>& rhs) { |
134 | 2 | this->~Result(); |
135 | 2 | return *new (this) Result(rhs); |
136 | 2 | } |
137 | | |
138 | 6 | Result& operator=(const Status& status) { |
139 | 6 | StatusCheck(!status.ok()); |
140 | 6 | this->~Result(); |
141 | 6 | return *new (this) Result(status); |
142 | 6 | } _ZN2yb6ResultIiEaSERKNS_6StatusE 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 | } |
_ZN2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEaSERKNS_6StatusE 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 | } |
_ZN2yb6ResultIbEaSERKNS_6StatusE 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 | } |
_ZN2yb6ResultIN7rocksdb17FileNumbersHolderEEaSERKNS_6StatusE 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 | } |
_ZN2yb6ResultINS_10StackTraceEEaSERKNS_6StatusE 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 | } _ZN2yb6ResultIiEaSEONS_6StatusE Line | Count | Source | 144 | 1 | Result& operator=(Status&& status) { | 145 | 1 | StatusCheck(!status.ok()); | 146 | 1 | this->~Result(); | 147 | 1 | return *new (this) Result(std::move(status)); | 148 | 1 | } |
_ZN2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEaSEONS_6StatusE Line | Count | Source | 144 | 1 | Result& operator=(Status&& status) { | 145 | 1 | StatusCheck(!status.ok()); | 146 | 1 | this->~Result(); | 147 | 1 | return *new (this) Result(std::move(status)); | 148 | 1 | } |
_ZN2yb6ResultIbEaSEONS_6StatusE Line | Count | Source | 144 | 1 | Result& operator=(Status&& status) { | 145 | 1 | StatusCheck(!status.ok()); | 146 | 1 | this->~Result(); | 147 | 1 | return *new (this) Result(std::move(status)); | 148 | 1 | } |
Unexecuted instantiation: _ZN2yb6ResultImEaSEONS_6StatusE Unexecuted instantiation: _ZN2yb6ResultIN7rocksdb17FileNumbersHolderEEaSEONS_6StatusE |
149 | | |
150 | 2.04k | Result& operator=(const TValue& value) { |
151 | 2.04k | this->~Result(); |
152 | 2.04k | return *new (this) Result(value); |
153 | 2.04k | } Line | Count | Source | 150 | 1 | Result& operator=(const TValue& value) { | 151 | 1 | this->~Result(); | 152 | 1 | return *new (this) Result(value); | 153 | 1 | } |
_ZN2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEaSERKS7_ Line | Count | Source | 150 | 1 | Result& operator=(const TValue& value) { | 151 | 1 | this->~Result(); | 152 | 1 | return *new (this) Result(value); | 153 | 1 | } |
Line | Count | Source | 150 | 1 | Result& operator=(const TValue& value) { | 151 | 1 | this->~Result(); | 152 | 1 | return *new (this) Result(value); | 153 | 1 | } |
_ZN2yb6ResultINS_10StackTraceEEaSERKS1_ Line | Count | Source | 150 | 2.04k | Result& operator=(const TValue& value) { | 151 | 2.04k | this->~Result(); | 152 | 2.04k | return *new (this) Result(value); | 153 | 2.04k | } |
|
154 | | |
155 | | template <class UValue, class = std::enable_if_t<std::is_convertible<UValue&&, TValue&&>::value>> |
156 | 3 | Result& operator=(UValue&& value) { |
157 | 3 | this->~Result(); |
158 | 3 | return *new (this) Result(std::move(value)); |
159 | 3 | } _ZN2yb6ResultIiEaSIivEERS1_OT_ Line | Count | Source | 156 | 1 | Result& operator=(UValue&& value) { | 157 | 1 | this->~Result(); | 158 | 1 | return *new (this) Result(std::move(value)); | 159 | 1 | } |
_ZN2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEaSIS7_vEERS8_OT_ Line | Count | Source | 156 | 1 | Result& operator=(UValue&& value) { | 157 | 1 | this->~Result(); | 158 | 1 | return *new (this) Result(std::move(value)); | 159 | 1 | } |
_ZN2yb6ResultIbEaSIbvEERS1_OT_ Line | Count | Source | 156 | 1 | Result& operator=(UValue&& value) { | 157 | 1 | this->~Result(); | 158 | 1 | return *new (this) Result(std::move(value)); | 159 | 1 | } |
|
160 | | |
161 | 45.2k | MUST_USE_RESULT explicit operator bool() const { |
162 | 45.2k | return ok(); |
163 | 45.2k | } _ZNK2yb6ResultINS_6master13BackfillJobPBEEcvbEv Line | Count | Source | 161 | 345 | MUST_USE_RESULT explicit operator bool() const { | 162 | 345 | return ok(); | 163 | 345 | } |
Line | Count | Source | 161 | 1 | MUST_USE_RESULT explicit operator bool() const { | 162 | 1 | return ok(); | 163 | 1 | } |
_ZNK2yb6ResultINS_6client11YBTableInfoEEcvbEv Line | Count | Source | 161 | 36 | MUST_USE_RESULT explicit operator bool() const { | 162 | 36 | return ok(); | 163 | 36 | } |
Line | Count | Source | 161 | 8 | MUST_USE_RESULT explicit operator bool() const { | 162 | 8 | return ok(); | 163 | 8 | } |
_ZNK2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEcvbEv Line | Count | Source | 161 | 8 | MUST_USE_RESULT explicit operator bool() const { | 162 | 8 | return ok(); | 163 | 8 | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_4OpIdEEcvbEv _ZNK2yb6ResultIN5boost8optionalINS_6master17ReplicationInfoPBEEEEcvbEv Line | Count | Source | 161 | 32.3k | MUST_USE_RESULT explicit operator bool() const { | 162 | 32.3k | return ok(); | 163 | 32.3k | } |
_ZNK2yb6ResultIRKNS_12ColumnSchemaEEcvbEv Line | Count | Source | 161 | 9.85k | MUST_USE_RESULT explicit operator bool() const { | 162 | 9.85k | return ok(); | 163 | 9.85k | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_10QLRowBlockEEcvbEv _ZNK2yb6ResultIPKNS_9IndexInfoEEcvbEv Line | Count | Source | 161 | 2.65k | MUST_USE_RESULT explicit operator bool() const { | 162 | 2.65k | return ok(); | 163 | 2.65k | } |
|
164 | | |
165 | 75.4M | MUST_USE_RESULT bool operator!() const { |
166 | 75.4M | return !ok(); |
167 | 75.4M | } Unexecuted instantiation: _ZNK2yb6ResultINSt3__16vectorI13scoped_refptrINS_6master10TabletInfoEENS1_9allocatorIS6_EEEEEntEv _ZNK2yb6ResultINS_6master13BackfillJobPBEEntEv Line | Count | Source | 165 | 350 | MUST_USE_RESULT bool operator!() const { | 166 | 350 | return !ok(); | 167 | 350 | } |
_ZNK2yb6ResultINS_6client11YBTableInfoEEntEv Line | Count | Source | 165 | 2 | MUST_USE_RESULT bool operator!() const { | 166 | 2 | return !ok(); | 167 | 2 | } |
Line | Count | Source | 165 | 24 | MUST_USE_RESULT bool operator!() const { | 166 | 24 | return !ok(); | 167 | 24 | } |
_ZNK2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEntEv Line | Count | Source | 165 | 24 | MUST_USE_RESULT bool operator!() const { | 166 | 24 | return !ok(); | 167 | 24 | } |
_ZNK2yb6ResultI13scoped_refptrINS_6master9TableInfoEEEntEv Line | Count | Source | 165 | 432 | MUST_USE_RESULT bool operator!() const { | 166 | 432 | return !ok(); | 167 | 432 | } |
Line | Count | Source | 165 | 3.87M | MUST_USE_RESULT bool operator!() const { | 166 | 3.87M | return !ok(); | 167 | 3.87M | } |
_ZNK2yb6ResultIN7rocksdb18FileBoundaryValuesINS1_11InternalKeyEEEEntEv Line | Count | Source | 165 | 71.1M | MUST_USE_RESULT bool operator!() const { | 166 | 71.1M | return !ok(); | 167 | 71.1M | } |
_ZNK2yb6ResultINS_23TransactionStatusResultEEntEv Line | Count | Source | 165 | 97 | MUST_USE_RESULT bool operator!() const { | 166 | 97 | return !ok(); | 167 | 97 | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_7tserver16TabletPeerTabletEEntEv Unexecuted instantiation: _ZNK2yb6ResultINS_6master30GetLoadBalancerStateResponsePBEEntEv _ZNK2yb6ResultIRKNS_2ql9ParseTreeEEntEv Line | Count | Source | 165 | 389k | MUST_USE_RESULT bool operator!() const { | 166 | 389k | return !ok(); | 167 | 389k | } |
_ZNK2yb6ResultINS_16IndexPermissionsEEntEv Line | Count | Source | 165 | 1.55k | MUST_USE_RESULT bool operator!() const { | 166 | 1.55k | return !ok(); | 167 | 1.55k | } |
|
168 | | |
169 | 10.6G | MUST_USE_RESULT bool ok() const { |
170 | 10.6G | #ifndef NDEBUG |
171 | 10.6G | ANNOTATE_IGNORE_WRITES_BEGIN(); |
172 | 10.6G | success_checked_ = true; |
173 | 10.6G | ANNOTATE_IGNORE_WRITES_END(); |
174 | 10.6G | #endif |
175 | 10.6G | return success_; |
176 | 10.6G | } Unexecuted instantiation: _ZNK2yb6ResultINSt3__110unique_ptrIN7rocksdb22RandomAccessFileReaderENS1_14default_deleteIS4_EEEEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_5tools17DataPatcherActionEE2okEv Line | Count | Source | 169 | 40.5M | MUST_USE_RESULT bool ok() const { | 170 | 40.5M | #ifndef NDEBUG | 171 | 40.5M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 40.5M | success_checked_ = true; | 173 | 40.5M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 40.5M | #endif | 175 | 40.5M | return success_; | 176 | 40.5M | } |
_ZNK2yb6ResultINS_10HybridTimeEE2okEv Line | Count | Source | 169 | 52.4M | MUST_USE_RESULT bool ok() const { | 170 | 52.4M | #ifndef NDEBUG | 171 | 52.4M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 52.4M | success_checked_ = true; | 173 | 52.4M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 52.4M | #endif | 175 | 52.4M | return success_; | 176 | 52.4M | } |
_ZNK2yb6ResultINS_13DocHybridTimeEE2okEv Line | Count | Source | 169 | 345M | MUST_USE_RESULT bool ok() const { | 170 | 345M | #ifndef NDEBUG | 171 | 345M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 345M | success_checked_ = true; | 173 | 345M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 345M | #endif | 175 | 345M | return success_; | 176 | 345M | } |
Unexecuted instantiation: _ZNK2yb6ResultINSt3__110unique_ptrIN7rocksdb11TableReaderENS1_14default_deleteIS4_EEEEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINSt3__110unique_ptrIN7rocksdb18WritableFileWriterENS1_14default_deleteIS4_EEEEE2okEv _ZNK2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE2okEv Line | Count | Source | 169 | 2.98M | MUST_USE_RESULT bool ok() const { | 170 | 2.98M | #ifndef NDEBUG | 171 | 2.98M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 2.98M | success_checked_ = true; | 173 | 2.98M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 2.98M | #endif | 175 | 2.98M | return success_; | 176 | 2.98M | } |
Unexecuted instantiation: _ZNK2yb6ResultIPcE2okEv _ZNK2yb6ResultINS_9MonoDeltaEE2okEv Line | Count | Source | 169 | 113 | MUST_USE_RESULT bool ok() const { | 170 | 113 | #ifndef NDEBUG | 171 | 113 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 113 | success_checked_ = true; | 173 | 113 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 113 | #endif | 175 | 113 | return success_; | 176 | 113 | } |
_ZNK2yb6ResultINSt3__110unique_ptrINS_6client8YBClientENS1_14default_deleteIS4_EEEEE2okEv Line | Count | Source | 169 | 30.5k | MUST_USE_RESULT bool ok() const { | 170 | 30.5k | #ifndef NDEBUG | 171 | 30.5k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 30.5k | success_checked_ = true; | 173 | 30.5k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 30.5k | #endif | 175 | 30.5k | return success_; | 176 | 30.5k | } |
_ZNK2yb6ResultI13scoped_refptrINS_3log18ReadableLogSegmentEEE2okEv Line | Count | Source | 169 | 9.20k | MUST_USE_RESULT bool ok() const { | 170 | 9.20k | #ifndef NDEBUG | 171 | 9.20k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 9.20k | success_checked_ = true; | 173 | 9.20k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 9.20k | #endif | 175 | 9.20k | return success_; | 176 | 9.20k | } |
_ZNK2yb6ResultINSt3__16vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEEE2okEv Line | Count | Source | 169 | 101k | MUST_USE_RESULT bool ok() const { | 170 | 101k | #ifndef NDEBUG | 171 | 101k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 101k | success_checked_ = true; | 173 | 101k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 101k | #endif | 175 | 101k | return success_; | 176 | 101k | } |
_ZNK2yb6ResultINS_8HostPortEE2okEv Line | Count | Source | 169 | 54.0k | MUST_USE_RESULT bool ok() const { | 170 | 54.0k | #ifndef NDEBUG | 171 | 54.0k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 54.0k | success_checked_ = true; | 173 | 54.0k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 54.0k | #endif | 175 | 54.0k | return success_; | 176 | 54.0k | } |
_ZNK2yb6ResultIN9rapidjson15GenericDocumentINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEES6_EEE2okEv Line | Count | Source | 169 | 108 | MUST_USE_RESULT bool ok() const { | 170 | 108 | #ifndef NDEBUG | 171 | 108 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 108 | success_checked_ = true; | 173 | 108 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 108 | #endif | 175 | 108 | return success_; | 176 | 108 | } |
_ZNK2yb6ResultINS_6client11YBTableNameEE2okEv Line | Count | Source | 169 | 1.17k | MUST_USE_RESULT bool ok() const { | 170 | 1.17k | #ifndef NDEBUG | 171 | 1.17k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 1.17k | success_checked_ = true; | 173 | 1.17k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 1.17k | #endif | 175 | 1.17k | return success_; | 176 | 1.17k | } |
Line | Count | Source | 169 | 1.99G | MUST_USE_RESULT bool ok() const { | 170 | 1.99G | #ifndef NDEBUG | 171 | 1.99G | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 1.99G | success_checked_ = true; | 173 | 1.99G | ANNOTATE_IGNORE_WRITES_END(); | 174 | 1.99G | #endif | 175 | 1.99G | return success_; | 176 | 1.99G | } |
Line | Count | Source | 169 | 4.95M | MUST_USE_RESULT bool ok() const { | 170 | 4.95M | #ifndef NDEBUG | 171 | 4.95M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 4.95M | success_checked_ = true; | 173 | 4.95M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 4.95M | #endif | 175 | 4.95M | return success_; | 176 | 4.95M | } |
Unexecuted instantiation: yb-admin_cli.cc:_ZNK2yb6ResultINSt3__14pairIiNS_10EnumBitSetINS_5tools12_GLOBAL__N_116ListTabletsFlagsEEEEEE2okEv _ZNK2yb6ResultINS_5tools18TypedNamespaceNameEE2okEv 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-admin_cli.cc:_ZNK2yb6ResultINSt3__14pairIiNS_10EnumBitSetINS_5tools12_GLOBAL__N_110AddIndexesEEEEEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINSt3__14pairIibEEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_5tools17TableNameResolverEE2okEv Line | Count | Source | 169 | 2.89G | MUST_USE_RESULT bool ok() const { | 170 | 2.89G | #ifndef NDEBUG | 171 | 2.89G | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 2.89G | success_checked_ = true; | 173 | 2.89G | ANNOTATE_IGNORE_WRITES_END(); | 174 | 2.89G | #endif | 175 | 2.89G | return success_; | 176 | 2.89G | } |
_ZNK2yb6ResultINSt3__16vectorINS_6client11YBTableNameENS1_9allocatorIS4_EEEEE2okEv Line | Count | Source | 169 | 170 | MUST_USE_RESULT bool ok() const { | 170 | 170 | #ifndef NDEBUG | 171 | 170 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 170 | success_checked_ = true; | 173 | 170 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 170 | #endif | 175 | 170 | return success_; | 176 | 170 | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_17StronglyTypedUuidINS_28TxnSnapshotRestorationId_TagEEEE2okEv Line | Count | Source | 169 | 12.3k | MUST_USE_RESULT bool ok() const { | 170 | 12.3k | #ifndef NDEBUG | 171 | 12.3k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 12.3k | success_checked_ = true; | 173 | 12.3k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 12.3k | #endif | 175 | 12.3k | return success_; | 176 | 12.3k | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEEE2okEv _ZNK2yb6ResultINSt3__110unique_ptrINS_3rpc9MessengerENS1_14default_deleteIS4_EEEEE2okEv Line | Count | Source | 169 | 22.8k | MUST_USE_RESULT bool ok() const { | 170 | 22.8k | #ifndef NDEBUG | 171 | 22.8k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 22.8k | success_checked_ = true; | 173 | 22.8k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 22.8k | #endif | 175 | 22.8k | return success_; | 176 | 22.8k | } |
Unexecuted instantiation: _ZNK2yb6ResultIaE2okEv Unexecuted instantiation: _ZNK2yb6ResultIsE2okEv _ZNK2yb6ResultINS_9TimestampEE2okEv Line | Count | Source | 169 | 1.36k | MUST_USE_RESULT bool ok() const { | 170 | 1.36k | #ifndef NDEBUG | 171 | 1.36k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 1.36k | success_checked_ = true; | 173 | 1.36k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 1.36k | #endif | 175 | 1.36k | return success_; | 176 | 1.36k | } |
_ZNK2yb6ResultINS_6master13MasterOptionsEE2okEv Line | Count | Source | 169 | 4.93k | MUST_USE_RESULT bool ok() const { | 170 | 4.93k | #ifndef NDEBUG | 171 | 4.93k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 4.93k | success_checked_ = true; | 173 | 4.93k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 4.93k | #endif | 175 | 4.93k | return success_; | 176 | 4.93k | } |
_ZNK2yb6ResultINSt3__110unique_ptrINS_3rpc13SecureContextENS1_14default_deleteIS4_EEEEE2okEv Line | Count | Source | 169 | 16.1k | MUST_USE_RESULT bool ok() const { | 170 | 16.1k | #ifndef NDEBUG | 171 | 16.1k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 16.1k | success_checked_ = true; | 173 | 16.1k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 16.1k | #endif | 175 | 16.1k | return success_; | 176 | 16.1k | } |
_ZNK2yb6ResultINS_5SliceEE2okEv Line | Count | Source | 169 | 45.6M | MUST_USE_RESULT bool ok() const { | 170 | 45.6M | #ifndef NDEBUG | 171 | 45.6M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 45.6M | success_checked_ = true; | 173 | 45.6M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 45.6M | #endif | 175 | 45.6M | return success_; | 176 | 45.6M | } |
_ZNK2yb6ResultINS_7tserver19TabletServerOptionsEE2okEv Line | Count | Source | 169 | 6.11k | MUST_USE_RESULT bool ok() const { | 170 | 6.11k | #ifndef NDEBUG | 171 | 6.11k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 6.11k | success_checked_ = true; | 173 | 6.11k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 6.11k | #endif | 175 | 6.11k | return success_; | 176 | 6.11k | } |
_ZNK2yb6ResultINS_9pgwrapper13PgProcessConfEE2okEv Line | Count | Source | 169 | 904 | MUST_USE_RESULT bool ok() const { | 170 | 904 | #ifndef NDEBUG | 171 | 904 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 904 | success_checked_ = true; | 173 | 904 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 904 | #endif | 175 | 904 | return success_; | 176 | 904 | } |
_ZNK2yb6ResultINSt3__16vectorINS_8HostPortENS1_9allocatorIS3_EEEEE2okEv Line | Count | Source | 169 | 35.7k | MUST_USE_RESULT bool ok() const { | 170 | 35.7k | #ifndef NDEBUG | 171 | 35.7k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 35.7k | success_checked_ = true; | 173 | 35.7k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 35.7k | #endif | 175 | 35.7k | return success_; | 176 | 35.7k | } |
_ZNK2yb6ResultINS_4util6VarIntEE2okEv 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 | } |
Line | Count | Source | 169 | 43.0M | MUST_USE_RESULT bool ok() const { | 170 | 43.0M | #ifndef NDEBUG | 171 | 43.0M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 43.0M | success_checked_ = true; | 173 | 43.0M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 43.0M | #endif | 175 | 43.0M | return success_; | 176 | 43.0M | } |
_ZNK2yb6ResultINS_4UuidEE2okEv Line | Count | Source | 169 | 23.3M | MUST_USE_RESULT bool ok() const { | 170 | 23.3M | #ifndef NDEBUG | 171 | 23.3M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 23.3M | success_checked_ = true; | 173 | 23.3M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 23.3M | #endif | 175 | 23.3M | return success_; | 176 | 23.3M | } |
_ZNK2yb6ResultIN5boost4asio2ip7addressEE2okEv Line | Count | Source | 169 | 1.20M | MUST_USE_RESULT bool ok() const { | 170 | 1.20M | #ifndef NDEBUG | 171 | 1.20M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 1.20M | success_checked_ = true; | 173 | 1.20M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 1.20M | #endif | 175 | 1.20M | return success_; | 176 | 1.20M | } |
_ZNK2yb6ResultIPNS_6master10MiniMasterEE2okEv Line | Count | Source | 169 | 6.21k | MUST_USE_RESULT bool ok() const { | 170 | 6.21k | #ifndef NDEBUG | 171 | 6.21k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 6.21k | success_checked_ = true; | 173 | 6.21k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 6.21k | #endif | 175 | 6.21k | return success_; | 176 | 6.21k | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_17StronglyTypedUuidINS_17TxnSnapshotId_TagEEEE2okEv _ZNK2yb6ResultINSt3__110shared_ptrINS_6client11YBqlWriteOpEEEE2okEv Line | Count | Source | 169 | 22.5k | MUST_USE_RESULT bool ok() const { | 170 | 22.5k | #ifndef NDEBUG | 171 | 22.5k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 22.5k | success_checked_ = true; | 173 | 22.5k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 22.5k | #endif | 175 | 22.5k | return success_; | 176 | 22.5k | } |
_ZNK2yb6ResultINS_6tablet19ScopedReadOperationEE2okEv Line | Count | Source | 169 | 4.87M | MUST_USE_RESULT bool ok() const { | 170 | 4.87M | #ifndef NDEBUG | 171 | 4.87M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 4.87M | success_checked_ = true; | 173 | 4.87M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 4.87M | #endif | 175 | 4.87M | return success_; | 176 | 4.87M | } |
Unexecuted instantiation: _ZNK2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master14SnapshotInfoPBEEEE2okEv Unexecuted instantiation: _ZNK2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master40ImportSnapshotMetaResponsePB_TableMetaPBEEEE2okEv _ZNK2yb6ResultINSt3__110shared_ptrINS_6client7YBTableEEEE2okEv Line | Count | Source | 169 | 1.47M | MUST_USE_RESULT bool ok() const { | 170 | 1.47M | #ifndef NDEBUG | 171 | 1.47M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 1.47M | success_checked_ = true; | 173 | 1.47M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 1.47M | #endif | 175 | 1.47M | return success_; | 176 | 1.47M | } |
Unexecuted instantiation: _ZNK2yb6ResultINSt3__16vectorI13scoped_refptrINS_6client8internal12RemoteTabletEENS1_9allocatorIS7_EEEEE2okEv _ZNK2yb6ResultI13scoped_refptrINS_6client8internal12RemoteTabletEEE2okEv Line | Count | Source | 169 | 23.5M | MUST_USE_RESULT bool ok() const { | 170 | 23.5M | #ifndef NDEBUG | 171 | 23.5M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 23.5M | success_checked_ = true; | 173 | 23.5M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 23.5M | #endif | 175 | 23.5M | return success_; | 176 | 23.5M | } |
_ZNK2yb6ResultINSt3__16vectorINS_6client14YBTabletServerENS1_9allocatorIS4_EEEEE2okEv 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: ql-dml-test.cc:_ZNK2yb6ResultINS_6client12_GLOBAL__N_18RowValueEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_7QLValueEE2okEv Line | Count | Source | 169 | 385M | MUST_USE_RESULT bool ok() const { | 170 | 385M | #ifndef NDEBUG | 171 | 385M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 385M | success_checked_ = true; | 173 | 385M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 385M | #endif | 175 | 385M | return success_; | 176 | 385M | } |
Unexecuted instantiation: _ZNK2yb6ResultINSt3__14pairINS1_6vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS7_IS9_EEEENS1_13unordered_setIS9_NS1_4hashIS9_EENS1_8equal_toIS9_EESA_EEEEE2okEv _ZNK2yb6ResultI13scoped_refptrINS_6master9TableInfoEEE2okEv Line | Count | Source | 169 | 438k | MUST_USE_RESULT bool ok() const { | 170 | 438k | #ifndef NDEBUG | 171 | 438k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 438k | success_checked_ = true; | 173 | 438k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 438k | #endif | 175 | 438k | return success_; | 176 | 438k | } |
_ZNK2yb6ResultINSt3__16vectorI13scoped_refptrINS_6master10TabletInfoEENS1_9allocatorIS6_EEEEE2okEv Line | Count | Source | 169 | 410k | MUST_USE_RESULT bool ok() const { | 170 | 410k | #ifndef NDEBUG | 171 | 410k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 410k | success_checked_ = true; | 173 | 410k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 410k | #endif | 175 | 410k | return success_; | 176 | 410k | } |
_ZNK2yb6ResultINS_16IndexPermissionsEE2okEv Line | Count | Source | 169 | 1.63k | MUST_USE_RESULT bool ok() const { | 170 | 1.63k | #ifndef NDEBUG | 171 | 1.63k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 1.63k | success_checked_ = true; | 173 | 1.63k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 1.63k | #endif | 175 | 1.63k | return success_; | 176 | 1.63k | } |
_ZNK2yb6ResultINS_6tablet10DocDbOpIdsEE2okEv Line | Count | Source | 169 | 3.71M | MUST_USE_RESULT bool ok() const { | 170 | 3.71M | #ifndef NDEBUG | 171 | 3.71M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 3.71M | success_checked_ = true; | 173 | 3.71M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 3.71M | #endif | 175 | 3.71M | return success_; | 176 | 3.71M | } |
_ZNK2yb6ResultINS_4OpIdEE2okEv Line | Count | Source | 169 | 25.4M | MUST_USE_RESULT bool ok() const { | 170 | 25.4M | #ifndef NDEBUG | 171 | 25.4M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 25.4M | success_checked_ = true; | 173 | 25.4M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 25.4M | #endif | 175 | 25.4M | return success_; | 176 | 25.4M | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_7tserver30GetTransactionStatusResponsePBEE2okEv _ZNK2yb6ResultINSt3__110shared_ptrINS_6client13YBTransactionEEEE2okEv Line | Count | Source | 169 | 149k | MUST_USE_RESULT bool ok() const { | 170 | 149k | #ifndef NDEBUG | 171 | 149k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 149k | success_checked_ = true; | 173 | 149k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 149k | #endif | 175 | 149k | return success_; | 176 | 149k | } |
_ZNK2yb6ResultINS_22ChildTransactionDataPBEE2okEv Line | Count | Source | 169 | 82.4k | MUST_USE_RESULT bool ok() const { | 170 | 82.4k | #ifndef NDEBUG | 171 | 82.4k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 82.4k | success_checked_ = true; | 173 | 82.4k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 82.4k | #endif | 175 | 82.4k | return success_; | 176 | 82.4k | } |
_ZNK2yb6ResultINS_6client20ChildTransactionDataEE2okEv Line | Count | Source | 169 | 14.6k | MUST_USE_RESULT bool ok() const { | 170 | 14.6k | #ifndef NDEBUG | 171 | 14.6k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 14.6k | success_checked_ = true; | 173 | 14.6k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 14.6k | #endif | 175 | 14.6k | return success_; | 176 | 14.6k | } |
_ZNK2yb6ResultINS_24ChildTransactionResultPBEE2okEv Line | Count | Source | 169 | 14.5k | MUST_USE_RESULT bool ok() const { | 170 | 14.5k | #ifndef NDEBUG | 171 | 14.5k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 14.5k | success_checked_ = true; | 173 | 14.5k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 14.5k | #endif | 175 | 14.5k | return success_; | 176 | 14.5k | } |
_ZNK2yb6ResultINS_19TransactionMetadataEE2okEv Line | Count | Source | 169 | 2.27M | MUST_USE_RESULT bool ok() const { | 170 | 2.27M | #ifndef NDEBUG | 171 | 2.27M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 2.27M | success_checked_ = true; | 173 | 2.27M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 2.27M | #endif | 175 | 2.27M | return success_; | 176 | 2.27M | } |
Unexecuted instantiation: _ZNK2yb6ResultINSt3__13mapIiiNS1_4lessIiEENS1_9allocatorINS1_4pairIKiiEEEEEEE2okEv Unexecuted instantiation: _ZNK2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master22SnapshotScheduleInfoPBEEEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_6client16PagingReadCountsEE2okEv _ZNK2yb6ResultINS_22PlacementInfoConverter9PlacementEE2okEv Line | Count | Source | 169 | 11 | MUST_USE_RESULT bool ok() const { | 170 | 11 | #ifndef NDEBUG | 171 | 11 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 11 | success_checked_ = true; | 173 | 11 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 11 | #endif | 175 | 11 | return success_; | 176 | 11 | } |
_ZNK2yb6ResultINSt3__110shared_ptrINS_9consensus4PeerEEEE2okEv Line | Count | Source | 169 | 69.5k | MUST_USE_RESULT bool ok() const { | 170 | 69.5k | #ifndef NDEBUG | 171 | 69.5k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 69.5k | success_checked_ = true; | 173 | 69.5k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 69.5k | #endif | 175 | 69.5k | return success_; | 176 | 69.5k | } |
_ZNK2yb6ResultINS_9consensus13ReadOpsResultEE2okEv 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 | } |
_ZNK2yb6ResultINSt3__16vectorINS_4OpIdENS1_9allocatorIS3_EEEEE2okEv Line | Count | Source | 169 | 198 | MUST_USE_RESULT bool ok() const { | 170 | 198 | #ifndef NDEBUG | 171 | 198 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 198 | success_checked_ = true; | 173 | 198 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 198 | #endif | 175 | 198 | return success_; | 176 | 198 | } |
_ZNK2yb6ResultINSt3__16vectorI13scoped_refptrINS_3log18ReadableLogSegmentEENS1_9allocatorIS6_EEEEE2okEv Line | Count | Source | 169 | 30 | MUST_USE_RESULT bool ok() const { | 170 | 30 | #ifndef NDEBUG | 171 | 30 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 30 | success_checked_ = true; | 173 | 30 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 30 | #endif | 175 | 30 | return success_; | 176 | 30 | } |
_ZNK2yb6ResultIRKNS_12ColumnSchemaEE2okEv Line | Count | Source | 169 | 21.4M | MUST_USE_RESULT bool ok() const { | 170 | 21.4M | #ifndef NDEBUG | 171 | 21.4M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 21.4M | success_checked_ = true; | 173 | 21.4M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 21.4M | #endif | 175 | 21.4M | return success_; | 176 | 21.4M | } |
Unexecuted instantiation: _ZNK2yb6ResultIN5boost8optionalINS_5docdb11SubDocumentEEEE2okEv _ZNK2yb6ResultINS_17StronglyTypedUuidINS_17TransactionId_TagEEEE2okEv Line | Count | Source | 169 | 16.6M | MUST_USE_RESULT bool ok() const { | 170 | 16.6M | #ifndef NDEBUG | 171 | 16.6M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 16.6M | success_checked_ = true; | 173 | 16.6M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 16.6M | #endif | 175 | 16.6M | return success_; | 176 | 16.6M | } |
_ZNK2yb6ResultINS_5docdb22RateLimiterSharingModeEE2okEv Line | Count | Source | 169 | 5.81k | MUST_USE_RESULT bool ok() const { | 170 | 5.81k | #ifndef NDEBUG | 171 | 5.81k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 5.81k | success_checked_ = true; | 173 | 5.81k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 5.81k | #endif | 175 | 5.81k | return success_; | 176 | 5.81k | } |
_ZNK2yb6ResultINS_5docdb14FetchKeyResultEE2okEv Line | Count | Source | 169 | 295M | MUST_USE_RESULT bool ok() const { | 170 | 295M | #ifndef NDEBUG | 171 | 295M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 295M | success_checked_ = true; | 173 | 295M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 295M | #endif | 175 | 295M | return success_; | 176 | 295M | } |
_ZNK2yb6ResultINSt3__110unique_ptrINS_10encryption23BlockAccessCipherStreamENS1_14default_deleteIS4_EEEEE2okEv Line | Count | Source | 169 | 95 | MUST_USE_RESULT bool ok() const { | 170 | 95 | #ifndef NDEBUG | 171 | 95 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 95 | success_checked_ = true; | 173 | 95 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 95 | #endif | 175 | 95 | return success_; | 176 | 95 | } |
_ZNK2yb6ResultINS_6master13BackfillJobPBEE2okEv Line | Count | Source | 169 | 695 | MUST_USE_RESULT bool ok() const { | 170 | 695 | #ifndef NDEBUG | 171 | 695 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 695 | success_checked_ = true; | 173 | 695 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 695 | #endif | 175 | 695 | return success_; | 176 | 695 | } |
_ZNK2yb6ResultINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS1_10unique_ptrINS_5itest14TServerDetailsENS1_14default_deleteISB_EEEENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SE_EEEEEEE2okEv Line | Count | Source | 169 | 147 | MUST_USE_RESULT bool ok() const { | 170 | 147 | #ifndef NDEBUG | 171 | 147 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 147 | success_checked_ = true; | 173 | 147 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 147 | #endif | 175 | 147 | return success_; | 176 | 147 | } |
_ZNK2yb6ResultINS_16CassandraSessionEE2okEv Line | Count | Source | 169 | 227 | MUST_USE_RESULT bool ok() const { | 170 | 227 | #ifndef NDEBUG | 171 | 227 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 227 | success_checked_ = true; | 173 | 227 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 227 | #endif | 175 | 227 | return success_; | 176 | 227 | } |
_ZNK2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE11cass_bool_tfdixS8_EEEE2okEv 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 | } |
_ZNK2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_13CassandraJsonEEEEE2okEv 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 | } |
_ZNK2yb6ResultINS_6client11YBTableInfoEE2okEv 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 | } |
_ZNK2yb6ResultINS_17CassandraPreparedEE2okEv Line | Count | Source | 169 | 621 | MUST_USE_RESULT bool ok() const { | 170 | 621 | #ifndef NDEBUG | 171 | 621 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 621 | success_checked_ = true; | 173 | 621 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 621 | #endif | 175 | 621 | return success_; | 176 | 621 | } |
_ZNK2yb6ResultINS_15CassandraResultEE2okEv Line | Count | Source | 169 | 161 | MUST_USE_RESULT bool ok() const { | 170 | 161 | #ifndef NDEBUG | 171 | 161 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 161 | success_checked_ = true; | 173 | 161 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 161 | #endif | 175 | 161 | return success_; | 176 | 161 | } |
_ZNK2yb6ResultINSt3__15tupleIJ11cass_bool_tiNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiS9_EEEE2okEv 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 | } |
_ZNK2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEdEEEE2okEv 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 | } |
_ZNK2yb6ResultINSt3__15tupleIJidEEEE2okEv 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 | } |
_ZNK2yb6ResultINSt3__15tupleIJxdEEEE2okEv 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 | } |
_ZNK2yb6ResultINSt3__15tupleIJ11cass_bool_tdEEEE2okEv 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 | } |
_ZNK2yb6ResultINSt3__15tupleIJfdEEEE2okEv 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 | } |
_ZNK2yb6ResultINSt3__15tupleIJddEEEE2okEv 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 | } |
_ZNK2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEidEEEE2okEv 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: _ZNK2yb6ResultINS_6master28GetCDCDBStreamInfoResponsePBEE2okEv Unexecuted instantiation: _ZNK2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master15CDCStreamInfoPBEEEE2okEv _ZNK2yb6ResultINSt3__16vectorINS_6master21NamespaceIdentifierPBENS1_9allocatorIS4_EEEEE2okEv Line | Count | Source | 169 | 4.40k | MUST_USE_RESULT bool ok() const { | 170 | 4.40k | #ifndef NDEBUG | 171 | 4.40k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 4.40k | success_checked_ = true; | 173 | 4.40k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 4.40k | #endif | 175 | 4.40k | return success_; | 176 | 4.40k | } |
_ZNK2yb6ResultINSt3__16vectorINS_7tserver42ListTabletsForTabletServerResponsePB_EntryENS1_9allocatorIS4_EEEEE2okEv Line | Count | Source | 169 | 892 | MUST_USE_RESULT bool ok() const { | 170 | 892 | #ifndef NDEBUG | 171 | 892 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 892 | success_checked_ = true; | 173 | 892 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 892 | #endif | 175 | 892 | return success_; | 176 | 892 | } |
_ZNK2yb6ResultINSt3__16vectorIjNS1_9allocatorIjEEEEE2okEv 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 | } |
_ZNK2yb6ResultINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiNS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_iEEEEEEE2okEv Line | Count | Source | 169 | 15 | MUST_USE_RESULT bool ok() const { | 170 | 15 | #ifndef NDEBUG | 171 | 15 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 15 | success_checked_ = true; | 173 | 15 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 15 | #endif | 175 | 15 | return success_; | 176 | 15 | } |
_ZNK2yb6ResultIPNS_14ExternalMasterEE2okEv 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 | } |
_ZNK2yb6ResultINSt3__14pairIttEEE2okEv 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 | } |
_ZNK2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6tablet10TabletPeerEEENS1_9allocatorIS6_EEEEE2okEv 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 | } |
Line | Count | Source | 169 | 2.03M | MUST_USE_RESULT bool ok() const { | 170 | 2.03M | #ifndef NDEBUG | 171 | 2.03M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 2.03M | success_checked_ = true; | 173 | 2.03M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 2.03M | #endif | 175 | 2.03M | return success_; | 176 | 2.03M | } |
Unexecuted instantiation: _ZNK2yb6ResultIPNS_6master16CatalogManagerIfEE2okEv _ZNK2yb6ResultINSt3__110shared_ptrINS_6tablet10TabletPeerEEEE2okEv Line | Count | Source | 169 | 165k | MUST_USE_RESULT bool ok() const { | 170 | 165k | #ifndef NDEBUG | 171 | 165k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 165k | success_checked_ = true; | 173 | 165k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 165k | #endif | 175 | 165k | return success_; | 176 | 165k | } |
_ZNK2yb6ResultI13scoped_refptrINS_6master10TabletInfoEEE2okEv Line | Count | Source | 169 | 114 | MUST_USE_RESULT bool ok() const { | 170 | 114 | #ifndef NDEBUG | 171 | 114 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 114 | success_checked_ = true; | 173 | 114 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 114 | #endif | 175 | 114 | return success_; | 176 | 114 | } |
_ZNK2yb6ResultINS_7tserver21GetSplitKeyResponsePBEE2okEv 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: _ZNK2yb6ResultINS_7tserver21SplitTabletResponsePBEE2okEv _ZNK2yb6ResultINSt3__16vectorINS_7tserver39ListTabletsResponsePB_StatusAndSchemaPBENS1_9allocatorIS4_EEEEE2okEv 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: _ZNK2yb6ResultINSt3__14pairINS1_10shared_ptrINS_6client9YBSessionEEENS3_INS4_13YBTransactionEEEEEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6client7YBTableEEENS1_9allocatorIS6_EEEEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINSt3__110unique_ptrI9pg_resultNS_9pgwrapper13PGResultClearEEEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_9pgwrapper6PGConnEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINSt3__110unique_ptrINS_11MiniClusterENS1_14default_deleteIS3_EEEEE2okEv _ZNK2yb6ResultIPNS_6master12TSDescriptorEE2okEv Line | Count | Source | 169 | 351k | MUST_USE_RESULT bool ok() const { | 170 | 351k | #ifndef NDEBUG | 171 | 351k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 351k | success_checked_ = true; | 173 | 351k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 351k | #endif | 175 | 351k | return success_; | 176 | 351k | } |
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 | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_10EnumBitSetINS_9pgwrapper14IndexStateFlagEEEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_6master17TabletLocationsPBEE2okEv Unexecuted instantiation: pg_libpq-test.cc:_ZNK2yb6ResultINS_9pgwrapper12_GLOBAL__N_114TableGroupInfoEE2okEv _ZNK2yb6ResultIN7rocksdb17FileNumbersHolderEE2okEv Line | Count | Source | 169 | 290k | MUST_USE_RESULT bool ok() const { | 170 | 290k | #ifndef NDEBUG | 171 | 290k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 290k | success_checked_ = true; | 173 | 290k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 290k | #endif | 175 | 290k | return success_; | 176 | 290k | } |
_ZNK2yb6ResultINSt3__110unique_ptrIN7rocksdb2DBENS1_14default_deleteIS4_EEEEE2okEv Line | Count | Source | 169 | 144 | MUST_USE_RESULT bool ok() const { | 170 | 144 | #ifndef NDEBUG | 171 | 144 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 144 | success_checked_ = true; | 173 | 144 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 144 | #endif | 175 | 144 | return success_; | 176 | 144 | } |
_ZNK2yb6ResultIPN7rocksdb14SstFileManagerEE2okEv Line | Count | Source | 169 | 11 | MUST_USE_RESULT bool ok() const { | 170 | 11 | #ifndef NDEBUG | 171 | 11 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 11 | success_checked_ = true; | 173 | 11 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 11 | #endif | 175 | 11 | return success_; | 176 | 11 | } |
_ZNK2yb6ResultINSt3__16vectorIN7rocksdb16LiveFileMetaDataENS1_9allocatorIS4_EEEEE2okEv 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 | } |
_ZNK2yb6ResultIN5boost9container12small_vectorI5iovecLm4EvvEEE2okEv Line | Count | Source | 169 | 74.6M | MUST_USE_RESULT bool ok() const { | 170 | 74.6M | #ifndef NDEBUG | 171 | 74.6M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 74.6M | success_checked_ = true; | 173 | 74.6M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 74.6M | #endif | 175 | 74.6M | return success_; | 176 | 74.6M | } |
_ZNK2yb6ResultIN5boost4asio2ip14basic_endpointINS3_3tcpEEEE2okEv Line | Count | Source | 169 | 918 | MUST_USE_RESULT bool ok() const { | 170 | 918 | #ifndef NDEBUG | 171 | 918 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 918 | success_checked_ = true; | 173 | 918 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 918 | #endif | 175 | 918 | return success_; | 176 | 918 | } |
_ZNK2yb6ResultI13scoped_refptrINS_6MetricEEE2okEv Line | Count | Source | 169 | 75 | MUST_USE_RESULT bool ok() const { | 170 | 75 | #ifndef NDEBUG | 171 | 75 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 75 | success_checked_ = true; | 173 | 75 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 75 | #endif | 175 | 75 | return success_; | 176 | 75 | } |
_ZNK2yb6ResultI13scoped_refptrINS_9HistogramEEE2okEv 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 | } |
_ZNK2yb6ResultI13scoped_refptrINS_7CounterEEE2okEv Line | Count | Source | 169 | 73 | MUST_USE_RESULT bool ok() const { | 170 | 73 | #ifndef NDEBUG | 171 | 73 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 73 | success_checked_ = true; | 173 | 73 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 73 | #endif | 175 | 73 | return success_; | 176 | 73 | } |
_ZNK2yb6ResultINSt3__110unique_ptrINS_5docdb20YQLRowwiseIteratorIfENS1_14default_deleteIS4_EEEEE2okEv Line | Count | Source | 169 | 1.78M | MUST_USE_RESULT bool ok() const { | 170 | 1.78M | #ifndef NDEBUG | 171 | 1.78M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 1.78M | success_checked_ = true; | 173 | 1.78M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 1.78M | #endif | 175 | 1.78M | return success_; | 176 | 1.78M | } |
_ZNK2yb6ResultINSt3__16vectorINS_5QLRowENS1_9allocatorIS3_EEEEE2okEv Line | Count | Source | 169 | 13 | MUST_USE_RESULT bool ok() const { | 170 | 13 | #ifndef NDEBUG | 171 | 13 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 13 | success_checked_ = true; | 173 | 13 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 13 | #endif | 175 | 13 | return success_; | 176 | 13 | } |
_ZNK2yb6ResultI13scoped_refptrINS_6tablet17RaftGroupMetadataEEE2okEv Line | Count | Source | 169 | 178k | MUST_USE_RESULT bool ok() const { | 170 | 178k | #ifndef NDEBUG | 171 | 178k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 178k | success_checked_ = true; | 173 | 178k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 178k | #endif | 175 | 178k | return success_; | 176 | 178k | } |
_ZNK2yb6ResultINSt3__110shared_ptrINS_6tablet6TabletEEEE2okEv 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 | } |
_ZNK2yb6ResultINS_12PhysicalTimeEE2okEv Line | Count | Source | 169 | 101M | MUST_USE_RESULT bool ok() const { | 170 | 101M | #ifndef NDEBUG | 171 | 101M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 101M | success_checked_ = true; | 173 | 101M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 101M | #endif | 175 | 101M | return success_; | 176 | 101M | } |
Unexecuted instantiation: _ZNK2yb6ResultIRN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEE2okEv Unexecuted instantiation: _ZNK2yb6ResultIRKN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEE2okEv Unexecuted instantiation: _ZNK2yb6ResultIPNS_6master17MasterBackupProxyEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_6master23ListSnapshotsResponsePBEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_6master24SysSnapshotEntryPB_StateEE2okEv _ZNK2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master17TabletLocationsPBEEEE2okEv 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 | } |
_ZNK2yb6ResultINS_10encryption20FileEncryptionStatusEE2okEv Line | Count | Source | 169 | 1.90M | MUST_USE_RESULT bool ok() const { | 170 | 1.90M | #ifndef NDEBUG | 171 | 1.90M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 1.90M | success_checked_ = true; | 173 | 1.90M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 1.90M | #endif | 175 | 1.90M | return success_; | 176 | 1.90M | } |
_ZNK2yb6ResultINSt3__110unique_ptrINS_10encryption16EncryptionParamsENS1_14default_deleteIS4_EEEEE2okEv Line | Count | Source | 169 | 140 | MUST_USE_RESULT bool ok() const { | 170 | 140 | #ifndef NDEBUG | 171 | 140 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 140 | success_checked_ = true; | 173 | 140 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 140 | #endif | 175 | 140 | return success_; | 176 | 140 | } |
_ZNK2yb6ResultINS_12OneWayBitmapEE2okEv 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 | } |
_ZNK2yb6ResultINS_10StackTraceEE2okEv Line | Count | Source | 169 | 2.04k | MUST_USE_RESULT bool ok() const { | 170 | 2.04k | #ifndef NDEBUG | 171 | 2.04k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 2.04k | success_checked_ = true; | 173 | 2.04k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 2.04k | #endif | 175 | 2.04k | return success_; | 176 | 2.04k | } |
_ZNK2yb6ResultI13scoped_refptrINS_6ThreadEEE2okEv Line | Count | Source | 169 | 100k | MUST_USE_RESULT bool ok() const { | 170 | 100k | #ifndef NDEBUG | 171 | 100k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 100k | success_checked_ = true; | 173 | 100k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 100k | #endif | 175 | 100k | return success_; | 176 | 100k | } |
_ZNK2yb6ResultINSt3__110unique_ptrIiNS1_14default_deleteIiEEEEE2okEv 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 | } |
_ZNK2yb6ResultIRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE2okEv Line | Count | Source | 169 | 89 | MUST_USE_RESULT bool ok() const { | 170 | 89 | #ifndef NDEBUG | 171 | 89 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 89 | success_checked_ = true; | 173 | 89 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 89 | #endif | 175 | 89 | return success_; | 176 | 89 | } |
_ZNK2yb6ResultIRNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE2okEv 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 | } |
_ZNK2yb6ResultIRKNS_4test21NonCopyableNonMovableEE2okEv 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 | } |
_ZNK2yb6ResultINS_4test11MoveCounterEE2okEv 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 | } |
_ZNK2yb6ResultINS_19SharedMemorySegmentEE2okEv Line | Count | Source | 169 | 13.2k | MUST_USE_RESULT bool ok() const { | 170 | 13.2k | #ifndef NDEBUG | 171 | 13.2k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 13.2k | success_checked_ = true; | 173 | 13.2k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 13.2k | #endif | 175 | 13.2k | return success_; | 176 | 13.2k | } |
_ZNK2yb6ResultINS_18SharedMemoryObjectINS_4util4DataEEEE2okEv Line | Count | Source | 169 | 7 | MUST_USE_RESULT bool ok() const { | 170 | 7 | #ifndef NDEBUG | 171 | 7 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 7 | success_checked_ = true; | 173 | 7 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 7 | #endif | 175 | 7 | return success_; | 176 | 7 | } |
_ZNK2yb6ResultINS_17StronglyTypedUuidINS_4util12TestUuid_TagEEEE2okEv 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 | } |
_ZNK2yb6ResultINS_14UnsignedIntSetIjEEE2okEv Line | Count | Source | 169 | 3.04M | MUST_USE_RESULT bool ok() const { | 170 | 3.04M | #ifndef NDEBUG | 171 | 3.04M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 3.04M | success_checked_ = true; | 173 | 3.04M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 3.04M | #endif | 175 | 3.04M | return success_; | 176 | 3.04M | } |
_ZNK2yb6ResultINSt3__110shared_ptrINS_6client11TableHandleEEEE2okEv Line | Count | Source | 169 | 619 | MUST_USE_RESULT bool ok() const { | 170 | 619 | #ifndef NDEBUG | 171 | 619 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 619 | success_checked_ = true; | 173 | 619 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 619 | #endif | 175 | 619 | return success_; | 176 | 619 | } |
_ZNK2yb6ResultINSt3__110shared_ptrINS_3cdc14StreamMetadataEEEE2okEv Line | Count | Source | 169 | 323 | MUST_USE_RESULT bool ok() const { | 170 | 323 | #ifndef NDEBUG | 171 | 323 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 323 | success_checked_ = true; | 173 | 323 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 323 | #endif | 175 | 323 | return success_; | 176 | 323 | } |
Unexecuted instantiation: _ZNK2yb6ResultIPNS_6client8internal18RemoteTabletServerEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINSt3__16vectorINS1_4pairIymEENS1_9allocatorIS4_EEEEE2okEv _ZNK2yb6ResultINS_23TransactionStatusResultEE2okEv Line | Count | Source | 169 | 605k | MUST_USE_RESULT bool ok() const { | 170 | 605k | #ifndef NDEBUG | 171 | 605k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 605k | success_checked_ = true; | 173 | 605k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 605k | #endif | 175 | 605k | return success_; | 176 | 605k | } |
Unexecuted instantiation: _ZNK2yb6ResultIN5boost9unordered13unordered_mapINS_17StronglyTypedUuidINS_17TransactionId_TagEEENS_23TransactionStatusResultENS1_4hashIS6_EENSt3__18equal_toIS6_EENSA_9allocatorINSA_4pairIKS6_S7_EEEEEEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_9consensus12ReplicateMsgEEENS1_9allocatorIS6_EEEEE2okEv _ZNK2yb6ResultINS_3cdc26SetCDCCheckpointResponsePBEE2okEv 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 | } |
_ZNK2yb6ResultI13scoped_refptrINS_9consensus14LeaderElectionEEE2okEv Line | Count | Source | 169 | 76.8k | MUST_USE_RESULT bool ok() const { | 170 | 76.8k | #ifndef NDEBUG | 171 | 76.8k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 76.8k | success_checked_ = true; | 173 | 76.8k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 76.8k | #endif | 175 | 76.8k | return success_; | 176 | 76.8k | } |
_ZNK2yb6ResultINS_9consensus13RaftConsensus19UpdateReplicaResultEE2okEv Line | Count | Source | 169 | 10.2M | MUST_USE_RESULT bool ok() const { | 170 | 10.2M | #ifndef NDEBUG | 171 | 10.2M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 10.2M | success_checked_ = true; | 173 | 10.2M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 10.2M | #endif | 175 | 10.2M | return success_; | 176 | 10.2M | } |
_ZNK2yb6ResultINS_10encryption18EncryptionParamsPBEE2okEv 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 | } |
_ZNK2yb6ResultINS_10encryption17UniverseKeyParamsEE2okEv 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 | } |
_ZNK2yb6ResultINS_10QLRowBlockEE2okEv Line | Count | Source | 169 | 1.19k | MUST_USE_RESULT bool ok() const { | 170 | 1.19k | #ifndef NDEBUG | 171 | 1.19k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 1.19k | success_checked_ = true; | 173 | 1.19k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 1.19k | #endif | 175 | 1.19k | return success_; | 176 | 1.19k | } |
_ZNK2yb6ResultINS_6client11TableHandleEE2okEv 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 | } |
_ZNK2yb6ResultINS_3log18FirstEntryMetadataEE2okEv Line | Count | Source | 169 | 6.17k | MUST_USE_RESULT bool ok() const { | 170 | 6.17k | #ifndef NDEBUG | 171 | 6.17k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 6.17k | success_checked_ = true; | 173 | 6.17k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 6.17k | #endif | 175 | 6.17k | return success_; | 176 | 6.17k | } |
_ZNK2yb6ResultINSt3__110shared_ptrINS_6tablet9TableInfoEEEE2okEv Line | Count | Source | 169 | 8.02M | MUST_USE_RESULT bool ok() const { | 170 | 8.02M | #ifndef NDEBUG | 171 | 8.02M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 8.02M | success_checked_ = true; | 173 | 8.02M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 8.02M | #endif | 175 | 8.02M | return success_; | 176 | 8.02M | } |
_ZNK2yb6ResultINS_8ColumnIdEE2okEv Line | Count | Source | 169 | 432k | MUST_USE_RESULT bool ok() const { | 170 | 432k | #ifndef NDEBUG | 171 | 432k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 432k | success_checked_ = true; | 173 | 432k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 432k | #endif | 175 | 432k | return success_; | 176 | 432k | } |
_ZNK2yb6ResultI13scoped_refptrINS_6master13NamespaceInfoEEE2okEv Line | Count | Source | 169 | 780k | MUST_USE_RESULT bool ok() const { | 170 | 780k | #ifndef NDEBUG | 171 | 780k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 780k | success_checked_ = true; | 173 | 780k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 780k | #endif | 175 | 780k | return success_; | 176 | 780k | } |
_ZNK2yb6ResultINSt3__16vectorIN5boost4asio2ip14basic_endpointINS5_3tcpEEENS1_9allocatorIS8_EEEEE2okEv 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 | } |
_ZNK2yb6ResultIN5boost8optionalINS_6master17ReplicationInfoPBEEEE2okEv Line | Count | Source | 169 | 185k | MUST_USE_RESULT bool ok() const { | 170 | 185k | #ifndef NDEBUG | 171 | 185k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 185k | success_checked_ = true; | 173 | 185k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 185k | #endif | 175 | 185k | return success_; | 176 | 185k | } |
_ZNK2yb6ResultINSt3__110shared_ptrINS1_13unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN5boost8optionalINS_6master17ReplicationInfoPBEEENS1_4hashIS9_EENS1_8equal_toIS9_EENS7_INS1_4pairIKS9_SE_EEEEEEEEE2okEv Line | Count | Source | 169 | 1.01k | MUST_USE_RESULT bool ok() const { | 170 | 1.01k | #ifndef NDEBUG | 171 | 1.01k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 1.01k | success_checked_ = true; | 173 | 1.01k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 1.01k | #endif | 175 | 1.01k | return success_; | 176 | 1.01k | } |
Unexecuted instantiation: _ZNK2yb6ResultINSt3__110shared_ptrINS1_13unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN5boost8optionalIS9_EENS1_4hashIS9_EENS1_8equal_toIS9_EENS7_INS1_4pairIKS9_SC_EEEEEEEEE2okEv _ZNK2yb6ResultINS_6master17ReplicationInfoPBEE2okEv Line | Count | Source | 169 | 153k | MUST_USE_RESULT bool ok() const { | 170 | 153k | #ifndef NDEBUG | 171 | 153k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 153k | success_checked_ = true; | 173 | 153k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 153k | #endif | 175 | 153k | return success_; | 176 | 153k | } |
_ZNK2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6master12TSDescriptorEEENS1_9allocatorIS6_EEEEE2okEv Line | Count | Source | 169 | 728 | MUST_USE_RESULT bool ok() const { | 170 | 728 | #ifndef NDEBUG | 171 | 728 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 728 | success_checked_ = true; | 173 | 728 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 728 | #endif | 175 | 728 | return success_; | 176 | 728 | } |
_ZNK2yb6ResultINS_6master22TabletReplicaDriveInfoEE2okEv Line | Count | Source | 169 | 11.7M | MUST_USE_RESULT bool ok() const { | 170 | 11.7M | #ifndef NDEBUG | 171 | 11.7M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 11.7M | success_checked_ = true; | 173 | 11.7M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 11.7M | #endif | 175 | 11.7M | return success_; | 176 | 11.7M | } |
_ZNK2yb6ResultINSt3__15arrayINS_11PartitionPBELm2EEEE2okEv 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 | } |
_ZNK2yb6ResultINS_6master22AsyncGetTabletSplitKey4DataEE2okEv 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 | } |
_ZNK2yb6ResultINSt3__113unordered_mapINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEENS1_6vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENSA_ISC_EEEEN5boost4hashIS5_EENS1_8equal_toIS5_EENSA_INS1_4pairIKS5_SE_EEEEEEE2okEv Line | Count | Source | 169 | 7.99k | MUST_USE_RESULT bool ok() const { | 170 | 7.99k | #ifndef NDEBUG | 171 | 7.99k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 7.99k | success_checked_ = true; | 173 | 7.99k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 7.99k | #endif | 175 | 7.99k | return success_; | 176 | 7.99k | } |
_ZNK2yb6ResultINS_6master16TableDescriptionEE2okEv Line | Count | Source | 169 | 7 | MUST_USE_RESULT bool ok() const { | 170 | 7 | #ifndef NDEBUG | 171 | 7 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 7 | success_checked_ = true; | 173 | 7 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 7 | #endif | 175 | 7 | return success_; | 176 | 7 | } |
_ZNK2yb6ResultINSt3__110shared_ptrINS_6tablet14AbstractTabletEEEE2okEv Line | Count | Source | 169 | 4.56M | MUST_USE_RESULT bool ok() const { | 170 | 4.56M | #ifndef NDEBUG | 171 | 4.56M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 4.56M | success_checked_ = true; | 173 | 4.56M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 4.56M | #endif | 175 | 4.56M | return success_; | 176 | 4.56M | } |
_ZNK2yb6ResultINSt3__110shared_ptrINS_10QLRowBlockEEEE2okEv Line | Count | Source | 169 | 262k | MUST_USE_RESULT bool ok() const { | 170 | 262k | #ifndef NDEBUG | 171 | 262k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 262k | success_checked_ = true; | 173 | 262k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 262k | #endif | 175 | 262k | return success_; | 176 | 262k | } |
_ZNK2yb6ResultINS_10encryption21UniverseKeyRegistryPBEE2okEv Line | Count | Source | 169 | 15 | MUST_USE_RESULT bool ok() const { | 170 | 15 | #ifndef NDEBUG | 171 | 15 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 15 | success_checked_ = true; | 173 | 15 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 15 | #endif | 175 | 15 | return success_; | 176 | 15 | } |
_ZNK2yb6ResultINSt3__16vectorINS_6master16TableDescriptionENS1_9allocatorIS4_EEEEE2okEv Line | Count | Source | 169 | 7 | MUST_USE_RESULT bool ok() const { | 170 | 7 | #ifndef NDEBUG | 171 | 7 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 7 | success_checked_ = true; | 173 | 7 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 7 | #endif | 175 | 7 | return success_; | 176 | 7 | } |
_ZNK2yb6ResultIN5boost8optionalINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEEEE2okEv Line | Count | Source | 169 | 120k | MUST_USE_RESULT bool ok() const { | 170 | 120k | #ifndef NDEBUG | 171 | 120k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 120k | success_checked_ = true; | 173 | 120k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 120k | #endif | 175 | 120k | return success_; | 176 | 120k | } |
_ZNK2yb6ResultINS_5docdb8KeyBytesEE2okEv Line | Count | Source | 169 | 16.1M | MUST_USE_RESULT bool ok() const { | 170 | 16.1M | #ifndef NDEBUG | 171 | 16.1M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 16.1M | success_checked_ = true; | 173 | 16.1M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 16.1M | #endif | 175 | 16.1M | return success_; | 176 | 16.1M | } |
Unexecuted instantiation: _ZNK2yb6ResultIRKNS_7tserver26TabletSnapshotOpResponsePBEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_6master13SysRowEntriesEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_6tablet18CreateSnapshotDataEE2okEv Unexecuted instantiation: _ZNK2yb6ResultIRNS_6master13SnapshotStateEE2okEv Unexecuted instantiation: _ZNK2yb6ResultIRNS_6master21SnapshotScheduleStateEE2okEv Unexecuted instantiation: _ZNK2yb6ResultIRNS_6master16RestorationStateEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_6master18SysSnapshotEntryPBEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_6master25SnapshotScheduleOptionsPBEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_6master25SnapshotScheduleOperationEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_6master13DdlLogEntryPBEE2okEv Line | Count | Source | 169 | 1.04M | MUST_USE_RESULT bool ok() const { | 170 | 1.04M | #ifndef NDEBUG | 171 | 1.04M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 1.04M | success_checked_ = true; | 173 | 1.04M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 1.04M | #endif | 175 | 1.04M | return success_; | 176 | 1.04M | } |
_ZNK2yb6ResultINSt3__110shared_ptrINS_6master12TSDescriptorEEEE2okEv Line | Count | Source | 169 | 5.53k | MUST_USE_RESULT bool ok() const { | 170 | 5.53k | #ifndef NDEBUG | 171 | 5.53k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 5.53k | success_checked_ = true; | 173 | 5.53k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 5.53k | #endif | 175 | 5.53k | return success_; | 176 | 5.53k | } |
_ZNK2yb6ResultINSt3__14pairIiNS_8DataTypeEEEE2okEv Line | Count | Source | 169 | 18.3M | MUST_USE_RESULT bool ok() const { | 170 | 18.3M | #ifndef NDEBUG | 171 | 18.3M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 18.3M | success_checked_ = true; | 173 | 18.3M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 18.3M | #endif | 175 | 18.3M | return success_; | 176 | 18.3M | } |
_ZNK2yb6ResultINS_6master19YQLPartitionsVTable10TabletDataEE2okEv Line | Count | Source | 169 | 50.1k | MUST_USE_RESULT bool ok() const { | 170 | 50.1k | #ifndef NDEBUG | 171 | 50.1k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 50.1k | success_checked_ = true; | 173 | 50.1k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 50.1k | #endif | 175 | 50.1k | return success_; | 176 | 50.1k | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_6master16SysTablesEntryPBEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_6master19SysNamespaceEntryPBEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_6master17SysTabletsEntryPBEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINSt3__110shared_ptrINS_6master11CDCRpcTasksEEEE2okEv _ZNK2yb6ResultIPNS_6client8YBClientEE2okEv Line | Count | Source | 169 | 285k | MUST_USE_RESULT bool ok() const { | 170 | 285k | #ifndef NDEBUG | 171 | 285k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 285k | success_checked_ = true; | 173 | 285k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 285k | #endif | 175 | 285k | return success_; | 176 | 285k | } |
Unexecuted instantiation: _ZNK2yb6ResultINSt3__16vectorINS1_4pairINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6client11YBTableNameEEENS7_ISC_EEEEE2okEv Unexecuted instantiation: _ZNK2yb6ResultIRKNSt3__14pairIKNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master16SysTablesEntryPBEEEE2okEv _ZNK2yb6ResultINS_18SharedMemoryObjectINS_7tserver17TServerSharedDataEEEE2okEv Line | Count | Source | 169 | 13.2k | MUST_USE_RESULT bool ok() const { | 170 | 13.2k | #ifndef NDEBUG | 171 | 13.2k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 13.2k | success_checked_ = true; | 173 | 13.2k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 13.2k | #endif | 175 | 13.2k | return success_; | 176 | 13.2k | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_6master17MasterBackupProxyEE2okEv _ZNK2yb6ResultIRKNS_2ql9ParseTreeEE2okEv Line | Count | Source | 169 | 4.77M | MUST_USE_RESULT bool ok() const { | 170 | 4.77M | #ifndef NDEBUG | 171 | 4.77M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 4.77M | success_checked_ = true; | 173 | 4.77M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 4.77M | #endif | 175 | 4.77M | return success_; | 176 | 4.77M | } |
_ZNK2yb6ResultINS_2ql5audit8LogEntryEE2okEv 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 | } |
_ZNK2yb6ResultINSt3__110shared_ptrINS_2ql6PTExprEEEE2okEv 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 | } |
_ZNK2yb6ResultINSt3__110shared_ptrINS_6QLTypeEEEE2okEv 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 | } |
_ZNK2yb6ResultIPNS_2ql16QueryPagingStateEE2okEv Line | Count | Source | 169 | 3.88M | MUST_USE_RESULT bool ok() const { | 170 | 3.88M | #ifndef NDEBUG | 171 | 3.88M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 3.88M | success_checked_ = true; | 173 | 3.88M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 3.88M | #endif | 175 | 3.88M | return success_; | 176 | 3.88M | } |
_ZNK2yb6ResultIPKNS_9IndexInfoEE2okEv Line | Count | Source | 169 | 54.9k | MUST_USE_RESULT bool ok() const { | 170 | 54.9k | #ifndef NDEBUG | 171 | 54.9k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 54.9k | success_checked_ = true; | 173 | 54.9k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 54.9k | #endif | 175 | 54.9k | return success_; | 176 | 54.9k | } |
_ZNK2yb6ResultIN7rocksdb18FileBoundaryValuesINS1_11InternalKeyEEEE2okEv Line | Count | Source | 169 | 71.0M | MUST_USE_RESULT bool ok() const { | 170 | 71.0M | #ifndef NDEBUG | 171 | 71.0M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 71.0M | success_checked_ = true; | 173 | 71.0M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 71.0M | #endif | 175 | 71.0M | return success_; | 176 | 71.0M | } |
_ZNK2yb6ResultIN7rocksdb10TableCache21TableReaderWithHandleEE2okEv Line | Count | Source | 169 | 6.45M | MUST_USE_RESULT bool ok() const { | 170 | 6.45M | #ifndef NDEBUG | 171 | 6.45M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 6.45M | success_checked_ = true; | 173 | 6.45M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 6.45M | #endif | 175 | 6.45M | return success_; | 176 | 6.45M | } |
_ZNK2yb6ResultIN7rocksdb15BlockBasedTable13CachableEntryINS1_11IndexReaderEEEE2okEv Line | Count | Source | 169 | 11.7M | MUST_USE_RESULT bool ok() const { | 170 | 11.7M | #ifndef NDEBUG | 171 | 11.7M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 11.7M | success_checked_ = true; | 173 | 11.7M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 11.7M | #endif | 175 | 11.7M | return success_; | 176 | 11.7M | } |
_ZNK2yb6ResultINSt3__110unique_ptrIN7rocksdb21MultiLevelIndexReaderENS1_14default_deleteIS4_EEEEE2okEv Line | Count | Source | 169 | 70.8k | MUST_USE_RESULT bool ok() const { | 170 | 70.8k | #ifndef NDEBUG | 171 | 70.8k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 70.8k | success_checked_ = true; | 173 | 70.8k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 70.8k | #endif | 175 | 70.8k | return success_; | 176 | 70.8k | } |
format.cc:_ZNK2yb6ResultIN7rocksdb12_GLOBAL__N_112ChecksumDataEE2okEv Line | Count | Source | 169 | 3.74M | MUST_USE_RESULT bool ok() const { | 170 | 3.74M | #ifndef NDEBUG | 171 | 3.74M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 3.74M | success_checked_ = true; | 173 | 3.74M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 3.74M | #endif | 175 | 3.74M | return success_; | 176 | 3.74M | } |
_ZNK2yb6ResultINSt3__110unique_ptrINS_10encryption18UniverseKeyManagerENS1_14default_deleteIS4_EEEEE2okEv 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 | } |
_ZNK2yb6ResultINS_8rpc_test17TrivialResponsePBEE2okEv 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 | } |
_ZNK2yb6ResultINS_3Env15FilesystemStatsEE2okEv Line | Count | Source | 169 | 38.3k | MUST_USE_RESULT bool ok() const { | 170 | 38.3k | #ifndef NDEBUG | 171 | 38.3k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 38.3k | success_checked_ = true; | 173 | 38.3k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 38.3k | #endif | 175 | 38.3k | return success_; | 176 | 38.3k | } |
_ZNK2yb6ResultINSt3__16vectorINS2_INS_8HostPortENS1_9allocatorIS3_EEEENS4_IS6_EEEEE2okEv Line | Count | Source | 169 | 45.7k | MUST_USE_RESULT bool ok() const { | 170 | 45.7k | #ifndef NDEBUG | 171 | 45.7k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 45.7k | success_checked_ = true; | 173 | 45.7k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 45.7k | #endif | 175 | 45.7k | return success_; | 176 | 45.7k | } |
_ZNK2yb6ResultIN5boost8optionalItEEE2okEv Line | Count | Source | 169 | 6.76M | MUST_USE_RESULT bool ok() const { | 170 | 6.76M | #ifndef NDEBUG | 171 | 6.76M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 6.76M | success_checked_ = true; | 173 | 6.76M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 6.76M | #endif | 175 | 6.76M | return success_; | 176 | 6.76M | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_7tserver13ReadRequestPBEE2okEv _ZNK2yb6ResultINSt3__13setINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS1_4lessIS8_EENS6_IS8_EEEEE2okEv Line | Count | Source | 169 | 1.11k | MUST_USE_RESULT bool ok() const { | 170 | 1.11k | #ifndef NDEBUG | 171 | 1.11k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 1.11k | success_checked_ = true; | 173 | 1.11k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 1.11k | #endif | 175 | 1.11k | return success_; | 176 | 1.11k | } |
_ZNK2yb6ResultINS_7tserver21ListTabletsResponsePBEE2okEv 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 | } |
_ZNK2yb6ResultINS_5docdb21ApplyTransactionStateEE2okEv Line | Count | Source | 169 | 737k | MUST_USE_RESULT bool ok() const { | 170 | 737k | #ifndef NDEBUG | 171 | 737k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 737k | success_checked_ = true; | 173 | 737k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 737k | #endif | 175 | 737k | return success_; | 176 | 737k | } |
_ZNK2yb6ResultINS_6tablet29TabletScopedRWOperationPausesEE2okEv Line | Count | Source | 169 | 208k | MUST_USE_RESULT bool ok() const { | 170 | 208k | #ifndef NDEBUG | 171 | 208k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 208k | success_checked_ = true; | 173 | 208k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 208k | #endif | 175 | 208k | return success_; | 176 | 208k | } |
_ZNK2yb6ResultIN7rocksdb22KeyValueEncodingFormatEE2okEv Line | Count | Source | 169 | 141k | MUST_USE_RESULT bool ok() const { | 170 | 141k | #ifndef NDEBUG | 171 | 141k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 141k | success_checked_ = true; | 173 | 141k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 141k | #endif | 175 | 141k | return success_; | 176 | 141k | } |
_ZNK2yb6ResultINS_22ScopedRWOperationPauseEE2okEv Line | Count | Source | 169 | 417k | MUST_USE_RESULT bool ok() const { | 170 | 417k | #ifndef NDEBUG | 171 | 417k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 417k | success_checked_ = true; | 173 | 417k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 417k | #endif | 175 | 417k | return success_; | 176 | 417k | } |
_ZNK2yb6ResultINS_27TransactionOperationContextEE2okEv Line | Count | Source | 169 | 6.98M | MUST_USE_RESULT bool ok() const { | 170 | 6.98M | #ifndef NDEBUG | 171 | 6.98M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 6.98M | success_checked_ = true; | 173 | 6.98M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 6.98M | #endif | 175 | 6.98M | return success_; | 176 | 6.98M | } |
_ZNK2yb6ResultINSt3__110unique_ptrI7pg_connNS_9pgwrapper11PGConnCloseEEEE2okEv Line | Count | Source | 169 | 235 | MUST_USE_RESULT bool ok() const { | 170 | 235 | #ifndef NDEBUG | 171 | 235 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 235 | success_checked_ = true; | 173 | 235 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 235 | #endif | 175 | 235 | return success_; | 176 | 235 | } |
_ZNK2yb6ResultINS_19PgsqlBackfillSpecPBEE2okEv Line | Count | Source | 169 | 257 | MUST_USE_RESULT bool ok() const { | 170 | 257 | #ifndef NDEBUG | 171 | 257 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 257 | success_checked_ = true; | 173 | 257 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 257 | #endif | 175 | 257 | return success_; | 176 | 257 | } |
_ZNK2yb6ResultIPNS_16QLWriteRequestPBEE2okEv Line | Count | Source | 169 | 58.8k | MUST_USE_RESULT bool ok() const { | 170 | 58.8k | #ifndef NDEBUG | 171 | 58.8k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 58.8k | success_checked_ = true; | 173 | 58.8k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 58.8k | #endif | 175 | 58.8k | return success_; | 176 | 58.8k | } |
_ZNK2yb6ResultINSt3__110shared_ptrINS_6client9YBSessionEEEE2okEv Line | Count | Source | 169 | 2.49k | MUST_USE_RESULT bool ok() const { | 170 | 2.49k | #ifndef NDEBUG | 171 | 2.49k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 2.49k | success_checked_ = true; | 173 | 2.49k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 2.49k | #endif | 175 | 2.49k | return success_; | 176 | 2.49k | } |
_ZNK2yb6ResultINS_6tablet20FixedHybridTimeLeaseEE2okEv Line | Count | Source | 169 | 33.2M | MUST_USE_RESULT bool ok() const { | 170 | 33.2M | #ifndef NDEBUG | 171 | 33.2M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 33.2M | success_checked_ = true; | 173 | 33.2M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 33.2M | #endif | 175 | 33.2M | return success_; | 176 | 33.2M | } |
_ZNK2yb6ResultINS_22SubTransactionMetadataEE2okEv Line | Count | Source | 169 | 2.10M | MUST_USE_RESULT bool ok() const { | 170 | 2.10M | #ifndef NDEBUG | 171 | 2.10M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 2.10M | success_checked_ = true; | 173 | 2.10M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 2.10M | #endif | 175 | 2.10M | return success_; | 176 | 2.10M | } |
_ZNK2yb6ResultINS_17StronglyTypedBoolINS_6tablet17NeedsRecovery_TagEEEE2okEv Line | Count | Source | 169 | 89.1k | MUST_USE_RESULT bool ok() const { | 170 | 89.1k | #ifndef NDEBUG | 171 | 89.1k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 89.1k | success_checked_ = true; | 173 | 89.1k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 89.1k | #endif | 175 | 89.1k | return success_; | 176 | 89.1k | } |
_ZNK2yb6ResultI13scoped_refptrINS_6tablet15OperationDriverEEE2okEv Line | Count | Source | 169 | 13.5M | MUST_USE_RESULT bool ok() const { | 170 | 13.5M | #ifndef NDEBUG | 171 | 13.5M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 13.5M | success_checked_ = true; | 173 | 13.5M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 13.5M | #endif | 175 | 13.5M | return success_; | 176 | 13.5M | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_5docdb23ApplyTransactionStatePBEE2okEv _ZNK2yb6ResultINS_5docdb16DecodedIntentKeyEE2okEv 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 | } |
_ZNK2yb6ResultINS_5docdb18DecodedIntentValueEE2okEv Line | Count | Source | 169 | 23.4M | MUST_USE_RESULT bool ok() const { | 170 | 23.4M | #ifndef NDEBUG | 171 | 23.4M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 23.4M | success_checked_ = true; | 173 | 23.4M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 23.4M | #endif | 175 | 23.4M | return success_; | 176 | 23.4M | } |
Unexecuted instantiation: _ZNK2yb6ResultIRNS_6tablet19SnapshotCoordinatorEE2okEv _ZNK2yb6ResultINS_14IsolationLevelEE2okEv Line | Count | Source | 169 | 1.87M | MUST_USE_RESULT bool ok() const { | 170 | 1.87M | #ifndef NDEBUG | 171 | 1.87M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 1.87M | success_checked_ = true; | 173 | 1.87M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 1.87M | #endif | 175 | 1.87M | return success_; | 176 | 1.87M | } |
_ZNK2yb6ResultINS_5docdb30PrepareDocWriteOperationResultEE2okEv Line | Count | Source | 169 | 1.74M | MUST_USE_RESULT bool ok() const { | 170 | 1.74M | #ifndef NDEBUG | 171 | 1.74M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 1.74M | success_checked_ = true; | 173 | 1.74M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 1.74M | #endif | 175 | 1.74M | return success_; | 176 | 1.74M | } |
Unexecuted instantiation: _ZNK2yb6ResultINSt3__16vectorIyNS1_9allocatorIyEEEEE2okEv _ZNK2yb6ResultIRNS_7tserver15PgClientSessionEE2okEv Line | Count | Source | 169 | 934k | MUST_USE_RESULT bool ok() const { | 170 | 934k | #ifndef NDEBUG | 171 | 934k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 934k | success_checked_ = true; | 173 | 934k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 934k | #endif | 175 | 934k | return success_; | 176 | 934k | } |
_ZNK2yb6ResultINS_7tserver21PgClientSessionLockerEE2okEv Line | Count | Source | 169 | 932k | MUST_USE_RESULT bool ok() const { | 170 | 932k | #ifndef NDEBUG | 171 | 932k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 932k | success_checked_ = true; | 173 | 932k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 932k | #endif | 175 | 932k | return success_; | 176 | 932k | } |
_ZNK2yb6ResultINSt3__16vectorINS_6client27YBTabletServerPlacementInfoENS1_9allocatorIS4_EEEEE2okEv 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 | } |
_ZNK2yb6ResultIPKNS_19TransactionMetadataEE2okEv Line | Count | Source | 169 | 201k | MUST_USE_RESULT bool ok() const { | 170 | 201k | #ifndef NDEBUG | 171 | 201k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 201k | success_checked_ = true; | 173 | 201k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 201k | #endif | 175 | 201k | return success_; | 176 | 201k | } |
_ZNK2yb6ResultIPNS_6client9YBSessionEE2okEv Line | Count | Source | 169 | 775k | MUST_USE_RESULT bool ok() const { | 170 | 775k | #ifndef NDEBUG | 171 | 775k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 775k | success_checked_ = true; | 173 | 775k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 775k | #endif | 175 | 775k | return success_; | 176 | 775k | } |
_ZNK2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6client9YBPgsqlOpEEENS1_9allocatorIS6_EEEEE2okEv Line | Count | Source | 169 | 775k | MUST_USE_RESULT bool ok() const { | 170 | 775k | #ifndef NDEBUG | 171 | 775k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 775k | success_checked_ = true; | 173 | 775k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 775k | #endif | 175 | 775k | return success_; | 176 | 775k | } |
_ZNK2yb6ResultINS_7tserver16TabletPeerTabletEE2okEv Line | Count | Source | 169 | 29.0M | MUST_USE_RESULT bool ok() const { | 170 | 29.0M | #ifndef NDEBUG | 171 | 29.0M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 29.0M | success_checked_ = true; | 173 | 29.0M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 29.0M | #endif | 175 | 29.0M | return success_; | 176 | 29.0M | } |
_ZNK2yb6ResultINS_7tserver16LeaderTabletPeerEE2okEv Line | Count | Source | 169 | 2.88M | MUST_USE_RESULT bool ok() const { | 170 | 2.88M | #ifndef NDEBUG | 171 | 2.88M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 2.88M | success_checked_ = true; | 173 | 2.88M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 2.88M | #endif | 175 | 2.88M | return success_; | 176 | 2.88M | } |
_ZNK2yb6ResultINS_14ReadHybridTimeEE2okEv Line | Count | Source | 169 | 9.27M | MUST_USE_RESULT bool ok() const { | 170 | 9.27M | #ifndef NDEBUG | 171 | 9.27M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 9.27M | success_checked_ = true; | 173 | 9.27M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 9.27M | #endif | 175 | 9.27M | return success_; | 176 | 9.27M | } |
_ZNK2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6tablet6FilePBEEEE2okEv Line | Count | Source | 169 | 1.33k | MUST_USE_RESULT bool ok() const { | 170 | 1.33k | #ifndef NDEBUG | 171 | 1.33k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 1.33k | success_checked_ = true; | 173 | 1.33k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 1.33k | #endif | 175 | 1.33k | return success_; | 176 | 1.33k | } |
_ZNK2yb6ResultINSt3__110shared_ptrINS_9consensus13RaftConsensusEEEE2okEv Line | Count | Source | 169 | 10.4M | MUST_USE_RESULT bool ok() const { | 170 | 10.4M | #ifndef NDEBUG | 171 | 10.4M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 10.4M | success_checked_ = true; | 173 | 10.4M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 10.4M | #endif | 175 | 10.4M | return success_; | 176 | 10.4M | } |
_ZNK2yb6ResultI13scoped_refptrINS_7tserver27TransitionInProgressDeleterEEE2okEv Line | Count | Source | 169 | 82.2k | MUST_USE_RESULT bool ok() const { | 170 | 82.2k | #ifndef NDEBUG | 171 | 82.2k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 82.2k | success_checked_ = true; | 173 | 82.2k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 82.2k | #endif | 175 | 82.2k | return success_; | 176 | 82.2k | } |
_ZNK2yb6ResultINS_16UsePrivateIpModeEE2okEv Line | Count | Source | 169 | 591k | MUST_USE_RESULT bool ok() const { | 170 | 591k | #ifndef NDEBUG | 171 | 591k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 591k | success_checked_ = true; | 173 | 591k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 591k | #endif | 175 | 591k | return success_; | 176 | 591k | } |
Unexecuted instantiation: _ZNK2yb6ResultINSt3__110unique_ptrINS_7tserver10enterprise11CDCConsumerENS1_14default_deleteIS5_EEEEE2okEv _ZNK2yb6ResultINSt3__110unique_ptrINS_7tserver16MiniTabletServerENS1_14default_deleteIS4_EEEEE2okEv 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 | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_6master21ListMastersResponsePBEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_9consensus24LeaderStepDownResponsePBEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_9consensus27RunLeaderElectionResponsePBEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_6master25DumpMasterStateResponsePBEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_6master28GetLoadMovePercentResponsePBEE2okEv _ZNK2yb6ResultINS_6master28GetTabletLocationsResponsePBEE2okEv Line | Count | Source | 169 | 30 | MUST_USE_RESULT bool ok() const { | 170 | 30 | #ifndef NDEBUG | 171 | 30 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 30 | success_checked_ = true; | 173 | 30 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 30 | #endif | 175 | 30 | return success_; | 176 | 30 | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_9consensus22ChangeConfigResponsePBEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_6master27ListTabletServersResponsePBEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_7tserver24GetLogLocationResponsePBEE2okEv Unexecuted instantiation: _ZNK2yb6ResultIRKNSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master21NamespaceIdentifierPBENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SA_EEEEEEE2okEv _ZNK2yb6ResultINS_6master37LaunchBackfillIndexForTableResponsePBEE2okEv 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: _ZNK2yb6ResultINS_7tserver36ListTabletsForTabletServerResponsePBEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_6master33ChangeLoadBalancerStateResponsePBEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_6master30GetLoadBalancerStateResponsePBEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_6master25FlushSysCatalogResponsePBEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_6master27CompactSysCatalogResponsePBEE2okEv _ZNK2yb6ResultINS_6master29IsMasterLeaderReadyResponsePBEE2okEv 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 | } |
_ZNK2yb6ResultINS_6master32GetMasterClusterConfigResponsePBEE2okEv Line | Count | Source | 169 | 46 | MUST_USE_RESULT bool ok() const { | 170 | 46 | #ifndef NDEBUG | 171 | 46 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 46 | success_checked_ = true; | 173 | 46 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 46 | #endif | 175 | 46 | return success_; | 176 | 46 | } |
_ZNK2yb6ResultINS_6master35ChangeMasterClusterConfigResponsePBEE2okEv Line | Count | Source | 169 | 32 | MUST_USE_RESULT bool ok() const { | 170 | 32 | #ifndef NDEBUG | 171 | 32 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 32 | success_checked_ = true; | 173 | 32 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 32 | #endif | 175 | 32 | return success_; | 176 | 32 | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_6master22IsInitDbDoneResponsePBEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_7tserver21UpgradeYsqlResponsePBEE2okEv Unexecuted instantiation: _ZNK2yb6ResultINS_6master21SplitTabletResponsePBEE2okEv cql_processor.cc:_ZNK2yb6ResultINSt3__110unique_ptrI4ldapNS_9cqlserver12_GLOBAL__N_111LDAPDeleterEEEE2okEv 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 | } |
_ZNK2yb6ResultIPNS_9cqlserver12CQLProcessorEE2okEv Line | Count | Source | 169 | 4.74M | MUST_USE_RESULT bool ok() const { | 170 | 4.74M | #ifndef NDEBUG | 171 | 4.74M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 4.74M | success_checked_ = true; | 173 | 4.74M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 4.74M | #endif | 175 | 4.74M | return success_; | 176 | 4.74M | } |
Unexecuted instantiation: _ZNK2yb6ResultINSt3__16vectorINS_10HostPortPBENS1_9allocatorIS3_EEEEE2okEv _ZNK2yb6ResultINSt3__14pairINS_12RefCntBufferENS_5SliceEEEE2okEv Line | Count | Source | 169 | 3.60M | MUST_USE_RESULT bool ok() const { | 170 | 3.60M | #ifndef NDEBUG | 171 | 3.60M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 3.60M | success_checked_ = true; | 173 | 3.60M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 3.60M | #endif | 175 | 3.60M | return success_; | 176 | 3.60M | } |
_ZNK2yb6ResultINSt3__16vectorINS_6master22TablegroupIdentifierPBENS1_9allocatorIS4_EEEEE2okEv 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 | } |
_ZNK2yb6ResultINSt3__110shared_ptrIKNS_6client27VersionedTablePartitionListEEEE2okEv Line | Count | Source | 169 | 85.4k | MUST_USE_RESULT bool ok() const { | 170 | 85.4k | #ifndef NDEBUG | 171 | 85.4k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 85.4k | success_checked_ = true; | 173 | 85.4k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 85.4k | #endif | 175 | 85.4k | return success_; | 176 | 85.4k | } |
_ZNK2yb6ResultINS_6client11YBTableTypeEE2okEv Line | Count | Source | 169 | 151k | MUST_USE_RESULT bool ok() const { | 170 | 151k | #ifndef NDEBUG | 171 | 151k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 151k | success_checked_ = true; | 173 | 151k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 151k | #endif | 175 | 151k | return success_; | 176 | 151k | } |
_ZNK2yb6ResultIPNS_6master27GetTableLocationsResponsePBEE2okEv Line | Count | Source | 169 | 85.5k | MUST_USE_RESULT bool ok() const { | 170 | 85.5k | #ifndef NDEBUG | 171 | 85.5k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 85.5k | success_checked_ = true; | 173 | 85.5k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 85.5k | #endif | 175 | 85.5k | return success_; | 176 | 85.5k | } |
_ZNK2yb6ResultINS_6client24TransactionStatusTabletsEE2okEv Line | Count | Source | 169 | 2.01k | MUST_USE_RESULT bool ok() const { | 170 | 2.01k | #ifndef NDEBUG | 171 | 2.01k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 2.01k | success_checked_ = true; | 173 | 2.01k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 2.01k | #endif | 175 | 2.01k | return success_; | 176 | 2.01k | } |
_ZNK2yb6ResultINSt3__16vectorINS_5docdb14PrimitiveValueENS1_9allocatorIS4_EEEEE2okEv Line | Count | Source | 169 | 9.00M | MUST_USE_RESULT bool ok() const { | 170 | 9.00M | #ifndef NDEBUG | 171 | 9.00M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 9.00M | success_checked_ = true; | 173 | 9.00M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 9.00M | #endif | 175 | 9.00M | return success_; | 176 | 9.00M | } |
_ZNK2yb6ResultIRKNS_13QLTableColumnEE2okEv Line | Count | Source | 169 | 6.77M | MUST_USE_RESULT bool ok() const { | 170 | 6.77M | #ifndef NDEBUG | 171 | 6.77M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 6.77M | success_checked_ = true; | 173 | 6.77M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 6.77M | #endif | 175 | 6.77M | return success_; | 176 | 6.77M | } |
_ZNK2yb6ResultINS_5docdb12ParsedIntentEE2okEv Line | Count | Source | 169 | 30.7M | MUST_USE_RESULT bool ok() const { | 170 | 30.7M | #ifndef NDEBUG | 171 | 30.7M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 30.7M | success_checked_ = true; | 173 | 30.7M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 30.7M | #endif | 175 | 30.7M | return success_; | 176 | 30.7M | } |
_ZNK2yb6ResultINS_10WaitPolicyEE2okEv Line | Count | Source | 169 | 314 | MUST_USE_RESULT bool ok() const { | 170 | 314 | #ifndef NDEBUG | 171 | 314 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 314 | success_checked_ = true; | 173 | 314 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 314 | #endif | 175 | 314 | return success_; | 176 | 314 | } |
docdb.cc:_ZNK2yb6ResultINS_5docdb12_GLOBAL__N_125DetermineKeysToLockResultEE2okEv Line | Count | Source | 169 | 1.74M | MUST_USE_RESULT bool ok() const { | 170 | 1.74M | #ifndef NDEBUG | 171 | 1.74M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 1.74M | success_checked_ = true; | 173 | 1.74M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 1.74M | #endif | 175 | 1.74M | return success_; | 176 | 1.74M | } |
_ZNK2yb6ResultIN7rocksdb14FilterDecisionEE2okEv 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 | } |
Unexecuted instantiation: _ZNK2yb6ResultIN5boost8optionalINS_17StronglyTypedUuidINS_17TransactionId_TagEEEEEE2okEv _ZNK2yb6ResultINSt3__110unique_ptrINS_5docdb17SubDocumentReaderENS1_14default_deleteIS4_EEEEE2okEv Line | Count | Source | 169 | 257M | MUST_USE_RESULT bool ok() const { | 170 | 257M | #ifndef NDEBUG | 171 | 257M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 257M | success_checked_ = true; | 173 | 257M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 257M | #endif | 175 | 257M | return success_; | 176 | 257M | } |
_ZNK2yb6ResultIN7rocksdb15CompressionTypeEE2okEv Line | Count | Source | 169 | 441k | MUST_USE_RESULT bool ok() const { | 170 | 441k | #ifndef NDEBUG | 171 | 441k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 441k | success_checked_ = true; | 173 | 441k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 441k | #endif | 175 | 441k | return success_; | 176 | 441k | } |
_ZNK2yb6ResultINSt3__14pairImmEEE2okEv Line | Count | Source | 169 | 44.2M | MUST_USE_RESULT bool ok() const { | 170 | 44.2M | #ifndef NDEBUG | 171 | 44.2M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 44.2M | success_checked_ = true; | 173 | 44.2M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 44.2M | #endif | 175 | 44.2M | return success_; | 176 | 44.2M | } |
_ZNK2yb6ResultINS_14CommitMetadataEE2okEv Line | Count | Source | 169 | 117k | MUST_USE_RESULT bool ok() const { | 170 | 117k | #ifndef NDEBUG | 171 | 117k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 117k | success_checked_ = true; | 173 | 117k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 117k | #endif | 175 | 117k | return success_; | 176 | 117k | } |
intent_aware_iterator.cc:_ZNK2yb6ResultINS_5docdb12_GLOBAL__N_129DecodeStrongWriteIntentResultEE2okEv 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 | } |
_ZNK2yb6ResultINS_5docdb6DocKeyEE2okEv Line | Count | Source | 169 | 3.11M | MUST_USE_RESULT bool ok() const { | 170 | 3.11M | #ifndef NDEBUG | 171 | 3.11M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 3.11M | success_checked_ = true; | 173 | 3.11M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 3.11M | #endif | 175 | 3.11M | return success_; | 176 | 3.11M | } |
_ZNK2yb6ResultINS_13RedisDataTypeEE2okEv Line | Count | Source | 169 | 57.6k | MUST_USE_RESULT bool ok() const { | 170 | 57.6k | #ifndef NDEBUG | 171 | 57.6k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 57.6k | success_checked_ = true; | 173 | 57.6k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 57.6k | #endif | 175 | 57.6k | return success_; | 176 | 57.6k | } |
_ZNK2yb6ResultINS_5docdb10RedisValueEE2okEv Line | Count | Source | 169 | 37.0k | MUST_USE_RESULT bool ok() const { | 170 | 37.0k | #ifndef NDEBUG | 171 | 37.0k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 37.0k | success_checked_ = true; | 173 | 37.0k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 37.0k | #endif | 175 | 37.0k | return success_; | 176 | 37.0k | } |
_ZNK2yb6ResultIN5boost8optionalINS_5docdb10ExpirationEEEE2okEv Line | Count | Source | 169 | 132 | MUST_USE_RESULT bool ok() const { | 170 | 132 | #ifndef NDEBUG | 171 | 132 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 132 | success_checked_ = true; | 173 | 132 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 132 | #endif | 175 | 132 | return success_; | 176 | 132 | } |
_ZNK2yb6ResultIPNS_5docdb11SubDocumentEE2okEv Line | Count | Source | 169 | 242M | MUST_USE_RESULT bool ok() const { | 170 | 242M | #ifndef NDEBUG | 171 | 242M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 242M | success_checked_ = true; | 173 | 242M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 242M | #endif | 175 | 242M | return success_; | 176 | 242M | } |
subdoc_reader.cc:_ZNK2yb6ResultIPNS_5docdb12_GLOBAL__N_129ScopedDocDbRowContextWithDataEE2okEv Line | Count | Source | 169 | 29.2M | MUST_USE_RESULT bool ok() const { | 170 | 29.2M | #ifndef NDEBUG | 171 | 29.2M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 29.2M | success_checked_ = true; | 173 | 29.2M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 29.2M | #endif | 175 | 29.2M | return success_; | 176 | 29.2M | } |
subdoc_reader.cc:_ZNK2yb6ResultINSt3__110unique_ptrINS_5docdb12_GLOBAL__N_112DocDbRowDataENS1_14default_deleteIS5_EEEEE2okEv Line | Count | Source | 169 | 248M | MUST_USE_RESULT bool ok() const { | 170 | 248M | #ifndef NDEBUG | 171 | 248M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 248M | success_checked_ = true; | 173 | 248M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 248M | #endif | 175 | 248M | return success_; | 176 | 248M | } |
_ZNK2yb6ResultINS_5docdb22TransactionStatusCache19GetCommitDataResultEE2okEv Line | Count | Source | 169 | 57.2k | MUST_USE_RESULT bool ok() const { | 170 | 57.2k | #ifndef NDEBUG | 171 | 57.2k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 57.2k | success_checked_ = true; | 173 | 57.2k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 57.2k | #endif | 175 | 57.2k | return success_; | 176 | 57.2k | } |
Unexecuted instantiation: _ZNK2yb6ResultINSt3__14pairImbEEE2okEv _ZNK2yb6ResultI12PgColumnInfoE2okEv Line | Count | Source | 169 | 27.3M | MUST_USE_RESULT bool ok() const { | 170 | 27.3M | #ifndef NDEBUG | 171 | 27.3M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 27.3M | success_checked_ = true; | 173 | 27.3M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 27.3M | #endif | 175 | 27.3M | return success_; | 176 | 27.3M | } |
_ZNK2yb6ResultI13scoped_refptrINS_6pggate11PgTableDescEEE2okEv Line | Count | Source | 169 | 6.02M | MUST_USE_RESULT bool ok() const { | 170 | 6.02M | #ifndef NDEBUG | 171 | 6.02M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 6.02M | success_checked_ = true; | 173 | 6.02M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 6.02M | #endif | 175 | 6.02M | return success_; | 176 | 6.02M | } |
_ZNK2yb6ResultINS_17StronglyTypedBoolINS_6pggate15RequestSent_TagEEEE2okEv Line | Count | Source | 169 | 2.69M | MUST_USE_RESULT bool ok() const { | 170 | 2.69M | #ifndef NDEBUG | 171 | 2.69M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 2.69M | success_checked_ = true; | 173 | 2.69M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 2.69M | #endif | 175 | 2.69M | return success_; | 176 | 2.69M | } |
_ZNK2yb6ResultINS_6pggate12PgApiContext15MessengerHolderEE2okEv Line | Count | Source | 169 | 1.65k | MUST_USE_RESULT bool ok() const { | 170 | 1.65k | #ifndef NDEBUG | 171 | 1.65k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 1.65k | success_checked_ = true; | 173 | 1.65k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 1.65k | #endif | 175 | 1.65k | return success_; | 176 | 1.65k | } |
_ZNK2yb6ResultINSt3__14pairIjjEEE2okEv Line | Count | Source | 169 | 380 | MUST_USE_RESULT bool ok() const { | 170 | 380 | #ifndef NDEBUG | 171 | 380 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 380 | success_checked_ = true; | 173 | 380 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 380 | #endif | 175 | 380 | return success_; | 176 | 380 | } |
_ZNK2yb6ResultINSt3__110shared_ptrIKPKhEEE2okEv Line | Count | Source | 169 | 3.45M | MUST_USE_RESULT bool ok() const { | 170 | 3.45M | #ifndef NDEBUG | 171 | 3.45M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 3.45M | success_checked_ = true; | 173 | 3.45M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 3.45M | #endif | 175 | 3.45M | return success_; | 176 | 3.45M | } |
_ZNK2yb6ResultINS_6master26GetNamespaceInfoResponsePBEE2okEv Line | Count | Source | 169 | 1.61k | MUST_USE_RESULT bool ok() const { | 170 | 1.61k | #ifndef NDEBUG | 171 | 1.61k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 1.61k | success_checked_ = true; | 173 | 1.61k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 1.61k | #endif | 175 | 1.61k | return success_; | 176 | 1.61k | } |
_ZNK2yb6ResultIRNS_6pggate8PgColumnEE2okEv Line | Count | Source | 169 | 17.6M | MUST_USE_RESULT bool ok() const { | 170 | 17.6M | #ifndef NDEBUG | 171 | 17.6M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 17.6M | success_checked_ = true; | 173 | 17.6M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 17.6M | #endif | 175 | 17.6M | return success_; | 176 | 17.6M | } |
_ZNK2yb6ResultINS_5docdb14PrimitiveValueEE2okEv 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 | } |
_ZNK2yb6ResultINSt3__18functionIFNS_5docdb6DocKeyERKNS1_6vectorINS3_14PrimitiveValueENS1_9allocatorIS6_EEEEEEEE2okEv 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 | } |
_ZNK2yb6ResultIRKNS_6pggate8PgColumnEE2okEv Line | Count | Source | 169 | 7.54M | MUST_USE_RESULT bool ok() const { | 170 | 7.54M | #ifndef NDEBUG | 171 | 7.54M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 7.54M | success_checked_ = true; | 173 | 7.54M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 7.54M | #endif | 175 | 7.54M | return success_; | 176 | 7.54M | } |
_ZNK2yb6ResultINSt3__14listINS_6pggate11PgDocResultENS1_9allocatorIS4_EEEEE2okEv Line | Count | Source | 169 | 1.81M | MUST_USE_RESULT bool ok() const { | 170 | 1.81M | #ifndef NDEBUG | 171 | 1.81M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 1.81M | success_checked_ = true; | 173 | 1.81M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 1.81M | #endif | 175 | 1.81M | return success_; | 176 | 1.81M | } |
_ZNK2yb6ResultINS_6pggate13PerformFutureEE2okEv Line | Count | Source | 169 | 2.74M | MUST_USE_RESULT bool ok() const { | 170 | 2.74M | #ifndef NDEBUG | 171 | 2.74M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 2.74M | success_checked_ = true; | 173 | 2.74M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 2.74M | #endif | 175 | 2.74M | return success_; | 176 | 2.74M | } |
_ZNK2yb6ResultIN5boost10shared_ptrINS1_9date_time14time_zone_baseINS1_10posix_time5ptimeEcEEEEE2okEv Line | Count | Source | 169 | 1.33k | MUST_USE_RESULT bool ok() const { | 170 | 1.33k | #ifndef NDEBUG | 171 | 1.33k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 1.33k | success_checked_ = true; | 173 | 1.33k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 1.33k | #endif | 175 | 1.33k | return success_; | 176 | 1.33k | } |
_ZNK2yb6ResultIN6icu_6717GregorianCalendarEE2okEv Line | Count | Source | 169 | 34 | MUST_USE_RESULT bool ok() const { | 170 | 34 | #ifndef NDEBUG | 171 | 34 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 34 | success_checked_ = true; | 173 | 34 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 34 | #endif | 175 | 34 | return success_; | 176 | 34 | } |
_ZNK2yb6ResultI7statvfsE2okEv Line | Count | Source | 169 | 38.3k | MUST_USE_RESULT bool ok() const { | 170 | 38.3k | #ifndef NDEBUG | 171 | 38.3k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 38.3k | success_checked_ = true; | 173 | 38.3k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 38.3k | #endif | 175 | 38.3k | return success_; | 176 | 38.3k | } |
_ZNK2yb6ResultINS_14ResourceLimitsEE2okEv 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 | } |
_ZNK2yb6ResultINSt3__14pairIxmEEE2okEv Line | Count | Source | 169 | 2.76G | MUST_USE_RESULT bool ok() const { | 170 | 2.76G | #ifndef NDEBUG | 171 | 2.76G | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 2.76G | success_checked_ = true; | 173 | 2.76G | ANNOTATE_IGNORE_WRITES_END(); | 174 | 2.76G | #endif | 175 | 2.76G | return success_; | 176 | 2.76G | } |
net_util.cc:_ZNK2yb6ResultINSt3__110unique_ptrI8addrinfoNS_12_GLOBAL__N_115AddrinfoDeleterEEEE2okEv Line | Count | Source | 169 | 23.1k | MUST_USE_RESULT bool ok() const { | 170 | 23.1k | #ifndef NDEBUG | 171 | 23.1k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 23.1k | success_checked_ = true; | 173 | 23.1k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 23.1k | #endif | 175 | 23.1k | return success_; | 176 | 23.1k | } |
Line | Count | Source | 169 | 13.2k | MUST_USE_RESULT bool ok() const { | 170 | 13.2k | #ifndef NDEBUG | 171 | 13.2k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 13.2k | success_checked_ = true; | 173 | 13.2k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 13.2k | #endif | 175 | 13.2k | return success_; | 176 | 13.2k | } |
_ZNK2yb6ResultINSt3__16vectorIPcNS1_9allocatorIS3_EEEEE2okEv Line | Count | Source | 169 | 5.86k | MUST_USE_RESULT bool ok() const { | 170 | 5.86k | #ifndef NDEBUG | 171 | 5.86k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 5.86k | success_checked_ = true; | 173 | 5.86k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 5.86k | #endif | 175 | 5.86k | return success_; | 176 | 5.86k | } |
_ZNK2yb6ResultINS_10Subprocess10ChildPipesEE2okEv Line | Count | Source | 169 | 5.86k | MUST_USE_RESULT bool ok() const { | 170 | 5.86k | #ifndef NDEBUG | 171 | 5.86k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 5.86k | success_checked_ = true; | 173 | 5.86k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 5.86k | #endif | 175 | 5.86k | return success_; | 176 | 5.86k | } |
_ZNK2yb6ResultIP3DIRE2okEv Line | Count | Source | 169 | 5.86k | MUST_USE_RESULT bool ok() const { | 170 | 5.86k | #ifndef NDEBUG | 171 | 5.86k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 5.86k | success_checked_ = true; | 173 | 5.86k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 5.86k | #endif | 175 | 5.86k | return success_; | 176 | 5.86k | } |
Unexecuted instantiation: _ZNK2yb6ResultINSt3__16vectorIiNS1_9allocatorIiEEEEE2okEv _ZNK2yb6ResultINS_3rpc18ProcessCallsResultEE2okEv Line | Count | Source | 169 | 42.7M | MUST_USE_RESULT bool ok() const { | 170 | 42.7M | #ifndef NDEBUG | 171 | 42.7M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 42.7M | success_checked_ = true; | 173 | 42.7M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 42.7M | #endif | 175 | 42.7M | return success_; | 176 | 42.7M | } |
_ZNK2yb6ResultINS_3rpc18ParsedRemoteMethodEE2okEv Line | Count | Source | 169 | 3.20M | MUST_USE_RESULT bool ok() const { | 170 | 3.20M | #ifndef NDEBUG | 171 | 3.20M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 3.20M | success_checked_ = true; | 173 | 3.20M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 3.20M | #endif | 175 | 3.20M | return success_; | 176 | 3.20M | } |
_ZNK2yb6ResultIPKPKhE2okEv Line | Count | Source | 169 | 9.43M | MUST_USE_RESULT bool ok() const { | 170 | 9.43M | #ifndef NDEBUG | 171 | 9.43M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 9.43M | success_checked_ = true; | 173 | 9.43M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 9.43M | #endif | 175 | 9.43M | return success_; | 176 | 9.43M | } |
_ZNK2yb6ResultINS_6SocketEE2okEv Line | Count | Source | 169 | 633k | MUST_USE_RESULT bool ok() const { | 170 | 633k | #ifndef NDEBUG | 171 | 633k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 633k | success_checked_ = true; | 173 | 633k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 633k | #endif | 175 | 633k | return success_; | 176 | 633k | } |
_ZNK2yb6ResultINSt3__110unique_ptrINS_3rpc6StreamENS1_14default_deleteIS4_EEEEE2okEv Line | Count | Source | 169 | 947k | MUST_USE_RESULT bool ok() const { | 170 | 947k | #ifndef NDEBUG | 171 | 947k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 947k | success_checked_ = true; | 173 | 947k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 947k | #endif | 175 | 947k | return success_; | 176 | 947k | } |
_ZNK2yb6ResultINS_17StronglyTypedBoolINS_3rpc18ReadBufferFull_TagEEEE2okEv Line | Count | Source | 169 | 94.3k | MUST_USE_RESULT bool ok() const { | 170 | 94.3k | #ifndef NDEBUG | 171 | 94.3k | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 94.3k | success_checked_ = true; | 173 | 94.3k | ANNOTATE_IGNORE_WRITES_END(); | 174 | 94.3k | #endif | 175 | 94.3k | return success_; | 176 | 94.3k | } |
secure_stream.cc:_ZNK2yb6ResultINSt3__110unique_ptrI6bio_stNS_3rpc12_GLOBAL__N_17BIOFreeEEEE2okEv Line | Count | Source | 169 | 150 | MUST_USE_RESULT bool ok() const { | 170 | 150 | #ifndef NDEBUG | 171 | 150 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 150 | success_checked_ = true; | 173 | 150 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 150 | #endif | 175 | 150 | return success_; | 176 | 150 | } |
_ZNK2yb6ResultINSt3__110unique_ptrI7x509_stNS_3rpc6detail8X509FreeEEEE2okEv Line | Count | Source | 169 | 101 | MUST_USE_RESULT bool ok() const { | 170 | 101 | #ifndef NDEBUG | 171 | 101 | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 101 | success_checked_ = true; | 173 | 101 | ANNOTATE_IGNORE_WRITES_END(); | 174 | 101 | #endif | 175 | 101 | return success_; | 176 | 101 | } |
_ZNK2yb6ResultINSt3__110unique_ptrI11evp_pkey_stNS_3rpc6detail12EVP_PKEYFreeEEEE2okEv 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 | } |
Line | Count | Source | 169 | 39.4M | MUST_USE_RESULT bool ok() const { | 170 | 39.4M | #ifndef NDEBUG | 171 | 39.4M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 39.4M | success_checked_ = true; | 173 | 39.4M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 39.4M | #endif | 175 | 39.4M | return success_; | 176 | 39.4M | } |
_ZNK2yb6ResultINS_12RefCntBufferEE2okEv Line | Count | Source | 169 | 19.6M | MUST_USE_RESULT bool ok() const { | 170 | 19.6M | #ifndef NDEBUG | 171 | 19.6M | ANNOTATE_IGNORE_WRITES_BEGIN(); | 172 | 19.6M | success_checked_ = true; | 173 | 19.6M | ANNOTATE_IGNORE_WRITES_END(); | 174 | 19.6M | #endif | 175 | 19.6M | return success_; | 176 | 19.6M | } |
Unexecuted instantiation: _ZNK2yb6ResultINSt3__14pairIiiEEE2okEv |
177 | | |
178 | 258k | const Status& status() const& { |
179 | 258k | #ifndef NDEBUG |
180 | 258k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); |
181 | 258k | #endif |
182 | 258k | StatusCheck(!success_); |
183 | 258k | return status_; |
184 | 258k | } _ZNKR2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE6statusEv Line | Count | Source | 178 | 14 | const Status& status() const& { | 179 | 14 | #ifndef NDEBUG | 180 | 14 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 181 | 14 | #endif | 182 | 14 | StatusCheck(!success_); | 183 | 14 | return status_; | 184 | 14 | } |
Unexecuted instantiation: _ZNKR2yb6ResultIPcE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__110unique_ptrINS_6client8YBClientENS1_14default_deleteIS4_EEEEE6statusEv _ZNKR2yb6ResultIbE6statusEv Line | Count | Source | 178 | 133k | const Status& status() const& { | 179 | 133k | #ifndef NDEBUG | 180 | 133k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 181 | 133k | #endif | 182 | 133k | StatusCheck(!success_); | 183 | 133k | return status_; | 184 | 133k | } |
Unexecuted instantiation: _ZNKR2yb6ResultINS_6master13MasterOptionsEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_7tserver19TabletServerOptionsEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_9pgwrapper13PgProcessConfEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__16vectorINS_8HostPortENS1_9allocatorIS3_EEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_9TimestampEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_4UuidEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIN5boost4asio2ip7addressEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_17StronglyTypedUuidINS_17TxnSnapshotId_TagEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__110shared_ptrINS_6client11YBqlWriteOpEEEE6statusEv _ZNKR2yb6ResultIiE6statusEv 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: _ZNKR2yb6ResultIPNS_6master10MiniMasterEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master14SnapshotInfoPBEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master40ImportSnapshotMetaResponsePB_TableMetaPBEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__16vectorI13scoped_refptrINS_6client8internal12RemoteTabletEENS1_9allocatorIS7_EEEEE6statusEv _ZNKR2yb6ResultI13scoped_refptrINS_6client8internal12RemoteTabletEEE6statusEv Line | Count | Source | 178 | 783 | const Status& status() const& { | 179 | 783 | #ifndef NDEBUG | 180 | 783 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 181 | 783 | #endif | 182 | 783 | StatusCheck(!success_); | 183 | 783 | return status_; | 184 | 783 | } |
Unexecuted instantiation: _ZNKR2yb6ResultINSt3__16vectorINS_6client11YBTableNameENS1_9allocatorIS4_EEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__16vectorINS_6client14YBTabletServerENS1_9allocatorIS4_EEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__110unique_ptrINS_3rpc9MessengerENS1_14default_deleteIS4_EEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_5SliceEE6statusEv _ZNKR2yb6ResultINSt3__110shared_ptrINS_6client7YBTableEEEE6statusEv Line | Count | Source | 178 | 37 | const Status& status() const& { | 179 | 37 | #ifndef NDEBUG | 180 | 37 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 181 | 37 | #endif | 182 | 37 | StatusCheck(!success_); | 183 | 37 | return status_; | 184 | 37 | } |
Unexecuted instantiation: ql-dml-test.cc:_ZNKR2yb6ResultINS_6client12_GLOBAL__N_18RowValueEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_7QLValueEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_13DocHybridTimeEE6statusEv _ZNKR2yb6ResultINS_10HybridTimeEE6statusEv Line | Count | Source | 178 | 100k | const Status& status() const& { | 179 | 100k | #ifndef NDEBUG | 180 | 100k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 181 | 100k | #endif | 182 | 100k | StatusCheck(!success_); | 183 | 100k | return status_; | 184 | 100k | } |
Unexecuted instantiation: _ZNKR2yb6ResultImE6statusEv _ZNKR2yb6ResultINS_16IndexPermissionsEE6statusEv 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: _ZNKR2yb6ResultINSt3__16vectorI13scoped_refptrINS_6master10TabletInfoEENS1_9allocatorIS6_EEEEE6statusEv _ZNKR2yb6ResultIxE6statusEv Line | Count | Source | 178 | 22.0k | const Status& status() const& { | 179 | 22.0k | #ifndef NDEBUG | 180 | 22.0k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 181 | 22.0k | #endif | 182 | 22.0k | StatusCheck(!success_); | 183 | 22.0k | return status_; | 184 | 22.0k | } |
Unexecuted instantiation: _ZNKR2yb6ResultINS_6tablet10DocDbOpIdsEE6statusEv _ZNKR2yb6ResultINS_4OpIdEE6statusEv Line | Count | Source | 178 | 45 | const Status& status() const& { | 179 | 45 | #ifndef NDEBUG | 180 | 45 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 181 | 45 | #endif | 182 | 45 | StatusCheck(!success_); | 183 | 45 | return status_; | 184 | 45 | } |
Unexecuted instantiation: _ZNKR2yb6ResultINS_7tserver30GetTransactionStatusResponsePBEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__110shared_ptrINS_6client13YBTransactionEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_22ChildTransactionDataPBEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_6client20ChildTransactionDataEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_24ChildTransactionResultPBEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_19TransactionMetadataEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__13mapIiiNS1_4lessIiEENS1_9allocatorINS1_4pairIKiiEEEEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master22SnapshotScheduleInfoPBEEEE6statusEv _ZNKR2yb6ResultINSt3__16vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEEE6statusEv 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 | } |
Unexecuted instantiation: _ZNKR2yb6ResultINS_6client16PagingReadCountsEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_22PlacementInfoConverter9PlacementEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__110shared_ptrINS_9consensus4PeerEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_9consensus13ReadOpsResultEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__110unique_ptrINS_3rpc9MessengerENS1_14default_deleteIS4_EEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__16vectorINS_4OpIdENS1_9allocatorIS3_EEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__16vectorI13scoped_refptrINS_3log18ReadableLogSegmentEENS1_9allocatorIS6_EEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIRKNS_12ColumnSchemaEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIN5boost8optionalINS_5docdb11SubDocumentEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_17StronglyTypedUuidINS_17TransactionId_TagEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_5docdb22RateLimiterSharingModeEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_5docdb14FetchKeyResultEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__110unique_ptrINS_10encryption23BlockAccessCipherStreamENS1_14default_deleteIS4_EEEEE6statusEv _ZNKR2yb6ResultINS_15CassandraResultEE6statusEv 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: _ZNKR2yb6ResultINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS1_10unique_ptrINS_5itest14TServerDetailsENS1_14default_deleteISB_EEEENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SE_EEEEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE11cass_bool_tfdixS8_EEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_13CassandraJsonEEEEE6statusEv _ZNKR2yb6ResultINS_16CassandraSessionEE6statusEv Line | Count | Source | 178 | 25 | const Status& status() const& { | 179 | 25 | #ifndef NDEBUG | 180 | 25 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 181 | 25 | #endif | 182 | 25 | StatusCheck(!success_); | 183 | 25 | return status_; | 184 | 25 | } |
Unexecuted instantiation: _ZNKR2yb6ResultINS_17CassandraPreparedEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__15tupleIJ11cass_bool_tiNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiS9_EEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEdEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__15tupleIJidEEEE6statusEv _ZNKR2yb6ResultINSt3__15tupleIJxdEEEE6statusEv 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: _ZNKR2yb6ResultINSt3__15tupleIJ11cass_bool_tdEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__15tupleIJfdEEEE6statusEv _ZNKR2yb6ResultINSt3__15tupleIJddEEEE6statusEv 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 | } |
_ZNKR2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEidEEEE6statusEv 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: _ZNKR2yb6ResultINS_6master28GetCDCDBStreamInfoResponsePBEE6statusEv _ZNKR2yb6ResultINS_6client11YBTableNameEE6statusEv 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: _ZNKR2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master15CDCStreamInfoPBEEEE6statusEv _ZNKR2yb6ResultI13scoped_refptrINS_6master9TableInfoEEE6statusEv Line | Count | Source | 178 | 1.30k | const Status& status() const& { | 179 | 1.30k | #ifndef NDEBUG | 180 | 1.30k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 181 | 1.30k | #endif | 182 | 1.30k | StatusCheck(!success_); | 183 | 1.30k | return status_; | 184 | 1.30k | } |
Unexecuted instantiation: _ZNKR2yb6ResultINS_6client11YBTableInfoEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__16vectorINS_6master21NamespaceIdentifierPBENS1_9allocatorIS4_EEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIjE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__16vectorIjNS1_9allocatorIjEEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiNS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_iEEEEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIyE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIPNS_14ExternalMasterEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__14pairIttEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6tablet10TabletPeerEEENS1_9allocatorIS6_EEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultItE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIPNS_6master16CatalogManagerIfEE6statusEv _ZNKR2yb6ResultINSt3__110shared_ptrINS_6tablet10TabletPeerEEEE6statusEv Line | Count | Source | 178 | 6 | const Status& status() const& { | 179 | 6 | #ifndef NDEBUG | 180 | 6 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 181 | 6 | #endif | 182 | 6 | StatusCheck(!success_); | 183 | 6 | return status_; | 184 | 6 | } |
Unexecuted instantiation: _ZNKR2yb6ResultI13scoped_refptrINS_6master10TabletInfoEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_7tserver21GetSplitKeyResponsePBEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_7tserver21SplitTabletResponsePBEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__16vectorINS_7tserver39ListTabletsResponsePB_StatusAndSchemaPBENS1_9allocatorIS4_EEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_8HostPortEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__14pairINS1_10shared_ptrINS_6client9YBSessionEEENS3_INS4_13YBTransactionEEEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6client7YBTableEEENS1_9allocatorIS6_EEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__110unique_ptrI9pg_resultNS_9pgwrapper13PGResultClearEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_9pgwrapper6PGConnEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__110unique_ptrINS_11MiniClusterENS1_14default_deleteIS3_EEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIPNS_6master12TSDescriptorEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIdE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_6master17TabletLocationsPBEE6statusEv Unexecuted instantiation: pg_libpq-test.cc:_ZNKR2yb6ResultINS_9pgwrapper12_GLOBAL__N_114TableGroupInfoEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_4util6VarIntEE6statusEv _ZNKR2yb6ResultIeE6statusEv 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 | } |
_ZNKR2yb6ResultIN7rocksdb17FileNumbersHolderEE6statusEv Line | Count | Source | 178 | 124 | const Status& status() const& { | 179 | 124 | #ifndef NDEBUG | 180 | 124 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 181 | 124 | #endif | 182 | 124 | StatusCheck(!success_); | 183 | 124 | return status_; | 184 | 124 | } |
Unexecuted instantiation: _ZNKR2yb6ResultINSt3__110unique_ptrIN7rocksdb2DBENS1_14default_deleteIS4_EEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIPN7rocksdb14SstFileManagerEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__16vectorIN7rocksdb16LiveFileMetaDataENS1_9allocatorIS4_EEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIN5boost9container12small_vectorI5iovecLm4EvvEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultI13scoped_refptrINS_9HistogramEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultI13scoped_refptrINS_7CounterEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__16vectorINS_5QLRowENS1_9allocatorIS3_EEEEE6statusEv _ZNKR2yb6ResultI13scoped_refptrINS_6tablet17RaftGroupMetadataEEE6statusEv 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: _ZNKR2yb6ResultINSt3__110shared_ptrINS_6tablet6TabletEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__110unique_ptrINS_5docdb20YQLRowwiseIteratorIfENS1_14default_deleteIS4_EEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_12PhysicalTimeEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIN9rapidjson15GenericDocumentINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEES6_EEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIRKN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIPNS_6master17MasterBackupProxyEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_6master23ListSnapshotsResponsePBEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_6master24SysSnapshotEntryPB_StateEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master17TabletLocationsPBEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_10encryption20FileEncryptionStatusEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__110unique_ptrINS_10encryption16EncryptionParamsENS1_14default_deleteIS4_EEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_12OneWayBitmapEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_9MonoDeltaEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_10StackTraceEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultI13scoped_refptrINS_6ThreadEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__110unique_ptrIiNS1_14default_deleteIiEEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIRNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_19SharedMemorySegmentEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_18SharedMemoryObjectINS_4util4DataEEEE6statusEv _ZNKR2yb6ResultINS_17StronglyTypedUuidINS_4util12TestUuid_TagEEEE6statusEv 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: _ZNKR2yb6ResultINS_14UnsignedIntSetIjEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__110shared_ptrINS_6client11TableHandleEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIN5boost4asio2ip14basic_endpointINS3_3tcpEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__110unique_ptrINS_3rpc13SecureContextENS1_14default_deleteIS4_EEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultI13scoped_refptrINS_3log18ReadableLogSegmentEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultI13scoped_refptrINS_6master13NamespaceInfoEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_6master22AsyncGetTabletSplitKey4DataEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__110shared_ptrINS_10QLRowBlockEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_6master17ReplicationInfoPBEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_5docdb8KeyBytesEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIRKNS_7tserver26TabletSnapshotOpResponsePBEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_6master13SysRowEntriesEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__110shared_ptrINS_6master11CDCRpcTasksEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_18SharedMemoryObjectINS_7tserver17TServerSharedDataEEEE6statusEv _ZNKR2yb6ResultIN7rocksdb15BlockBasedTable13CachableEntryINS1_11IndexReaderEEEE6statusEv 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: _ZNKR2yb6ResultINS_3Env15FilesystemStatsEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__16vectorINS2_INS_8HostPortENS1_9allocatorIS3_EEEENS4_IS6_EEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_23TransactionStatusResultEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__110shared_ptrINS_6tablet9TableInfoEEEE6statusEv _ZNKR2yb6ResultINS_3log18FirstEntryMetadataEE6statusEv Line | Count | Source | 178 | 40 | const Status& status() const& { | 179 | 40 | #ifndef NDEBUG | 180 | 40 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 181 | 40 | #endif | 182 | 40 | StatusCheck(!success_); | 183 | 40 | return status_; | 184 | 40 | } |
Unexecuted instantiation: _ZNKR2yb6ResultINS_5docdb21ApplyTransactionStateEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__16vectorIyNS1_9allocatorIyEEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIRNS_7tserver15PgClientSessionEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__16vectorIN5boost4asio2ip14basic_endpointINS5_3tcpEEENS1_9allocatorIS8_EEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__110unique_ptrINS_7tserver16MiniTabletServerENS1_14default_deleteIS4_EEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_9consensus27RunLeaderElectionResponsePBEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_9consensus22ChangeConfigResponsePBEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_6master21ListMastersResponsePBEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_6master30GetLoadBalancerStateResponsePBEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_7tserver21UpgradeYsqlResponsePBEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_6master35ChangeMasterClusterConfigResponsePBEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_17StronglyTypedUuidINS_28TxnSnapshotRestorationId_TagEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIRKNS_2ql9ParseTreeEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIPNS_9cqlserver12CQLProcessorEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__14pairINS_12RefCntBufferENS_5SliceEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__110shared_ptrIKNS_6client27VersionedTablePartitionListEEEE6statusEv _ZNKR2yb6ResultIPNS_6master27GetTableLocationsResponsePBEE6statusEv Line | Count | Source | 178 | 43 | const Status& status() const& { | 179 | 43 | #ifndef NDEBUG | 180 | 43 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 181 | 43 | #endif | 182 | 43 | StatusCheck(!success_); | 183 | 43 | return status_; | 184 | 43 | } |
Unexecuted instantiation: _ZNKR2yb6ResultINS_10QLRowBlockEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultIN7rocksdb15CompressionTypeEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__14pairImmEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultI12PgColumnInfoE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultI13scoped_refptrINS_6pggate11PgTableDescEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__16vectorINS_6client27YBTabletServerPlacementInfoENS1_9allocatorIS4_EEEEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_6pggate12PgApiContext15MessengerHolderEE6statusEv Unexecuted instantiation: _ZNKR2yb6ResultINS_3rpc18ProcessCallsResultEE6statusEv |
185 | | |
186 | 45.1M | Status& status() & { |
187 | 45.1M | #ifndef NDEBUG |
188 | 45.1M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); |
189 | 45.1M | #endif |
190 | 45.1M | StatusCheck(!success_); |
191 | 45.1M | return status_; |
192 | 45.1M | } Unexecuted instantiation: _ZNR2yb6ResultINSt3__110unique_ptrIN7rocksdb22RandomAccessFileReaderENS1_14default_deleteIS4_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_5tools17DataPatcherActionEE6statusEv _ZNR2yb6ResultIyE6statusEv 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 | } |
_ZNR2yb6ResultINS_10HybridTimeEE6statusEv Line | Count | Source | 186 | 5 | Status& status() & { | 187 | 5 | #ifndef NDEBUG | 188 | 5 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 5 | #endif | 190 | 5 | StatusCheck(!success_); | 191 | 5 | return status_; | 192 | 5 | } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__110unique_ptrIN7rocksdb11TableReaderENS1_14default_deleteIS4_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110unique_ptrIN7rocksdb18WritableFileWriterENS1_14default_deleteIS4_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIPcE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_13DocHybridTimeEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_9MonoDeltaEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultI13scoped_refptrINS_3log18ReadableLogSegmentEEE6statusEv _ZNR2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE6statusEv Line | Count | Source | 186 | 7 | Status& status() & { | 187 | 7 | #ifndef NDEBUG | 188 | 7 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 7 | #endif | 190 | 7 | StatusCheck(!success_); | 191 | 7 | return status_; | 192 | 7 | } |
_ZNR2yb6ResultINSt3__16vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEEE6statusEv Line | Count | Source | 186 | 7 | Status& status() & { | 187 | 7 | #ifndef NDEBUG | 188 | 7 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 7 | #endif | 190 | 7 | StatusCheck(!success_); | 191 | 7 | return status_; | 192 | 7 | } |
Unexecuted instantiation: _ZNR2yb6ResultINS_8HostPortEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIN9rapidjson15GenericDocumentINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEES6_EEE6statusEv _ZNR2yb6ResultINS_6client11YBTableNameEE6statusEv 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 | } |
_ZNR2yb6ResultIxE6statusEv Line | Count | Source | 186 | 61.6k | Status& status() & { | 187 | 61.6k | #ifndef NDEBUG | 188 | 61.6k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 61.6k | #endif | 190 | 61.6k | StatusCheck(!success_); | 191 | 61.6k | return status_; | 192 | 61.6k | } |
Unexecuted instantiation: _ZNR2yb6ResultIiE6statusEv Unexecuted instantiation: yb-admin_cli.cc:_ZNR2yb6ResultINSt3__14pairIiNS_10EnumBitSetINS_5tools12_GLOBAL__N_116ListTabletsFlagsEEEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_5tools18TypedNamespaceNameEE6statusEv Unexecuted instantiation: yb-admin_cli.cc:_ZNR2yb6ResultINSt3__14pairIiNS_10EnumBitSetINS_5tools12_GLOBAL__N_110AddIndexesEEEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__14pairIibEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_5tools17TableNameResolverEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorINS_6client11YBTableNameENS1_9allocatorIS4_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_17StronglyTypedUuidINS_28TxnSnapshotRestorationId_TagEEEE6statusEv _ZNR2yb6ResultIeE6statusEv 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 | } |
Unexecuted instantiation: _ZNR2yb6ResultINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEEE6statusEv _ZNR2yb6ResultINSt3__110unique_ptrINS_6client8YBClientENS1_14default_deleteIS4_EEEEE6statusEv Line | Count | Source | 186 | 15.2k | Status& status() & { | 187 | 15.2k | #ifndef NDEBUG | 188 | 15.2k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 15.2k | #endif | 190 | 15.2k | StatusCheck(!success_); | 191 | 15.2k | return status_; | 192 | 15.2k | } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__110unique_ptrINS_3rpc9MessengerENS1_14default_deleteIS4_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIaE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIsE6statusEv _ZNR2yb6ResultINS_9TimestampEE6statusEv 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 | } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__110unique_ptrINS_3rpc13SecureContextENS1_14default_deleteIS4_EEEEE6statusEv _ZNR2yb6ResultINS_5SliceEE6statusEv 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 | } |
_ZNR2yb6ResultIjE6statusEv Line | Count | Source | 186 | 654 | Status& status() & { | 187 | 654 | #ifndef NDEBUG | 188 | 654 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 654 | #endif | 190 | 654 | StatusCheck(!success_); | 191 | 654 | return status_; | 192 | 654 | } |
Unexecuted instantiation: _ZNR2yb6ResultINS_4util6VarIntEE6statusEv _ZNR2yb6ResultIbE6statusEv Line | Count | Source | 186 | 1.30M | Status& status() & { | 187 | 1.30M | #ifndef NDEBUG | 188 | 1.30M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 1.30M | #endif | 190 | 1.30M | StatusCheck(!success_); | 191 | 1.30M | return status_; | 192 | 1.30M | } |
Unexecuted instantiation: _ZNR2yb6ResultINS_6tablet19ScopedReadOperationEE6statusEv _ZNR2yb6ResultINSt3__110shared_ptrINS_6client7YBTableEEEE6statusEv Line | Count | Source | 186 | 6 | Status& status() & { | 187 | 6 | #ifndef NDEBUG | 188 | 6 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 6 | #endif | 190 | 6 | StatusCheck(!success_); | 191 | 6 | return status_; | 192 | 6 | } |
Unexecuted instantiation: _ZNR2yb6ResultIPNS_6master10MiniMasterEE6statusEv Unexecuted instantiation: ql-dml-test.cc:_ZNR2yb6ResultINS_6client12_GLOBAL__N_18RowValueEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__14pairINS1_6vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS7_IS9_EEEENS1_13unordered_setIS9_NS1_4hashIS9_EENS1_8equal_toIS9_EESA_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorI13scoped_refptrINS_6master10TabletInfoEENS1_9allocatorIS6_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIPNS_6master10MiniMasterEE6statusEv _ZNR2yb6ResultI13scoped_refptrINS_6master9TableInfoEEE6statusEv Line | Count | Source | 186 | 2.43k | Status& status() & { | 187 | 2.43k | #ifndef NDEBUG | 188 | 2.43k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 2.43k | #endif | 190 | 2.43k | StatusCheck(!success_); | 191 | 2.43k | return status_; | 192 | 2.43k | } |
_ZNR2yb6ResultINS_4OpIdEE6statusEv Line | Count | Source | 186 | 11 | Status& status() & { | 187 | 11 | #ifndef NDEBUG | 188 | 11 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 11 | #endif | 190 | 11 | StatusCheck(!success_); | 191 | 11 | return status_; | 192 | 11 | } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__110shared_ptrINS_6client11YBqlWriteOpEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__13mapIiiNS1_4lessIiEENS1_9allocatorINS1_4pairIKiiEEEEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master14SnapshotInfoPBEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110shared_ptrINS_6client13YBTransactionEEEE6statusEv _ZNR2yb6ResultINS_9consensus13ReadOpsResultEE6statusEv 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 | } |
_ZNR2yb6ResultImE6statusEv Line | Count | Source | 186 | 43.4M | Status& status() & { | 187 | 43.4M | #ifndef NDEBUG | 188 | 43.4M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 43.4M | #endif | 190 | 43.4M | StatusCheck(!success_); | 191 | 43.4M | return status_; | 192 | 43.4M | } |
Unexecuted instantiation: _ZNR2yb6ResultINS_5docdb22RateLimiterSharingModeEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110unique_ptrINS_10encryption23BlockAccessCipherStreamENS1_14default_deleteIS4_EEEEE6statusEv _ZNR2yb6ResultINS_16CassandraSessionEE6statusEv 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 | } |
_ZNR2yb6ResultINS_16IndexPermissionsEE6statusEv Line | Count | Source | 186 | 546 | Status& status() & { | 187 | 546 | #ifndef NDEBUG | 188 | 546 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 546 | #endif | 190 | 546 | StatusCheck(!success_); | 191 | 546 | return status_; | 192 | 546 | } |
_ZNR2yb6ResultINS_6client11YBTableInfoEE6statusEv 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: _ZNR2yb6ResultINS_6master13BackfillJobPBEE6statusEv _ZNR2yb6ResultINS_15CassandraResultEE6statusEv 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: _ZNR2yb6ResultINS_17CassandraPreparedEE6statusEv _ZNR2yb6ResultIN5boost4asio2ip7addressEE6statusEv 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: _ZNR2yb6ResultINSt3__16vectorINS_7tserver42ListTabletsForTabletServerResponsePB_EntryENS1_9allocatorIS4_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorINS_6client14YBTabletServerENS1_9allocatorIS4_EEEEE6statusEv _ZNR2yb6ResultINSt3__16vectorINS_4OpIdENS1_9allocatorIS3_EEEEE6statusEv Line | Count | Source | 186 | 45 | Status& status() & { | 187 | 45 | #ifndef NDEBUG | 188 | 45 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 45 | #endif | 190 | 45 | StatusCheck(!success_); | 191 | 45 | return status_; | 192 | 45 | } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__14pairIttEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_7tserver21GetSplitKeyResponsePBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110shared_ptrINS_6tablet10TabletPeerEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_9pgwrapper13PgProcessConfEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIPNS_6master16CatalogManagerIfEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultItE6statusEv _ZNR2yb6ResultINS_6tablet10DocDbOpIdsEE6statusEv 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: _ZNR2yb6ResultINSt3__110unique_ptrI9pg_resultNS_9pgwrapper13PGResultClearEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_9pgwrapper6PGConnEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_10EnumBitSetINS_9pgwrapper14IndexStateFlagEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master17TabletLocationsPBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorINS_6master21NamespaceIdentifierPBENS1_9allocatorIS4_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIdE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110unique_ptrINS_10encryption18UniverseKeyManagerENS1_14default_deleteIS4_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIN5boost9container12small_vectorI5iovecLm4EvvEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIN5boost4asio2ip14basic_endpointINS3_3tcpEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultI13scoped_refptrINS_6MetricEEE6statusEv _ZNR2yb6ResultINSt3__110unique_ptrINS_5docdb20YQLRowwiseIteratorIfENS1_14default_deleteIS4_EEEEE6statusEv 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 | } |
_ZNR2yb6ResultI13scoped_refptrINS_6tablet17RaftGroupMetadataEEE6statusEv Line | Count | Source | 186 | 6.30k | Status& status() & { | 187 | 6.30k | #ifndef NDEBUG | 188 | 6.30k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 6.30k | #endif | 190 | 6.30k | StatusCheck(!success_); | 191 | 6.30k | return status_; | 192 | 6.30k | } |
Unexecuted instantiation: _ZNR2yb6ResultIRN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_12PhysicalTimeEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIRKN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIPNS_6master17MasterBackupProxyEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master23ListSnapshotsResponsePBEE6statusEv _ZNR2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master17TabletLocationsPBEEEE6statusEv 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 | } |
_ZNR2yb6ResultIRNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE6statusEv 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 | } |
_ZNR2yb6ResultINSt3__110unique_ptrIiNS1_14default_deleteIiEEEEE6statusEv 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: _ZNR2yb6ResultIRKNS_4test21NonCopyableNonMovableEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_4test11MoveCounterEE6statusEv _ZNR2yb6ResultINS_19SharedMemorySegmentEE6statusEv 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 | } |
_ZNR2yb6ResultINS_4UuidEE6statusEv 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 | } |
_ZNR2yb6ResultINSt3__110shared_ptrINS_3cdc14StreamMetadataEEEE6statusEv 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 | } |
_ZNR2yb6ResultI13scoped_refptrINS_6client8internal12RemoteTabletEEE6statusEv Line | Count | Source | 186 | 1.88k | Status& status() & { | 187 | 1.88k | #ifndef NDEBUG | 188 | 1.88k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 1.88k | #endif | 190 | 1.88k | StatusCheck(!success_); | 191 | 1.88k | return status_; | 192 | 1.88k | } |
Unexecuted instantiation: _ZNR2yb6ResultIPNS_6client8internal18RemoteTabletServerEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110shared_ptrINS_6client11TableHandleEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_17StronglyTypedUuidINS_17TransactionId_TagEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorINS1_4pairIymEENS1_9allocatorIS4_EEEEE6statusEv _ZNR2yb6ResultINS_23TransactionStatusResultEE6statusEv Line | Count | Source | 186 | 56.5k | Status& status() & { | 187 | 56.5k | #ifndef NDEBUG | 188 | 56.5k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 56.5k | #endif | 190 | 56.5k | StatusCheck(!success_); | 191 | 56.5k | return status_; | 192 | 56.5k | } |
Unexecuted instantiation: _ZNR2yb6ResultIRKNS_12ColumnSchemaEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIN5boost9unordered13unordered_mapINS_17StronglyTypedUuidINS_17TransactionId_TagEEENS_23TransactionStatusResultENS1_4hashIS6_EENSt3__18equal_toIS6_EENSA_9allocatorINSA_4pairIKS6_S7_EEEEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_9consensus12ReplicateMsgEEENS1_9allocatorIS6_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_3cdc26SetCDCCheckpointResponsePBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110shared_ptrINS_9consensus4PeerEEEE6statusEv _ZNR2yb6ResultI13scoped_refptrINS_9consensus14LeaderElectionEEE6statusEv Line | Count | Source | 186 | 895 | Status& status() & { | 187 | 895 | #ifndef NDEBUG | 188 | 895 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 895 | #endif | 190 | 895 | StatusCheck(!success_); | 191 | 895 | return status_; | 192 | 895 | } |
_ZNR2yb6ResultINS_9consensus13RaftConsensus19UpdateReplicaResultEE6statusEv Line | Count | Source | 186 | 15 | Status& status() & { | 187 | 15 | #ifndef NDEBUG | 188 | 15 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 15 | #endif | 190 | 15 | StatusCheck(!success_); | 191 | 15 | return status_; | 192 | 15 | } |
Unexecuted instantiation: _ZNR2yb6ResultINS_10encryption20FileEncryptionStatusEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110unique_ptrINS_10encryption16EncryptionParamsENS1_14default_deleteIS4_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_10encryption18EncryptionParamsPBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_10encryption17UniverseKeyParamsEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_10QLRowBlockEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_7tserver19TabletServerOptionsEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorINS_8HostPortENS1_9allocatorIS3_EEEEE6statusEv _ZNR2yb6ResultINS_10StackTraceEE6statusEv 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: _ZNR2yb6ResultINS_3log18FirstEntryMetadataEE6statusEv _ZNR2yb6ResultIPNS_6master12TSDescriptorEE6statusEv Line | Count | Source | 186 | 3.12k | Status& status() & { | 187 | 3.12k | #ifndef NDEBUG | 188 | 3.12k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 3.12k | #endif | 190 | 3.12k | StatusCheck(!success_); | 191 | 3.12k | return status_; | 192 | 3.12k | } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__110shared_ptrINS_6tablet9TableInfoEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_8ColumnIdEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorIN5boost4asio2ip14basic_endpointINS5_3tcpEEENS1_9allocatorIS8_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIN5boost8optionalINS_6master17ReplicationInfoPBEEEE6statusEv _ZNR2yb6ResultINSt3__110shared_ptrINS1_13unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN5boost8optionalINS_6master17ReplicationInfoPBEEENS1_4hashIS9_EENS1_8equal_toIS9_EENS7_INS1_4pairIKS9_SE_EEEEEEEEE6statusEv Line | Count | Source | 186 | 50 | Status& status() & { | 187 | 50 | #ifndef NDEBUG | 188 | 50 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 50 | #endif | 190 | 50 | StatusCheck(!success_); | 191 | 50 | return status_; | 192 | 50 | } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__110shared_ptrINS1_13unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN5boost8optionalIS9_EENS1_4hashIS9_EENS1_8equal_toIS9_EENS7_INS1_4pairIKS9_SC_EEEEEEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultI13scoped_refptrINS_6master10TabletInfoEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master22TabletReplicaDriveInfoEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__15arrayINS_11PartitionPBELm2EEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__113unordered_mapINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEENS1_6vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENSA_ISC_EEEEN5boost4hashIS5_EENS1_8equal_toIS5_EENSA_INS1_4pairIKS5_SE_EEEEEEE6statusEv _ZNR2yb6ResultINS_19TransactionMetadataEE6statusEv 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 | } |
Unexecuted instantiation: _ZNR2yb6ResultINS_6master17ReplicationInfoPBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6master12TSDescriptorEEENS1_9allocatorIS6_EEEEE6statusEv _ZNR2yb6ResultI13scoped_refptrINS_6master13NamespaceInfoEEE6statusEv Line | Count | Source | 186 | 185 | Status& status() & { | 187 | 185 | #ifndef NDEBUG | 188 | 185 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 185 | #endif | 190 | 185 | StatusCheck(!success_); | 191 | 185 | return status_; | 192 | 185 | } |
Unexecuted instantiation: _ZNR2yb6ResultINS_6master16TableDescriptionEE6statusEv _ZNR2yb6ResultINSt3__110shared_ptrINS_6tablet14AbstractTabletEEEE6statusEv Line | Count | Source | 186 | 11.4k | Status& status() & { | 187 | 11.4k | #ifndef NDEBUG | 188 | 11.4k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 11.4k | #endif | 190 | 11.4k | StatusCheck(!success_); | 191 | 11.4k | return status_; | 192 | 11.4k | } |
Unexecuted instantiation: _ZNR2yb6ResultINS_10encryption21UniverseKeyRegistryPBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorINS_6master16TableDescriptionENS1_9allocatorIS4_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master24SysSnapshotEntryPB_StateEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master13SysRowEntriesEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_17StronglyTypedUuidINS_17TxnSnapshotId_TagEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6tablet18CreateSnapshotDataEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIRNS_6master13SnapshotStateEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIRNS_6master21SnapshotScheduleStateEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIRNS_6master16RestorationStateEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_5docdb8KeyBytesEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master18SysSnapshotEntryPBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master25SnapshotScheduleOptionsPBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master25SnapshotScheduleOperationEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_22PlacementInfoConverter9PlacementEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master13DdlLogEntryPBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIlE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110shared_ptrINS_6master12TSDescriptorEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110shared_ptrINS_10QLRowBlockEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__14pairIiNS_8DataTypeEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master19YQLPartitionsVTable10TabletDataEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIN5boost8optionalINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master16SysTablesEntryPBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master19SysNamespaceEntryPBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master17SysTabletsEntryPBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110unique_ptrIN7rocksdb2DBENS1_14default_deleteIS4_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110shared_ptrINS_6master11CDCRpcTasksEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorINS1_4pairINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6client11YBTableNameEEENS7_ISC_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_5docdb14FetchKeyResultEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIRKNSt3__14pairIKNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master16SysTablesEntryPBEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master17MasterBackupProxyEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master22SnapshotScheduleInfoPBEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIRKNS_2ql9ParseTreeEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_2ql5audit8LogEntryEE6statusEv _ZNR2yb6ResultINSt3__110shared_ptrINS_2ql6PTExprEEEE6statusEv 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: _ZNR2yb6ResultINSt3__110shared_ptrINS_6QLTypeEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_22ChildTransactionDataPBEE6statusEv _ZNR2yb6ResultIPNS_2ql16QueryPagingStateEE6statusEv 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 | } |
_ZNR2yb6ResultIPKNS_9IndexInfoEE6statusEv Line | Count | Source | 186 | 267 | Status& status() & { | 187 | 267 | #ifndef NDEBUG | 188 | 267 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 267 | #endif | 190 | 267 | StatusCheck(!success_); | 191 | 267 | return status_; | 192 | 267 | } |
Unexecuted instantiation: _ZNR2yb6ResultIN7rocksdb18FileBoundaryValuesINS1_11InternalKeyEEEE6statusEv _ZNR2yb6ResultIN7rocksdb17FileNumbersHolderEE6statusEv 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 | } |
_ZNR2yb6ResultIN7rocksdb10TableCache21TableReaderWithHandleEE6statusEv Line | Count | Source | 186 | 33 | Status& status() & { | 187 | 33 | #ifndef NDEBUG | 188 | 33 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 33 | #endif | 190 | 33 | StatusCheck(!success_); | 191 | 33 | return status_; | 192 | 33 | } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__110unique_ptrIN7rocksdb21MultiLevelIndexReaderENS1_14default_deleteIS4_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIN7rocksdb15BlockBasedTable13CachableEntryINS1_11IndexReaderEEEE6statusEv Unexecuted instantiation: format.cc:_ZNR2yb6ResultIN7rocksdb12_GLOBAL__N_112ChecksumDataEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110unique_ptrINS_10encryption18UniverseKeyManagerENS1_14default_deleteIS4_EEEEE6statusEv _ZNR2yb6ResultINS_8rpc_test17TrivialResponsePBEE6statusEv 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: _ZNR2yb6ResultIN5boost8optionalItEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_7tserver13ReadRequestPBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6tablet10TabletPeerEEENS1_9allocatorIS6_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__13setINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS1_4lessIS8_EENS6_IS8_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_7tserver21ListTabletsResponsePBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorINS_7tserver39ListTabletsResponsePB_StatusAndSchemaPBENS1_9allocatorIS4_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_5docdb21ApplyTransactionStateEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_14UnsignedIntSetIjEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6tablet29TabletScopedRWOperationPausesEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIN7rocksdb22KeyValueEncodingFormatEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_22ScopedRWOperationPauseEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_27TransactionOperationContextEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110unique_ptrI7pg_connNS_9pgwrapper11PGConnCloseEEEE6statusEv _ZNR2yb6ResultINS_19PgsqlBackfillSpecPBEE6statusEv 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: _ZNR2yb6ResultIPNS_16QLWriteRequestPBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110shared_ptrINS_6client9YBSessionEEEE6statusEv _ZNR2yb6ResultINS_6tablet20FixedHybridTimeLeaseEE6statusEv Line | Count | Source | 186 | 5 | Status& status() & { | 187 | 5 | #ifndef NDEBUG | 188 | 5 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 5 | #endif | 190 | 5 | StatusCheck(!success_); | 191 | 5 | return status_; | 192 | 5 | } |
Unexecuted instantiation: _ZNR2yb6ResultINS_22SubTransactionMetadataEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_17StronglyTypedBoolINS_6tablet17NeedsRecovery_TagEEEE6statusEv _ZNR2yb6ResultI13scoped_refptrINS_6tablet15OperationDriverEEE6statusEv 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: _ZNR2yb6ResultINS_5docdb23ApplyTransactionStatePBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_5docdb16DecodedIntentKeyEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_12OneWayBitmapEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_5docdb18DecodedIntentValueEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIPNS_6client8YBClientEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIRNS_6tablet19SnapshotCoordinatorEE6statusEv _ZNR2yb6ResultINS_14IsolationLevelEE6statusEv 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 | } |
_ZNR2yb6ResultINS_5docdb30PrepareDocWriteOperationResultEE6statusEv Line | Count | Source | 186 | 46 | Status& status() & { | 187 | 46 | #ifndef NDEBUG | 188 | 46 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 46 | #endif | 190 | 46 | StatusCheck(!success_); | 191 | 46 | return status_; | 192 | 46 | } |
Unexecuted instantiation: _ZNR2yb6ResultINS_6client20ChildTransactionDataEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_24ChildTransactionResultPBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIRNS_7tserver15PgClientSessionEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_7tserver21PgClientSessionLockerEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorINS_6client27YBTabletServerPlacementInfoENS1_9allocatorIS4_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIPKNS_19TransactionMetadataEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIPNS_6client9YBSessionEE6statusEv _ZNR2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6client9YBPgsqlOpEEENS1_9allocatorIS6_EEEEE6statusEv Line | Count | Source | 186 | 6 | Status& status() & { | 187 | 6 | #ifndef NDEBUG | 188 | 6 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 6 | #endif | 190 | 6 | StatusCheck(!success_); | 191 | 6 | return status_; | 192 | 6 | } |
_ZNR2yb6ResultINS_7tserver16TabletPeerTabletEE6statusEv Line | Count | Source | 186 | 110k | Status& status() & { | 187 | 110k | #ifndef NDEBUG | 188 | 110k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 110k | #endif | 190 | 110k | StatusCheck(!success_); | 191 | 110k | return status_; | 192 | 110k | } |
_ZNR2yb6ResultINS_7tserver16LeaderTabletPeerEE6statusEv Line | Count | Source | 186 | 62.2k | Status& status() & { | 187 | 62.2k | #ifndef NDEBUG | 188 | 62.2k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 62.2k | #endif | 190 | 62.2k | StatusCheck(!success_); | 191 | 62.2k | return status_; | 192 | 62.2k | } |
Unexecuted instantiation: _ZNR2yb6ResultINS_14ReadHybridTimeEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6tablet6FilePBEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110shared_ptrINS_9consensus13RaftConsensusEEEE6statusEv _ZNR2yb6ResultI13scoped_refptrINS_7tserver27TransitionInProgressDeleterEEE6statusEv 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: _ZNR2yb6ResultIRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_16UsePrivateIpModeEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110unique_ptrINS_7tserver10enterprise11CDCConsumerENS1_14default_deleteIS5_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorI13scoped_refptrINS_6client8internal12RemoteTabletEENS1_9allocatorIS7_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master21ListMastersResponsePBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_9consensus24LeaderStepDownResponsePBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_9consensus27RunLeaderElectionResponsePBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master25DumpMasterStateResponsePBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master28GetLoadMovePercentResponsePBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiNS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_iEEEEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master28GetTabletLocationsResponsePBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_9consensus22ChangeConfigResponsePBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master27ListTabletServersResponsePBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_7tserver24GetLogLocationResponsePBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIRKNSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master21NamespaceIdentifierPBENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SA_EEEEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master37LaunchBackfillIndexForTableResponsePBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_7tserver36ListTabletsForTabletServerResponsePBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master33ChangeLoadBalancerStateResponsePBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master30GetLoadBalancerStateResponsePBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master25FlushSysCatalogResponsePBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master27CompactSysCatalogResponsePBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master29IsMasterLeaderReadyResponsePBEE6statusEv _ZNR2yb6ResultINS_6master32GetMasterClusterConfigResponsePBEE6statusEv 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: _ZNR2yb6ResultINS_6master35ChangeMasterClusterConfigResponsePBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master22IsInitDbDoneResponsePBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_7tserver21UpgradeYsqlResponsePBEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master21SplitTabletResponsePBEE6statusEv Unexecuted instantiation: cql_processor.cc:_ZNR2yb6ResultINSt3__110unique_ptrI4ldapNS_9cqlserver12_GLOBAL__N_111LDAPDeleterEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIPNS_9cqlserver12CQLProcessorEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorINS_10HostPortPBENS1_9allocatorIS3_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorINS_6master22TablegroupIdentifierPBENS1_9allocatorIS4_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110shared_ptrIKNS_6client27VersionedTablePartitionListEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6client11YBTableTypeEE6statusEv _ZNR2yb6ResultINSt3__16vectorINS2_INS_8HostPortENS1_9allocatorIS3_EEEENS4_IS6_EEEEE6statusEv Line | Count | Source | 186 | 1.24k | Status& status() & { | 187 | 1.24k | #ifndef NDEBUG | 188 | 1.24k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 1.24k | #endif | 190 | 1.24k | StatusCheck(!success_); | 191 | 1.24k | return status_; | 192 | 1.24k | } |
Unexecuted instantiation: _ZNR2yb6ResultINS_6client24TransactionStatusTabletsEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorINS_5docdb14PrimitiveValueENS1_9allocatorIS4_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIRKNS_13QLTableColumnEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_10WaitPolicyEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_5docdb12ParsedIntentEE6statusEv Unexecuted instantiation: docdb.cc:_ZNR2yb6ResultINS_5docdb12_GLOBAL__N_125DetermineKeysToLockResultEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIN7rocksdb14FilterDecisionEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIN5boost8optionalINS_17StronglyTypedUuidINS_17TransactionId_TagEEEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110unique_ptrINS_5docdb17SubDocumentReaderENS1_14default_deleteIS4_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIN7rocksdb15CompressionTypeEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_14CommitMetadataEE6statusEv Unexecuted instantiation: intent_aware_iterator.cc:_ZNR2yb6ResultINS_5docdb12_GLOBAL__N_129DecodeStrongWriteIntentResultEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_5docdb6DocKeyEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_13RedisDataTypeEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_5docdb10RedisValueEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIN5boost8optionalINS_5docdb10ExpirationEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIPNS_5docdb11SubDocumentEE6statusEv Unexecuted instantiation: subdoc_reader.cc:_ZNR2yb6ResultIPNS_5docdb12_GLOBAL__N_129ScopedDocDbRowContextWithDataEE6statusEv Unexecuted instantiation: subdoc_reader.cc:_ZNR2yb6ResultINSt3__110unique_ptrINS_5docdb12_GLOBAL__N_112DocDbRowDataENS1_14default_deleteIS5_EEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_5docdb22TransactionStatusCache19GetCommitDataResultEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_18SharedMemoryObjectINS_7tserver17TServerSharedDataEEEE6statusEv _ZNR2yb6ResultINS_17StronglyTypedBoolINS_6pggate15RequestSent_TagEEEE6statusEv Line | Count | Source | 186 | 126 | Status& status() & { | 187 | 126 | #ifndef NDEBUG | 188 | 126 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 126 | #endif | 190 | 126 | StatusCheck(!success_); | 191 | 126 | return status_; | 192 | 126 | } |
_ZNR2yb6ResultI13scoped_refptrINS_6pggate11PgTableDescEEE6statusEv Line | Count | Source | 186 | 37 | Status& status() & { | 187 | 37 | #ifndef NDEBUG | 188 | 37 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 37 | #endif | 190 | 37 | StatusCheck(!success_); | 191 | 37 | return status_; | 192 | 37 | } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__14pairIjjEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110shared_ptrIKPKhEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master26GetNamespaceInfoResponsePBEE6statusEv _ZNR2yb6ResultIRNS_6pggate8PgColumnEE6statusEv Line | Count | Source | 186 | 49 | Status& status() & { | 187 | 49 | #ifndef NDEBUG | 188 | 49 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 49 | #endif | 190 | 49 | StatusCheck(!success_); | 191 | 49 | return status_; | 192 | 49 | } |
Unexecuted instantiation: _ZNR2yb6ResultINS_5docdb14PrimitiveValueEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__18functionIFNS_5docdb6DocKeyERKNS1_6vectorINS3_14PrimitiveValueENS1_9allocatorIS6_EEEEEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIRKNS_6pggate8PgColumnEE6statusEv _ZNR2yb6ResultINS_6pggate13PerformFutureEE6statusEv Line | Count | Source | 186 | 1.21k | Status& status() & { | 187 | 1.21k | #ifndef NDEBUG | 188 | 1.21k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 1.21k | #endif | 190 | 1.21k | StatusCheck(!success_); | 191 | 1.21k | return status_; | 192 | 1.21k | } |
_ZNR2yb6ResultINSt3__14listINS_6pggate11PgDocResultENS1_9allocatorIS4_EEEEE6statusEv Line | Count | Source | 186 | 25.0k | Status& status() & { | 187 | 25.0k | #ifndef NDEBUG | 188 | 25.0k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 25.0k | #endif | 190 | 25.0k | StatusCheck(!success_); | 191 | 25.0k | return status_; | 192 | 25.0k | } |
_ZNR2yb6ResultIN5boost10shared_ptrINS1_9date_time14time_zone_baseINS1_10posix_time5ptimeEcEEEEE6statusEv 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: _ZNR2yb6ResultIN6icu_6717GregorianCalendarEE6statusEv _ZNR2yb6ResultI7statvfsE6statusEv Line | Count | Source | 186 | 13.3k | Status& status() & { | 187 | 13.3k | #ifndef NDEBUG | 188 | 13.3k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 13.3k | #endif | 190 | 13.3k | StatusCheck(!success_); | 191 | 13.3k | return status_; | 192 | 13.3k | } |
Unexecuted instantiation: _ZNR2yb6ResultINS_14ResourceLimitsEE6statusEv _ZNR2yb6ResultINSt3__14pairIxmEEE6statusEv Line | Count | Source | 186 | 143 | Status& status() & { | 187 | 143 | #ifndef NDEBUG | 188 | 143 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 143 | #endif | 190 | 143 | StatusCheck(!success_); | 191 | 143 | return status_; | 192 | 143 | } |
net_util.cc:_ZNR2yb6ResultINSt3__110unique_ptrI8addrinfoNS_12_GLOBAL__N_115AddrinfoDeleterEEEE6statusEv Line | Count | Source | 186 | 29 | Status& status() & { | 187 | 29 | #ifndef NDEBUG | 188 | 29 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 29 | #endif | 190 | 29 | StatusCheck(!success_); | 191 | 29 | return status_; | 192 | 29 | } |
_ZNR2yb6ResultI13scoped_refptrINS_6ThreadEEE6statusEv Line | Count | Source | 186 | 21 | Status& status() & { | 187 | 21 | #ifndef NDEBUG | 188 | 21 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 21 | #endif | 190 | 21 | StatusCheck(!success_); | 191 | 21 | return status_; | 192 | 21 | } |
_ZNR2yb6ResultIPvE6statusEv 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: _ZNR2yb6ResultINSt3__16vectorIPcNS1_9allocatorIS3_EEEEE6statusEv _ZNR2yb6ResultINS_10Subprocess10ChildPipesEE6statusEv 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: _ZNR2yb6ResultIP3DIRE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorIiNS1_9allocatorIiEEEEE6statusEv _ZNR2yb6ResultINS_3rpc18ProcessCallsResultEE6statusEv 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: _ZNR2yb6ResultINS_3rpc18ParsedRemoteMethodEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultIPKPKhE6statusEv _ZNR2yb6ResultINS_6SocketEE6statusEv Line | Count | Source | 186 | 3.07k | Status& status() & { | 187 | 3.07k | #ifndef NDEBUG | 188 | 3.07k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 3.07k | #endif | 190 | 3.07k | StatusCheck(!success_); | 191 | 3.07k | return status_; | 192 | 3.07k | } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__110unique_ptrINS_3rpc6StreamENS1_14default_deleteIS4_EEEEE6statusEv _ZNR2yb6ResultINS_17StronglyTypedBoolINS_3rpc18ReadBufferFull_TagEEEE6statusEv Line | Count | Source | 186 | 43 | Status& status() & { | 187 | 43 | #ifndef NDEBUG | 188 | 43 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 189 | 43 | #endif | 190 | 43 | StatusCheck(!success_); | 191 | 43 | return status_; | 192 | 43 | } |
Unexecuted instantiation: secure_stream.cc:_ZNR2yb6ResultINSt3__110unique_ptrI6bio_stNS_3rpc12_GLOBAL__N_17BIOFreeEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110unique_ptrI7x509_stNS_3rpc6detail8X509FreeEEEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110unique_ptrI11evp_pkey_stNS_3rpc6detail12EVP_PKEYFreeEEEE6statusEv _ZNR2yb6ResultIPhE6statusEv 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: _ZNR2yb6ResultINS_12RefCntBufferEE6statusEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__14pairIiiEEE6statusEv |
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 | 475M | auto& get() const { return *get_ptr(); } Line | Count | Source | 202 | 452M | auto& get() const { return *get_ptr(); } |
Unexecuted instantiation: _ZNK2yb6ResultIyE3getEv Unexecuted instantiation: _ZNK2yb6ResultINSt3__110unique_ptrI9pg_resultNS_9pgwrapper13PGResultClearEEEE3getEv Unexecuted instantiation: _ZNK2yb6ResultINS_10EnumBitSetINS_9pgwrapper14IndexStateFlagEEEE3getEv Unexecuted instantiation: _ZNK2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6master12TSDescriptorEEENS1_9allocatorIS6_EEEEE3getEv _ZNK2yb6ResultINS_17StronglyTypedUuidINS_17TransactionId_TagEEEE3getEv Line | Count | Source | 202 | 8 | auto& get() const { return *get_ptr(); } |
_ZNK2yb6ResultIPNS_6master12TSDescriptorEE3getEv Line | Count | Source | 202 | 165k | auto& get() const { return *get_ptr(); } |
_ZNK2yb6ResultIN5boost8optionalINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEEEE3getEv Line | Count | Source | 202 | 1 | auto& get() const { return *get_ptr(); } |
_ZNK2yb6ResultINS_6master22TabletReplicaDriveInfoEE3getEv Line | Count | Source | 202 | 545k | auto& get() const { return *get_ptr(); } |
_ZNK2yb6ResultIN5boost4asio2ip7addressEE3getEv Line | Count | Source | 202 | 132k | auto& get() const { return *get_ptr(); } |
_ZNK2yb6ResultINS_14UnsignedIntSetIjEEE3getEv Line | Count | Source | 202 | 202k | auto& get() const { return *get_ptr(); } |
Unexecuted instantiation: _ZNK2yb6ResultINS_5docdb21ApplyTransactionStateEE3getEv _ZNK2yb6ResultINSt3__110shared_ptrINS_6tablet9TableInfoEEEE3getEv Line | Count | Source | 202 | 54.9k | auto& get() const { return *get_ptr(); } |
_ZNK2yb6ResultINS_7tserver16TabletPeerTabletEE3getEv Line | Count | Source | 202 | 11.0M | auto& get() const { return *get_ptr(); } |
_ZNK2yb6ResultINSt3__110shared_ptrINS_9consensus13RaftConsensusEEEE3getEv Line | Count | Source | 202 | 10.4M | auto& get() const { return *get_ptr(); } |
_ZNK2yb6ResultINSt3__110shared_ptrINS_6client7YBTableEEEE3getEv Line | Count | Source | 202 | 104k | auto& get() const { return *get_ptr(); } |
Line | Count | Source | 202 | 284 | auto& get() const { return *get_ptr(); } |
_ZNK2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE3getEv Line | Count | Source | 202 | 5 | auto& get() const { return *get_ptr(); } |
_ZNK2yb6ResultINSt3__16vectorINS_6client27YBTabletServerPlacementInfoENS1_9allocatorIS4_EEEEE3getEv Line | Count | Source | 202 | 2 | auto& get() const { return *get_ptr(); } |
Unexecuted instantiation: _ZNK2yb6ResultINS_22PlacementInfoConverter9PlacementEE3getEv |
203 | 41.6M | auto& operator*() const& { return *get_ptr(); } _ZNKR2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEdeEv Line | Count | Source | 203 | 603k | auto& operator*() const& { return *get_ptr(); } |
Line | Count | Source | 203 | 5.32M | auto& operator*() const& { return *get_ptr(); } |
_ZNKR2yb6ResultI13scoped_refptrINS_6client8internal12RemoteTabletEEEdeEv Line | Count | Source | 203 | 2.00M | auto& operator*() const& { return *get_ptr(); } |
Unexecuted instantiation: ql-dml-test.cc:_ZNKR2yb6ResultINS_6client12_GLOBAL__N_18RowValueEEdeEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__110shared_ptrINS_6client11YBqlWriteOpEEEEdeEv Line | Count | Source | 203 | 8 | auto& operator*() const& { return *get_ptr(); } |
Unexecuted instantiation: _ZNKR2yb6ResultINS_5docdb22RateLimiterSharingModeEEdeEv Line | Count | Source | 203 | 73 | auto& operator*() const& { return *get_ptr(); } |
Unexecuted instantiation: _ZNKR2yb6ResultINS_16IndexPermissionsEEdeEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__110shared_ptrINS_6tablet10TabletPeerEEEEdeEv _ZNKR2yb6ResultIRNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEdeEv Line | Count | Source | 203 | 1 | auto& operator*() const& { return *get_ptr(); } |
_ZNKR2yb6ResultIRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEdeEv Line | Count | Source | 203 | 1 | auto& operator*() const& { return *get_ptr(); } |
Unexecuted instantiation: _ZNKR2yb6ResultINS_17StronglyTypedUuidINS_4util12TestUuid_TagEEEEdeEv Unexecuted instantiation: _ZNKR2yb6ResultINSt3__16vectorINS_4OpIdENS1_9allocatorIS3_EEEEEdeEv Line | Count | Source | 203 | 158k | auto& operator*() const& { return *get_ptr(); } |
Unexecuted instantiation: _ZNKR2yb6ResultI13scoped_refptrINS_6master9TableInfoEEEdeEv Unexecuted instantiation: _ZNKR2yb6ResultIN5boost8optionalINS_6master17ReplicationInfoPBEEEEdeEv Line | Count | Source | 203 | 12.7k | auto& operator*() const& { return *get_ptr(); } |
Line | Count | Source | 203 | 303 | auto& operator*() const& { return *get_ptr(); } |
Unexecuted instantiation: _ZNKR2yb6ResultINSt3__16vectorI13scoped_refptrINS_6master10TabletInfoEENS1_9allocatorIS6_EEEEEdeEv Unexecuted instantiation: _ZNKR2yb6ResultINS_5docdb8KeyBytesEEdeEv Unexecuted instantiation: _ZNKR2yb6ResultINS_6master13SysRowEntriesEEdeEv _ZNKR2yb6ResultIN5boost4asio2ip7addressEEdeEv Line | Count | Source | 203 | 234k | auto& operator*() const& { return *get_ptr(); } |
Unexecuted instantiation: _ZNKR2yb6ResultINSt3__110shared_ptrINS_6master11CDCRpcTasksEEEEdeEv Unexecuted instantiation: _ZNKR2yb6ResultINS_23TransactionStatusResultEEdeEv _ZNKR2yb6ResultINS_3log18FirstEntryMetadataEEdeEv Line | Count | Source | 203 | 6.02k | auto& operator*() const& { return *get_ptr(); } |
_ZNKR2yb6ResultINS_17StronglyTypedUuidINS_17TransactionId_TagEEEEdeEv Line | Count | Source | 203 | 49.7k | auto& operator*() const& { return *get_ptr(); } |
_ZNKR2yb6ResultINS_10HybridTimeEEdeEv Line | Count | Source | 203 | 61.0k | auto& operator*() const& { return *get_ptr(); } |
Unexecuted instantiation: _ZNKR2yb6ResultINSt3__16vectorI13scoped_refptrINS_6client8internal12RemoteTabletEENS1_9allocatorIS7_EEEEEdeEv Unexecuted instantiation: _ZNKR2yb6ResultINS_6master30GetLoadBalancerStateResponsePBEEdeEv Unexecuted instantiation: _ZNKR2yb6ResultINS_17StronglyTypedUuidINS_28TxnSnapshotRestorationId_TagEEEEdeEv _ZNKR2yb6ResultIRKNS_2ql9ParseTreeEEdeEv Line | Count | Source | 203 | 389k | auto& operator*() const& { return *get_ptr(); } |
_ZNKR2yb6ResultIPNS_9cqlserver12CQLProcessorEEdeEv Line | Count | Source | 203 | 363k | auto& operator*() const& { return *get_ptr(); } |
Unexecuted instantiation: _ZNKR2yb6ResultINSt3__16vectorINS_6client11YBTableNameENS1_9allocatorIS4_EEEEEdeEv _ZNKR2yb6ResultINSt3__110shared_ptrIKNS_6client27VersionedTablePartitionListEEEEdeEv Line | Count | Source | 203 | 12 | auto& operator*() const& { return *get_ptr(); } |
_ZNKR2yb6ResultIPNS_6master27GetTableLocationsResponsePBEEdeEv Line | Count | Source | 203 | 85.4k | auto& operator*() const& { return *get_ptr(); } |
_ZNKR2yb6ResultIRKNS_12ColumnSchemaEEdeEv Line | Count | Source | 203 | 4.97M | auto& operator*() const& { return *get_ptr(); } |
Unexecuted instantiation: _ZNKR2yb6ResultINS_13DocHybridTimeEEdeEv _ZNKR2yb6ResultI12PgColumnInfoEdeEv Line | Count | Source | 203 | 27.3M | auto& operator*() const& { return *get_ptr(); } |
_ZNKR2yb6ResultI13scoped_refptrINS_6pggate11PgTableDescEEEdeEv Line | Count | Source | 203 | 1.83k | auto& operator*() const& { return *get_ptr(); } |
Unexecuted instantiation: _ZNKR2yb6ResultINS_10StackTraceEEdeEv Unexecuted instantiation: _ZNKR2yb6ResultINS_3rpc18ProcessCallsResultEEdeEv |
204 | 9.18G | auto& operator*() & { return *get_ptr(); } Unexecuted instantiation: _ZNR2yb6ResultINSt3__110unique_ptrIN7rocksdb22RandomAccessFileReaderENS1_14default_deleteIS4_EEEEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_5tools17DataPatcherActionEEdeEv Line | Count | Source | 204 | 40.3M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_10HybridTimeEEdeEv Line | Count | Source | 204 | 51.7M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_13DocHybridTimeEEdeEv Line | Count | Source | 204 | 345M | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__110unique_ptrIN7rocksdb11TableReaderENS1_14default_deleteIS4_EEEEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110unique_ptrIN7rocksdb18WritableFileWriterENS1_14default_deleteIS4_EEEEEdeEv Unexecuted instantiation: _ZNR2yb6ResultIPcEdeEv _ZNR2yb6ResultINS_9MonoDeltaEEdeEv Line | Count | Source | 204 | 113 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110unique_ptrINS_6client8YBClientENS1_14default_deleteIS4_EEEEEdeEv Line | Count | Source | 204 | 257 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultI13scoped_refptrINS_3log18ReadableLogSegmentEEEdeEv Line | Count | Source | 204 | 9.20k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEdeEv Line | Count | Source | 204 | 2.54M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__16vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEEEdeEv Line | Count | Source | 204 | 101k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_8HostPortEEdeEv Line | Count | Source | 204 | 54.0k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIN9rapidjson15GenericDocumentINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEES6_EEEdeEv Line | Count | Source | 204 | 107 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_6client11YBTableNameEEdeEv Line | Count | Source | 204 | 140 | auto& operator*() & { return *get_ptr(); } |
Line | Count | Source | 204 | 1.53G | auto& operator*() & { return *get_ptr(); } |
Line | Count | Source | 204 | 4.94M | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: yb-admin_cli.cc:_ZNR2yb6ResultINSt3__14pairIiNS_10EnumBitSetINS_5tools12_GLOBAL__N_116ListTabletsFlagsEEEEEEdeEv _ZNR2yb6ResultINS_5tools18TypedNamespaceNameEEdeEv Line | Count | Source | 204 | 1 | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: yb-admin_cli.cc:_ZNR2yb6ResultINSt3__14pairIiNS_10EnumBitSetINS_5tools12_GLOBAL__N_110AddIndexesEEEEEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__14pairIibEEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_5tools17TableNameResolverEEdeEv _ZNR2yb6ResultINSt3__16vectorINS_6client11YBTableNameENS1_9allocatorIS4_EEEEEdeEv Line | Count | Source | 204 | 170 | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINS_17StronglyTypedUuidINS_28TxnSnapshotRestorationId_TagEEEEdeEv Line | Count | Source | 204 | 12.3k | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEEEdeEv _ZNR2yb6ResultINSt3__110unique_ptrINS_3rpc9MessengerENS1_14default_deleteIS4_EEEEEdeEv Line | Count | Source | 204 | 22.8k | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultIaEdeEv Unexecuted instantiation: _ZNR2yb6ResultIsEdeEv _ZNR2yb6ResultINS_6master13MasterOptionsEEdeEv Line | Count | Source | 204 | 4.93k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110unique_ptrINS_3rpc13SecureContextENS1_14default_deleteIS4_EEEEEdeEv Line | Count | Source | 204 | 16.1k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_5SliceEEdeEv Line | Count | Source | 204 | 45.5M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_7tserver19TabletServerOptionsEEdeEv Line | Count | Source | 204 | 6.11k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_9pgwrapper13PgProcessConfEEdeEv Line | Count | Source | 204 | 904 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_4util6VarIntEEdeEv Line | Count | Source | 204 | 11.4k | auto& operator*() & { return *get_ptr(); } |
Line | Count | Source | 204 | 43.0M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_4UuidEEdeEv Line | Count | Source | 204 | 23.3M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIN5boost4asio2ip7addressEEdeEv Line | Count | Source | 204 | 889k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIPNS_6master10MiniMasterEEdeEv Line | Count | Source | 204 | 6.21k | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINS_17StronglyTypedUuidINS_17TxnSnapshotId_TagEEEEdeEv Line | Count | Source | 204 | 2.27G | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master14SnapshotInfoPBEEEEdeEv Unexecuted instantiation: _ZNR2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master40ImportSnapshotMetaResponsePB_TableMetaPBEEEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorI13scoped_refptrINS_6client8internal12RemoteTabletEENS1_9allocatorIS7_EEEEEdeEv _ZNR2yb6ResultI13scoped_refptrINS_6client8internal12RemoteTabletEEEdeEv Line | Count | Source | 204 | 11.0M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__16vectorINS_6client14YBTabletServerENS1_9allocatorIS4_EEEEEdeEv Line | Count | Source | 204 | 2 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110shared_ptrINS_6client7YBTableEEEEdeEv Line | Count | Source | 204 | 1.30M | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: ql-dml-test.cc:_ZNR2yb6ResultINS_6client12_GLOBAL__N_18RowValueEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_7QLValueEEdeEv Line | Count | Source | 204 | 461M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__16vectorI13scoped_refptrINS_6master10TabletInfoEENS1_9allocatorIS6_EEEEEdeEv Line | Count | Source | 204 | 410k | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__14pairINS1_6vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS7_IS9_EEEENS1_13unordered_setIS9_NS1_4hashIS9_EENS1_8equal_toIS9_EESA_EEEEEdeEv _ZNR2yb6ResultI13scoped_refptrINS_6master9TableInfoEEEdeEv Line | Count | Source | 204 | 433k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_6tablet10DocDbOpIdsEEdeEv Line | Count | Source | 204 | 3.71M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_4OpIdEEdeEv Line | Count | Source | 204 | 25.4M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_22ChildTransactionDataPBEEdeEv Line | Count | Source | 204 | 82.4k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_6client20ChildTransactionDataEEdeEv Line | Count | Source | 204 | 14.6k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_24ChildTransactionResultPBEEdeEv Line | Count | Source | 204 | 14.5k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110shared_ptrINS_6client13YBTransactionEEEEdeEv Line | Count | Source | 204 | 149k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110shared_ptrINS_6client11YBqlWriteOpEEEEdeEv Line | Count | Source | 204 | 22.5k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_19TransactionMetadataEEdeEv Line | Count | Source | 204 | 2.27M | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__13mapIiiNS1_4lessIiEENS1_9allocatorINS1_4pairIKiiEEEEEEEdeEv Unexecuted instantiation: _ZNR2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master22SnapshotScheduleInfoPBEEEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_6client16PagingReadCountsEEdeEv _ZNR2yb6ResultINS_22PlacementInfoConverter9PlacementEEdeEv Line | Count | Source | 204 | 1 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110shared_ptrINS_9consensus4PeerEEEEdeEv Line | Count | Source | 204 | 69.5k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_9consensus13ReadOpsResultEEdeEv Line | Count | Source | 204 | 328 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__16vectorINS_4OpIdENS1_9allocatorIS3_EEEEEdeEv Line | Count | Source | 204 | 153 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__16vectorI13scoped_refptrINS_3log18ReadableLogSegmentEENS1_9allocatorIS6_EEEEEdeEv Line | Count | Source | 204 | 30 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_17StronglyTypedUuidINS_17TransactionId_TagEEEEdeEv Line | Count | Source | 204 | 17.3M | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultIN5boost8optionalINS_5docdb11SubDocumentEEEEdeEv _ZNR2yb6ResultINS_5docdb22RateLimiterSharingModeEEdeEv Line | Count | Source | 204 | 5.81k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_5docdb14FetchKeyResultEEdeEv Line | Count | Source | 204 | 250M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110unique_ptrINS_10encryption23BlockAccessCipherStreamENS1_14default_deleteIS4_EEEEEdeEv Line | Count | Source | 204 | 95 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_16IndexPermissionsEEdeEv Line | Count | Source | 204 | 1.07k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_15CassandraResultEEdeEv Line | Count | Source | 204 | 141 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_17CassandraPreparedEEdeEv Line | Count | Source | 204 | 21 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_16CassandraSessionEEdeEv Line | Count | Source | 204 | 174 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS1_10unique_ptrINS_5itest14TServerDetailsENS1_14default_deleteISB_EEEENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SE_EEEEEEEdeEv Line | Count | Source | 204 | 147 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE11cass_bool_tfdixS8_EEEEdeEv Line | Count | Source | 204 | 1 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_13CassandraJsonEEEEEdeEv Line | Count | Source | 204 | 4 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__15tupleIJ11cass_bool_tiNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiS9_EEEEdeEv Line | Count | Source | 204 | 4 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEdEEEEdeEv Line | Count | Source | 204 | 2 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__15tupleIJidEEEEdeEv Line | Count | Source | 204 | 2 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__15tupleIJxdEEEEdeEv Line | Count | Source | 204 | 1 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__15tupleIJ11cass_bool_tdEEEEdeEv Line | Count | Source | 204 | 2 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__15tupleIJfdEEEEdeEv Line | Count | Source | 204 | 2 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__15tupleIJddEEEEdeEv Line | Count | Source | 204 | 1 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEidEEEEdeEv Line | Count | Source | 204 | 1 | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINS_6master28GetCDCDBStreamInfoResponsePBEEdeEv Unexecuted instantiation: _ZNR2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master15CDCStreamInfoPBEEEEdeEv _ZNR2yb6ResultINS_6client11YBTableInfoEEdeEv Line | Count | Source | 204 | 8 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__16vectorINS_6master21NamespaceIdentifierPBENS1_9allocatorIS4_EEEEEdeEv Line | Count | Source | 204 | 4.40k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__16vectorINS_7tserver42ListTabletsForTabletServerResponsePB_EntryENS1_9allocatorIS4_EEEEEdeEv Line | Count | Source | 204 | 892 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__16vectorIjNS1_9allocatorIjEEEEEdeEv Line | Count | Source | 204 | 14 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiNS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_iEEEEEEEdeEv Line | Count | Source | 204 | 15 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIPNS_14ExternalMasterEEdeEv Line | Count | Source | 204 | 3 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6tablet10TabletPeerEEENS1_9allocatorIS6_EEEEEdeEv Line | Count | Source | 204 | 3 | auto& operator*() & { return *get_ptr(); } |
Line | Count | Source | 204 | 2.03M | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultIPNS_6master16CatalogManagerIfEEdeEv _ZNR2yb6ResultI13scoped_refptrINS_6master10TabletInfoEEEdeEv Line | Count | Source | 204 | 114 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110shared_ptrINS_6tablet10TabletPeerEEEEdeEv Line | Count | Source | 204 | 83.4k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_7tserver21GetSplitKeyResponsePBEEdeEv Line | Count | Source | 204 | 1 | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINS_7tserver21SplitTabletResponsePBEEdeEv _ZNR2yb6ResultINSt3__16vectorINS_7tserver39ListTabletsResponsePB_StatusAndSchemaPBENS1_9allocatorIS4_EEEEEdeEv Line | Count | Source | 204 | 4 | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__14pairINS1_10shared_ptrINS_6client9YBSessionEEENS3_INS4_13YBTransactionEEEEEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6client7YBTableEEENS1_9allocatorIS6_EEEEEdeEv _ZNR2yb6ResultINSt3__16vectorINS_8HostPortENS1_9allocatorIS3_EEEEEdeEv Line | Count | Source | 204 | 33.9k | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__110unique_ptrI9pg_resultNS_9pgwrapper13PGResultClearEEEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_9pgwrapper6PGConnEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__110unique_ptrINS_11MiniClusterENS1_14default_deleteIS3_EEEEEdeEv _ZNR2yb6ResultINSt3__14pairIttEEEdeEv Line | Count | Source | 204 | 7 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIPNS_6master12TSDescriptorEEdeEv Line | Count | Source | 204 | 88.2k | auto& operator*() & { return *get_ptr(); } |
Line | Count | Source | 204 | 3 | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINS_6master17TabletLocationsPBEEdeEv Unexecuted instantiation: pg_libpq-test.cc:_ZNR2yb6ResultINS_9pgwrapper12_GLOBAL__N_114TableGroupInfoEEdeEv _ZNR2yb6ResultINSt3__110unique_ptrIN7rocksdb2DBENS1_14default_deleteIS4_EEEEEdeEv Line | Count | Source | 204 | 144 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIPN7rocksdb14SstFileManagerEEdeEv Line | Count | Source | 204 | 11 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__16vectorIN7rocksdb16LiveFileMetaDataENS1_9allocatorIS4_EEEEEdeEv Line | Count | Source | 204 | 6 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIN5boost9container12small_vectorI5iovecLm4EvvEEEdeEv Line | Count | Source | 204 | 538k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIN5boost4asio2ip14basic_endpointINS3_3tcpEEEEdeEv Line | Count | Source | 204 | 914 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultI13scoped_refptrINS_6MetricEEEdeEv Line | Count | Source | 204 | 75 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultI13scoped_refptrINS_9HistogramEEEdeEv Line | Count | Source | 204 | 1 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultI13scoped_refptrINS_7CounterEEEdeEv Line | Count | Source | 204 | 73 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__16vectorINS_5QLRowENS1_9allocatorIS3_EEEEEdeEv Line | Count | Source | 204 | 13 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110shared_ptrINS_6tablet6TabletEEEEdeEv Line | Count | Source | 204 | 6 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultI13scoped_refptrINS_6tablet17RaftGroupMetadataEEEdeEv Line | Count | Source | 204 | 89.1k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110unique_ptrINS_5docdb20YQLRowwiseIteratorIfENS1_14default_deleteIS4_EEEEEdeEv Line | Count | Source | 204 | 5.32M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_12PhysicalTimeEEdeEv Line | Count | Source | 204 | 28.2k | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultIRN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEEdeEv Unexecuted instantiation: _ZNR2yb6ResultIRKN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEEdeEv _ZNR2yb6ResultINS_9TimestampEEdeEv Line | Count | Source | 204 | 1.32k | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultIPNS_6master17MasterBackupProxyEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master23ListSnapshotsResponsePBEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master24SysSnapshotEntryPB_StateEEdeEv Unexecuted instantiation: _ZNR2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master17TabletLocationsPBEEEEdeEv _ZNR2yb6ResultINS_10encryption20FileEncryptionStatusEEdeEv Line | Count | Source | 204 | 1.90M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110unique_ptrINS_10encryption16EncryptionParamsENS1_14default_deleteIS4_EEEEEdeEv Line | Count | Source | 204 | 140 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_12OneWayBitmapEEdeEv Line | Count | Source | 204 | 3.46k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultI13scoped_refptrINS_6ThreadEEEdeEv Line | Count | Source | 204 | 100k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110unique_ptrIiNS1_14default_deleteIiEEEEEdeEv Line | Count | Source | 204 | 4 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIRKNS_4test21NonCopyableNonMovableEEdeEv Line | Count | Source | 204 | 1 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_4test11MoveCounterEEdeEv Line | Count | Source | 204 | 1 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_19SharedMemorySegmentEEdeEv Line | Count | Source | 204 | 13.2k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_18SharedMemoryObjectINS_4util4DataEEEEdeEv Line | Count | Source | 204 | 6 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_17StronglyTypedUuidINS_4util12TestUuid_TagEEEEdeEv Line | Count | Source | 204 | 2 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_14UnsignedIntSetIjEEEdeEv Line | Count | Source | 204 | 2.84M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110shared_ptrINS_3cdc14StreamMetadataEEEEdeEv Line | Count | Source | 204 | 322 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110shared_ptrINS_6client11TableHandleEEEEdeEv Line | Count | Source | 204 | 925 | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultIPNS_6client8internal18RemoteTabletServerEEdeEv _ZNR2yb6ResultINS_23TransactionStatusResultEEdeEv Line | Count | Source | 204 | 406k | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorINS1_4pairIymEENS1_9allocatorIS4_EEEEEdeEv _ZNR2yb6ResultIRKNS_12ColumnSchemaEEdeEv Line | Count | Source | 204 | 11.4M | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultIN5boost9unordered13unordered_mapINS_17StronglyTypedUuidINS_17TransactionId_TagEEENS_23TransactionStatusResultENS1_4hashIS6_EENSt3__18equal_toIS6_EENSA_9allocatorINSA_4pairIKS6_S7_EEEEEEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_9consensus12ReplicateMsgEEENS1_9allocatorIS6_EEEEEdeEv _ZNR2yb6ResultI13scoped_refptrINS_9consensus14LeaderElectionEEEdeEv Line | Count | Source | 204 | 75.9k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_9consensus13RaftConsensus19UpdateReplicaResultEEdeEv Line | Count | Source | 204 | 10.2M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_10encryption18EncryptionParamsPBEEdeEv Line | Count | Source | 204 | 35 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_10encryption17UniverseKeyParamsEEdeEv Line | Count | Source | 204 | 39 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_10QLRowBlockEEdeEv Line | Count | Source | 204 | 1.19k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_6client11TableHandleEEdeEv Line | Count | Source | 204 | 162 | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINS_10StackTraceEEdeEv _ZNR2yb6ResultINS_3log18FirstEntryMetadataEEdeEv Line | Count | Source | 204 | 117 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110shared_ptrINS_6tablet9TableInfoEEEEdeEv Line | Count | Source | 204 | 7.96M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_8ColumnIdEEdeEv Line | Count | Source | 204 | 432k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultI13scoped_refptrINS_6master13NamespaceInfoEEEdeEv Line | Count | Source | 204 | 834k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__16vectorIN5boost4asio2ip14basic_endpointINS5_3tcpEEENS1_9allocatorIS8_EEEEEdeEv Line | Count | Source | 204 | 5.35k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIN5boost8optionalINS_6master17ReplicationInfoPBEEEEdeEv Line | Count | Source | 204 | 152k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110shared_ptrINS1_13unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN5boost8optionalINS_6master17ReplicationInfoPBEEENS1_4hashIS9_EENS1_8equal_toIS9_EENS7_INS1_4pairIKS9_SE_EEEEEEEEEdeEv Line | Count | Source | 204 | 966 | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__110shared_ptrINS1_13unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN5boost8optionalIS9_EENS1_4hashIS9_EENS1_8equal_toIS9_EENS7_INS1_4pairIKS9_SC_EEEEEEEEEdeEv _ZNR2yb6ResultINS_6master22TabletReplicaDriveInfoEEdeEv Line | Count | Source | 204 | 45 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__15arrayINS_11PartitionPBELm2EEEEdeEv Line | Count | Source | 204 | 45 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__113unordered_mapINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEENS1_6vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENSA_ISC_EEEEN5boost4hashIS5_EENS1_8equal_toIS5_EENSA_INS1_4pairIKS5_SE_EEEEEEEdeEv Line | Count | Source | 204 | 7.99k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_6master17ReplicationInfoPBEEdeEv Line | Count | Source | 204 | 153k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6master12TSDescriptorEEENS1_9allocatorIS6_EEEEEdeEv Line | Count | Source | 204 | 728 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_6master16TableDescriptionEEdeEv Line | Count | Source | 204 | 7 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110shared_ptrINS_6tablet14AbstractTabletEEEEdeEv Line | Count | Source | 204 | 4.55M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_10encryption21UniverseKeyRegistryPBEEdeEv Line | Count | Source | 204 | 15 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__16vectorINS_6master16TableDescriptionENS1_9allocatorIS4_EEEEEdeEv Line | Count | Source | 204 | 7 | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINS_6master13SysRowEntriesEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_6tablet18CreateSnapshotDataEEdeEv Unexecuted instantiation: _ZNR2yb6ResultIRNS_6master13SnapshotStateEEdeEv Unexecuted instantiation: _ZNR2yb6ResultIRNS_6master21SnapshotScheduleStateEEdeEv Unexecuted instantiation: _ZNR2yb6ResultIRNS_6master16RestorationStateEEdeEv _ZNR2yb6ResultINS_5docdb8KeyBytesEEdeEv Line | Count | Source | 204 | 16.1M | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINS_6master18SysSnapshotEntryPBEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master25SnapshotScheduleOptionsPBEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master25SnapshotScheduleOperationEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master13DdlLogEntryPBEEdeEv Line | Count | Source | 204 | 1.04M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110shared_ptrINS_6master12TSDescriptorEEEEdeEv Line | Count | Source | 204 | 5.53k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110shared_ptrINS_10QLRowBlockEEEEdeEv Line | Count | Source | 204 | 260k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__14pairIiNS_8DataTypeEEEEdeEv Line | Count | Source | 204 | 18.3M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_6master19YQLPartitionsVTable10TabletDataEEdeEv Line | Count | Source | 204 | 50.1k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIN5boost8optionalINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEEEEdeEv Line | Count | Source | 204 | 120k | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__110shared_ptrINS_6master11CDCRpcTasksEEEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master16SysTablesEntryPBEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master19SysNamespaceEntryPBEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master17SysTabletsEntryPBEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorINS1_4pairINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6client11YBTableNameEEENS7_ISC_EEEEEdeEv Unexecuted instantiation: _ZNR2yb6ResultIRKNSt3__14pairIKNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master16SysTablesEntryPBEEEEdeEv _ZNR2yb6ResultINS_18SharedMemoryObjectINS_7tserver17TServerSharedDataEEEEdeEv Line | Count | Source | 204 | 13.2k | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINS_6master17MasterBackupProxyEEdeEv _ZNR2yb6ResultIRKNS_2ql9ParseTreeEEdeEv Line | Count | Source | 204 | 4.38M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_2ql5audit8LogEntryEEdeEv Line | Count | Source | 204 | 13.5k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110shared_ptrINS_2ql6PTExprEEEEdeEv Line | Count | Source | 204 | 648 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110shared_ptrINS_6QLTypeEEEEdeEv Line | Count | Source | 204 | 14 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIPNS_2ql16QueryPagingStateEEdeEv Line | Count | Source | 204 | 3.89M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIPKNS_9IndexInfoEEdeEv Line | Count | Source | 204 | 54.6k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIN7rocksdb18FileBoundaryValuesINS1_11InternalKeyEEEEdeEv Line | Count | Source | 204 | 71.0M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIN7rocksdb17FileNumbersHolderEEdeEv Line | Count | Source | 204 | 25.0k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIN7rocksdb10TableCache21TableReaderWithHandleEEdeEv Line | Count | Source | 204 | 6.45M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110unique_ptrIN7rocksdb21MultiLevelIndexReaderENS1_14default_deleteIS4_EEEEEdeEv Line | Count | Source | 204 | 70.8k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIN7rocksdb15BlockBasedTable13CachableEntryINS1_11IndexReaderEEEEdeEv Line | Count | Source | 204 | 46 | auto& operator*() & { return *get_ptr(); } |
format.cc:_ZNR2yb6ResultIN7rocksdb12_GLOBAL__N_112ChecksumDataEEdeEv Line | Count | Source | 204 | 3.74M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110unique_ptrINS_10encryption18UniverseKeyManagerENS1_14default_deleteIS4_EEEEEdeEv Line | Count | Source | 204 | 6 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__16vectorINS2_INS_8HostPortENS1_9allocatorIS3_EEEENS4_IS6_EEEEEdeEv Line | Count | Source | 204 | 41.3k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIN5boost8optionalItEEEdeEv Line | Count | Source | 204 | 6.76M | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINS_7tserver13ReadRequestPBEEdeEv _ZNR2yb6ResultINSt3__13setINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS1_4lessIS8_EENS6_IS8_EEEEEdeEv Line | Count | Source | 204 | 1.11k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_7tserver21ListTabletsResponsePBEEdeEv Line | Count | Source | 204 | 3 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_5docdb21ApplyTransactionStateEEdeEv Line | Count | Source | 204 | 737k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_6tablet29TabletScopedRWOperationPausesEEdeEv Line | Count | Source | 204 | 208k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_27TransactionOperationContextEEdeEv Line | Count | Source | 204 | 6.99M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_6tablet20FixedHybridTimeLeaseEEdeEv Line | Count | Source | 204 | 33.2M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIN7rocksdb22KeyValueEncodingFormatEEdeEv Line | Count | Source | 204 | 130k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_22ScopedRWOperationPauseEEdeEv Line | Count | Source | 204 | 417k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110unique_ptrI7pg_connNS_9pgwrapper11PGConnCloseEEEEdeEv Line | Count | Source | 204 | 235 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_19PgsqlBackfillSpecPBEEdeEv Line | Count | Source | 204 | 256 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIPNS_16QLWriteRequestPBEEdeEv Line | Count | Source | 204 | 58.7k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110shared_ptrINS_6client9YBSessionEEEEdeEv Line | Count | Source | 204 | 2.49k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_22SubTransactionMetadataEEdeEv Line | Count | Source | 204 | 2.10M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_17StronglyTypedBoolINS_6tablet17NeedsRecovery_TagEEEEdeEv Line | Count | Source | 204 | 89.1k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultI13scoped_refptrINS_6tablet15OperationDriverEEEdeEv Line | Count | Source | 204 | 19.2M | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINS_5docdb23ApplyTransactionStatePBEEdeEv _ZNR2yb6ResultIPNS_6client8YBClientEEdeEv Line | Count | Source | 204 | 284k | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultIRNS_6tablet19SnapshotCoordinatorEEdeEv _ZNR2yb6ResultINS_14IsolationLevelEEdeEv Line | Count | Source | 204 | 1.87M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_5docdb30PrepareDocWriteOperationResultEEdeEv Line | Count | Source | 204 | 1.74M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_6tablet19ScopedReadOperationEEdeEv Line | Count | Source | 204 | 4.87M | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorIyNS1_9allocatorIyEEEEEdeEv _ZNR2yb6ResultIRNS_7tserver15PgClientSessionEEdeEv Line | Count | Source | 204 | 932k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_7tserver21PgClientSessionLockerEEdeEv Line | Count | Source | 204 | 932k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__16vectorINS_6client27YBTabletServerPlacementInfoENS1_9allocatorIS4_EEEEEdeEv Line | Count | Source | 204 | 2 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIPKNS_19TransactionMetadataEEdeEv Line | Count | Source | 204 | 1.59k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIPNS_6client9YBSessionEEdeEv Line | Count | Source | 204 | 775k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6client9YBPgsqlOpEEENS1_9allocatorIS6_EEEEEdeEv Line | Count | Source | 204 | 775k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_7tserver16TabletPeerTabletEEdeEv Line | Count | Source | 204 | 17.9M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_7tserver16LeaderTabletPeerEEdeEv Line | Count | Source | 204 | 2.82M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_14ReadHybridTimeEEdeEv Line | Count | Source | 204 | 4.64M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6tablet6FilePBEEEEdeEv Line | Count | Source | 204 | 1.33k | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__110shared_ptrINS_9consensus13RaftConsensusEEEEdeEv _ZNR2yb6ResultI13scoped_refptrINS_7tserver27TransitionInProgressDeleterEEEdeEv Line | Count | Source | 204 | 82.2k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEdeEv Line | Count | Source | 204 | 88 | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__110unique_ptrINS_7tserver10enterprise11CDCConsumerENS1_14default_deleteIS5_EEEEEdeEv _ZNR2yb6ResultINSt3__110unique_ptrINS_7tserver16MiniTabletServerENS1_14default_deleteIS4_EEEEEdeEv Line | Count | Source | 204 | 35 | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINS_6master30GetLoadBalancerStateResponsePBEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master21ListMastersResponsePBEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_9consensus24LeaderStepDownResponsePBEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_9consensus27RunLeaderElectionResponsePBEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_9consensus22ChangeConfigResponsePBEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master25DumpMasterStateResponsePBEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master28GetLoadMovePercentResponsePBEEdeEv _ZNR2yb6ResultINS_6master28GetTabletLocationsResponsePBEEdeEv Line | Count | Source | 204 | 30 | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINS_6master27ListTabletServersResponsePBEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_7tserver24GetLogLocationResponsePBEEdeEv Unexecuted instantiation: _ZNR2yb6ResultIRKNSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master21NamespaceIdentifierPBENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SA_EEEEEEEdeEv _ZNR2yb6ResultINS_6master37LaunchBackfillIndexForTableResponsePBEEdeEv Line | Count | Source | 204 | 2 | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINS_7tserver36ListTabletsForTabletServerResponsePBEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master33ChangeLoadBalancerStateResponsePBEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master25FlushSysCatalogResponsePBEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master27CompactSysCatalogResponsePBEEdeEv _ZNR2yb6ResultINS_6master29IsMasterLeaderReadyResponsePBEEdeEv Line | Count | Source | 204 | 23 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_6master32GetMasterClusterConfigResponsePBEEdeEv Line | Count | Source | 204 | 32 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_6master35ChangeMasterClusterConfigResponsePBEEdeEv Line | Count | Source | 204 | 16 | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINS_6master22IsInitDbDoneResponsePBEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_7tserver21UpgradeYsqlResponsePBEEdeEv Unexecuted instantiation: _ZNR2yb6ResultINS_6master21SplitTabletResponsePBEEdeEv cql_processor.cc:_ZNR2yb6ResultINSt3__110unique_ptrI4ldapNS_9cqlserver12_GLOBAL__N_111LDAPDeleterEEEEdeEv Line | Count | Source | 204 | 64 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIPNS_9cqlserver12CQLProcessorEEdeEv Line | Count | Source | 204 | 4.56M | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorINS_10HostPortPBENS1_9allocatorIS3_EEEEEdeEv _ZNR2yb6ResultINSt3__14pairINS_12RefCntBufferENS_5SliceEEEEdeEv Line | Count | Source | 204 | 3.60M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__16vectorINS_6master22TablegroupIdentifierPBENS1_9allocatorIS4_EEEEEdeEv Line | Count | Source | 204 | 1 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110shared_ptrIKNS_6client27VersionedTablePartitionListEEEEdeEv Line | Count | Source | 204 | 85.4k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_6client11YBTableTypeEEdeEv Line | Count | Source | 204 | 152k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_6client24TransactionStatusTabletsEEdeEv Line | Count | Source | 204 | 2.01k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__16vectorINS_5docdb14PrimitiveValueENS1_9allocatorIS4_EEEEEdeEv Line | Count | Source | 204 | 9.00M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIRKNS_13QLTableColumnEEdeEv Line | Count | Source | 204 | 6.78M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_16UsePrivateIpModeEEdeEv Line | Count | Source | 204 | 580k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_5docdb12ParsedIntentEEdeEv Line | Count | Source | 204 | 30.7M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_5docdb18DecodedIntentValueEEdeEv Line | Count | Source | 204 | 23.4M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_10WaitPolicyEEdeEv Line | Count | Source | 204 | 314 | auto& operator*() & { return *get_ptr(); } |
docdb.cc:_ZNR2yb6ResultINS_5docdb12_GLOBAL__N_125DetermineKeysToLockResultEEdeEv Line | Count | Source | 204 | 1.74M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIN7rocksdb14FilterDecisionEEdeEv Line | Count | Source | 204 | 20.5M | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultIN5boost8optionalINS_17StronglyTypedUuidINS_17TransactionId_TagEEEEEEdeEv _ZNR2yb6ResultINSt3__110unique_ptrINS_5docdb17SubDocumentReaderENS1_14default_deleteIS4_EEEEEdeEv Line | Count | Source | 204 | 257M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIN7rocksdb15CompressionTypeEEdeEv Line | Count | Source | 204 | 430k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_5docdb16DecodedIntentKeyEEdeEv Line | Count | Source | 204 | 2.17M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_14CommitMetadataEEdeEv Line | Count | Source | 204 | 117k | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: intent_aware_iterator.cc:_ZNR2yb6ResultINS_5docdb12_GLOBAL__N_129DecodeStrongWriteIntentResultEEdeEv _ZNR2yb6ResultINS_5docdb6DocKeyEEdeEv Line | Count | Source | 204 | 3.11M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_13RedisDataTypeEEdeEv Line | Count | Source | 204 | 57.6k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_5docdb10RedisValueEEdeEv Line | Count | Source | 204 | 48 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIN5boost8optionalINS_5docdb10ExpirationEEEEdeEv Line | Count | Source | 204 | 132 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIPNS_5docdb11SubDocumentEEdeEv Line | Count | Source | 204 | 242M | auto& operator*() & { return *get_ptr(); } |
subdoc_reader.cc:_ZNR2yb6ResultIPNS_5docdb12_GLOBAL__N_129ScopedDocDbRowContextWithDataEEdeEv Line | Count | Source | 204 | 29.2M | auto& operator*() & { return *get_ptr(); } |
subdoc_reader.cc:_ZNR2yb6ResultINSt3__110unique_ptrINS_5docdb12_GLOBAL__N_112DocDbRowDataENS1_14default_deleteIS5_EEEEEdeEv Line | Count | Source | 204 | 248M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_5docdb22TransactionStatusCache19GetCommitDataResultEEdeEv Line | Count | Source | 204 | 57.2k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultI13scoped_refptrINS_6pggate11PgTableDescEEEdeEv Line | Count | Source | 204 | 6.01M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_6pggate12PgApiContext15MessengerHolderEEdeEv Line | Count | Source | 204 | 1.65k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__14pairIjjEEEdeEv Line | Count | Source | 204 | 380 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110shared_ptrIKPKhEEEdeEv Line | Count | Source | 204 | 3.45M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_6master26GetNamespaceInfoResponsePBEEdeEv Line | Count | Source | 204 | 1.61k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIRNS_6pggate8PgColumnEEdeEv Line | Count | Source | 204 | 17.6M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_17StronglyTypedBoolINS_6pggate15RequestSent_TagEEEEdeEv Line | Count | Source | 204 | 2.69M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_5docdb14PrimitiveValueEEdeEv Line | Count | Source | 204 | 27 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__18functionIFNS_5docdb6DocKeyERKNS1_6vectorINS3_14PrimitiveValueENS1_9allocatorIS6_EEEEEEEEdeEv Line | Count | Source | 204 | 6 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__14listINS_6pggate11PgDocResultENS1_9allocatorIS4_EEEEEdeEv Line | Count | Source | 204 | 1.19M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_6pggate13PerformFutureEEdeEv Line | Count | Source | 204 | 2.74M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIN5boost10shared_ptrINS1_9date_time14time_zone_baseINS1_10posix_time5ptimeEcEEEEEdeEv Line | Count | Source | 204 | 1.33k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIN6icu_6717GregorianCalendarEEdeEv Line | Count | Source | 204 | 34 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_14ResourceLimitsEEdeEv Line | Count | Source | 204 | 20.6k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__14pairIxmEEEdeEv Line | Count | Source | 204 | 2.76G | auto& operator*() & { return *get_ptr(); } |
net_util.cc:_ZNR2yb6ResultINSt3__110unique_ptrI8addrinfoNS_12_GLOBAL__N_115AddrinfoDeleterEEEEdeEv Line | Count | Source | 204 | 23.1k | auto& operator*() & { return *get_ptr(); } |
Line | Count | Source | 204 | 13.2k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__16vectorIPcNS1_9allocatorIS3_EEEEEdeEv Line | Count | Source | 204 | 5.86k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_10Subprocess10ChildPipesEEdeEv Line | Count | Source | 204 | 5.86k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultIP3DIREdeEv Line | Count | Source | 204 | 5.86k | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__16vectorIiNS1_9allocatorIiEEEEEdeEv _ZNR2yb6ResultIPKPKhEdeEv Line | Count | Source | 204 | 9.44M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110unique_ptrINS_3rpc6StreamENS1_14default_deleteIS4_EEEEEdeEv Line | Count | Source | 204 | 946k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_6SocketEEdeEv Line | Count | Source | 204 | 620k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_17StronglyTypedBoolINS_3rpc18ReadBufferFull_TagEEEEdeEv Line | Count | Source | 204 | 61.8k | auto& operator*() & { return *get_ptr(); } |
secure_stream.cc:_ZNR2yb6ResultINSt3__110unique_ptrI6bio_stNS_3rpc12_GLOBAL__N_17BIOFreeEEEEdeEv Line | Count | Source | 204 | 150 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110unique_ptrI7x509_stNS_3rpc6detail8X509FreeEEEEdeEv Line | Count | Source | 204 | 101 | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINSt3__110unique_ptrI11evp_pkey_stNS_3rpc6detail12EVP_PKEYFreeEEEEdeEv Line | Count | Source | 204 | 26 | auto& operator*() & { return *get_ptr(); } |
Line | Count | Source | 204 | 39.5M | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_3rpc18ProcessCallsResultEEdeEv Line | Count | Source | 204 | 304k | auto& operator*() & { return *get_ptr(); } |
_ZNR2yb6ResultINS_12RefCntBufferEEdeEv Line | Count | Source | 204 | 19.6M | auto& operator*() & { return *get_ptr(); } |
Unexecuted instantiation: _ZNR2yb6ResultINSt3__14pairIiiEEEdeEv |
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 | 198M | auto operator->() const { return get_ptr(); } _ZNK2yb6ResultINSt3__16vectorINS_8HostPortENS1_9allocatorIS3_EEEEEptEv Line | Count | Source | 214 | 1.80k | auto operator->() const { return get_ptr(); } |
_ZNK2yb6ResultINS_6master22AsyncGetTabletSplitKey4DataEEptEv Line | Count | Source | 214 | 90 | auto operator->() const { return get_ptr(); } |
_ZNK2yb6ResultIN7rocksdb15BlockBasedTable13CachableEntryINS1_11IndexReaderEEEEptEv Line | Count | Source | 214 | 27.3M | auto operator->() const { return get_ptr(); } |
Unexecuted instantiation: _ZNK2yb6ResultINS_3Env15FilesystemStatsEEptEv Unexecuted instantiation: _ZNK2yb6ResultI13scoped_refptrINS_6client8internal12RemoteTabletEEEptEv Unexecuted instantiation: _ZNK2yb6ResultINS_7tserver21UpgradeYsqlResponsePBEEptEv Unexecuted instantiation: _ZNK2yb6ResultINS_19TransactionMetadataEEptEv _ZNK2yb6ResultINS_5docdb14FetchKeyResultEEptEv Line | Count | Source | 214 | 82.3M | auto operator->() const { return get_ptr(); } |
_ZNK2yb6ResultINSt3__14pairImmEEEptEv Line | Count | Source | 214 | 88.3M | auto operator->() const { return get_ptr(); } |
Unexecuted instantiation: _ZNK2yb6ResultINS_10StackTraceEEptEv _ZNK2yb6ResultINS_14ResourceLimitsEEptEv Line | Count | Source | 214 | 289k | auto operator->() const { return get_ptr(); } |
|
215 | 682M | auto operator->() { return get_ptr(); } Unexecuted instantiation: _ZN2yb6ResultINS_13DocHybridTimeEEptEv _ZN2yb6ResultINS_9TimestampEEptEv Line | Count | Source | 215 | 1 | auto operator->() { return get_ptr(); } |
_ZN2yb6ResultINS_7tserver19TabletServerOptionsEEptEv Line | Count | Source | 215 | 37.3k | auto operator->() { return get_ptr(); } |
_ZN2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEptEv Line | Count | Source | 215 | 28.1k | auto operator->() { return get_ptr(); } |
Unexecuted instantiation: _ZN2yb6ResultINS_7tserver30GetTransactionStatusResponsePBEEptEv Unexecuted instantiation: _ZN2yb6ResultINSt3__13mapIiiNS1_4lessIiEENS1_9allocatorINS1_4pairIKiiEEEEEEEptEv _ZN2yb6ResultIRKNS_12ColumnSchemaEEptEv Line | Count | Source | 215 | 5.03M | auto operator->() { return get_ptr(); } |
_ZN2yb6ResultINS_17CassandraPreparedEEptEv Line | Count | Source | 215 | 12.0k | auto operator->() { return get_ptr(); } |
_ZN2yb6ResultINS_15CassandraResultEEptEv Line | Count | Source | 215 | 16 | auto operator->() { return get_ptr(); } |
_ZN2yb6ResultINS_6master13BackfillJobPBEEptEv Line | Count | Source | 215 | 469 | auto operator->() { return get_ptr(); } |
_ZN2yb6ResultINS_6client11YBTableInfoEEptEv Line | Count | Source | 215 | 36 | auto operator->() { return get_ptr(); } |
_ZN2yb6ResultINS_19TransactionMetadataEEptEv Line | Count | Source | 215 | 8 | auto operator->() { return get_ptr(); } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrI9pg_resultNS_9pgwrapper13PGResultClearEEEEptEv _ZN2yb6ResultIN5boost4asio2ip14basic_endpointINS3_3tcpEEEEptEv Line | Count | Source | 215 | 1 | auto operator->() { return get_ptr(); } |
_ZN2yb6ResultINSt3__110unique_ptrINS_5docdb20YQLRowwiseIteratorIfENS1_14default_deleteIS4_EEEEEptEv Line | Count | Source | 215 | 34 | auto operator->() { return get_ptr(); } |
_ZN2yb6ResultINS_19SharedMemorySegmentEEptEv Line | Count | Source | 215 | 1 | auto operator->() { return get_ptr(); } |
Unexecuted instantiation: _ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master17TabletLocationsPBEEEEptEv _ZN2yb6ResultINS_4OpIdEEptEv Line | Count | Source | 215 | 862 | auto operator->() { return get_ptr(); } |
_ZN2yb6ResultINS_9consensus13ReadOpsResultEEptEv Line | Count | Source | 215 | 61.3M | auto operator->() { return get_ptr(); } |
_ZN2yb6ResultINSt3__16vectorINS_4OpIdENS1_9allocatorIS3_EEEEEptEv Line | Count | Source | 215 | 230 | auto operator->() { return get_ptr(); } |
_ZN2yb6ResultINS_6master17ReplicationInfoPBEEptEv Line | Count | Source | 215 | 81 | auto operator->() { return get_ptr(); } |
Unexecuted instantiation: _ZN2yb6ResultIRNS_6master21SnapshotScheduleStateEEptEv Unexecuted instantiation: _ZN2yb6ResultINS_17StronglyTypedUuidINS_17TxnSnapshotId_TagEEEEptEv _ZN2yb6ResultINS_12PhysicalTimeEEptEv Line | Count | Source | 215 | 424M | auto operator->() { return get_ptr(); } |
_ZN2yb6ResultINS_5docdb21ApplyTransactionStateEEptEv Line | Count | Source | 215 | 1 | auto operator->() { return get_ptr(); } |
_ZN2yb6ResultINS_23TransactionStatusResultEEptEv Line | Count | Source | 215 | 321k | auto operator->() { return get_ptr(); } |
_ZN2yb6ResultINS_6tablet29TabletScopedRWOperationPausesEEptEv Line | Count | Source | 215 | 48.1k | auto operator->() { return get_ptr(); } |
Unexecuted instantiation: _ZN2yb6ResultINS_10QLRowBlockEEptEv Unexecuted instantiation: _ZN2yb6ResultINS_5docdb23ApplyTransactionStatePBEEptEv Unexecuted instantiation: _ZN2yb6ResultINS_17StronglyTypedUuidINS_17TransactionId_TagEEEEptEv _ZN2yb6ResultINS_5docdb16DecodedIntentKeyEEptEv Line | Count | Source | 215 | 16 | auto operator->() { return get_ptr(); } |
_ZN2yb6ResultINS_5docdb18DecodedIntentValueEEptEv Line | Count | Source | 215 | 4 | auto operator->() { return get_ptr(); } |
_ZN2yb6ResultINS_10HybridTimeEEptEv Line | Count | Source | 215 | 118k | auto operator->() { return get_ptr(); } |
Unexecuted instantiation: _ZN2yb6ResultINS_7tserver16TabletPeerTabletEEptEv _ZN2yb6ResultINS_3Env15FilesystemStatsEEptEv Line | Count | Source | 215 | 50.1k | auto operator->() { return get_ptr(); } |
Unexecuted instantiation: _ZN2yb6ResultINS_6master22IsInitDbDoneResponsePBEEptEv _ZN2yb6ResultIRKNS_2ql9ParseTreeEEptEv Line | Count | Source | 215 | 4.85k | auto operator->() { return get_ptr(); } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS_10HostPortPBENS1_9allocatorIS3_EEEEEptEv _ZN2yb6ResultINSt3__110unique_ptrINS_6client8YBClientENS1_14default_deleteIS4_EEEEEptEv Line | Count | Source | 215 | 22.6k | auto operator->() { return get_ptr(); } |
_ZN2yb6ResultINSt3__16vectorINS2_INS_8HostPortENS1_9allocatorIS3_EEEENS4_IS6_EEEEEptEv Line | Count | Source | 215 | 7.62k | auto operator->() { return get_ptr(); } |
Unexecuted instantiation: _ZN2yb6ResultINS_5docdb12ParsedIntentEEptEv intent_aware_iterator.cc:_ZN2yb6ResultINS_5docdb12_GLOBAL__N_129DecodeStrongWriteIntentResultEEptEv Line | Count | Source | 215 | 17.3M | auto operator->() { return get_ptr(); } |
Unexecuted instantiation: _ZN2yb6ResultINS_5docdb14FetchKeyResultEEptEv _ZN2yb6ResultINS_5docdb10RedisValueEEptEv Line | Count | Source | 215 | 73.9k | auto operator->() { return get_ptr(); } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairImbEEEptEv _ZN2yb6ResultI13scoped_refptrINS_6pggate11PgTableDescEEEptEv Line | Count | Source | 215 | 1.03M | auto operator->() { return get_ptr(); } |
_ZN2yb6ResultI7statvfsEptEv Line | Count | Source | 215 | 100k | auto operator->() { return get_ptr(); } |
_ZN2yb6ResultINS_10StackTraceEEptEv Line | Count | Source | 215 | 2.04k | auto operator->() { return get_ptr(); } |
_ZN2yb6ResultINS_3rpc18ProcessCallsResultEEptEv Line | Count | Source | 215 | 169M | auto operator->() { return get_ptr(); } |
_ZN2yb6ResultINS_3rpc18ParsedRemoteMethodEEptEv Line | Count | Source | 215 | 3.20M | auto operator->() { return get_ptr(); } |
|
216 | | |
217 | 715M | auto get_ptr() const { |
218 | 715M | #ifndef NDEBUG |
219 | 715M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); |
220 | 715M | #endif |
221 | 715M | StatusCheck(success_); |
222 | 715M | return Traits::GetPtr(&value_); |
223 | 715M | } _ZNK2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE7get_ptrEv Line | Count | Source | 217 | 603k | auto get_ptr() const { | 218 | 603k | #ifndef NDEBUG | 219 | 603k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 603k | #endif | 221 | 603k | StatusCheck(success_); | 222 | 603k | return Traits::GetPtr(&value_); | 223 | 603k | } |
_ZNK2yb6ResultIbE7get_ptrEv Line | Count | Source | 217 | 458M | auto get_ptr() const { | 218 | 458M | #ifndef NDEBUG | 219 | 458M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 458M | #endif | 221 | 458M | StatusCheck(success_); | 222 | 458M | return Traits::GetPtr(&value_); | 223 | 458M | } |
_ZNK2yb6ResultINSt3__16vectorINS_8HostPortENS1_9allocatorIS3_EEEEE7get_ptrEv Line | Count | Source | 217 | 1.80k | auto get_ptr() const { | 218 | 1.80k | #ifndef NDEBUG | 219 | 1.80k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 1.80k | #endif | 221 | 1.80k | StatusCheck(success_); | 222 | 1.80k | return Traits::GetPtr(&value_); | 223 | 1.80k | } |
_ZNK2yb6ResultI13scoped_refptrINS_6client8internal12RemoteTabletEEE7get_ptrEv Line | Count | Source | 217 | 2.00M | auto get_ptr() const { | 218 | 2.00M | #ifndef NDEBUG | 219 | 2.00M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 2.00M | #endif | 221 | 2.00M | StatusCheck(success_); | 222 | 2.00M | return Traits::GetPtr(&value_); | 223 | 2.00M | } |
Unexecuted instantiation: ql-dml-test.cc:_ZNK2yb6ResultINS_6client12_GLOBAL__N_18RowValueEE7get_ptrEv Unexecuted instantiation: _ZNK2yb6ResultINSt3__110shared_ptrINS_6client11YBqlWriteOpEEEE7get_ptrEv _ZNK2yb6ResultIiE7get_ptrEv 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 | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_5docdb22RateLimiterSharingModeEE7get_ptrEv _ZNK2yb6ResultIxE7get_ptrEv Line | Count | Source | 217 | 73 | auto get_ptr() const { | 218 | 73 | #ifndef NDEBUG | 219 | 73 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 73 | #endif | 221 | 73 | StatusCheck(success_); | 222 | 73 | return Traits::GetPtr(&value_); | 223 | 73 | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_16IndexPermissionsEE7get_ptrEv Unexecuted instantiation: _ZNK2yb6ResultINSt3__110shared_ptrINS_6tablet10TabletPeerEEEE7get_ptrEv _ZNK2yb6ResultIyE7get_ptrEv Line | Count | Source | 217 | 158k | auto get_ptr() const { | 218 | 158k | #ifndef NDEBUG | 219 | 158k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 158k | #endif | 221 | 158k | StatusCheck(success_); | 222 | 158k | return Traits::GetPtr(&value_); | 223 | 158k | } |
Unexecuted instantiation: _ZNK2yb6ResultINSt3__110unique_ptrI9pg_resultNS_9pgwrapper13PGResultClearEEEE7get_ptrEv Unexecuted instantiation: _ZNK2yb6ResultINS_10EnumBitSetINS_9pgwrapper14IndexStateFlagEEEE7get_ptrEv _ZNK2yb6ResultIRNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE7get_ptrEv 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 | } |
_ZNK2yb6ResultIRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE7get_ptrEv 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: _ZNK2yb6ResultINS_17StronglyTypedUuidINS_4util12TestUuid_TagEEEE7get_ptrEv Unexecuted instantiation: _ZNK2yb6ResultINSt3__16vectorINS_4OpIdENS1_9allocatorIS3_EEEEE7get_ptrEv Unexecuted instantiation: _ZNK2yb6ResultI13scoped_refptrINS_6master9TableInfoEEE7get_ptrEv Unexecuted instantiation: _ZNK2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6master12TSDescriptorEEENS1_9allocatorIS6_EEEEE7get_ptrEv Unexecuted instantiation: _ZNK2yb6ResultIN5boost8optionalINS_6master17ReplicationInfoPBEEEE7get_ptrEv _ZNK2yb6ResultINS_17StronglyTypedUuidINS_17TransactionId_TagEEEE7get_ptrEv Line | Count | Source | 217 | 49.7k | auto get_ptr() const { | 218 | 49.7k | #ifndef NDEBUG | 219 | 49.7k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 49.7k | #endif | 221 | 49.7k | StatusCheck(success_); | 222 | 49.7k | return Traits::GetPtr(&value_); | 223 | 49.7k | } |
_ZNK2yb6ResultIPNS_6master12TSDescriptorEE7get_ptrEv Line | Count | Source | 217 | 165k | auto get_ptr() const { | 218 | 165k | #ifndef NDEBUG | 219 | 165k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 165k | #endif | 221 | 165k | StatusCheck(success_); | 222 | 165k | return Traits::GetPtr(&value_); | 223 | 165k | } |
_ZNK2yb6ResultIjE7get_ptrEv Line | Count | Source | 217 | 13.0k | auto get_ptr() const { | 218 | 13.0k | #ifndef NDEBUG | 219 | 13.0k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 13.0k | #endif | 221 | 13.0k | StatusCheck(success_); | 222 | 13.0k | return Traits::GetPtr(&value_); | 223 | 13.0k | } |
_ZNK2yb6ResultINS_6master22AsyncGetTabletSplitKey4DataEE7get_ptrEv Line | Count | Source | 217 | 90 | auto get_ptr() const { | 218 | 90 | #ifndef NDEBUG | 219 | 90 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 90 | #endif | 221 | 90 | StatusCheck(success_); | 222 | 90 | return Traits::GetPtr(&value_); | 223 | 90 | } |
_ZNK2yb6ResultImE7get_ptrEv Line | Count | Source | 217 | 303 | auto get_ptr() const { | 218 | 303 | #ifndef NDEBUG | 219 | 303 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 303 | #endif | 221 | 303 | StatusCheck(success_); | 222 | 303 | return Traits::GetPtr(&value_); | 223 | 303 | } |
_ZNK2yb6ResultIN5boost8optionalINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEEEE7get_ptrEv 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: _ZNK2yb6ResultINSt3__16vectorI13scoped_refptrINS_6master10TabletInfoEENS1_9allocatorIS6_EEEEE7get_ptrEv Unexecuted instantiation: _ZNK2yb6ResultINS_5docdb8KeyBytesEE7get_ptrEv Unexecuted instantiation: _ZNK2yb6ResultINS_6master13SysRowEntriesEE7get_ptrEv _ZNK2yb6ResultINS_6master22TabletReplicaDriveInfoEE7get_ptrEv Line | Count | Source | 217 | 545k | auto get_ptr() const { | 218 | 545k | #ifndef NDEBUG | 219 | 545k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 545k | #endif | 221 | 545k | StatusCheck(success_); | 222 | 545k | return Traits::GetPtr(&value_); | 223 | 545k | } |
_ZNK2yb6ResultIN5boost4asio2ip7addressEE7get_ptrEv 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 | } |
Unexecuted instantiation: _ZNK2yb6ResultINSt3__110shared_ptrINS_6master11CDCRpcTasksEEEE7get_ptrEv _ZNK2yb6ResultIN7rocksdb15BlockBasedTable13CachableEntryINS1_11IndexReaderEEEE7get_ptrEv Line | Count | Source | 217 | 27.3M | auto get_ptr() const { | 218 | 27.3M | #ifndef NDEBUG | 219 | 27.3M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 27.3M | #endif | 221 | 27.3M | StatusCheck(success_); | 222 | 27.3M | return Traits::GetPtr(&value_); | 223 | 27.3M | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_3Env15FilesystemStatsEE7get_ptrEv Unexecuted instantiation: _ZNK2yb6ResultINS_23TransactionStatusResultEE7get_ptrEv _ZNK2yb6ResultINS_14UnsignedIntSetIjEEE7get_ptrEv Line | Count | Source | 217 | 202k | auto get_ptr() const { | 218 | 202k | #ifndef NDEBUG | 219 | 202k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 202k | #endif | 221 | 202k | StatusCheck(success_); | 222 | 202k | return Traits::GetPtr(&value_); | 223 | 202k | } |
_ZNK2yb6ResultINS_3log18FirstEntryMetadataEE7get_ptrEv Line | Count | Source | 217 | 6.02k | auto get_ptr() const { | 218 | 6.02k | #ifndef NDEBUG | 219 | 6.02k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 6.02k | #endif | 221 | 6.02k | StatusCheck(success_); | 222 | 6.02k | return Traits::GetPtr(&value_); | 223 | 6.02k | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_5docdb21ApplyTransactionStateEE7get_ptrEv _ZNK2yb6ResultINSt3__110shared_ptrINS_6tablet9TableInfoEEEE7get_ptrEv Line | Count | Source | 217 | 54.9k | auto get_ptr() const { | 218 | 54.9k | #ifndef NDEBUG | 219 | 54.9k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 54.9k | #endif | 221 | 54.9k | StatusCheck(success_); | 222 | 54.9k | return Traits::GetPtr(&value_); | 223 | 54.9k | } |
_ZNK2yb6ResultINS_10HybridTimeEE7get_ptrEv Line | Count | Source | 217 | 61.0k | auto get_ptr() const { | 218 | 61.0k | #ifndef NDEBUG | 219 | 61.0k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 61.0k | #endif | 221 | 61.0k | StatusCheck(success_); | 222 | 61.0k | return Traits::GetPtr(&value_); | 223 | 61.0k | } |
_ZNK2yb6ResultINS_7tserver16TabletPeerTabletEE7get_ptrEv Line | Count | Source | 217 | 11.0M | auto get_ptr() const { | 218 | 11.0M | #ifndef NDEBUG | 219 | 11.0M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 11.0M | #endif | 221 | 11.0M | StatusCheck(success_); | 222 | 11.0M | return Traits::GetPtr(&value_); | 223 | 11.0M | } |
_ZNK2yb6ResultINSt3__110shared_ptrINS_9consensus13RaftConsensusEEEE7get_ptrEv Line | Count | Source | 217 | 10.4M | auto get_ptr() const { | 218 | 10.4M | #ifndef NDEBUG | 219 | 10.4M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 10.4M | #endif | 221 | 10.4M | StatusCheck(success_); | 222 | 10.4M | return Traits::GetPtr(&value_); | 223 | 10.4M | } |
Unexecuted instantiation: _ZNK2yb6ResultINSt3__16vectorI13scoped_refptrINS_6client8internal12RemoteTabletEENS1_9allocatorIS7_EEEEE7get_ptrEv Unexecuted instantiation: _ZNK2yb6ResultINS_7tserver21UpgradeYsqlResponsePBEE7get_ptrEv Unexecuted instantiation: _ZNK2yb6ResultINS_6master30GetLoadBalancerStateResponsePBEE7get_ptrEv Unexecuted instantiation: _ZNK2yb6ResultINS_17StronglyTypedUuidINS_28TxnSnapshotRestorationId_TagEEEE7get_ptrEv _ZNK2yb6ResultIRKNS_2ql9ParseTreeEE7get_ptrEv Line | Count | Source | 217 | 389k | auto get_ptr() const { | 218 | 389k | #ifndef NDEBUG | 219 | 389k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 389k | #endif | 221 | 389k | StatusCheck(success_); | 222 | 389k | return Traits::GetPtr(&value_); | 223 | 389k | } |
_ZNK2yb6ResultIPNS_9cqlserver12CQLProcessorEE7get_ptrEv Line | Count | Source | 217 | 363k | auto get_ptr() const { | 218 | 363k | #ifndef NDEBUG | 219 | 363k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 363k | #endif | 221 | 363k | StatusCheck(success_); | 222 | 363k | return Traits::GetPtr(&value_); | 223 | 363k | } |
Unexecuted instantiation: _ZNK2yb6ResultINSt3__16vectorINS_6client11YBTableNameENS1_9allocatorIS4_EEEEE7get_ptrEv _ZNK2yb6ResultINSt3__110shared_ptrINS_6client7YBTableEEEE7get_ptrEv Line | Count | Source | 217 | 104k | auto get_ptr() const { | 218 | 104k | #ifndef NDEBUG | 219 | 104k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 104k | #endif | 221 | 104k | StatusCheck(success_); | 222 | 104k | return Traits::GetPtr(&value_); | 223 | 104k | } |
_ZNK2yb6ResultINSt3__110shared_ptrIKNS_6client27VersionedTablePartitionListEEEE7get_ptrEv Line | Count | Source | 217 | 12 | auto get_ptr() const { | 218 | 12 | #ifndef NDEBUG | 219 | 12 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 12 | #endif | 221 | 12 | StatusCheck(success_); | 222 | 12 | return Traits::GetPtr(&value_); | 223 | 12 | } |
_ZNK2yb6ResultIPNS_6master27GetTableLocationsResponsePBEE7get_ptrEv Line | Count | Source | 217 | 85.4k | auto get_ptr() const { | 218 | 85.4k | #ifndef NDEBUG | 219 | 85.4k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 85.4k | #endif | 221 | 85.4k | StatusCheck(success_); | 222 | 85.4k | return Traits::GetPtr(&value_); | 223 | 85.4k | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_19TransactionMetadataEE7get_ptrEv _ZNK2yb6ResultIRKNS_12ColumnSchemaEE7get_ptrEv Line | Count | Source | 217 | 4.97M | auto get_ptr() const { | 218 | 4.97M | #ifndef NDEBUG | 219 | 4.97M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 4.97M | #endif | 221 | 4.97M | StatusCheck(success_); | 222 | 4.97M | return Traits::GetPtr(&value_); | 223 | 4.97M | } |
_ZNK2yb6ResultINS_5docdb14FetchKeyResultEE7get_ptrEv Line | Count | Source | 217 | 82.2M | auto get_ptr() const { | 218 | 82.2M | #ifndef NDEBUG | 219 | 82.2M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 82.2M | #endif | 221 | 82.2M | StatusCheck(success_); | 222 | 82.2M | return Traits::GetPtr(&value_); | 223 | 82.2M | } |
_ZNK2yb6ResultINSt3__14pairImmEEE7get_ptrEv Line | Count | Source | 217 | 88.3M | auto get_ptr() const { | 218 | 88.3M | #ifndef NDEBUG | 219 | 88.3M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 88.3M | #endif | 221 | 88.3M | StatusCheck(success_); | 222 | 88.3M | return Traits::GetPtr(&value_); | 223 | 88.3M | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_13DocHybridTimeEE7get_ptrEv _ZNK2yb6ResultINSt3__16vectorINS_6client27YBTabletServerPlacementInfoENS1_9allocatorIS4_EEEEE7get_ptrEv Line | Count | Source | 217 | 2 | auto get_ptr() const { | 218 | 2 | #ifndef NDEBUG | 219 | 2 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 2 | #endif | 221 | 2 | StatusCheck(success_); | 222 | 2 | return Traits::GetPtr(&value_); | 223 | 2 | } |
_ZNK2yb6ResultI12PgColumnInfoE7get_ptrEv Line | Count | Source | 217 | 27.3M | auto get_ptr() const { | 218 | 27.3M | #ifndef NDEBUG | 219 | 27.3M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 27.3M | #endif | 221 | 27.3M | StatusCheck(success_); | 222 | 27.3M | return Traits::GetPtr(&value_); | 223 | 27.3M | } |
_ZNK2yb6ResultI13scoped_refptrINS_6pggate11PgTableDescEEE7get_ptrEv Line | Count | Source | 217 | 1.83k | auto get_ptr() const { | 218 | 1.83k | #ifndef NDEBUG | 219 | 1.83k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 1.83k | #endif | 221 | 1.83k | StatusCheck(success_); | 222 | 1.83k | return Traits::GetPtr(&value_); | 223 | 1.83k | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_22PlacementInfoConverter9PlacementEE7get_ptrEv Unexecuted instantiation: _ZNK2yb6ResultINS_10StackTraceEE7get_ptrEv _ZNK2yb6ResultINS_14ResourceLimitsEE7get_ptrEv Line | Count | Source | 217 | 289k | auto get_ptr() const { | 218 | 289k | #ifndef NDEBUG | 219 | 289k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 220 | 289k | #endif | 221 | 289k | StatusCheck(success_); | 222 | 289k | return Traits::GetPtr(&value_); | 223 | 289k | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_3rpc18ProcessCallsResultEE7get_ptrEv |
224 | | |
225 | 9.93G | auto get_ptr() { |
226 | 9.93G | #ifndef NDEBUG |
227 | 9.93G | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); |
228 | 9.93G | #endif |
229 | 9.93G | StatusCheck(success_); |
230 | 9.93G | return Traits::GetPtr(&value_); |
231 | 9.93G | } Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrIN7rocksdb22RandomAccessFileReaderENS1_14default_deleteIS4_EEEEE7get_ptrEv _ZN2yb6ResultINS_13DocHybridTimeEE7get_ptrEv Line | Count | Source | 225 | 345M | auto get_ptr() { | 226 | 345M | #ifndef NDEBUG | 227 | 345M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 345M | #endif | 229 | 345M | StatusCheck(success_); | 230 | 345M | return Traits::GetPtr(&value_); | 231 | 345M | } |
Unexecuted instantiation: _ZN2yb6ResultINS_5tools17DataPatcherActionEE7get_ptrEv _ZN2yb6ResultIyE7get_ptrEv Line | Count | Source | 225 | 40.3M | auto get_ptr() { | 226 | 40.3M | #ifndef NDEBUG | 227 | 40.3M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 40.3M | #endif | 229 | 40.3M | StatusCheck(success_); | 230 | 40.3M | return Traits::GetPtr(&value_); | 231 | 40.3M | } |
_ZN2yb6ResultINS_10HybridTimeEE7get_ptrEv Line | Count | Source | 225 | 51.8M | auto get_ptr() { | 226 | 51.8M | #ifndef NDEBUG | 227 | 51.8M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 51.8M | #endif | 229 | 51.8M | StatusCheck(success_); | 230 | 51.8M | return Traits::GetPtr(&value_); | 231 | 51.8M | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrIN7rocksdb11TableReaderENS1_14default_deleteIS4_EEEEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrIN7rocksdb18WritableFileWriterENS1_14default_deleteIS4_EEEEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultIPcE7get_ptrEv _ZN2yb6ResultINS_9MonoDeltaEE7get_ptrEv Line | Count | Source | 225 | 113 | auto get_ptr() { | 226 | 113 | #ifndef NDEBUG | 227 | 113 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 113 | #endif | 229 | 113 | StatusCheck(success_); | 230 | 113 | return Traits::GetPtr(&value_); | 231 | 113 | } |
_ZN2yb6ResultINSt3__110unique_ptrINS_6client8YBClientENS1_14default_deleteIS4_EEEEE7get_ptrEv Line | Count | Source | 225 | 22.8k | auto get_ptr() { | 226 | 22.8k | #ifndef NDEBUG | 227 | 22.8k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 22.8k | #endif | 229 | 22.8k | StatusCheck(success_); | 230 | 22.8k | return Traits::GetPtr(&value_); | 231 | 22.8k | } |
_ZN2yb6ResultI13scoped_refptrINS_3log18ReadableLogSegmentEEE7get_ptrEv Line | Count | Source | 225 | 9.20k | auto get_ptr() { | 226 | 9.20k | #ifndef NDEBUG | 227 | 9.20k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 9.20k | #endif | 229 | 9.20k | StatusCheck(success_); | 230 | 9.20k | return Traits::GetPtr(&value_); | 231 | 9.20k | } |
_ZN2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE7get_ptrEv Line | Count | Source | 225 | 2.57M | auto get_ptr() { | 226 | 2.57M | #ifndef NDEBUG | 227 | 2.57M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 2.57M | #endif | 229 | 2.57M | StatusCheck(success_); | 230 | 2.57M | return Traits::GetPtr(&value_); | 231 | 2.57M | } |
_ZN2yb6ResultINSt3__16vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEEE7get_ptrEv Line | Count | Source | 225 | 101k | auto get_ptr() { | 226 | 101k | #ifndef NDEBUG | 227 | 101k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 101k | #endif | 229 | 101k | StatusCheck(success_); | 230 | 101k | return Traits::GetPtr(&value_); | 231 | 101k | } |
_ZN2yb6ResultINS_8HostPortEE7get_ptrEv Line | Count | Source | 225 | 54.0k | auto get_ptr() { | 226 | 54.0k | #ifndef NDEBUG | 227 | 54.0k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 54.0k | #endif | 229 | 54.0k | StatusCheck(success_); | 230 | 54.0k | return Traits::GetPtr(&value_); | 231 | 54.0k | } |
_ZN2yb6ResultIN9rapidjson15GenericDocumentINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEES6_EEE7get_ptrEv Line | Count | Source | 225 | 107 | auto get_ptr() { | 226 | 107 | #ifndef NDEBUG | 227 | 107 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 107 | #endif | 229 | 107 | StatusCheck(success_); | 230 | 107 | return Traits::GetPtr(&value_); | 231 | 107 | } |
_ZN2yb6ResultINS_6client11YBTableNameEE7get_ptrEv Line | Count | Source | 225 | 140 | auto get_ptr() { | 226 | 140 | #ifndef NDEBUG | 227 | 140 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 140 | #endif | 229 | 140 | StatusCheck(success_); | 230 | 140 | return Traits::GetPtr(&value_); | 231 | 140 | } |
_ZN2yb6ResultIxE7get_ptrEv Line | Count | Source | 225 | 1.53G | auto get_ptr() { | 226 | 1.53G | #ifndef NDEBUG | 227 | 1.53G | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 1.53G | #endif | 229 | 1.53G | StatusCheck(success_); | 230 | 1.53G | return Traits::GetPtr(&value_); | 231 | 1.53G | } |
_ZN2yb6ResultIiE7get_ptrEv Line | Count | Source | 225 | 4.95M | auto get_ptr() { | 226 | 4.95M | #ifndef NDEBUG | 227 | 4.95M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 4.95M | #endif | 229 | 4.95M | StatusCheck(success_); | 230 | 4.95M | return Traits::GetPtr(&value_); | 231 | 4.95M | } |
Unexecuted instantiation: yb-admin_cli.cc:_ZN2yb6ResultINSt3__14pairIiNS_10EnumBitSetINS_5tools12_GLOBAL__N_116ListTabletsFlagsEEEEEE7get_ptrEv _ZN2yb6ResultINS_5tools18TypedNamespaceNameEE7get_ptrEv 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-admin_cli.cc:_ZN2yb6ResultINSt3__14pairIiNS_10EnumBitSetINS_5tools12_GLOBAL__N_110AddIndexesEEEEEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairIibEEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_5tools17TableNameResolverEE7get_ptrEv _ZN2yb6ResultINSt3__16vectorINS_6client11YBTableNameENS1_9allocatorIS4_EEEEE7get_ptrEv Line | Count | Source | 225 | 170 | auto get_ptr() { | 226 | 170 | #ifndef NDEBUG | 227 | 170 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 170 | #endif | 229 | 170 | StatusCheck(success_); | 230 | 170 | return Traits::GetPtr(&value_); | 231 | 170 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_17StronglyTypedUuidINS_28TxnSnapshotRestorationId_TagEEEE7get_ptrEv _ZN2yb6ResultIeE7get_ptrEv Line | Count | Source | 225 | 12.3k | auto get_ptr() { | 226 | 12.3k | #ifndef NDEBUG | 227 | 12.3k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 12.3k | #endif | 229 | 12.3k | StatusCheck(success_); | 230 | 12.3k | return Traits::GetPtr(&value_); | 231 | 12.3k | } |
Unexecuted instantiation: _ZN2yb6ResultINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEEE7get_ptrEv _ZN2yb6ResultINSt3__110unique_ptrINS_3rpc9MessengerENS1_14default_deleteIS4_EEEEE7get_ptrEv Line | Count | Source | 225 | 22.8k | auto get_ptr() { | 226 | 22.8k | #ifndef NDEBUG | 227 | 22.8k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 22.8k | #endif | 229 | 22.8k | StatusCheck(success_); | 230 | 22.8k | return Traits::GetPtr(&value_); | 231 | 22.8k | } |
Unexecuted instantiation: _ZN2yb6ResultIaE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultIsE7get_ptrEv _ZN2yb6ResultINS_9TimestampEE7get_ptrEv Line | Count | Source | 225 | 1.33k | auto get_ptr() { | 226 | 1.33k | #ifndef NDEBUG | 227 | 1.33k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 1.33k | #endif | 229 | 1.33k | StatusCheck(success_); | 230 | 1.33k | return Traits::GetPtr(&value_); | 231 | 1.33k | } |
_ZN2yb6ResultINS_6master13MasterOptionsEE7get_ptrEv Line | Count | Source | 225 | 4.93k | auto get_ptr() { | 226 | 4.93k | #ifndef NDEBUG | 227 | 4.93k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 4.93k | #endif | 229 | 4.93k | StatusCheck(success_); | 230 | 4.93k | return Traits::GetPtr(&value_); | 231 | 4.93k | } |
_ZN2yb6ResultINSt3__110unique_ptrINS_3rpc13SecureContextENS1_14default_deleteIS4_EEEEE7get_ptrEv Line | Count | Source | 225 | 16.1k | auto get_ptr() { | 226 | 16.1k | #ifndef NDEBUG | 227 | 16.1k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 16.1k | #endif | 229 | 16.1k | StatusCheck(success_); | 230 | 16.1k | return Traits::GetPtr(&value_); | 231 | 16.1k | } |
_ZN2yb6ResultINS_5SliceEE7get_ptrEv Line | Count | Source | 225 | 45.5M | auto get_ptr() { | 226 | 45.5M | #ifndef NDEBUG | 227 | 45.5M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 45.5M | #endif | 229 | 45.5M | StatusCheck(success_); | 230 | 45.5M | return Traits::GetPtr(&value_); | 231 | 45.5M | } |
_ZN2yb6ResultINS_7tserver19TabletServerOptionsEE7get_ptrEv Line | Count | Source | 225 | 43.4k | auto get_ptr() { | 226 | 43.4k | #ifndef NDEBUG | 227 | 43.4k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 43.4k | #endif | 229 | 43.4k | StatusCheck(success_); | 230 | 43.4k | return Traits::GetPtr(&value_); | 231 | 43.4k | } |
_ZN2yb6ResultINS_9pgwrapper13PgProcessConfEE7get_ptrEv Line | Count | Source | 225 | 904 | auto get_ptr() { | 226 | 904 | #ifndef NDEBUG | 227 | 904 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 904 | #endif | 229 | 904 | StatusCheck(success_); | 230 | 904 | return Traits::GetPtr(&value_); | 231 | 904 | } |
_ZN2yb6ResultINS_4util6VarIntEE7get_ptrEv 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 | } |
_ZN2yb6ResultIjE7get_ptrEv Line | Count | Source | 225 | 43.0M | auto get_ptr() { | 226 | 43.0M | #ifndef NDEBUG | 227 | 43.0M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 43.0M | #endif | 229 | 43.0M | StatusCheck(success_); | 230 | 43.0M | return Traits::GetPtr(&value_); | 231 | 43.0M | } |
_ZN2yb6ResultINS_4UuidEE7get_ptrEv 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 | } |
_ZN2yb6ResultIN5boost4asio2ip7addressEE7get_ptrEv Line | Count | Source | 225 | 889k | auto get_ptr() { | 226 | 889k | #ifndef NDEBUG | 227 | 889k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 889k | #endif | 229 | 889k | StatusCheck(success_); | 230 | 889k | return Traits::GetPtr(&value_); | 231 | 889k | } |
_ZN2yb6ResultIPNS_6master10MiniMasterEE7get_ptrEv Line | Count | Source | 225 | 6.21k | auto get_ptr() { | 226 | 6.21k | #ifndef NDEBUG | 227 | 6.21k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 6.21k | #endif | 229 | 6.21k | StatusCheck(success_); | 230 | 6.21k | return Traits::GetPtr(&value_); | 231 | 6.21k | } |
Unexecuted instantiation: _ZN2yb6ResultINS_17StronglyTypedUuidINS_17TxnSnapshotId_TagEEEE7get_ptrEv _ZN2yb6ResultIbE7get_ptrEv Line | Count | Source | 225 | 2.27G | auto get_ptr() { | 226 | 2.27G | #ifndef NDEBUG | 227 | 2.27G | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 2.27G | #endif | 229 | 2.27G | StatusCheck(success_); | 230 | 2.27G | return Traits::GetPtr(&value_); | 231 | 2.27G | } |
Unexecuted instantiation: _ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master14SnapshotInfoPBEEEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master40ImportSnapshotMetaResponsePB_TableMetaPBEEEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorI13scoped_refptrINS_6client8internal12RemoteTabletEENS1_9allocatorIS7_EEEEE7get_ptrEv _ZN2yb6ResultI13scoped_refptrINS_6client8internal12RemoteTabletEEE7get_ptrEv Line | Count | Source | 225 | 11.0M | auto get_ptr() { | 226 | 11.0M | #ifndef NDEBUG | 227 | 11.0M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 11.0M | #endif | 229 | 11.0M | StatusCheck(success_); | 230 | 11.0M | return Traits::GetPtr(&value_); | 231 | 11.0M | } |
_ZN2yb6ResultINSt3__16vectorINS_6client14YBTabletServerENS1_9allocatorIS4_EEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_6client7YBTableEEEE7get_ptrEv 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 | } |
Unexecuted instantiation: ql-dml-test.cc:_ZN2yb6ResultINS_6client12_GLOBAL__N_18RowValueEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_7QLValueEE7get_ptrEv _ZN2yb6ResultImE7get_ptrEv Line | Count | Source | 225 | 461M | auto get_ptr() { | 226 | 461M | #ifndef NDEBUG | 227 | 461M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 461M | #endif | 229 | 461M | StatusCheck(success_); | 230 | 461M | return Traits::GetPtr(&value_); | 231 | 461M | } |
_ZN2yb6ResultINSt3__16vectorI13scoped_refptrINS_6master10TabletInfoEENS1_9allocatorIS6_EEEEE7get_ptrEv Line | Count | Source | 225 | 410k | auto get_ptr() { | 226 | 410k | #ifndef NDEBUG | 227 | 410k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 410k | #endif | 229 | 410k | StatusCheck(success_); | 230 | 410k | return Traits::GetPtr(&value_); | 231 | 410k | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairINS1_6vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS7_IS9_EEEENS1_13unordered_setIS9_NS1_4hashIS9_EENS1_8equal_toIS9_EESA_EEEEE7get_ptrEv _ZN2yb6ResultI13scoped_refptrINS_6master9TableInfoEEE7get_ptrEv Line | Count | Source | 225 | 432k | auto get_ptr() { | 226 | 432k | #ifndef NDEBUG | 227 | 432k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 432k | #endif | 229 | 432k | StatusCheck(success_); | 230 | 432k | return Traits::GetPtr(&value_); | 231 | 432k | } |
_ZN2yb6ResultINS_6tablet10DocDbOpIdsEE7get_ptrEv Line | Count | Source | 225 | 3.71M | auto get_ptr() { | 226 | 3.71M | #ifndef NDEBUG | 227 | 3.71M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 3.71M | #endif | 229 | 3.71M | StatusCheck(success_); | 230 | 3.71M | return Traits::GetPtr(&value_); | 231 | 3.71M | } |
_ZN2yb6ResultINS_4OpIdEE7get_ptrEv Line | Count | Source | 225 | 25.4M | auto get_ptr() { | 226 | 25.4M | #ifndef NDEBUG | 227 | 25.4M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 25.4M | #endif | 229 | 25.4M | StatusCheck(success_); | 230 | 25.4M | return Traits::GetPtr(&value_); | 231 | 25.4M | } |
_ZN2yb6ResultINS_22ChildTransactionDataPBEE7get_ptrEv Line | Count | Source | 225 | 82.5k | auto get_ptr() { | 226 | 82.5k | #ifndef NDEBUG | 227 | 82.5k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 82.5k | #endif | 229 | 82.5k | StatusCheck(success_); | 230 | 82.5k | return Traits::GetPtr(&value_); | 231 | 82.5k | } |
_ZN2yb6ResultINS_6client20ChildTransactionDataEE7get_ptrEv Line | Count | Source | 225 | 14.6k | auto get_ptr() { | 226 | 14.6k | #ifndef NDEBUG | 227 | 14.6k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 14.6k | #endif | 229 | 14.6k | StatusCheck(success_); | 230 | 14.6k | return Traits::GetPtr(&value_); | 231 | 14.6k | } |
_ZN2yb6ResultINS_24ChildTransactionResultPBEE7get_ptrEv Line | Count | Source | 225 | 14.5k | auto get_ptr() { | 226 | 14.5k | #ifndef NDEBUG | 227 | 14.5k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 14.5k | #endif | 229 | 14.5k | StatusCheck(success_); | 230 | 14.5k | return Traits::GetPtr(&value_); | 231 | 14.5k | } |
Unexecuted instantiation: _ZN2yb6ResultINS_7tserver30GetTransactionStatusResponsePBEE7get_ptrEv _ZN2yb6ResultINSt3__110shared_ptrINS_6client13YBTransactionEEEE7get_ptrEv Line | Count | Source | 225 | 149k | auto get_ptr() { | 226 | 149k | #ifndef NDEBUG | 227 | 149k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 149k | #endif | 229 | 149k | StatusCheck(success_); | 230 | 149k | return Traits::GetPtr(&value_); | 231 | 149k | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_6client11YBqlWriteOpEEEE7get_ptrEv Line | Count | Source | 225 | 22.5k | auto get_ptr() { | 226 | 22.5k | #ifndef NDEBUG | 227 | 22.5k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 22.5k | #endif | 229 | 22.5k | StatusCheck(success_); | 230 | 22.5k | return Traits::GetPtr(&value_); | 231 | 22.5k | } |
_ZN2yb6ResultINS_19TransactionMetadataEE7get_ptrEv Line | Count | Source | 225 | 2.27M | auto get_ptr() { | 226 | 2.27M | #ifndef NDEBUG | 227 | 2.27M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 2.27M | #endif | 229 | 2.27M | StatusCheck(success_); | 230 | 2.27M | return Traits::GetPtr(&value_); | 231 | 2.27M | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__13mapIiiNS1_4lessIiEENS1_9allocatorINS1_4pairIKiiEEEEEEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master22SnapshotScheduleInfoPBEEEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_6client16PagingReadCountsEE7get_ptrEv _ZN2yb6ResultINS_22PlacementInfoConverter9PlacementEE7get_ptrEv 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 | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_9consensus4PeerEEEE7get_ptrEv Line | Count | Source | 225 | 69.5k | auto get_ptr() { | 226 | 69.5k | #ifndef NDEBUG | 227 | 69.5k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 69.5k | #endif | 229 | 69.5k | StatusCheck(success_); | 230 | 69.5k | return Traits::GetPtr(&value_); | 231 | 69.5k | } |
_ZN2yb6ResultINS_9consensus13ReadOpsResultEE7get_ptrEv Line | Count | Source | 225 | 61.3M | auto get_ptr() { | 226 | 61.3M | #ifndef NDEBUG | 227 | 61.3M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 61.3M | #endif | 229 | 61.3M | StatusCheck(success_); | 230 | 61.3M | return Traits::GetPtr(&value_); | 231 | 61.3M | } |
_ZN2yb6ResultINSt3__16vectorINS_4OpIdENS1_9allocatorIS3_EEEEE7get_ptrEv Line | Count | Source | 225 | 383 | auto get_ptr() { | 226 | 383 | #ifndef NDEBUG | 227 | 383 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 383 | #endif | 229 | 383 | StatusCheck(success_); | 230 | 383 | return Traits::GetPtr(&value_); | 231 | 383 | } |
_ZN2yb6ResultINSt3__16vectorI13scoped_refptrINS_3log18ReadableLogSegmentEENS1_9allocatorIS6_EEEEE7get_ptrEv Line | Count | Source | 225 | 30 | auto get_ptr() { | 226 | 30 | #ifndef NDEBUG | 227 | 30 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 30 | #endif | 229 | 30 | StatusCheck(success_); | 230 | 30 | return Traits::GetPtr(&value_); | 231 | 30 | } |
_ZN2yb6ResultIRKNS_12ColumnSchemaEE7get_ptrEv Line | Count | Source | 225 | 16.4M | auto get_ptr() { | 226 | 16.4M | #ifndef NDEBUG | 227 | 16.4M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 16.4M | #endif | 229 | 16.4M | StatusCheck(success_); | 230 | 16.4M | return Traits::GetPtr(&value_); | 231 | 16.4M | } |
_ZN2yb6ResultINS_17StronglyTypedUuidINS_17TransactionId_TagEEEE7get_ptrEv Line | Count | Source | 225 | 17.3M | auto get_ptr() { | 226 | 17.3M | #ifndef NDEBUG | 227 | 17.3M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 17.3M | #endif | 229 | 17.3M | StatusCheck(success_); | 230 | 17.3M | return Traits::GetPtr(&value_); | 231 | 17.3M | } |
Unexecuted instantiation: _ZN2yb6ResultIN5boost8optionalINS_5docdb11SubDocumentEEEE7get_ptrEv _ZN2yb6ResultINS_5docdb22RateLimiterSharingModeEE7get_ptrEv Line | Count | Source | 225 | 5.81k | auto get_ptr() { | 226 | 5.81k | #ifndef NDEBUG | 227 | 5.81k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 5.81k | #endif | 229 | 5.81k | StatusCheck(success_); | 230 | 5.81k | return Traits::GetPtr(&value_); | 231 | 5.81k | } |
_ZN2yb6ResultINS_5docdb14FetchKeyResultEE7get_ptrEv Line | Count | Source | 225 | 250M | auto get_ptr() { | 226 | 250M | #ifndef NDEBUG | 227 | 250M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 250M | #endif | 229 | 250M | StatusCheck(success_); | 230 | 250M | return Traits::GetPtr(&value_); | 231 | 250M | } |
_ZN2yb6ResultINSt3__110unique_ptrINS_10encryption23BlockAccessCipherStreamENS1_14default_deleteIS4_EEEEE7get_ptrEv Line | Count | Source | 225 | 95 | auto get_ptr() { | 226 | 95 | #ifndef NDEBUG | 227 | 95 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 95 | #endif | 229 | 95 | StatusCheck(success_); | 230 | 95 | return Traits::GetPtr(&value_); | 231 | 95 | } |
_ZN2yb6ResultINS_16IndexPermissionsEE7get_ptrEv Line | Count | Source | 225 | 1.07k | auto get_ptr() { | 226 | 1.07k | #ifndef NDEBUG | 227 | 1.07k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 1.07k | #endif | 229 | 1.07k | StatusCheck(success_); | 230 | 1.07k | return Traits::GetPtr(&value_); | 231 | 1.07k | } |
_ZN2yb6ResultINS_17CassandraPreparedEE7get_ptrEv Line | Count | Source | 225 | 12.0k | auto get_ptr() { | 226 | 12.0k | #ifndef NDEBUG | 227 | 12.0k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 12.0k | #endif | 229 | 12.0k | StatusCheck(success_); | 230 | 12.0k | return Traits::GetPtr(&value_); | 231 | 12.0k | } |
_ZN2yb6ResultINS_15CassandraResultEE7get_ptrEv Line | Count | Source | 225 | 157 | auto get_ptr() { | 226 | 157 | #ifndef NDEBUG | 227 | 157 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 157 | #endif | 229 | 157 | StatusCheck(success_); | 230 | 157 | return Traits::GetPtr(&value_); | 231 | 157 | } |
_ZN2yb6ResultINS_16CassandraSessionEE7get_ptrEv Line | Count | Source | 225 | 174 | auto get_ptr() { | 226 | 174 | #ifndef NDEBUG | 227 | 174 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 174 | #endif | 229 | 174 | StatusCheck(success_); | 230 | 174 | return Traits::GetPtr(&value_); | 231 | 174 | } |
_ZN2yb6ResultINS_6master13BackfillJobPBEE7get_ptrEv Line | Count | Source | 225 | 469 | auto get_ptr() { | 226 | 469 | #ifndef NDEBUG | 227 | 469 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 469 | #endif | 229 | 469 | StatusCheck(success_); | 230 | 469 | return Traits::GetPtr(&value_); | 231 | 469 | } |
_ZN2yb6ResultINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS1_10unique_ptrINS_5itest14TServerDetailsENS1_14default_deleteISB_EEEENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SE_EEEEEEE7get_ptrEv Line | Count | Source | 225 | 147 | auto get_ptr() { | 226 | 147 | #ifndef NDEBUG | 227 | 147 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 147 | #endif | 229 | 147 | StatusCheck(success_); | 230 | 147 | return Traits::GetPtr(&value_); | 231 | 147 | } |
_ZN2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE11cass_bool_tfdixS8_EEEE7get_ptrEv 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 | } |
_ZN2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_13CassandraJsonEEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultINSt3__15tupleIJ11cass_bool_tiNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiS9_EEEE7get_ptrEv 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 | } |
_ZN2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEdEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultINSt3__15tupleIJidEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultINSt3__15tupleIJxdEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultINSt3__15tupleIJ11cass_bool_tdEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultINSt3__15tupleIJfdEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultINSt3__15tupleIJddEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEidEEEE7get_ptrEv 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: _ZN2yb6ResultINS_6master28GetCDCDBStreamInfoResponsePBEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master15CDCStreamInfoPBEEEE7get_ptrEv _ZN2yb6ResultINS_6client11YBTableInfoEE7get_ptrEv Line | Count | Source | 225 | 44 | auto get_ptr() { | 226 | 44 | #ifndef NDEBUG | 227 | 44 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 44 | #endif | 229 | 44 | StatusCheck(success_); | 230 | 44 | return Traits::GetPtr(&value_); | 231 | 44 | } |
_ZN2yb6ResultINSt3__16vectorINS_6master21NamespaceIdentifierPBENS1_9allocatorIS4_EEEEE7get_ptrEv Line | Count | Source | 225 | 4.40k | auto get_ptr() { | 226 | 4.40k | #ifndef NDEBUG | 227 | 4.40k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 4.40k | #endif | 229 | 4.40k | StatusCheck(success_); | 230 | 4.40k | return Traits::GetPtr(&value_); | 231 | 4.40k | } |
_ZN2yb6ResultINSt3__16vectorINS_7tserver42ListTabletsForTabletServerResponsePB_EntryENS1_9allocatorIS4_EEEEE7get_ptrEv Line | Count | Source | 225 | 892 | auto get_ptr() { | 226 | 892 | #ifndef NDEBUG | 227 | 892 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 892 | #endif | 229 | 892 | StatusCheck(success_); | 230 | 892 | return Traits::GetPtr(&value_); | 231 | 892 | } |
_ZN2yb6ResultINSt3__16vectorIjNS1_9allocatorIjEEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiNS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_iEEEEEEE7get_ptrEv Line | Count | Source | 225 | 15 | auto get_ptr() { | 226 | 15 | #ifndef NDEBUG | 227 | 15 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 15 | #endif | 229 | 15 | StatusCheck(success_); | 230 | 15 | return Traits::GetPtr(&value_); | 231 | 15 | } |
_ZN2yb6ResultIPNS_14ExternalMasterEE7get_ptrEv 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 | } |
_ZN2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6tablet10TabletPeerEEENS1_9allocatorIS6_EEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultItE7get_ptrEv Line | Count | Source | 225 | 2.03M | auto get_ptr() { | 226 | 2.03M | #ifndef NDEBUG | 227 | 2.03M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 2.03M | #endif | 229 | 2.03M | StatusCheck(success_); | 230 | 2.03M | return Traits::GetPtr(&value_); | 231 | 2.03M | } |
Unexecuted instantiation: _ZN2yb6ResultIPNS_6master16CatalogManagerIfEE7get_ptrEv _ZN2yb6ResultI13scoped_refptrINS_6master10TabletInfoEEE7get_ptrEv Line | Count | Source | 225 | 114 | auto get_ptr() { | 226 | 114 | #ifndef NDEBUG | 227 | 114 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 114 | #endif | 229 | 114 | StatusCheck(success_); | 230 | 114 | return Traits::GetPtr(&value_); | 231 | 114 | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_6tablet10TabletPeerEEEE7get_ptrEv Line | Count | Source | 225 | 83.4k | auto get_ptr() { | 226 | 83.4k | #ifndef NDEBUG | 227 | 83.4k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 83.4k | #endif | 229 | 83.4k | StatusCheck(success_); | 230 | 83.4k | return Traits::GetPtr(&value_); | 231 | 83.4k | } |
_ZN2yb6ResultINS_7tserver21GetSplitKeyResponsePBEE7get_ptrEv 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: _ZN2yb6ResultINS_7tserver21SplitTabletResponsePBEE7get_ptrEv _ZN2yb6ResultINSt3__16vectorINS_7tserver39ListTabletsResponsePB_StatusAndSchemaPBENS1_9allocatorIS4_EEEEE7get_ptrEv 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: _ZN2yb6ResultINSt3__14pairINS1_10shared_ptrINS_6client9YBSessionEEENS3_INS4_13YBTransactionEEEEEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6client7YBTableEEENS1_9allocatorIS6_EEEEE7get_ptrEv _ZN2yb6ResultINSt3__16vectorINS_8HostPortENS1_9allocatorIS3_EEEEE7get_ptrEv Line | Count | Source | 225 | 33.9k | auto get_ptr() { | 226 | 33.9k | #ifndef NDEBUG | 227 | 33.9k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 33.9k | #endif | 229 | 33.9k | StatusCheck(success_); | 230 | 33.9k | return Traits::GetPtr(&value_); | 231 | 33.9k | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrI9pg_resultNS_9pgwrapper13PGResultClearEEEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_9pgwrapper6PGConnEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrINS_11MiniClusterENS1_14default_deleteIS3_EEEEE7get_ptrEv _ZN2yb6ResultINSt3__14pairIttEEE7get_ptrEv 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 | } |
_ZN2yb6ResultIPNS_6master12TSDescriptorEE7get_ptrEv Line | Count | Source | 225 | 88.1k | auto get_ptr() { | 226 | 88.1k | #ifndef NDEBUG | 227 | 88.1k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 88.1k | #endif | 229 | 88.1k | StatusCheck(success_); | 230 | 88.1k | return Traits::GetPtr(&value_); | 231 | 88.1k | } |
_ZN2yb6ResultIdE7get_ptrEv 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: _ZN2yb6ResultINS_6master17TabletLocationsPBEE7get_ptrEv Unexecuted instantiation: pg_libpq-test.cc:_ZN2yb6ResultINS_9pgwrapper12_GLOBAL__N_114TableGroupInfoEE7get_ptrEv _ZN2yb6ResultINSt3__110unique_ptrIN7rocksdb2DBENS1_14default_deleteIS4_EEEEE7get_ptrEv Line | Count | Source | 225 | 144 | auto get_ptr() { | 226 | 144 | #ifndef NDEBUG | 227 | 144 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 144 | #endif | 229 | 144 | StatusCheck(success_); | 230 | 144 | return Traits::GetPtr(&value_); | 231 | 144 | } |
_ZN2yb6ResultIPN7rocksdb14SstFileManagerEE7get_ptrEv Line | Count | Source | 225 | 11 | auto get_ptr() { | 226 | 11 | #ifndef NDEBUG | 227 | 11 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 11 | #endif | 229 | 11 | StatusCheck(success_); | 230 | 11 | return Traits::GetPtr(&value_); | 231 | 11 | } |
_ZN2yb6ResultINSt3__16vectorIN7rocksdb16LiveFileMetaDataENS1_9allocatorIS4_EEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultIN5boost9container12small_vectorI5iovecLm4EvvEEE7get_ptrEv Line | Count | Source | 225 | 74.6M | auto get_ptr() { | 226 | 74.6M | #ifndef NDEBUG | 227 | 74.6M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 74.6M | #endif | 229 | 74.6M | StatusCheck(success_); | 230 | 74.6M | return Traits::GetPtr(&value_); | 231 | 74.6M | } |
_ZN2yb6ResultIN5boost4asio2ip14basic_endpointINS3_3tcpEEEE7get_ptrEv Line | Count | Source | 225 | 915 | auto get_ptr() { | 226 | 915 | #ifndef NDEBUG | 227 | 915 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 915 | #endif | 229 | 915 | StatusCheck(success_); | 230 | 915 | return Traits::GetPtr(&value_); | 231 | 915 | } |
_ZN2yb6ResultI13scoped_refptrINS_6MetricEEE7get_ptrEv Line | Count | Source | 225 | 75 | auto get_ptr() { | 226 | 75 | #ifndef NDEBUG | 227 | 75 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 75 | #endif | 229 | 75 | StatusCheck(success_); | 230 | 75 | return Traits::GetPtr(&value_); | 231 | 75 | } |
_ZN2yb6ResultI13scoped_refptrINS_9HistogramEEE7get_ptrEv 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 | } |
_ZN2yb6ResultI13scoped_refptrINS_7CounterEEE7get_ptrEv Line | Count | Source | 225 | 73 | auto get_ptr() { | 226 | 73 | #ifndef NDEBUG | 227 | 73 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 73 | #endif | 229 | 73 | StatusCheck(success_); | 230 | 73 | return Traits::GetPtr(&value_); | 231 | 73 | } |
_ZN2yb6ResultINSt3__16vectorINS_5QLRowENS1_9allocatorIS3_EEEEE7get_ptrEv Line | Count | Source | 225 | 13 | auto get_ptr() { | 226 | 13 | #ifndef NDEBUG | 227 | 13 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 13 | #endif | 229 | 13 | StatusCheck(success_); | 230 | 13 | return Traits::GetPtr(&value_); | 231 | 13 | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_6tablet6TabletEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultINSt3__110unique_ptrINS_5docdb20YQLRowwiseIteratorIfENS1_14default_deleteIS4_EEEEE7get_ptrEv Line | Count | Source | 225 | 5.31M | auto get_ptr() { | 226 | 5.31M | #ifndef NDEBUG | 227 | 5.31M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 5.31M | #endif | 229 | 5.31M | StatusCheck(success_); | 230 | 5.31M | return Traits::GetPtr(&value_); | 231 | 5.31M | } |
_ZN2yb6ResultI13scoped_refptrINS_6tablet17RaftGroupMetadataEEE7get_ptrEv Line | Count | Source | 225 | 89.1k | auto get_ptr() { | 226 | 89.1k | #ifndef NDEBUG | 227 | 89.1k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 89.1k | #endif | 229 | 89.1k | StatusCheck(success_); | 230 | 89.1k | return Traits::GetPtr(&value_); | 231 | 89.1k | } |
_ZN2yb6ResultINS_12PhysicalTimeEE7get_ptrEv Line | Count | Source | 225 | 424M | auto get_ptr() { | 226 | 424M | #ifndef NDEBUG | 227 | 424M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 424M | #endif | 229 | 424M | StatusCheck(success_); | 230 | 424M | return Traits::GetPtr(&value_); | 231 | 424M | } |
Unexecuted instantiation: _ZN2yb6ResultIRN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultIRKN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultIPNS_6master17MasterBackupProxyEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_6master23ListSnapshotsResponsePBEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_6master24SysSnapshotEntryPB_StateEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master17TabletLocationsPBEEEE7get_ptrEv _ZN2yb6ResultINS_10encryption20FileEncryptionStatusEE7get_ptrEv Line | Count | Source | 225 | 1.90M | auto get_ptr() { | 226 | 1.90M | #ifndef NDEBUG | 227 | 1.90M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 1.90M | #endif | 229 | 1.90M | StatusCheck(success_); | 230 | 1.90M | return Traits::GetPtr(&value_); | 231 | 1.90M | } |
_ZN2yb6ResultINSt3__110unique_ptrINS_10encryption16EncryptionParamsENS1_14default_deleteIS4_EEEEE7get_ptrEv Line | Count | Source | 225 | 140 | auto get_ptr() { | 226 | 140 | #ifndef NDEBUG | 227 | 140 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 140 | #endif | 229 | 140 | StatusCheck(success_); | 230 | 140 | return Traits::GetPtr(&value_); | 231 | 140 | } |
_ZN2yb6ResultINS_12OneWayBitmapEE7get_ptrEv 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 | } |
_ZN2yb6ResultI13scoped_refptrINS_6ThreadEEE7get_ptrEv Line | Count | Source | 225 | 100k | auto get_ptr() { | 226 | 100k | #ifndef NDEBUG | 227 | 100k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 100k | #endif | 229 | 100k | StatusCheck(success_); | 230 | 100k | return Traits::GetPtr(&value_); | 231 | 100k | } |
_ZN2yb6ResultINSt3__110unique_ptrIiNS1_14default_deleteIiEEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultIRKNS_4test21NonCopyableNonMovableEE7get_ptrEv 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 | } |
_ZN2yb6ResultINS_4test11MoveCounterEE7get_ptrEv 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 | } |
_ZN2yb6ResultINS_19SharedMemorySegmentEE7get_ptrEv Line | Count | Source | 225 | 13.2k | auto get_ptr() { | 226 | 13.2k | #ifndef NDEBUG | 227 | 13.2k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 13.2k | #endif | 229 | 13.2k | StatusCheck(success_); | 230 | 13.2k | return Traits::GetPtr(&value_); | 231 | 13.2k | } |
_ZN2yb6ResultINS_18SharedMemoryObjectINS_4util4DataEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultINS_17StronglyTypedUuidINS_4util12TestUuid_TagEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultINS_14UnsignedIntSetIjEEE7get_ptrEv Line | Count | Source | 225 | 2.84M | auto get_ptr() { | 226 | 2.84M | #ifndef NDEBUG | 227 | 2.84M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 2.84M | #endif | 229 | 2.84M | StatusCheck(success_); | 230 | 2.84M | return Traits::GetPtr(&value_); | 231 | 2.84M | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_3cdc14StreamMetadataEEEE7get_ptrEv Line | Count | Source | 225 | 322 | auto get_ptr() { | 226 | 322 | #ifndef NDEBUG | 227 | 322 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 322 | #endif | 229 | 322 | StatusCheck(success_); | 230 | 322 | return Traits::GetPtr(&value_); | 231 | 322 | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_6client11TableHandleEEEE7get_ptrEv Line | Count | Source | 225 | 925 | auto get_ptr() { | 226 | 925 | #ifndef NDEBUG | 227 | 925 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 925 | #endif | 229 | 925 | StatusCheck(success_); | 230 | 925 | return Traits::GetPtr(&value_); | 231 | 925 | } |
Unexecuted instantiation: _ZN2yb6ResultIPNS_6client8internal18RemoteTabletServerEE7get_ptrEv _ZN2yb6ResultINS_23TransactionStatusResultEE7get_ptrEv Line | Count | Source | 225 | 727k | auto get_ptr() { | 226 | 727k | #ifndef NDEBUG | 227 | 727k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 727k | #endif | 229 | 727k | StatusCheck(success_); | 230 | 727k | return Traits::GetPtr(&value_); | 231 | 727k | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS1_4pairIymEENS1_9allocatorIS4_EEEEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultIN5boost9unordered13unordered_mapINS_17StronglyTypedUuidINS_17TransactionId_TagEEENS_23TransactionStatusResultENS1_4hashIS6_EENSt3__18equal_toIS6_EENSA_9allocatorINSA_4pairIKS6_S7_EEEEEEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_9consensus12ReplicateMsgEEENS1_9allocatorIS6_EEEEE7get_ptrEv _ZN2yb6ResultINS_3cdc26SetCDCCheckpointResponsePBEE7get_ptrEv 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 | } |
_ZN2yb6ResultI13scoped_refptrINS_9consensus14LeaderElectionEEE7get_ptrEv Line | Count | Source | 225 | 75.9k | auto get_ptr() { | 226 | 75.9k | #ifndef NDEBUG | 227 | 75.9k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 75.9k | #endif | 229 | 75.9k | StatusCheck(success_); | 230 | 75.9k | return Traits::GetPtr(&value_); | 231 | 75.9k | } |
_ZN2yb6ResultINS_9consensus13RaftConsensus19UpdateReplicaResultEE7get_ptrEv Line | Count | Source | 225 | 10.2M | auto get_ptr() { | 226 | 10.2M | #ifndef NDEBUG | 227 | 10.2M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 10.2M | #endif | 229 | 10.2M | StatusCheck(success_); | 230 | 10.2M | return Traits::GetPtr(&value_); | 231 | 10.2M | } |
_ZN2yb6ResultINS_10encryption18EncryptionParamsPBEE7get_ptrEv 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 | } |
_ZN2yb6ResultINS_10encryption17UniverseKeyParamsEE7get_ptrEv 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 | } |
_ZN2yb6ResultINS_10QLRowBlockEE7get_ptrEv Line | Count | Source | 225 | 1.19k | auto get_ptr() { | 226 | 1.19k | #ifndef NDEBUG | 227 | 1.19k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 1.19k | #endif | 229 | 1.19k | StatusCheck(success_); | 230 | 1.19k | return Traits::GetPtr(&value_); | 231 | 1.19k | } |
_ZN2yb6ResultINS_6client11TableHandleEE7get_ptrEv Line | Count | Source | 225 | 162 | auto get_ptr() { | 226 | 162 | #ifndef NDEBUG | 227 | 162 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 162 | #endif | 229 | 162 | StatusCheck(success_); | 230 | 162 | return Traits::GetPtr(&value_); | 231 | 162 | } |
_ZN2yb6ResultINS_10StackTraceEE7get_ptrEv Line | Count | Source | 225 | 2.04k | auto get_ptr() { | 226 | 2.04k | #ifndef NDEBUG | 227 | 2.04k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 2.04k | #endif | 229 | 2.04k | StatusCheck(success_); | 230 | 2.04k | return Traits::GetPtr(&value_); | 231 | 2.04k | } |
_ZN2yb6ResultINS_3log18FirstEntryMetadataEE7get_ptrEv Line | Count | Source | 225 | 117 | auto get_ptr() { | 226 | 117 | #ifndef NDEBUG | 227 | 117 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 117 | #endif | 229 | 117 | StatusCheck(success_); | 230 | 117 | return Traits::GetPtr(&value_); | 231 | 117 | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_6tablet9TableInfoEEEE7get_ptrEv Line | Count | Source | 225 | 7.96M | auto get_ptr() { | 226 | 7.96M | #ifndef NDEBUG | 227 | 7.96M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 7.96M | #endif | 229 | 7.96M | StatusCheck(success_); | 230 | 7.96M | return Traits::GetPtr(&value_); | 231 | 7.96M | } |
_ZN2yb6ResultINS_8ColumnIdEE7get_ptrEv Line | Count | Source | 225 | 432k | auto get_ptr() { | 226 | 432k | #ifndef NDEBUG | 227 | 432k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 432k | #endif | 229 | 432k | StatusCheck(success_); | 230 | 432k | return Traits::GetPtr(&value_); | 231 | 432k | } |
_ZN2yb6ResultI13scoped_refptrINS_6master13NamespaceInfoEEE7get_ptrEv Line | Count | Source | 225 | 834k | auto get_ptr() { | 226 | 834k | #ifndef NDEBUG | 227 | 834k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 834k | #endif | 229 | 834k | StatusCheck(success_); | 230 | 834k | return Traits::GetPtr(&value_); | 231 | 834k | } |
_ZN2yb6ResultINS_6master17ReplicationInfoPBEE7get_ptrEv Line | Count | Source | 225 | 153k | auto get_ptr() { | 226 | 153k | #ifndef NDEBUG | 227 | 153k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 153k | #endif | 229 | 153k | StatusCheck(success_); | 230 | 153k | return Traits::GetPtr(&value_); | 231 | 153k | } |
_ZN2yb6ResultINSt3__16vectorIN5boost4asio2ip14basic_endpointINS5_3tcpEEENS1_9allocatorIS8_EEEEE7get_ptrEv Line | Count | Source | 225 | 5.35k | auto get_ptr() { | 226 | 5.35k | #ifndef NDEBUG | 227 | 5.35k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 5.35k | #endif | 229 | 5.35k | StatusCheck(success_); | 230 | 5.35k | return Traits::GetPtr(&value_); | 231 | 5.35k | } |
_ZN2yb6ResultIN5boost8optionalINS_6master17ReplicationInfoPBEEEE7get_ptrEv Line | Count | Source | 225 | 152k | auto get_ptr() { | 226 | 152k | #ifndef NDEBUG | 227 | 152k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 152k | #endif | 229 | 152k | StatusCheck(success_); | 230 | 152k | return Traits::GetPtr(&value_); | 231 | 152k | } |
_ZN2yb6ResultINSt3__110shared_ptrINS1_13unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN5boost8optionalINS_6master17ReplicationInfoPBEEENS1_4hashIS9_EENS1_8equal_toIS9_EENS7_INS1_4pairIKS9_SE_EEEEEEEEE7get_ptrEv Line | Count | Source | 225 | 966 | auto get_ptr() { | 226 | 966 | #ifndef NDEBUG | 227 | 966 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 966 | #endif | 229 | 966 | StatusCheck(success_); | 230 | 966 | return Traits::GetPtr(&value_); | 231 | 966 | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS1_13unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN5boost8optionalIS9_EENS1_4hashIS9_EENS1_8equal_toIS9_EENS7_INS1_4pairIKS9_SC_EEEEEEEEE7get_ptrEv _ZN2yb6ResultINS_6master22TabletReplicaDriveInfoEE7get_ptrEv 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 | } |
_ZN2yb6ResultINSt3__15arrayINS_11PartitionPBELm2EEEE7get_ptrEv 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 | } |
_ZN2yb6ResultINSt3__113unordered_mapINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEENS1_6vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENSA_ISC_EEEEN5boost4hashIS5_EENS1_8equal_toIS5_EENSA_INS1_4pairIKS5_SE_EEEEEEE7get_ptrEv Line | Count | Source | 225 | 7.99k | auto get_ptr() { | 226 | 7.99k | #ifndef NDEBUG | 227 | 7.99k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 7.99k | #endif | 229 | 7.99k | StatusCheck(success_); | 230 | 7.99k | return Traits::GetPtr(&value_); | 231 | 7.99k | } |
_ZN2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6master12TSDescriptorEEENS1_9allocatorIS6_EEEEE7get_ptrEv Line | Count | Source | 225 | 728 | auto get_ptr() { | 226 | 728 | #ifndef NDEBUG | 227 | 728 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 728 | #endif | 229 | 728 | StatusCheck(success_); | 230 | 728 | return Traits::GetPtr(&value_); | 231 | 728 | } |
_ZN2yb6ResultINS_6master16TableDescriptionEE7get_ptrEv 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 | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_6tablet14AbstractTabletEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultINS_10encryption21UniverseKeyRegistryPBEE7get_ptrEv Line | Count | Source | 225 | 15 | auto get_ptr() { | 226 | 15 | #ifndef NDEBUG | 227 | 15 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 15 | #endif | 229 | 15 | StatusCheck(success_); | 230 | 15 | return Traits::GetPtr(&value_); | 231 | 15 | } |
_ZN2yb6ResultINSt3__16vectorINS_6master16TableDescriptionENS1_9allocatorIS4_EEEEE7get_ptrEv 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 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_6master13SysRowEntriesEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_6tablet18CreateSnapshotDataEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultIRNS_6master13SnapshotStateEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultIRNS_6master21SnapshotScheduleStateEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultIRNS_6master16RestorationStateEE7get_ptrEv _ZN2yb6ResultINS_5docdb8KeyBytesEE7get_ptrEv Line | Count | Source | 225 | 16.1M | auto get_ptr() { | 226 | 16.1M | #ifndef NDEBUG | 227 | 16.1M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 16.1M | #endif | 229 | 16.1M | StatusCheck(success_); | 230 | 16.1M | return Traits::GetPtr(&value_); | 231 | 16.1M | } |
Unexecuted instantiation: _ZN2yb6ResultINS_6master18SysSnapshotEntryPBEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_6master25SnapshotScheduleOptionsPBEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_6master25SnapshotScheduleOperationEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_6master13DdlLogEntryPBEE7get_ptrEv _ZN2yb6ResultIlE7get_ptrEv Line | Count | Source | 225 | 1.04M | auto get_ptr() { | 226 | 1.04M | #ifndef NDEBUG | 227 | 1.04M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 1.04M | #endif | 229 | 1.04M | StatusCheck(success_); | 230 | 1.04M | return Traits::GetPtr(&value_); | 231 | 1.04M | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_6master12TSDescriptorEEEE7get_ptrEv Line | Count | Source | 225 | 5.53k | auto get_ptr() { | 226 | 5.53k | #ifndef NDEBUG | 227 | 5.53k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 5.53k | #endif | 229 | 5.53k | StatusCheck(success_); | 230 | 5.53k | return Traits::GetPtr(&value_); | 231 | 5.53k | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_10QLRowBlockEEEE7get_ptrEv Line | Count | Source | 225 | 260k | auto get_ptr() { | 226 | 260k | #ifndef NDEBUG | 227 | 260k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 260k | #endif | 229 | 260k | StatusCheck(success_); | 230 | 260k | return Traits::GetPtr(&value_); | 231 | 260k | } |
_ZN2yb6ResultINSt3__14pairIiNS_8DataTypeEEEE7get_ptrEv Line | Count | Source | 225 | 18.3M | auto get_ptr() { | 226 | 18.3M | #ifndef NDEBUG | 227 | 18.3M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 18.3M | #endif | 229 | 18.3M | StatusCheck(success_); | 230 | 18.3M | return Traits::GetPtr(&value_); | 231 | 18.3M | } |
_ZN2yb6ResultINS_6master19YQLPartitionsVTable10TabletDataEE7get_ptrEv Line | Count | Source | 225 | 50.1k | auto get_ptr() { | 226 | 50.1k | #ifndef NDEBUG | 227 | 50.1k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 50.1k | #endif | 229 | 50.1k | StatusCheck(success_); | 230 | 50.1k | return Traits::GetPtr(&value_); | 231 | 50.1k | } |
_ZN2yb6ResultIN5boost8optionalINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEEEE7get_ptrEv Line | Count | Source | 225 | 120k | auto get_ptr() { | 226 | 120k | #ifndef NDEBUG | 227 | 120k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 120k | #endif | 229 | 120k | StatusCheck(success_); | 230 | 120k | return Traits::GetPtr(&value_); | 231 | 120k | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_6master11CDCRpcTasksEEEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_6master16SysTablesEntryPBEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_6master19SysNamespaceEntryPBEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_6master17SysTabletsEntryPBEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS1_4pairINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6client11YBTableNameEEENS7_ISC_EEEEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultIRKNSt3__14pairIKNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master16SysTablesEntryPBEEEE7get_ptrEv _ZN2yb6ResultINS_18SharedMemoryObjectINS_7tserver17TServerSharedDataEEEE7get_ptrEv Line | Count | Source | 225 | 13.2k | auto get_ptr() { | 226 | 13.2k | #ifndef NDEBUG | 227 | 13.2k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 13.2k | #endif | 229 | 13.2k | StatusCheck(success_); | 230 | 13.2k | return Traits::GetPtr(&value_); | 231 | 13.2k | } |
Unexecuted instantiation: _ZN2yb6ResultINS_6master17MasterBackupProxyEE7get_ptrEv _ZN2yb6ResultIRKNS_2ql9ParseTreeEE7get_ptrEv Line | Count | Source | 225 | 4.38M | auto get_ptr() { | 226 | 4.38M | #ifndef NDEBUG | 227 | 4.38M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 4.38M | #endif | 229 | 4.38M | StatusCheck(success_); | 230 | 4.38M | return Traits::GetPtr(&value_); | 231 | 4.38M | } |
_ZN2yb6ResultINS_2ql5audit8LogEntryEE7get_ptrEv 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 | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_2ql6PTExprEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_6QLTypeEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultIPNS_2ql16QueryPagingStateEE7get_ptrEv Line | Count | Source | 225 | 3.89M | auto get_ptr() { | 226 | 3.89M | #ifndef NDEBUG | 227 | 3.89M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 3.89M | #endif | 229 | 3.89M | StatusCheck(success_); | 230 | 3.89M | return Traits::GetPtr(&value_); | 231 | 3.89M | } |
_ZN2yb6ResultIPKNS_9IndexInfoEE7get_ptrEv Line | Count | Source | 225 | 54.6k | auto get_ptr() { | 226 | 54.6k | #ifndef NDEBUG | 227 | 54.6k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 54.6k | #endif | 229 | 54.6k | StatusCheck(success_); | 230 | 54.6k | return Traits::GetPtr(&value_); | 231 | 54.6k | } |
_ZN2yb6ResultIN7rocksdb18FileBoundaryValuesINS1_11InternalKeyEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultIN7rocksdb17FileNumbersHolderEE7get_ptrEv Line | Count | Source | 225 | 25.0k | auto get_ptr() { | 226 | 25.0k | #ifndef NDEBUG | 227 | 25.0k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 25.0k | #endif | 229 | 25.0k | StatusCheck(success_); | 230 | 25.0k | return Traits::GetPtr(&value_); | 231 | 25.0k | } |
_ZN2yb6ResultIN7rocksdb10TableCache21TableReaderWithHandleEE7get_ptrEv Line | Count | Source | 225 | 6.45M | auto get_ptr() { | 226 | 6.45M | #ifndef NDEBUG | 227 | 6.45M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 6.45M | #endif | 229 | 6.45M | StatusCheck(success_); | 230 | 6.45M | return Traits::GetPtr(&value_); | 231 | 6.45M | } |
_ZN2yb6ResultINSt3__110unique_ptrIN7rocksdb21MultiLevelIndexReaderENS1_14default_deleteIS4_EEEEE7get_ptrEv Line | Count | Source | 225 | 70.8k | auto get_ptr() { | 226 | 70.8k | #ifndef NDEBUG | 227 | 70.8k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 70.8k | #endif | 229 | 70.8k | StatusCheck(success_); | 230 | 70.8k | return Traits::GetPtr(&value_); | 231 | 70.8k | } |
_ZN2yb6ResultIN7rocksdb15BlockBasedTable13CachableEntryINS1_11IndexReaderEEEE7get_ptrEv Line | Count | Source | 225 | 46 | auto get_ptr() { | 226 | 46 | #ifndef NDEBUG | 227 | 46 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 46 | #endif | 229 | 46 | StatusCheck(success_); | 230 | 46 | return Traits::GetPtr(&value_); | 231 | 46 | } |
format.cc:_ZN2yb6ResultIN7rocksdb12_GLOBAL__N_112ChecksumDataEE7get_ptrEv Line | Count | Source | 225 | 3.74M | auto get_ptr() { | 226 | 3.74M | #ifndef NDEBUG | 227 | 3.74M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 3.74M | #endif | 229 | 3.74M | StatusCheck(success_); | 230 | 3.74M | return Traits::GetPtr(&value_); | 231 | 3.74M | } |
_ZN2yb6ResultINSt3__110unique_ptrINS_10encryption18UniverseKeyManagerENS1_14default_deleteIS4_EEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultINS_8rpc_test17TrivialResponsePBEE7get_ptrEv 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 | } |
_ZN2yb6ResultINSt3__16vectorINS2_INS_8HostPortENS1_9allocatorIS3_EEEENS4_IS6_EEEEE7get_ptrEv Line | Count | Source | 225 | 48.9k | auto get_ptr() { | 226 | 48.9k | #ifndef NDEBUG | 227 | 48.9k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 48.9k | #endif | 229 | 48.9k | StatusCheck(success_); | 230 | 48.9k | return Traits::GetPtr(&value_); | 231 | 48.9k | } |
_ZN2yb6ResultIN5boost8optionalItEEE7get_ptrEv Line | Count | Source | 225 | 6.76M | auto get_ptr() { | 226 | 6.76M | #ifndef NDEBUG | 227 | 6.76M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 6.76M | #endif | 229 | 6.76M | StatusCheck(success_); | 230 | 6.76M | return Traits::GetPtr(&value_); | 231 | 6.76M | } |
Unexecuted instantiation: _ZN2yb6ResultINS_7tserver13ReadRequestPBEE7get_ptrEv _ZN2yb6ResultINSt3__13setINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS1_4lessIS8_EENS6_IS8_EEEEE7get_ptrEv Line | Count | Source | 225 | 1.11k | auto get_ptr() { | 226 | 1.11k | #ifndef NDEBUG | 227 | 1.11k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 1.11k | #endif | 229 | 1.11k | StatusCheck(success_); | 230 | 1.11k | return Traits::GetPtr(&value_); | 231 | 1.11k | } |
_ZN2yb6ResultINS_7tserver21ListTabletsResponsePBEE7get_ptrEv 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 | } |
_ZN2yb6ResultINS_5docdb21ApplyTransactionStateEE7get_ptrEv 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 | } |
_ZN2yb6ResultINS_6tablet29TabletScopedRWOperationPausesEE7get_ptrEv Line | Count | Source | 225 | 257k | auto get_ptr() { | 226 | 257k | #ifndef NDEBUG | 227 | 257k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 257k | #endif | 229 | 257k | StatusCheck(success_); | 230 | 257k | return Traits::GetPtr(&value_); | 231 | 257k | } |
_ZN2yb6ResultINS_27TransactionOperationContextEE7get_ptrEv Line | Count | Source | 225 | 6.99M | auto get_ptr() { | 226 | 6.99M | #ifndef NDEBUG | 227 | 6.99M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 6.99M | #endif | 229 | 6.99M | StatusCheck(success_); | 230 | 6.99M | return Traits::GetPtr(&value_); | 231 | 6.99M | } |
_ZN2yb6ResultINS_6tablet20FixedHybridTimeLeaseEE7get_ptrEv Line | Count | Source | 225 | 33.2M | auto get_ptr() { | 226 | 33.2M | #ifndef NDEBUG | 227 | 33.2M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 33.2M | #endif | 229 | 33.2M | StatusCheck(success_); | 230 | 33.2M | return Traits::GetPtr(&value_); | 231 | 33.2M | } |
_ZN2yb6ResultIN7rocksdb22KeyValueEncodingFormatEE7get_ptrEv Line | Count | Source | 225 | 130k | auto get_ptr() { | 226 | 130k | #ifndef NDEBUG | 227 | 130k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 130k | #endif | 229 | 130k | StatusCheck(success_); | 230 | 130k | return Traits::GetPtr(&value_); | 231 | 130k | } |
_ZN2yb6ResultINS_22ScopedRWOperationPauseEE7get_ptrEv Line | Count | Source | 225 | 417k | auto get_ptr() { | 226 | 417k | #ifndef NDEBUG | 227 | 417k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 417k | #endif | 229 | 417k | StatusCheck(success_); | 230 | 417k | return Traits::GetPtr(&value_); | 231 | 417k | } |
_ZN2yb6ResultINSt3__110unique_ptrI7pg_connNS_9pgwrapper11PGConnCloseEEEE7get_ptrEv Line | Count | Source | 225 | 235 | auto get_ptr() { | 226 | 235 | #ifndef NDEBUG | 227 | 235 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 235 | #endif | 229 | 235 | StatusCheck(success_); | 230 | 235 | return Traits::GetPtr(&value_); | 231 | 235 | } |
_ZN2yb6ResultINS_19PgsqlBackfillSpecPBEE7get_ptrEv Line | Count | Source | 225 | 256 | auto get_ptr() { | 226 | 256 | #ifndef NDEBUG | 227 | 256 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 256 | #endif | 229 | 256 | StatusCheck(success_); | 230 | 256 | return Traits::GetPtr(&value_); | 231 | 256 | } |
_ZN2yb6ResultIPNS_16QLWriteRequestPBEE7get_ptrEv Line | Count | Source | 225 | 58.7k | auto get_ptr() { | 226 | 58.7k | #ifndef NDEBUG | 227 | 58.7k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 58.7k | #endif | 229 | 58.7k | StatusCheck(success_); | 230 | 58.7k | return Traits::GetPtr(&value_); | 231 | 58.7k | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_6client9YBSessionEEEE7get_ptrEv Line | Count | Source | 225 | 2.49k | auto get_ptr() { | 226 | 2.49k | #ifndef NDEBUG | 227 | 2.49k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 2.49k | #endif | 229 | 2.49k | StatusCheck(success_); | 230 | 2.49k | return Traits::GetPtr(&value_); | 231 | 2.49k | } |
_ZN2yb6ResultINS_22SubTransactionMetadataEE7get_ptrEv Line | Count | Source | 225 | 2.10M | auto get_ptr() { | 226 | 2.10M | #ifndef NDEBUG | 227 | 2.10M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 2.10M | #endif | 229 | 2.10M | StatusCheck(success_); | 230 | 2.10M | return Traits::GetPtr(&value_); | 231 | 2.10M | } |
_ZN2yb6ResultINS_17StronglyTypedBoolINS_6tablet17NeedsRecovery_TagEEEE7get_ptrEv Line | Count | Source | 225 | 89.1k | auto get_ptr() { | 226 | 89.1k | #ifndef NDEBUG | 227 | 89.1k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 89.1k | #endif | 229 | 89.1k | StatusCheck(success_); | 230 | 89.1k | return Traits::GetPtr(&value_); | 231 | 89.1k | } |
_ZN2yb6ResultI13scoped_refptrINS_6tablet15OperationDriverEEE7get_ptrEv Line | Count | Source | 225 | 19.2M | auto get_ptr() { | 226 | 19.2M | #ifndef NDEBUG | 227 | 19.2M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 19.2M | #endif | 229 | 19.2M | StatusCheck(success_); | 230 | 19.2M | return Traits::GetPtr(&value_); | 231 | 19.2M | } |
Unexecuted instantiation: _ZN2yb6ResultINS_5docdb23ApplyTransactionStatePBEE7get_ptrEv _ZN2yb6ResultINS_5docdb16DecodedIntentKeyEE7get_ptrEv 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 | } |
_ZN2yb6ResultINS_5docdb18DecodedIntentValueEE7get_ptrEv Line | Count | Source | 225 | 23.4M | auto get_ptr() { | 226 | 23.4M | #ifndef NDEBUG | 227 | 23.4M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 23.4M | #endif | 229 | 23.4M | StatusCheck(success_); | 230 | 23.4M | return Traits::GetPtr(&value_); | 231 | 23.4M | } |
_ZN2yb6ResultIPNS_6client8YBClientEE7get_ptrEv Line | Count | Source | 225 | 285k | auto get_ptr() { | 226 | 285k | #ifndef NDEBUG | 227 | 285k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 285k | #endif | 229 | 285k | StatusCheck(success_); | 230 | 285k | return Traits::GetPtr(&value_); | 231 | 285k | } |
Unexecuted instantiation: _ZN2yb6ResultIRNS_6tablet19SnapshotCoordinatorEE7get_ptrEv _ZN2yb6ResultINS_14IsolationLevelEE7get_ptrEv Line | Count | Source | 225 | 1.87M | auto get_ptr() { | 226 | 1.87M | #ifndef NDEBUG | 227 | 1.87M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 1.87M | #endif | 229 | 1.87M | StatusCheck(success_); | 230 | 1.87M | return Traits::GetPtr(&value_); | 231 | 1.87M | } |
_ZN2yb6ResultINS_5docdb30PrepareDocWriteOperationResultEE7get_ptrEv Line | Count | Source | 225 | 1.74M | auto get_ptr() { | 226 | 1.74M | #ifndef NDEBUG | 227 | 1.74M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 1.74M | #endif | 229 | 1.74M | StatusCheck(success_); | 230 | 1.74M | return Traits::GetPtr(&value_); | 231 | 1.74M | } |
_ZN2yb6ResultINS_6tablet19ScopedReadOperationEE7get_ptrEv Line | Count | Source | 225 | 4.87M | auto get_ptr() { | 226 | 4.87M | #ifndef NDEBUG | 227 | 4.87M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 4.87M | #endif | 229 | 4.87M | StatusCheck(success_); | 230 | 4.87M | return Traits::GetPtr(&value_); | 231 | 4.87M | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorIyNS1_9allocatorIyEEEEE7get_ptrEv _ZN2yb6ResultIRNS_7tserver15PgClientSessionEE7get_ptrEv Line | Count | Source | 225 | 932k | auto get_ptr() { | 226 | 932k | #ifndef NDEBUG | 227 | 932k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 932k | #endif | 229 | 932k | StatusCheck(success_); | 230 | 932k | return Traits::GetPtr(&value_); | 231 | 932k | } |
_ZN2yb6ResultINS_7tserver21PgClientSessionLockerEE7get_ptrEv Line | Count | Source | 225 | 932k | auto get_ptr() { | 226 | 932k | #ifndef NDEBUG | 227 | 932k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 932k | #endif | 229 | 932k | StatusCheck(success_); | 230 | 932k | return Traits::GetPtr(&value_); | 231 | 932k | } |
_ZN2yb6ResultINSt3__16vectorINS_6client27YBTabletServerPlacementInfoENS1_9allocatorIS4_EEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultIPKNS_19TransactionMetadataEE7get_ptrEv Line | Count | Source | 225 | 1.59k | auto get_ptr() { | 226 | 1.59k | #ifndef NDEBUG | 227 | 1.59k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 1.59k | #endif | 229 | 1.59k | StatusCheck(success_); | 230 | 1.59k | return Traits::GetPtr(&value_); | 231 | 1.59k | } |
_ZN2yb6ResultIPNS_6client9YBSessionEE7get_ptrEv Line | Count | Source | 225 | 775k | auto get_ptr() { | 226 | 775k | #ifndef NDEBUG | 227 | 775k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 775k | #endif | 229 | 775k | StatusCheck(success_); | 230 | 775k | return Traits::GetPtr(&value_); | 231 | 775k | } |
_ZN2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6client9YBPgsqlOpEEENS1_9allocatorIS6_EEEEE7get_ptrEv Line | Count | Source | 225 | 775k | auto get_ptr() { | 226 | 775k | #ifndef NDEBUG | 227 | 775k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 775k | #endif | 229 | 775k | StatusCheck(success_); | 230 | 775k | return Traits::GetPtr(&value_); | 231 | 775k | } |
_ZN2yb6ResultINS_7tserver16TabletPeerTabletEE7get_ptrEv Line | Count | Source | 225 | 17.9M | auto get_ptr() { | 226 | 17.9M | #ifndef NDEBUG | 227 | 17.9M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 17.9M | #endif | 229 | 17.9M | StatusCheck(success_); | 230 | 17.9M | return Traits::GetPtr(&value_); | 231 | 17.9M | } |
_ZN2yb6ResultINS_7tserver16LeaderTabletPeerEE7get_ptrEv Line | Count | Source | 225 | 2.82M | auto get_ptr() { | 226 | 2.82M | #ifndef NDEBUG | 227 | 2.82M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 2.82M | #endif | 229 | 2.82M | StatusCheck(success_); | 230 | 2.82M | return Traits::GetPtr(&value_); | 231 | 2.82M | } |
_ZN2yb6ResultINS_14ReadHybridTimeEE7get_ptrEv Line | Count | Source | 225 | 4.64M | auto get_ptr() { | 226 | 4.64M | #ifndef NDEBUG | 227 | 4.64M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 4.64M | #endif | 229 | 4.64M | StatusCheck(success_); | 230 | 4.64M | return Traits::GetPtr(&value_); | 231 | 4.64M | } |
_ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6tablet6FilePBEEEE7get_ptrEv Line | Count | Source | 225 | 1.33k | auto get_ptr() { | 226 | 1.33k | #ifndef NDEBUG | 227 | 1.33k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 1.33k | #endif | 229 | 1.33k | StatusCheck(success_); | 230 | 1.33k | return Traits::GetPtr(&value_); | 231 | 1.33k | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_9consensus13RaftConsensusEEEE7get_ptrEv _ZN2yb6ResultI13scoped_refptrINS_7tserver27TransitionInProgressDeleterEEE7get_ptrEv Line | Count | Source | 225 | 82.2k | auto get_ptr() { | 226 | 82.2k | #ifndef NDEBUG | 227 | 82.2k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 82.2k | #endif | 229 | 82.2k | StatusCheck(success_); | 230 | 82.2k | return Traits::GetPtr(&value_); | 231 | 82.2k | } |
_ZN2yb6ResultIRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE7get_ptrEv Line | Count | Source | 225 | 88 | auto get_ptr() { | 226 | 88 | #ifndef NDEBUG | 227 | 88 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 88 | #endif | 229 | 88 | StatusCheck(success_); | 230 | 88 | return Traits::GetPtr(&value_); | 231 | 88 | } |
_ZN2yb6ResultINS_3Env15FilesystemStatsEE7get_ptrEv Line | Count | Source | 225 | 50.1k | auto get_ptr() { | 226 | 50.1k | #ifndef NDEBUG | 227 | 50.1k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 50.1k | #endif | 229 | 50.1k | StatusCheck(success_); | 230 | 50.1k | return Traits::GetPtr(&value_); | 231 | 50.1k | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrINS_7tserver10enterprise11CDCConsumerENS1_14default_deleteIS5_EEEEE7get_ptrEv _ZN2yb6ResultINSt3__110unique_ptrINS_7tserver16MiniTabletServerENS1_14default_deleteIS4_EEEEE7get_ptrEv 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 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_6master30GetLoadBalancerStateResponsePBEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_6master22IsInitDbDoneResponsePBEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_6master21ListMastersResponsePBEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_9consensus24LeaderStepDownResponsePBEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_9consensus27RunLeaderElectionResponsePBEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_9consensus22ChangeConfigResponsePBEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_6master25DumpMasterStateResponsePBEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_6master28GetLoadMovePercentResponsePBEE7get_ptrEv _ZN2yb6ResultINS_6master28GetTabletLocationsResponsePBEE7get_ptrEv Line | Count | Source | 225 | 30 | auto get_ptr() { | 226 | 30 | #ifndef NDEBUG | 227 | 30 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 30 | #endif | 229 | 30 | StatusCheck(success_); | 230 | 30 | return Traits::GetPtr(&value_); | 231 | 30 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_6master27ListTabletServersResponsePBEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_7tserver24GetLogLocationResponsePBEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultIRKNSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master21NamespaceIdentifierPBENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SA_EEEEEEE7get_ptrEv _ZN2yb6ResultINS_6master37LaunchBackfillIndexForTableResponsePBEE7get_ptrEv 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: _ZN2yb6ResultINS_7tserver36ListTabletsForTabletServerResponsePBEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_6master33ChangeLoadBalancerStateResponsePBEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_6master25FlushSysCatalogResponsePBEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_6master27CompactSysCatalogResponsePBEE7get_ptrEv _ZN2yb6ResultINS_6master29IsMasterLeaderReadyResponsePBEE7get_ptrEv 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 | } |
_ZN2yb6ResultINS_6master32GetMasterClusterConfigResponsePBEE7get_ptrEv Line | Count | Source | 225 | 32 | auto get_ptr() { | 226 | 32 | #ifndef NDEBUG | 227 | 32 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 32 | #endif | 229 | 32 | StatusCheck(success_); | 230 | 32 | return Traits::GetPtr(&value_); | 231 | 32 | } |
_ZN2yb6ResultINS_6master35ChangeMasterClusterConfigResponsePBEE7get_ptrEv Line | Count | Source | 225 | 16 | auto get_ptr() { | 226 | 16 | #ifndef NDEBUG | 227 | 16 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 16 | #endif | 229 | 16 | StatusCheck(success_); | 230 | 16 | return Traits::GetPtr(&value_); | 231 | 16 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_7tserver21UpgradeYsqlResponsePBEE7get_ptrEv Unexecuted instantiation: _ZN2yb6ResultINS_6master21SplitTabletResponsePBEE7get_ptrEv cql_processor.cc:_ZN2yb6ResultINSt3__110unique_ptrI4ldapNS_9cqlserver12_GLOBAL__N_111LDAPDeleterEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultIPNS_9cqlserver12CQLProcessorEE7get_ptrEv Line | Count | Source | 225 | 4.56M | auto get_ptr() { | 226 | 4.56M | #ifndef NDEBUG | 227 | 4.56M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 4.56M | #endif | 229 | 4.56M | StatusCheck(success_); | 230 | 4.56M | return Traits::GetPtr(&value_); | 231 | 4.56M | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS_10HostPortPBENS1_9allocatorIS3_EEEEE7get_ptrEv _ZN2yb6ResultINSt3__14pairINS_12RefCntBufferENS_5SliceEEEE7get_ptrEv Line | Count | Source | 225 | 3.60M | auto get_ptr() { | 226 | 3.60M | #ifndef NDEBUG | 227 | 3.60M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 3.60M | #endif | 229 | 3.60M | StatusCheck(success_); | 230 | 3.60M | return Traits::GetPtr(&value_); | 231 | 3.60M | } |
_ZN2yb6ResultINSt3__16vectorINS_6master22TablegroupIdentifierPBENS1_9allocatorIS4_EEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultINSt3__110shared_ptrIKNS_6client27VersionedTablePartitionListEEEE7get_ptrEv Line | Count | Source | 225 | 85.4k | auto get_ptr() { | 226 | 85.4k | #ifndef NDEBUG | 227 | 85.4k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 85.4k | #endif | 229 | 85.4k | StatusCheck(success_); | 230 | 85.4k | return Traits::GetPtr(&value_); | 231 | 85.4k | } |
_ZN2yb6ResultINS_6client11YBTableTypeEE7get_ptrEv Line | Count | Source | 225 | 152k | auto get_ptr() { | 226 | 152k | #ifndef NDEBUG | 227 | 152k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 152k | #endif | 229 | 152k | StatusCheck(success_); | 230 | 152k | return Traits::GetPtr(&value_); | 231 | 152k | } |
_ZN2yb6ResultINS_6client24TransactionStatusTabletsEE7get_ptrEv Line | Count | Source | 225 | 2.01k | auto get_ptr() { | 226 | 2.01k | #ifndef NDEBUG | 227 | 2.01k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 2.01k | #endif | 229 | 2.01k | StatusCheck(success_); | 230 | 2.01k | return Traits::GetPtr(&value_); | 231 | 2.01k | } |
_ZN2yb6ResultINSt3__16vectorINS_5docdb14PrimitiveValueENS1_9allocatorIS4_EEEEE7get_ptrEv Line | Count | Source | 225 | 9.00M | auto get_ptr() { | 226 | 9.00M | #ifndef NDEBUG | 227 | 9.00M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 9.00M | #endif | 229 | 9.00M | StatusCheck(success_); | 230 | 9.00M | return Traits::GetPtr(&value_); | 231 | 9.00M | } |
_ZN2yb6ResultIRKNS_13QLTableColumnEE7get_ptrEv Line | Count | Source | 225 | 6.78M | auto get_ptr() { | 226 | 6.78M | #ifndef NDEBUG | 227 | 6.78M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 6.78M | #endif | 229 | 6.78M | StatusCheck(success_); | 230 | 6.78M | return Traits::GetPtr(&value_); | 231 | 6.78M | } |
_ZN2yb6ResultINS_16UsePrivateIpModeEE7get_ptrEv Line | Count | Source | 225 | 580k | auto get_ptr() { | 226 | 580k | #ifndef NDEBUG | 227 | 580k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 580k | #endif | 229 | 580k | StatusCheck(success_); | 230 | 580k | return Traits::GetPtr(&value_); | 231 | 580k | } |
_ZN2yb6ResultINS_5docdb12ParsedIntentEE7get_ptrEv Line | Count | Source | 225 | 30.7M | auto get_ptr() { | 226 | 30.7M | #ifndef NDEBUG | 227 | 30.7M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 30.7M | #endif | 229 | 30.7M | StatusCheck(success_); | 230 | 30.7M | return Traits::GetPtr(&value_); | 231 | 30.7M | } |
_ZN2yb6ResultINS_10WaitPolicyEE7get_ptrEv Line | Count | Source | 225 | 314 | auto get_ptr() { | 226 | 314 | #ifndef NDEBUG | 227 | 314 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 314 | #endif | 229 | 314 | StatusCheck(success_); | 230 | 314 | return Traits::GetPtr(&value_); | 231 | 314 | } |
docdb.cc:_ZN2yb6ResultINS_5docdb12_GLOBAL__N_125DetermineKeysToLockResultEE7get_ptrEv Line | Count | Source | 225 | 1.74M | auto get_ptr() { | 226 | 1.74M | #ifndef NDEBUG | 227 | 1.74M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 1.74M | #endif | 229 | 1.74M | StatusCheck(success_); | 230 | 1.74M | return Traits::GetPtr(&value_); | 231 | 1.74M | } |
_ZN2yb6ResultIN7rocksdb14FilterDecisionEE7get_ptrEv Line | Count | Source | 225 | 20.5M | auto get_ptr() { | 226 | 20.5M | #ifndef NDEBUG | 227 | 20.5M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 20.5M | #endif | 229 | 20.5M | StatusCheck(success_); | 230 | 20.5M | return Traits::GetPtr(&value_); | 231 | 20.5M | } |
Unexecuted instantiation: _ZN2yb6ResultIN5boost8optionalINS_17StronglyTypedUuidINS_17TransactionId_TagEEEEEE7get_ptrEv _ZN2yb6ResultINSt3__110unique_ptrINS_5docdb17SubDocumentReaderENS1_14default_deleteIS4_EEEEE7get_ptrEv Line | Count | Source | 225 | 257M | auto get_ptr() { | 226 | 257M | #ifndef NDEBUG | 227 | 257M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 257M | #endif | 229 | 257M | StatusCheck(success_); | 230 | 257M | return Traits::GetPtr(&value_); | 231 | 257M | } |
_ZN2yb6ResultIN7rocksdb15CompressionTypeEE7get_ptrEv Line | Count | Source | 225 | 430k | auto get_ptr() { | 226 | 430k | #ifndef NDEBUG | 227 | 430k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 430k | #endif | 229 | 430k | StatusCheck(success_); | 230 | 430k | return Traits::GetPtr(&value_); | 231 | 430k | } |
_ZN2yb6ResultINS_14CommitMetadataEE7get_ptrEv Line | Count | Source | 225 | 117k | auto get_ptr() { | 226 | 117k | #ifndef NDEBUG | 227 | 117k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 117k | #endif | 229 | 117k | StatusCheck(success_); | 230 | 117k | return Traits::GetPtr(&value_); | 231 | 117k | } |
intent_aware_iterator.cc:_ZN2yb6ResultINS_5docdb12_GLOBAL__N_129DecodeStrongWriteIntentResultEE7get_ptrEv Line | Count | Source | 225 | 17.3M | auto get_ptr() { | 226 | 17.3M | #ifndef NDEBUG | 227 | 17.3M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 17.3M | #endif | 229 | 17.3M | StatusCheck(success_); | 230 | 17.3M | return Traits::GetPtr(&value_); | 231 | 17.3M | } |
_ZN2yb6ResultINS_5docdb6DocKeyEE7get_ptrEv Line | Count | Source | 225 | 3.11M | auto get_ptr() { | 226 | 3.11M | #ifndef NDEBUG | 227 | 3.11M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 3.11M | #endif | 229 | 3.11M | StatusCheck(success_); | 230 | 3.11M | return Traits::GetPtr(&value_); | 231 | 3.11M | } |
_ZN2yb6ResultINS_5docdb10RedisValueEE7get_ptrEv Line | Count | Source | 225 | 74.0k | auto get_ptr() { | 226 | 74.0k | #ifndef NDEBUG | 227 | 74.0k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 74.0k | #endif | 229 | 74.0k | StatusCheck(success_); | 230 | 74.0k | return Traits::GetPtr(&value_); | 231 | 74.0k | } |
_ZN2yb6ResultINS_13RedisDataTypeEE7get_ptrEv Line | Count | Source | 225 | 57.6k | auto get_ptr() { | 226 | 57.6k | #ifndef NDEBUG | 227 | 57.6k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 57.6k | #endif | 229 | 57.6k | StatusCheck(success_); | 230 | 57.6k | return Traits::GetPtr(&value_); | 231 | 57.6k | } |
_ZN2yb6ResultIN5boost8optionalINS_5docdb10ExpirationEEEE7get_ptrEv Line | Count | Source | 225 | 132 | auto get_ptr() { | 226 | 132 | #ifndef NDEBUG | 227 | 132 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 132 | #endif | 229 | 132 | StatusCheck(success_); | 230 | 132 | return Traits::GetPtr(&value_); | 231 | 132 | } |
_ZN2yb6ResultIPNS_5docdb11SubDocumentEE7get_ptrEv Line | Count | Source | 225 | 242M | auto get_ptr() { | 226 | 242M | #ifndef NDEBUG | 227 | 242M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 242M | #endif | 229 | 242M | StatusCheck(success_); | 230 | 242M | return Traits::GetPtr(&value_); | 231 | 242M | } |
subdoc_reader.cc:_ZN2yb6ResultIPNS_5docdb12_GLOBAL__N_129ScopedDocDbRowContextWithDataEE7get_ptrEv Line | Count | Source | 225 | 29.2M | auto get_ptr() { | 226 | 29.2M | #ifndef NDEBUG | 227 | 29.2M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 29.2M | #endif | 229 | 29.2M | StatusCheck(success_); | 230 | 29.2M | return Traits::GetPtr(&value_); | 231 | 29.2M | } |
subdoc_reader.cc:_ZN2yb6ResultINSt3__110unique_ptrINS_5docdb12_GLOBAL__N_112DocDbRowDataENS1_14default_deleteIS5_EEEEE7get_ptrEv Line | Count | Source | 225 | 247M | auto get_ptr() { | 226 | 247M | #ifndef NDEBUG | 227 | 247M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 247M | #endif | 229 | 247M | StatusCheck(success_); | 230 | 247M | return Traits::GetPtr(&value_); | 231 | 247M | } |
_ZN2yb6ResultINS_5docdb22TransactionStatusCache19GetCommitDataResultEE7get_ptrEv Line | Count | Source | 225 | 57.2k | auto get_ptr() { | 226 | 57.2k | #ifndef NDEBUG | 227 | 57.2k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 57.2k | #endif | 229 | 57.2k | StatusCheck(success_); | 230 | 57.2k | return Traits::GetPtr(&value_); | 231 | 57.2k | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairImbEEE7get_ptrEv _ZN2yb6ResultI13scoped_refptrINS_6pggate11PgTableDescEEE7get_ptrEv Line | Count | Source | 225 | 7.05M | auto get_ptr() { | 226 | 7.05M | #ifndef NDEBUG | 227 | 7.05M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 7.05M | #endif | 229 | 7.05M | StatusCheck(success_); | 230 | 7.05M | return Traits::GetPtr(&value_); | 231 | 7.05M | } |
_ZN2yb6ResultINS_6pggate12PgApiContext15MessengerHolderEE7get_ptrEv Line | Count | Source | 225 | 1.65k | auto get_ptr() { | 226 | 1.65k | #ifndef NDEBUG | 227 | 1.65k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 1.65k | #endif | 229 | 1.65k | StatusCheck(success_); | 230 | 1.65k | return Traits::GetPtr(&value_); | 231 | 1.65k | } |
_ZN2yb6ResultINSt3__14pairIjjEEE7get_ptrEv Line | Count | Source | 225 | 380 | auto get_ptr() { | 226 | 380 | #ifndef NDEBUG | 227 | 380 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 380 | #endif | 229 | 380 | StatusCheck(success_); | 230 | 380 | return Traits::GetPtr(&value_); | 231 | 380 | } |
_ZN2yb6ResultINSt3__110shared_ptrIKPKhEEE7get_ptrEv Line | Count | Source | 225 | 3.45M | auto get_ptr() { | 226 | 3.45M | #ifndef NDEBUG | 227 | 3.45M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 3.45M | #endif | 229 | 3.45M | StatusCheck(success_); | 230 | 3.45M | return Traits::GetPtr(&value_); | 231 | 3.45M | } |
_ZN2yb6ResultINS_6master26GetNamespaceInfoResponsePBEE7get_ptrEv Line | Count | Source | 225 | 1.61k | auto get_ptr() { | 226 | 1.61k | #ifndef NDEBUG | 227 | 1.61k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 1.61k | #endif | 229 | 1.61k | StatusCheck(success_); | 230 | 1.61k | return Traits::GetPtr(&value_); | 231 | 1.61k | } |
_ZN2yb6ResultIRNS_6pggate8PgColumnEE7get_ptrEv Line | Count | Source | 225 | 17.6M | auto get_ptr() { | 226 | 17.6M | #ifndef NDEBUG | 227 | 17.6M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 17.6M | #endif | 229 | 17.6M | StatusCheck(success_); | 230 | 17.6M | return Traits::GetPtr(&value_); | 231 | 17.6M | } |
_ZN2yb6ResultINS_17StronglyTypedBoolINS_6pggate15RequestSent_TagEEEE7get_ptrEv Line | Count | Source | 225 | 2.69M | auto get_ptr() { | 226 | 2.69M | #ifndef NDEBUG | 227 | 2.69M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 2.69M | #endif | 229 | 2.69M | StatusCheck(success_); | 230 | 2.69M | return Traits::GetPtr(&value_); | 231 | 2.69M | } |
_ZN2yb6ResultINS_5docdb14PrimitiveValueEE7get_ptrEv 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 | } |
_ZN2yb6ResultINSt3__18functionIFNS_5docdb6DocKeyERKNS1_6vectorINS3_14PrimitiveValueENS1_9allocatorIS6_EEEEEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultINSt3__14listINS_6pggate11PgDocResultENS1_9allocatorIS4_EEEEE7get_ptrEv Line | Count | Source | 225 | 1.19M | auto get_ptr() { | 226 | 1.19M | #ifndef NDEBUG | 227 | 1.19M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 1.19M | #endif | 229 | 1.19M | StatusCheck(success_); | 230 | 1.19M | return Traits::GetPtr(&value_); | 231 | 1.19M | } |
_ZN2yb6ResultINS_6pggate13PerformFutureEE7get_ptrEv Line | Count | Source | 225 | 2.74M | auto get_ptr() { | 226 | 2.74M | #ifndef NDEBUG | 227 | 2.74M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 2.74M | #endif | 229 | 2.74M | StatusCheck(success_); | 230 | 2.74M | return Traits::GetPtr(&value_); | 231 | 2.74M | } |
_ZN2yb6ResultIN5boost10shared_ptrINS1_9date_time14time_zone_baseINS1_10posix_time5ptimeEcEEEEE7get_ptrEv Line | Count | Source | 225 | 1.33k | auto get_ptr() { | 226 | 1.33k | #ifndef NDEBUG | 227 | 1.33k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 1.33k | #endif | 229 | 1.33k | StatusCheck(success_); | 230 | 1.33k | return Traits::GetPtr(&value_); | 231 | 1.33k | } |
_ZN2yb6ResultIN6icu_6717GregorianCalendarEE7get_ptrEv Line | Count | Source | 225 | 34 | auto get_ptr() { | 226 | 34 | #ifndef NDEBUG | 227 | 34 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 34 | #endif | 229 | 34 | StatusCheck(success_); | 230 | 34 | return Traits::GetPtr(&value_); | 231 | 34 | } |
_ZN2yb6ResultI7statvfsE7get_ptrEv Line | Count | Source | 225 | 100k | auto get_ptr() { | 226 | 100k | #ifndef NDEBUG | 227 | 100k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 100k | #endif | 229 | 100k | StatusCheck(success_); | 230 | 100k | return Traits::GetPtr(&value_); | 231 | 100k | } |
_ZN2yb6ResultINS_14ResourceLimitsEE7get_ptrEv Line | Count | Source | 225 | 20.6k | auto get_ptr() { | 226 | 20.6k | #ifndef NDEBUG | 227 | 20.6k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 20.6k | #endif | 229 | 20.6k | StatusCheck(success_); | 230 | 20.6k | return Traits::GetPtr(&value_); | 231 | 20.6k | } |
_ZN2yb6ResultINSt3__14pairIxmEEE7get_ptrEv Line | Count | Source | 225 | 2.76G | auto get_ptr() { | 226 | 2.76G | #ifndef NDEBUG | 227 | 2.76G | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 2.76G | #endif | 229 | 2.76G | StatusCheck(success_); | 230 | 2.76G | return Traits::GetPtr(&value_); | 231 | 2.76G | } |
net_util.cc:_ZN2yb6ResultINSt3__110unique_ptrI8addrinfoNS_12_GLOBAL__N_115AddrinfoDeleterEEEE7get_ptrEv Line | Count | Source | 225 | 23.1k | auto get_ptr() { | 226 | 23.1k | #ifndef NDEBUG | 227 | 23.1k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 23.1k | #endif | 229 | 23.1k | StatusCheck(success_); | 230 | 23.1k | return Traits::GetPtr(&value_); | 231 | 23.1k | } |
_ZN2yb6ResultIPvE7get_ptrEv Line | Count | Source | 225 | 13.2k | auto get_ptr() { | 226 | 13.2k | #ifndef NDEBUG | 227 | 13.2k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 13.2k | #endif | 229 | 13.2k | StatusCheck(success_); | 230 | 13.2k | return Traits::GetPtr(&value_); | 231 | 13.2k | } |
_ZN2yb6ResultINSt3__16vectorIPcNS1_9allocatorIS3_EEEEE7get_ptrEv Line | Count | Source | 225 | 5.86k | auto get_ptr() { | 226 | 5.86k | #ifndef NDEBUG | 227 | 5.86k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 5.86k | #endif | 229 | 5.86k | StatusCheck(success_); | 230 | 5.86k | return Traits::GetPtr(&value_); | 231 | 5.86k | } |
_ZN2yb6ResultINS_10Subprocess10ChildPipesEE7get_ptrEv Line | Count | Source | 225 | 5.86k | auto get_ptr() { | 226 | 5.86k | #ifndef NDEBUG | 227 | 5.86k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 5.86k | #endif | 229 | 5.86k | StatusCheck(success_); | 230 | 5.86k | return Traits::GetPtr(&value_); | 231 | 5.86k | } |
_ZN2yb6ResultIP3DIRE7get_ptrEv Line | Count | Source | 225 | 5.86k | auto get_ptr() { | 226 | 5.86k | #ifndef NDEBUG | 227 | 5.86k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 5.86k | #endif | 229 | 5.86k | StatusCheck(success_); | 230 | 5.86k | return Traits::GetPtr(&value_); | 231 | 5.86k | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorIiNS1_9allocatorIiEEEEE7get_ptrEv _ZN2yb6ResultINS_3rpc18ProcessCallsResultEE7get_ptrEv Line | Count | Source | 225 | 170M | auto get_ptr() { | 226 | 170M | #ifndef NDEBUG | 227 | 170M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 170M | #endif | 229 | 170M | StatusCheck(success_); | 230 | 170M | return Traits::GetPtr(&value_); | 231 | 170M | } |
_ZN2yb6ResultINS_3rpc18ParsedRemoteMethodEE7get_ptrEv Line | Count | Source | 225 | 3.20M | auto get_ptr() { | 226 | 3.20M | #ifndef NDEBUG | 227 | 3.20M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 3.20M | #endif | 229 | 3.20M | StatusCheck(success_); | 230 | 3.20M | return Traits::GetPtr(&value_); | 231 | 3.20M | } |
_ZN2yb6ResultIPKPKhE7get_ptrEv Line | Count | Source | 225 | 9.44M | auto get_ptr() { | 226 | 9.44M | #ifndef NDEBUG | 227 | 9.44M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 9.44M | #endif | 229 | 9.44M | StatusCheck(success_); | 230 | 9.44M | return Traits::GetPtr(&value_); | 231 | 9.44M | } |
_ZN2yb6ResultINSt3__110unique_ptrINS_3rpc6StreamENS1_14default_deleteIS4_EEEEE7get_ptrEv Line | Count | Source | 225 | 946k | auto get_ptr() { | 226 | 946k | #ifndef NDEBUG | 227 | 946k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 946k | #endif | 229 | 946k | StatusCheck(success_); | 230 | 946k | return Traits::GetPtr(&value_); | 231 | 946k | } |
_ZN2yb6ResultINS_6SocketEE7get_ptrEv Line | Count | Source | 225 | 625k | auto get_ptr() { | 226 | 625k | #ifndef NDEBUG | 227 | 625k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 625k | #endif | 229 | 625k | StatusCheck(success_); | 230 | 625k | return Traits::GetPtr(&value_); | 231 | 625k | } |
_ZN2yb6ResultINS_17StronglyTypedBoolINS_3rpc18ReadBufferFull_TagEEEE7get_ptrEv Line | Count | Source | 225 | 61.8k | auto get_ptr() { | 226 | 61.8k | #ifndef NDEBUG | 227 | 61.8k | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 61.8k | #endif | 229 | 61.8k | StatusCheck(success_); | 230 | 61.8k | return Traits::GetPtr(&value_); | 231 | 61.8k | } |
secure_stream.cc:_ZN2yb6ResultINSt3__110unique_ptrI6bio_stNS_3rpc12_GLOBAL__N_17BIOFreeEEEE7get_ptrEv Line | Count | Source | 225 | 150 | auto get_ptr() { | 226 | 150 | #ifndef NDEBUG | 227 | 150 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 150 | #endif | 229 | 150 | StatusCheck(success_); | 230 | 150 | return Traits::GetPtr(&value_); | 231 | 150 | } |
_ZN2yb6ResultINSt3__110unique_ptrI7x509_stNS_3rpc6detail8X509FreeEEEE7get_ptrEv Line | Count | Source | 225 | 101 | auto get_ptr() { | 226 | 101 | #ifndef NDEBUG | 227 | 101 | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 101 | #endif | 229 | 101 | StatusCheck(success_); | 230 | 101 | return Traits::GetPtr(&value_); | 231 | 101 | } |
_ZN2yb6ResultINSt3__110unique_ptrI11evp_pkey_stNS_3rpc6detail12EVP_PKEYFreeEEEE7get_ptrEv 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 | } |
_ZN2yb6ResultIPhE7get_ptrEv Line | Count | Source | 225 | 39.5M | auto get_ptr() { | 226 | 39.5M | #ifndef NDEBUG | 227 | 39.5M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 39.5M | #endif | 229 | 39.5M | StatusCheck(success_); | 230 | 39.5M | return Traits::GetPtr(&value_); | 231 | 39.5M | } |
_ZN2yb6ResultINS_12RefCntBufferEE7get_ptrEv Line | Count | Source | 225 | 19.6M | auto get_ptr() { | 226 | 19.6M | #ifndef NDEBUG | 227 | 19.6M | StatusCheck(ANNOTATE_UNPROTECTED_READ(success_checked_)); | 228 | 19.6M | #endif | 229 | 19.6M | StatusCheck(success_); | 230 | 19.6M | return Traits::GetPtr(&value_); | 231 | 19.6M | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairIiiEEE7get_ptrEv |
232 | | |
233 | 12 | CHECKED_STATUS MoveTo(typename Traits::Pointer value) { |
234 | 12 | if (!ok()) { |
235 | 0 | return status(); |
236 | 0 | } |
237 | 12 | *value = std::move(**this); |
238 | 12 | return Status::OK(); |
239 | 12 | } Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrINS_6client8YBClientENS1_14default_deleteIS4_EEEEE6MoveToEPS7_ _ZN2yb6ResultINSt3__110unique_ptrINS_3rpc9MessengerENS1_14default_deleteIS4_EEEEE6MoveToEPS7_ Line | Count | Source | 233 | 12 | CHECKED_STATUS MoveTo(typename Traits::Pointer value) { | 234 | 12 | if (!ok()) { | 235 | 0 | return status(); | 236 | 0 | } | 237 | 12 | *value = std::move(**this); | 238 | 12 | return Status::OK(); | 239 | 12 | } |
|
240 | | |
241 | 278 | std::string ToString() const { |
242 | 256 | return ok() ? AsString(**this) : status().ToString(); |
243 | 278 | } Unexecuted instantiation: _ZNK2yb6ResultINSt3__110shared_ptrINS_6client11YBqlWriteOpEEEE8ToStringEv Unexecuted instantiation: _ZNK2yb6ResultINSt3__16vectorINS_4OpIdENS1_9allocatorIS3_EEEEE8ToStringEv _ZNK2yb6ResultIbE8ToStringEv Line | Count | Source | 241 | 256 | std::string ToString() const { | 242 | 256 | return ok() ? AsString(**this) : status().ToString(); | 243 | 256 | } |
Unexecuted instantiation: _ZNK2yb6ResultI13scoped_refptrINS_6master9TableInfoEEE8ToStringEv Unexecuted instantiation: _ZNK2yb6ResultINSt3__16vectorI13scoped_refptrINS_6master10TabletInfoEENS1_9allocatorIS6_EEEEE8ToStringEv _ZNK2yb6ResultImE8ToStringEv Line | Count | Source | 241 | 1 | std::string ToString() const { | 242 | 1 | return ok() ? AsString(**this) : status().ToString(); | 243 | 1 | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_6master13SysRowEntriesEE8ToStringEv Unexecuted instantiation: _ZNK2yb6ResultINS_23TransactionStatusResultEE8ToStringEv _ZNK2yb6ResultINS_10HybridTimeEE8ToStringEv Line | Count | Source | 241 | 1 | std::string ToString() const { | 242 | 1 | return ok() ? AsString(**this) : status().ToString(); | 243 | 1 | } |
Unexecuted instantiation: _ZNK2yb6ResultINS_6master30GetLoadBalancerStateResponsePBEE8ToStringEv Unexecuted instantiation: _ZNK2yb6ResultI13scoped_refptrINS_6client8internal12RemoteTabletEEE8ToStringEv _ZNK2yb6ResultINS_17StronglyTypedUuidINS_17TransactionId_TagEEEE8ToStringEv Line | Count | Source | 241 | 20 | std::string ToString() const { | 242 | 20 | return ok() ? AsString(**this) : status().ToString(); | 243 | 20 | } |
Unexecuted instantiation: _ZNK2yb6ResultIRKNS_12ColumnSchemaEE8ToStringEv Unexecuted instantiation: _ZNK2yb6ResultINS_3rpc18ProcessCallsResultEE8ToStringEv |
244 | | |
245 | 10.6G | ~Result() { |
246 | 10.6G | if (success_) { |
247 | 10.5G | Traits::Destroy(&value_); |
248 | 58.8M | } else { |
249 | 58.8M | status_.~Status(); |
250 | 58.8M | } |
251 | 10.6G | } Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrIN7rocksdb22RandomAccessFileReaderENS1_14default_deleteIS4_EEEEED2Ev _ZN2yb6ResultINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEED2Ev Line | Count | Source | 245 | 2.97M | ~Result() { | 246 | 2.98M | if (success_) { | 247 | 2.98M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 2.97M | } |
Unexecuted instantiation: _ZN2yb6ResultINS_5tools17DataPatcherActionEED2Ev Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrIN7rocksdb11TableReaderENS1_14default_deleteIS4_EEEEED2Ev Line | Count | Source | 245 | 40.5M | ~Result() { | 246 | 40.5M | if (success_) { | 247 | 40.4M | Traits::Destroy(&value_); | 248 | 5.92k | } else { | 249 | 5.92k | status_.~Status(); | 250 | 5.92k | } | 251 | 40.5M | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrIN7rocksdb18WritableFileWriterENS1_14default_deleteIS4_EEEEED2Ev _ZN2yb6ResultINS_10HybridTimeEED2Ev Line | Count | Source | 245 | 52.4M | ~Result() { | 246 | 52.4M | if (success_) { | 247 | 52.3M | Traits::Destroy(&value_); | 248 | 99.4k | } else { | 249 | 99.4k | status_.~Status(); | 250 | 99.4k | } | 251 | 52.4M | } |
_ZN2yb6ResultINS_13DocHybridTimeEED2Ev Line | Count | Source | 245 | 345M | ~Result() { | 246 | 345M | if (success_) { | 247 | 345M | Traits::Destroy(&value_); | 248 | 90.9k | } else { | 249 | 90.9k | status_.~Status(); | 250 | 90.9k | } | 251 | 345M | } |
Unexecuted instantiation: _ZN2yb6ResultIPcED2Ev _ZN2yb6ResultINS_9MonoDeltaEED2Ev Line | Count | Source | 245 | 113 | ~Result() { | 246 | 113 | if (success_) { | 247 | 113 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 113 | } |
_ZN2yb6ResultINSt3__110unique_ptrINS_6client8YBClientENS1_14default_deleteIS4_EEEEED2Ev Line | Count | Source | 245 | 30.4k | ~Result() { | 246 | 30.4k | if (success_) { | 247 | 22.8k | Traits::Destroy(&value_); | 248 | 7.59k | } else { | 249 | 7.59k | status_.~Status(); | 250 | 7.59k | } | 251 | 30.4k | } |
_ZN2yb6ResultI13scoped_refptrINS_3log18ReadableLogSegmentEEED2Ev Line | Count | Source | 245 | 9.20k | ~Result() { | 246 | 9.20k | if (success_) { | 247 | 9.20k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 9.20k | } |
_ZN2yb6ResultINSt3__16vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEEED2Ev Line | Count | Source | 245 | 101k | ~Result() { | 246 | 101k | if (success_) { | 247 | 101k | Traits::Destroy(&value_); | 248 | 1 | } else { | 249 | 1 | status_.~Status(); | 250 | 1 | } | 251 | 101k | } |
_ZN2yb6ResultINS_8HostPortEED2Ev Line | Count | Source | 245 | 54.0k | ~Result() { | 246 | 54.0k | if (success_) { | 247 | 54.0k | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 54.0k | } |
_ZN2yb6ResultIN9rapidjson15GenericDocumentINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEES6_EEED2Ev Line | Count | Source | 245 | 108 | ~Result() { | 246 | 108 | if (success_) { | 247 | 107 | Traits::Destroy(&value_); | 248 | 1 | } else { | 249 | 1 | status_.~Status(); | 250 | 1 | } | 251 | 108 | } |
_ZN2yb6ResultINS_6client11YBTableNameEED2Ev Line | Count | Source | 245 | 1.17k | ~Result() { | 246 | 1.17k | if (success_) { | 247 | 1.17k | Traits::Destroy(&value_); | 248 | 2 | } else { | 249 | 2 | status_.~Status(); | 250 | 2 | } | 251 | 1.17k | } |
Line | Count | Source | 245 | 1.99G | ~Result() { | 246 | 1.99G | if (success_) { | 247 | 1.99G | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 1.99G | } |
Line | Count | Source | 245 | 4.95M | ~Result() { | 246 | 4.95M | if (success_) { | 247 | 4.95M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 4.95M | } |
Unexecuted instantiation: yb-admin_cli.cc:_ZN2yb6ResultINSt3__14pairIiNS_10EnumBitSetINS_5tools12_GLOBAL__N_116ListTabletsFlagsEEEEEED2Ev _ZN2yb6ResultINS_5tools18TypedNamespaceNameEED2Ev Line | Count | Source | 245 | 1 | ~Result() { | 246 | 1 | if (success_) { | 247 | 1 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 1 | } |
Unexecuted instantiation: yb-admin_cli.cc:_ZN2yb6ResultINSt3__14pairIiNS_10EnumBitSetINS_5tools12_GLOBAL__N_110AddIndexesEEEEEED2Ev Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairIibEEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_5tools17TableNameResolverEED2Ev _ZN2yb6ResultINSt3__16vectorINS_6client11YBTableNameENS1_9allocatorIS4_EEEEED2Ev Line | Count | Source | 245 | 170 | ~Result() { | 246 | 170 | if (success_) { | 247 | 170 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 170 | } |
Line | Count | Source | 245 | 2.89G | ~Result() { | 246 | 2.89G | if (success_) { | 247 | 2.89G | Traits::Destroy(&value_); | 248 | 1.29M | } else { | 249 | 1.29M | status_.~Status(); | 250 | 1.29M | } | 251 | 2.89G | } |
Unexecuted instantiation: _ZN2yb6ResultINS_17StronglyTypedUuidINS_28TxnSnapshotRestorationId_TagEEEED2Ev Line | Count | Source | 245 | 12.3k | ~Result() { | 246 | 12.3k | if (success_) { | 247 | 12.3k | Traits::Destroy(&value_); | 248 | 53 | } else { | 249 | 53 | status_.~Status(); | 250 | 53 | } | 251 | 12.3k | } |
Unexecuted instantiation: _ZN2yb6ResultINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEEED2Ev _ZN2yb6ResultINSt3__110unique_ptrINS_3rpc9MessengerENS1_14default_deleteIS4_EEEEED2Ev Line | Count | Source | 245 | 22.8k | ~Result() { | 246 | 22.8k | if (success_) { | 247 | 22.8k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 22.8k | } |
Unexecuted instantiation: _ZN2yb6ResultIaED2Ev Unexecuted instantiation: _ZN2yb6ResultIsED2Ev _ZN2yb6ResultINS_9TimestampEED2Ev Line | Count | Source | 245 | 1.36k | ~Result() { | 246 | 1.36k | if (success_) { | 247 | 1.33k | Traits::Destroy(&value_); | 248 | 36 | } else { | 249 | 36 | status_.~Status(); | 250 | 36 | } | 251 | 1.36k | } |
Unexecuted instantiation: _ZN2yb6ResultINS_6master13MasterOptionsEED2Ev _ZN2yb6ResultINSt3__110unique_ptrINS_3rpc13SecureContextENS1_14default_deleteIS4_EEEEED2Ev Line | Count | Source | 245 | 16.1k | ~Result() { | 246 | 16.1k | if (success_) { | 247 | 16.1k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 16.1k | } |
_ZN2yb6ResultINS_5SliceEED2Ev Line | Count | Source | 245 | 45.6M | ~Result() { | 246 | 45.6M | if (success_) { | 247 | 45.6M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 45.6M | } |
_ZN2yb6ResultINSt3__16vectorINS_8HostPortENS1_9allocatorIS3_EEEEED2Ev Line | Count | Source | 245 | 35.7k | ~Result() { | 246 | 35.7k | if (success_) { | 247 | 35.7k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 35.7k | } |
_ZN2yb6ResultINS_9pgwrapper13PgProcessConfEED2Ev Line | Count | Source | 245 | 904 | ~Result() { | 246 | 904 | if (success_) { | 247 | 904 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 904 | } |
_ZN2yb6ResultINS_7tserver19TabletServerOptionsEED2Ev Line | Count | Source | 245 | 461 | ~Result() { | 246 | 461 | if (success_) { | 247 | 461 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 461 | } |
_ZN2yb6ResultINS_4util6VarIntEED2Ev Line | Count | Source | 245 | 11.4k | ~Result() { | 246 | 11.4k | if (success_) { | 247 | 11.4k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 11.4k | } |
Line | Count | Source | 245 | 43.0M | ~Result() { | 246 | 43.0M | if (success_) { | 247 | 43.0M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 43.0M | } |
_ZN2yb6ResultINS_4UuidEED2Ev Line | Count | Source | 245 | 23.3M | ~Result() { | 246 | 23.3M | if (success_) { | 247 | 23.3M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 23.3M | } |
_ZN2yb6ResultIN5boost4asio2ip7addressEED2Ev Line | Count | Source | 245 | 1.22M | ~Result() { | 246 | 1.22M | if (success_) { | 247 | 1.17M | Traits::Destroy(&value_); | 248 | 46.6k | } else { | 249 | 46.6k | status_.~Status(); | 250 | 46.6k | } | 251 | 1.22M | } |
_ZN2yb6ResultIPNS_6master10MiniMasterEED2Ev Line | Count | Source | 245 | 6.21k | ~Result() { | 246 | 6.21k | if (success_) { | 247 | 6.21k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 6.21k | } |
Unexecuted instantiation: _ZN2yb6ResultINS_17StronglyTypedUuidINS_17TxnSnapshotId_TagEEEED2Ev _ZN2yb6ResultINSt3__110shared_ptrINS_6client11YBqlWriteOpEEEED2Ev Line | Count | Source | 245 | 22.5k | ~Result() { | 246 | 22.5k | if (success_) { | 247 | 22.5k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 22.5k | } |
_ZN2yb6ResultINS_6tablet19ScopedReadOperationEED2Ev Line | Count | Source | 245 | 4.87M | ~Result() { | 246 | 4.87M | if (success_) { | 247 | 4.87M | Traits::Destroy(&value_); | 248 | 416 | } else { | 249 | 416 | status_.~Status(); | 250 | 416 | } | 251 | 4.87M | } |
Unexecuted instantiation: _ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master14SnapshotInfoPBEEEED2Ev Unexecuted instantiation: _ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master40ImportSnapshotMetaResponsePB_TableMetaPBEEEED2Ev _ZN2yb6ResultINSt3__110shared_ptrINS_6client7YBTableEEEED2Ev Line | Count | Source | 245 | 1.46M | ~Result() { | 246 | 1.46M | if (success_) { | 247 | 1.46M | Traits::Destroy(&value_); | 248 | 92 | } else { | 249 | 92 | status_.~Status(); | 250 | 92 | } | 251 | 1.46M | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorI13scoped_refptrINS_6client8internal12RemoteTabletEENS1_9allocatorIS7_EEEEED2Ev _ZN2yb6ResultI13scoped_refptrINS_6client8internal12RemoteTabletEEED2Ev Line | Count | Source | 245 | 23.3M | ~Result() { | 246 | 23.3M | if (success_) { | 247 | 23.3M | Traits::Destroy(&value_); | 248 | 4.14k | } else { | 249 | 4.14k | status_.~Status(); | 250 | 4.14k | } | 251 | 23.3M | } |
_ZN2yb6ResultINSt3__16vectorINS_6client14YBTabletServerENS1_9allocatorIS4_EEEEED2Ev Line | Count | Source | 245 | 2 | ~Result() { | 246 | 2 | if (success_) { | 247 | 2 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 2 | } |
Unexecuted instantiation: ql-dml-test.cc:_ZN2yb6ResultINS_6client12_GLOBAL__N_18RowValueEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_7QLValueEED2Ev Line | Count | Source | 245 | 385M | ~Result() { | 246 | 385M | if (success_) { | 247 | 342M | Traits::Destroy(&value_); | 248 | 42.7M | } else { | 249 | 42.7M | status_.~Status(); | 250 | 42.7M | } | 251 | 385M | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairINS1_6vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS7_IS9_EEEENS1_13unordered_setIS9_NS1_4hashIS9_EENS1_8equal_toIS9_EESA_EEEEED2Ev _ZN2yb6ResultI13scoped_refptrINS_6master9TableInfoEEED2Ev Line | Count | Source | 245 | 437k | ~Result() { | 246 | 437k | if (success_) { | 247 | 434k | Traits::Destroy(&value_); | 248 | 3.27k | } else { | 249 | 3.27k | status_.~Status(); | 250 | 3.27k | } | 251 | 437k | } |
_ZN2yb6ResultINSt3__16vectorI13scoped_refptrINS_6master10TabletInfoEENS1_9allocatorIS6_EEEEED2Ev Line | Count | Source | 245 | 410k | ~Result() { | 246 | 410k | if (success_) { | 247 | 410k | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 410k | } |
_ZN2yb6ResultINS_16IndexPermissionsEED2Ev Line | Count | Source | 245 | 1.62k | ~Result() { | 246 | 1.62k | if (success_) { | 247 | 1.07k | Traits::Destroy(&value_); | 248 | 547 | } else { | 249 | 547 | status_.~Status(); | 250 | 547 | } | 251 | 1.62k | } |
_ZN2yb6ResultINS_6tablet10DocDbOpIdsEED2Ev Line | Count | Source | 245 | 3.71M | ~Result() { | 246 | 3.71M | if (success_) { | 247 | 3.71M | Traits::Destroy(&value_); | 248 | 1 | } else { | 249 | 1 | status_.~Status(); | 250 | 1 | } | 251 | 3.71M | } |
_ZN2yb6ResultINS_4OpIdEED2Ev Line | Count | Source | 245 | 25.4M | ~Result() { | 246 | 25.4M | if (success_) { | 247 | 25.4M | Traits::Destroy(&value_); | 248 | 9 | } else { | 249 | 9 | status_.~Status(); | 250 | 9 | } | 251 | 25.4M | } |
Unexecuted instantiation: _ZN2yb6ResultINS_7tserver30GetTransactionStatusResponsePBEED2Ev _ZN2yb6ResultINSt3__110shared_ptrINS_6client13YBTransactionEEEED2Ev Line | Count | Source | 245 | 149k | ~Result() { | 246 | 149k | if (success_) { | 247 | 149k | Traits::Destroy(&value_); | 248 | 2 | } else { | 249 | 2 | status_.~Status(); | 250 | 2 | } | 251 | 149k | } |
_ZN2yb6ResultINS_22ChildTransactionDataPBEED2Ev Line | Count | Source | 245 | 329k | ~Result() { | 246 | 329k | if (success_) { | 247 | 329k | Traits::Destroy(&value_); | 248 | 36 | } else { | 249 | 36 | status_.~Status(); | 250 | 36 | } | 251 | 329k | } |
_ZN2yb6ResultINS_6client20ChildTransactionDataEED2Ev Line | Count | Source | 245 | 14.6k | ~Result() { | 246 | 14.6k | if (success_) { | 247 | 14.6k | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 14.6k | } |
_ZN2yb6ResultINS_24ChildTransactionResultPBEED2Ev Line | Count | Source | 245 | 14.5k | ~Result() { | 246 | 14.5k | if (success_) { | 247 | 14.5k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 14.5k | } |
_ZN2yb6ResultINS_19TransactionMetadataEED2Ev Line | Count | Source | 245 | 2.28M | ~Result() { | 246 | 2.28M | if (success_) { | 247 | 2.28M | Traits::Destroy(&value_); | 248 | 63 | } else { | 249 | 63 | status_.~Status(); | 250 | 63 | } | 251 | 2.28M | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__13mapIiiNS1_4lessIiEENS1_9allocatorINS1_4pairIKiiEEEEEEED2Ev Unexecuted instantiation: _ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master22SnapshotScheduleInfoPBEEEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_6client16PagingReadCountsEED2Ev _ZN2yb6ResultINS_22PlacementInfoConverter9PlacementEED2Ev Line | Count | Source | 245 | 11 | ~Result() { | 246 | 11 | if (success_) { | 247 | 1 | Traits::Destroy(&value_); | 248 | 10 | } else { | 249 | 10 | status_.~Status(); | 250 | 10 | } | 251 | 11 | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_9consensus4PeerEEEED2Ev Line | Count | Source | 245 | 69.5k | ~Result() { | 246 | 69.5k | if (success_) { | 247 | 69.5k | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 69.5k | } |
_ZN2yb6ResultINS_9consensus13ReadOpsResultEED2Ev Line | Count | Source | 245 | 20.4M | ~Result() { | 246 | 20.4M | if (success_) { | 247 | 20.4M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 20.4M | } |
_ZN2yb6ResultINSt3__16vectorINS_4OpIdENS1_9allocatorIS3_EEEEED2Ev Line | Count | Source | 245 | 198 | ~Result() { | 246 | 198 | if (success_) { | 247 | 153 | Traits::Destroy(&value_); | 248 | 45 | } else { | 249 | 45 | status_.~Status(); | 250 | 45 | } | 251 | 198 | } |
_ZN2yb6ResultINSt3__16vectorI13scoped_refptrINS_3log18ReadableLogSegmentEENS1_9allocatorIS6_EEEEED2Ev Line | Count | Source | 245 | 30 | ~Result() { | 246 | 30 | if (success_) { | 247 | 30 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 30 | } |
_ZN2yb6ResultIRKNS_12ColumnSchemaEED2Ev Line | Count | Source | 245 | 21.4M | ~Result() { | 246 | 21.4M | if (success_) { | 247 | 21.4M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 21.4M | } |
Unexecuted instantiation: _ZN2yb6ResultIN5boost8optionalINS_5docdb11SubDocumentEEEED2Ev _ZN2yb6ResultINS_17StronglyTypedUuidINS_17TransactionId_TagEEEED2Ev Line | Count | Source | 245 | 16.5M | ~Result() { | 246 | 16.5M | if (success_) { | 247 | 16.5M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 16.5M | } |
_ZN2yb6ResultINS_5docdb22RateLimiterSharingModeEED2Ev Line | Count | Source | 245 | 5.81k | ~Result() { | 246 | 5.81k | if (success_) { | 247 | 5.81k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 5.81k | } |
_ZN2yb6ResultINS_5docdb14FetchKeyResultEED2Ev Line | Count | Source | 245 | 294M | ~Result() { | 246 | 294M | if (success_) { | 247 | 294M | Traits::Destroy(&value_); | 248 | 1.21k | } else { | 249 | 1.21k | status_.~Status(); | 250 | 1.21k | } | 251 | 294M | } |
_ZN2yb6ResultINSt3__110unique_ptrINS_10encryption23BlockAccessCipherStreamENS1_14default_deleteIS4_EEEEED2Ev Line | Count | Source | 245 | 95 | ~Result() { | 246 | 95 | if (success_) { | 247 | 95 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 95 | } |
_ZN2yb6ResultINS_6master13BackfillJobPBEED2Ev Line | Count | Source | 245 | 1.39k | ~Result() { | 246 | 1.39k | if (success_) { | 247 | 1.16k | Traits::Destroy(&value_); | 248 | 226 | } else { | 249 | 226 | status_.~Status(); | 250 | 226 | } | 251 | 1.39k | } |
_ZN2yb6ResultINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS1_10unique_ptrINS_5itest14TServerDetailsENS1_14default_deleteISB_EEEENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SE_EEEEEEED2Ev Line | Count | Source | 245 | 147 | ~Result() { | 246 | 147 | if (success_) { | 247 | 147 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 147 | } |
_ZN2yb6ResultINS_16CassandraSessionEED2Ev Line | Count | Source | 245 | 227 | ~Result() { | 246 | 227 | if (success_) { | 247 | 174 | Traits::Destroy(&value_); | 248 | 53 | } else { | 249 | 53 | status_.~Status(); | 250 | 53 | } | 251 | 227 | } |
_ZN2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE11cass_bool_tfdixS8_EEEED2Ev Line | Count | Source | 245 | 1 | ~Result() { | 246 | 1 | if (success_) { | 247 | 1 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 1 | } |
_ZN2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_13CassandraJsonEEEEED2Ev Line | Count | Source | 245 | 4 | ~Result() { | 246 | 4 | if (success_) { | 247 | 4 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 4 | } |
_ZN2yb6ResultINS_6client11YBTableInfoEED2Ev Line | Count | Source | 245 | 47 | ~Result() { | 246 | 47 | if (success_) { | 247 | 44 | Traits::Destroy(&value_); | 248 | 3 | } else { | 249 | 3 | status_.~Status(); | 250 | 3 | } | 251 | 47 | } |
_ZN2yb6ResultINS_17CassandraPreparedEED2Ev Line | Count | Source | 245 | 621 | ~Result() { | 246 | 621 | if (success_) { | 247 | 621 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 621 | } |
_ZN2yb6ResultINS_15CassandraResultEED2Ev Line | Count | Source | 245 | 161 | ~Result() { | 246 | 161 | if (success_) { | 247 | 158 | Traits::Destroy(&value_); | 248 | 3 | } else { | 249 | 3 | status_.~Status(); | 250 | 3 | } | 251 | 161 | } |
_ZN2yb6ResultINSt3__15tupleIJ11cass_bool_tiNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiS9_EEEED2Ev Line | Count | Source | 245 | 4 | ~Result() { | 246 | 4 | if (success_) { | 247 | 4 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 4 | } |
_ZN2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEdEEEED2Ev Line | Count | Source | 245 | 2 | ~Result() { | 246 | 2 | if (success_) { | 247 | 2 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 2 | } |
_ZN2yb6ResultINSt3__15tupleIJidEEEED2Ev Line | Count | Source | 245 | 2 | ~Result() { | 246 | 2 | if (success_) { | 247 | 2 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 2 | } |
_ZN2yb6ResultINSt3__15tupleIJxdEEEED2Ev 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 | } |
_ZN2yb6ResultINSt3__15tupleIJ11cass_bool_tdEEEED2Ev Line | Count | Source | 245 | 2 | ~Result() { | 246 | 2 | if (success_) { | 247 | 2 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 2 | } |
_ZN2yb6ResultINSt3__15tupleIJfdEEEED2Ev Line | Count | Source | 245 | 2 | ~Result() { | 246 | 2 | if (success_) { | 247 | 2 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 2 | } |
_ZN2yb6ResultINSt3__15tupleIJddEEEED2Ev 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 | } |
_ZN2yb6ResultINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEidEEEED2Ev 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 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_6master28GetCDCDBStreamInfoResponsePBEED2Ev Unexecuted instantiation: _ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master15CDCStreamInfoPBEEEED2Ev _ZN2yb6ResultINSt3__16vectorINS_6master21NamespaceIdentifierPBENS1_9allocatorIS4_EEEEED2Ev Line | Count | Source | 245 | 4.40k | ~Result() { | 246 | 4.40k | if (success_) { | 247 | 4.40k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 4.40k | } |
_ZN2yb6ResultINSt3__16vectorINS_7tserver42ListTabletsForTabletServerResponsePB_EntryENS1_9allocatorIS4_EEEEED2Ev Line | Count | Source | 245 | 892 | ~Result() { | 246 | 892 | if (success_) { | 247 | 892 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 892 | } |
_ZN2yb6ResultINSt3__16vectorIjNS1_9allocatorIjEEEEED2Ev Line | Count | Source | 245 | 14 | ~Result() { | 246 | 14 | if (success_) { | 247 | 14 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 14 | } |
_ZN2yb6ResultINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiNS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_iEEEEEEED2Ev Line | Count | Source | 245 | 15 | ~Result() { | 246 | 15 | if (success_) { | 247 | 15 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 15 | } |
_ZN2yb6ResultIPNS_14ExternalMasterEED2Ev Line | Count | Source | 245 | 1 | ~Result() { | 246 | 1 | if (success_) { | 247 | 1 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 1 | } |
Unexecuted instantiation: _ZN2yb6ResultIPNS_6master16CatalogManagerIfEED2Ev _ZN2yb6ResultINSt3__14pairIttEEED2Ev Line | Count | Source | 245 | 22 | ~Result() { | 246 | 22 | if (success_) { | 247 | 22 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 22 | } |
_ZN2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6tablet10TabletPeerEEENS1_9allocatorIS6_EEEEED2Ev Line | Count | Source | 245 | 3 | ~Result() { | 246 | 3 | if (success_) { | 247 | 3 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 3 | } |
Line | Count | Source | 245 | 2.03M | ~Result() { | 246 | 2.03M | if (success_) { | 247 | 2.03M | Traits::Destroy(&value_); | 248 | 5 | } else { | 249 | 5 | status_.~Status(); | 250 | 5 | } | 251 | 2.03M | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_6tablet10TabletPeerEEEED2Ev Line | Count | Source | 245 | 165k | ~Result() { | 246 | 165k | if (success_) { | 247 | 165k | Traits::Destroy(&value_); | 248 | 6 | } else { | 249 | 6 | status_.~Status(); | 250 | 6 | } | 251 | 165k | } |
_ZN2yb6ResultI13scoped_refptrINS_6master10TabletInfoEEED2Ev Line | Count | Source | 245 | 114 | ~Result() { | 246 | 114 | if (success_) { | 247 | 114 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 114 | } |
_ZN2yb6ResultINS_7tserver21GetSplitKeyResponsePBEED2Ev Line | Count | Source | 245 | 1 | ~Result() { | 246 | 1 | if (success_) { | 247 | 1 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 1 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_7tserver21SplitTabletResponsePBEED2Ev _ZN2yb6ResultINSt3__16vectorINS_7tserver39ListTabletsResponsePB_StatusAndSchemaPBENS1_9allocatorIS4_EEEEED2Ev Line | Count | Source | 245 | 4 | ~Result() { | 246 | 4 | if (success_) { | 247 | 4 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 4 | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6client7YBTableEEENS1_9allocatorIS6_EEEEED2Ev Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairINS1_10shared_ptrINS_6client9YBSessionEEENS3_INS4_13YBTransactionEEEEEED2Ev Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrI9pg_resultNS_9pgwrapper13PGResultClearEEEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_9pgwrapper6PGConnEED2Ev Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrINS_11MiniClusterENS1_14default_deleteIS3_EEEEED2Ev _ZN2yb6ResultIPNS_6master12TSDescriptorEED2Ev Line | Count | Source | 245 | 351k | ~Result() { | 246 | 351k | if (success_) { | 247 | 253k | Traits::Destroy(&value_); | 248 | 97.5k | } else { | 249 | 97.5k | status_.~Status(); | 250 | 97.5k | } | 251 | 351k | } |
Line | Count | Source | 245 | 3 | ~Result() { | 246 | 3 | if (success_) { | 247 | 3 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 3 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_10EnumBitSetINS_9pgwrapper14IndexStateFlagEEEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_6master17TabletLocationsPBEED2Ev Unexecuted instantiation: pg_libpq-test.cc:_ZN2yb6ResultINS_9pgwrapper12_GLOBAL__N_114TableGroupInfoEED2Ev _ZN2yb6ResultIN7rocksdb17FileNumbersHolderEED2Ev Line | Count | Source | 245 | 221k | ~Result() { | 246 | 221k | if (success_) { | 247 | 221k | Traits::Destroy(&value_); | 248 | 159 | } else { | 249 | 159 | status_.~Status(); | 250 | 159 | } | 251 | 221k | } |
_ZN2yb6ResultINSt3__110unique_ptrIN7rocksdb2DBENS1_14default_deleteIS4_EEEEED2Ev Line | Count | Source | 245 | 144 | ~Result() { | 246 | 144 | if (success_) { | 247 | 144 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 144 | } |
_ZN2yb6ResultIPN7rocksdb14SstFileManagerEED2Ev Line | Count | Source | 245 | 11 | ~Result() { | 246 | 11 | if (success_) { | 247 | 11 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 11 | } |
_ZN2yb6ResultINSt3__16vectorIN7rocksdb16LiveFileMetaDataENS1_9allocatorIS4_EEEEED2Ev Line | Count | Source | 245 | 6 | ~Result() { | 246 | 6 | if (success_) { | 247 | 6 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 6 | } |
_ZN2yb6ResultIN5boost9container12small_vectorI5iovecLm4EvvEEED2Ev Line | Count | Source | 245 | 74.6M | ~Result() { | 246 | 74.6M | if (success_) { | 247 | 74.6M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 74.6M | } |
_ZN2yb6ResultIN5boost4asio2ip14basic_endpointINS3_3tcpEEEED2Ev Line | Count | Source | 245 | 918 | ~Result() { | 246 | 918 | if (success_) { | 247 | 915 | Traits::Destroy(&value_); | 248 | 3 | } else { | 249 | 3 | status_.~Status(); | 250 | 3 | } | 251 | 918 | } |
_ZN2yb6ResultI13scoped_refptrINS_6MetricEEED2Ev Line | Count | Source | 245 | 75 | ~Result() { | 246 | 75 | if (success_) { | 247 | 75 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 75 | } |
_ZN2yb6ResultI13scoped_refptrINS_9HistogramEEED2Ev Line | Count | Source | 245 | 2 | ~Result() { | 246 | 2 | if (success_) { | 247 | 2 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 2 | } |
_ZN2yb6ResultI13scoped_refptrINS_7CounterEEED2Ev Line | Count | Source | 245 | 73 | ~Result() { | 246 | 73 | if (success_) { | 247 | 73 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 73 | } |
_ZN2yb6ResultINSt3__110unique_ptrINS_5docdb20YQLRowwiseIteratorIfENS1_14default_deleteIS4_EEEEED2Ev Line | Count | Source | 245 | 1.78M | ~Result() { | 246 | 1.78M | if (success_) { | 247 | 1.78M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 1.78M | } |
_ZN2yb6ResultINSt3__16vectorINS_5QLRowENS1_9allocatorIS3_EEEEED2Ev Line | Count | Source | 245 | 13 | ~Result() { | 246 | 13 | if (success_) { | 247 | 13 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 13 | } |
_ZN2yb6ResultI13scoped_refptrINS_6tablet17RaftGroupMetadataEEED2Ev Line | Count | Source | 245 | 95.7k | ~Result() { | 246 | 95.7k | if (success_) { | 247 | 89.4k | Traits::Destroy(&value_); | 248 | 6.39k | } else { | 249 | 6.39k | status_.~Status(); | 250 | 6.39k | } | 251 | 95.7k | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_6tablet6TabletEEEED2Ev Line | Count | Source | 245 | 6 | ~Result() { | 246 | 6 | if (success_) { | 247 | 6 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 6 | } |
_ZN2yb6ResultINS_12PhysicalTimeEED2Ev Line | Count | Source | 245 | 101M | ~Result() { | 246 | 101M | if (success_) { | 247 | 101M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 101M | } |
Unexecuted instantiation: _ZN2yb6ResultIRN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEED2Ev Unexecuted instantiation: _ZN2yb6ResultIRKN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEED2Ev Unexecuted instantiation: _ZN2yb6ResultIPNS_6master17MasterBackupProxyEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_6master23ListSnapshotsResponsePBEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_6master24SysSnapshotEntryPB_StateEED2Ev _ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6master17TabletLocationsPBEEEED2Ev 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 | } |
_ZN2yb6ResultINS_10encryption20FileEncryptionStatusEED2Ev Line | Count | Source | 245 | 1.90M | ~Result() { | 246 | 1.90M | if (success_) { | 247 | 1.90M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 1.90M | } |
_ZN2yb6ResultINSt3__110unique_ptrINS_10encryption16EncryptionParamsENS1_14default_deleteIS4_EEEEED2Ev Line | Count | Source | 245 | 140 | ~Result() { | 246 | 140 | if (success_) { | 247 | 140 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 140 | } |
_ZN2yb6ResultINS_12OneWayBitmapEED2Ev Line | Count | Source | 245 | 3.46k | ~Result() { | 246 | 3.46k | if (success_) { | 247 | 3.46k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 3.46k | } |
_ZN2yb6ResultINS_10StackTraceEED2Ev Line | Count | Source | 245 | 8.17k | ~Result() { | 246 | 8.17k | if (success_) { | 247 | 4.08k | Traits::Destroy(&value_); | 248 | 4.09k | } else { | 249 | 4.09k | status_.~Status(); | 250 | 4.09k | } | 251 | 8.17k | } |
_ZN2yb6ResultI13scoped_refptrINS_6ThreadEEED2Ev Line | Count | Source | 245 | 100k | ~Result() { | 246 | 100k | if (success_) { | 247 | 100k | Traits::Destroy(&value_); | 248 | 21 | } else { | 249 | 21 | status_.~Status(); | 250 | 21 | } | 251 | 100k | } |
_ZN2yb6ResultIRNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEED2Ev Line | Count | Source | 245 | 9 | ~Result() { | 246 | 9 | if (success_) { | 247 | 7 | Traits::Destroy(&value_); | 248 | 2 | } else { | 249 | 2 | status_.~Status(); | 250 | 2 | } | 251 | 9 | } |
_ZN2yb6ResultIRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEED2Ev Line | Count | Source | 245 | 92 | ~Result() { | 246 | 92 | if (success_) { | 247 | 92 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 92 | } |
_ZN2yb6ResultINSt3__110unique_ptrIiNS1_14default_deleteIiEEEEED2Ev Line | Count | Source | 245 | 6 | ~Result() { | 246 | 6 | if (success_) { | 247 | 5 | Traits::Destroy(&value_); | 248 | 1 | } else { | 249 | 1 | status_.~Status(); | 250 | 1 | } | 251 | 6 | } |
_ZN2yb6ResultIRKNS_4test21NonCopyableNonMovableEED2Ev Line | Count | Source | 245 | 1 | ~Result() { | 246 | 1 | if (success_) { | 247 | 1 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 1 | } |
_ZN2yb6ResultINS_4test11MoveCounterEED2Ev Line | Count | Source | 245 | 1 | ~Result() { | 246 | 1 | if (success_) { | 247 | 1 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 1 | } |
_ZN2yb6ResultINS_19SharedMemorySegmentEED2Ev Line | Count | Source | 245 | 13.2k | ~Result() { | 246 | 13.2k | if (success_) { | 247 | 13.2k | Traits::Destroy(&value_); | 248 | 7 | } else { | 249 | 7 | status_.~Status(); | 250 | 7 | } | 251 | 13.2k | } |
_ZN2yb6ResultINS_18SharedMemoryObjectINS_4util4DataEEEED2Ev Line | Count | Source | 245 | 7 | ~Result() { | 246 | 7 | if (success_) { | 247 | 6 | Traits::Destroy(&value_); | 248 | 1 | } else { | 249 | 1 | status_.~Status(); | 250 | 1 | } | 251 | 7 | } |
_ZN2yb6ResultINS_17StronglyTypedUuidINS_4util12TestUuid_TagEEEED2Ev Line | Count | Source | 245 | 3 | ~Result() { | 246 | 3 | if (success_) { | 247 | 2 | Traits::Destroy(&value_); | 248 | 1 | } else { | 249 | 1 | status_.~Status(); | 250 | 1 | } | 251 | 3 | } |
_ZN2yb6ResultINS_14UnsignedIntSetIjEEED2Ev Line | Count | Source | 245 | 3.04M | ~Result() { | 246 | 3.04M | if (success_) { | 247 | 3.04M | Traits::Destroy(&value_); | 248 | 6 | } else { | 249 | 6 | status_.~Status(); | 250 | 6 | } | 251 | 3.04M | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_6client11TableHandleEEEED2Ev Line | Count | Source | 245 | 619 | ~Result() { | 246 | 619 | if (success_) { | 247 | 619 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 619 | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_3cdc14StreamMetadataEEEED2Ev Line | Count | Source | 245 | 323 | ~Result() { | 246 | 323 | if (success_) { | 247 | 322 | Traits::Destroy(&value_); | 248 | 1 | } else { | 249 | 1 | status_.~Status(); | 250 | 1 | } | 251 | 323 | } |
Unexecuted instantiation: _ZN2yb6ResultIPNS_6client8internal18RemoteTabletServerEED2Ev Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS1_4pairIymEENS1_9allocatorIS4_EEEEED2Ev Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_9consensus12ReplicateMsgEEENS1_9allocatorIS6_EEEEED2Ev _ZN2yb6ResultINS_23TransactionStatusResultEED2Ev Line | Count | Source | 245 | 4.02M | ~Result() { | 246 | 4.02M | if (success_) { | 247 | 1.72M | Traits::Destroy(&value_); | 248 | 2.30M | } else { | 249 | 2.30M | status_.~Status(); | 250 | 2.30M | } | 251 | 4.02M | } |
Unexecuted instantiation: _ZN2yb6ResultIN5boost9unordered13unordered_mapINS_17StronglyTypedUuidINS_17TransactionId_TagEEENS_23TransactionStatusResultENS1_4hashIS6_EENSt3__18equal_toIS6_EENSA_9allocatorINSA_4pairIKS6_S7_EEEEEEED2Ev _ZN2yb6ResultINS_3cdc26SetCDCCheckpointResponsePBEED2Ev Line | Count | Source | 245 | 3 | ~Result() { | 246 | 3 | if (success_) { | 247 | 3 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 3 | } |
_ZN2yb6ResultI13scoped_refptrINS_9consensus14LeaderElectionEEED2Ev Line | Count | Source | 245 | 76.8k | ~Result() { | 246 | 76.8k | if (success_) { | 247 | 75.9k | Traits::Destroy(&value_); | 248 | 896 | } else { | 249 | 896 | status_.~Status(); | 250 | 896 | } | 251 | 76.8k | } |
_ZN2yb6ResultINS_9consensus13RaftConsensus19UpdateReplicaResultEED2Ev Line | Count | Source | 245 | 10.2M | ~Result() { | 246 | 10.2M | if (success_) { | 247 | 10.2M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 10.2M | } |
_ZN2yb6ResultINS_10encryption18EncryptionParamsPBEED2Ev Line | Count | Source | 245 | 35 | ~Result() { | 246 | 35 | if (success_) { | 247 | 35 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 35 | } |
_ZN2yb6ResultINS_10encryption17UniverseKeyParamsEED2Ev Line | Count | Source | 245 | 39 | ~Result() { | 246 | 39 | if (success_) { | 247 | 39 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 39 | } |
_ZN2yb6ResultINS_10QLRowBlockEED2Ev Line | Count | Source | 245 | 1.19k | ~Result() { | 246 | 1.19k | if (success_) { | 247 | 1.19k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 1.19k | } |
_ZN2yb6ResultINS_6client11TableHandleEED2Ev Line | Count | Source | 245 | 160 | ~Result() { | 246 | 160 | if (success_) { | 247 | 159 | Traits::Destroy(&value_); | 248 | 1 | } else { | 249 | 1 | status_.~Status(); | 250 | 1 | } | 251 | 160 | } |
_ZN2yb6ResultINS_3log18FirstEntryMetadataEED2Ev Line | Count | Source | 245 | 6.18k | ~Result() { | 246 | 6.18k | if (success_) { | 247 | 6.14k | Traits::Destroy(&value_); | 248 | 40 | } else { | 249 | 40 | status_.~Status(); | 250 | 40 | } | 251 | 6.18k | } |
_ZN2yb6ResultINS_6master22AsyncGetTabletSplitKey4DataEED2Ev Line | Count | Source | 245 | 43 | ~Result() { | 246 | 43 | if (success_) { | 247 | 43 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 43 | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_6tablet9TableInfoEEEED2Ev Line | Count | Source | 245 | 8.01M | ~Result() { | 246 | 8.01M | if (success_) { | 247 | 8.01M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 8.01M | } |
_ZN2yb6ResultINS_8ColumnIdEED2Ev Line | Count | Source | 245 | 432k | ~Result() { | 246 | 432k | if (success_) { | 247 | 432k | Traits::Destroy(&value_); | 248 | 86 | } else { | 249 | 86 | status_.~Status(); | 250 | 86 | } | 251 | 432k | } |
_ZN2yb6ResultI13scoped_refptrINS_6master13NamespaceInfoEEED2Ev Line | Count | Source | 245 | 780k | ~Result() { | 246 | 780k | if (success_) { | 247 | 778k | Traits::Destroy(&value_); | 248 | 1.70k | } else { | 249 | 1.70k | status_.~Status(); | 250 | 1.70k | } | 251 | 780k | } |
_ZN2yb6ResultINSt3__113unordered_mapINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEENS1_6vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENSA_ISC_EEEEN5boost4hashIS5_EENS1_8equal_toIS5_EENSA_INS1_4pairIKS5_SE_EEEEEEED2Ev Line | Count | Source | 245 | 7.99k | ~Result() { | 246 | 7.99k | if (success_) { | 247 | 7.99k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 7.99k | } |
_ZN2yb6ResultINSt3__16vectorIN5boost4asio2ip14basic_endpointINS5_3tcpEEENS1_9allocatorIS8_EEEEED2Ev Line | Count | Source | 245 | 11.4k | ~Result() { | 246 | 11.4k | if (success_) { | 247 | 11.4k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 11.4k | } |
_ZN2yb6ResultINS_6master17ReplicationInfoPBEED2Ev Line | Count | Source | 245 | 153k | ~Result() { | 246 | 153k | if (success_) { | 247 | 153k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 153k | } |
_ZN2yb6ResultIN5boost8optionalINS_6master17ReplicationInfoPBEEEED2Ev Line | Count | Source | 245 | 185k | ~Result() { | 246 | 185k | if (success_) { | 247 | 185k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 185k | } |
_ZN2yb6ResultINSt3__110shared_ptrINS1_13unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN5boost8optionalINS_6master17ReplicationInfoPBEEENS1_4hashIS9_EENS1_8equal_toIS9_EENS7_INS1_4pairIKS9_SE_EEEEEEEEED2Ev Line | Count | Source | 245 | 1.01k | ~Result() { | 246 | 1.01k | if (success_) { | 247 | 966 | Traits::Destroy(&value_); | 248 | 50 | } else { | 249 | 50 | status_.~Status(); | 250 | 50 | } | 251 | 1.01k | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS1_13unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN5boost8optionalIS9_EENS1_4hashIS9_EENS1_8equal_toIS9_EENS7_INS1_4pairIKS9_SC_EEEEEEEEED2Ev _ZN2yb6ResultINSt3__15arrayINS_11PartitionPBELm2EEEED2Ev Line | Count | Source | 245 | 45 | ~Result() { | 246 | 45 | if (success_) { | 247 | 45 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 45 | } |
_ZN2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6master12TSDescriptorEEENS1_9allocatorIS6_EEEEED2Ev Line | Count | Source | 245 | 728 | ~Result() { | 246 | 728 | if (success_) { | 247 | 728 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 728 | } |
_ZN2yb6ResultINS_6master22TabletReplicaDriveInfoEED2Ev Line | Count | Source | 245 | 11.7M | ~Result() { | 246 | 11.7M | if (success_) { | 247 | 546k | Traits::Destroy(&value_); | 248 | 11.1M | } else { | 249 | 11.1M | status_.~Status(); | 250 | 11.1M | } | 251 | 11.7M | } |
_ZN2yb6ResultINS_6master16TableDescriptionEED2Ev Line | Count | Source | 245 | 7 | ~Result() { | 246 | 7 | if (success_) { | 247 | 7 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 7 | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_6tablet14AbstractTabletEEEED2Ev Line | Count | Source | 245 | 4.56M | ~Result() { | 246 | 4.56M | if (success_) { | 247 | 4.55M | Traits::Destroy(&value_); | 248 | 11.2k | } else { | 249 | 11.2k | status_.~Status(); | 250 | 11.2k | } | 251 | 4.56M | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_10QLRowBlockEEEED2Ev Line | Count | Source | 245 | 262k | ~Result() { | 246 | 262k | if (success_) { | 247 | 262k | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 262k | } |
_ZN2yb6ResultINS_10encryption21UniverseKeyRegistryPBEED2Ev Line | Count | Source | 245 | 15 | ~Result() { | 246 | 15 | if (success_) { | 247 | 15 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 15 | } |
_ZN2yb6ResultINSt3__16vectorINS_6master16TableDescriptionENS1_9allocatorIS4_EEEEED2Ev Line | Count | Source | 245 | 7 | ~Result() { | 246 | 7 | if (success_) { | 247 | 7 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 7 | } |
_ZN2yb6ResultIN5boost8optionalINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEEEED2Ev Line | Count | Source | 245 | 120k | ~Result() { | 246 | 120k | if (success_) { | 247 | 120k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 120k | } |
_ZN2yb6ResultINS_5docdb8KeyBytesEED2Ev Line | Count | Source | 245 | 16.0M | ~Result() { | 246 | 16.0M | if (success_) { | 247 | 16.0M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 16.0M | } |
Unexecuted instantiation: _ZN2yb6ResultIRKNS_7tserver26TabletSnapshotOpResponsePBEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_6master13SysRowEntriesEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_6tablet18CreateSnapshotDataEED2Ev Unexecuted instantiation: _ZN2yb6ResultIRNS_6master13SnapshotStateEED2Ev Unexecuted instantiation: _ZN2yb6ResultIRNS_6master21SnapshotScheduleStateEED2Ev Unexecuted instantiation: _ZN2yb6ResultIRNS_6master16RestorationStateEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_6master18SysSnapshotEntryPBEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_6master25SnapshotScheduleOptionsPBEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_6master25SnapshotScheduleOperationEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_6master13DdlLogEntryPBEED2Ev Line | Count | Source | 245 | 1.04M | ~Result() { | 246 | 1.04M | if (success_) { | 247 | 1.04M | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 1.04M | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_6master12TSDescriptorEEEED2Ev Line | Count | Source | 245 | 5.53k | ~Result() { | 246 | 5.53k | if (success_) { | 247 | 5.53k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 5.53k | } |
_ZN2yb6ResultINSt3__14pairIiNS_8DataTypeEEEED2Ev Line | Count | Source | 245 | 18.2M | ~Result() { | 246 | 18.2M | if (success_) { | 247 | 18.2M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 18.2M | } |
_ZN2yb6ResultINS_6master19YQLPartitionsVTable10TabletDataEED2Ev Line | Count | Source | 245 | 50.1k | ~Result() { | 246 | 50.1k | if (success_) { | 247 | 50.1k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 50.1k | } |
Unexecuted instantiation: _ZN2yb6ResultINS_6master16SysTablesEntryPBEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_6master19SysNamespaceEntryPBEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_6master17SysTabletsEntryPBEED2Ev Unexecuted instantiation: _ZN2yb6ResultINSt3__110shared_ptrINS_6master11CDCRpcTasksEEEED2Ev _ZN2yb6ResultIPNS_6client8YBClientEED2Ev Line | Count | Source | 245 | 285k | ~Result() { | 246 | 285k | if (success_) { | 247 | 285k | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 285k | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS1_4pairINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6client11YBTableNameEEENS7_ISC_EEEEED2Ev Unexecuted instantiation: _ZN2yb6ResultIRKNSt3__14pairIKNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master16SysTablesEntryPBEEEED2Ev _ZN2yb6ResultINS_18SharedMemoryObjectINS_7tserver17TServerSharedDataEEEED2Ev Line | Count | Source | 245 | 13.2k | ~Result() { | 246 | 13.2k | if (success_) { | 247 | 13.2k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 13.2k | } |
Unexecuted instantiation: _ZN2yb6ResultINS_6master17MasterBackupProxyEED2Ev _ZN2yb6ResultIRKNS_2ql9ParseTreeEED2Ev Line | Count | Source | 245 | 4.77M | ~Result() { | 246 | 4.77M | if (success_) { | 247 | 4.77M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 4.77M | } |
_ZN2yb6ResultINS_2ql5audit8LogEntryEED2Ev Line | Count | Source | 245 | 13.4k | ~Result() { | 246 | 13.4k | if (success_) { | 247 | 13.4k | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 13.4k | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_2ql6PTExprEEEED2Ev Line | Count | Source | 245 | 650 | ~Result() { | 246 | 650 | if (success_) { | 247 | 648 | Traits::Destroy(&value_); | 248 | 2 | } else { | 249 | 2 | status_.~Status(); | 250 | 2 | } | 251 | 650 | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_6QLTypeEEEED2Ev Line | Count | Source | 245 | 14 | ~Result() { | 246 | 14 | if (success_) { | 247 | 14 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 14 | } |
_ZN2yb6ResultIPNS_2ql16QueryPagingStateEED2Ev Line | Count | Source | 245 | 3.89M | ~Result() { | 246 | 3.89M | if (success_) { | 247 | 3.88M | Traits::Destroy(&value_); | 248 | 6.93k | } else { | 249 | 6.93k | status_.~Status(); | 250 | 6.93k | } | 251 | 3.89M | } |
_ZN2yb6ResultIPKNS_9IndexInfoEED2Ev Line | Count | Source | 245 | 54.9k | ~Result() { | 246 | 54.9k | if (success_) { | 247 | 54.6k | Traits::Destroy(&value_); | 248 | 268 | } else { | 249 | 268 | status_.~Status(); | 250 | 268 | } | 251 | 54.9k | } |
_ZN2yb6ResultIN7rocksdb18FileBoundaryValuesINS1_11InternalKeyEEEED2Ev Line | Count | Source | 245 | 71.0M | ~Result() { | 246 | 71.0M | if (success_) { | 247 | 71.0M | Traits::Destroy(&value_); | 248 | 37 | } else { | 249 | 37 | status_.~Status(); | 250 | 37 | } | 251 | 71.0M | } |
_ZN2yb6ResultIN7rocksdb10TableCache21TableReaderWithHandleEED2Ev Line | Count | Source | 245 | 6.45M | ~Result() { | 246 | 6.45M | if (success_) { | 247 | 6.45M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 6.45M | } |
_ZN2yb6ResultIN7rocksdb15BlockBasedTable13CachableEntryINS1_11IndexReaderEEEED2Ev Line | Count | Source | 245 | 11.7M | ~Result() { | 246 | 11.7M | if (success_) { | 247 | 11.7M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 11.7M | } |
_ZN2yb6ResultINSt3__110unique_ptrIN7rocksdb21MultiLevelIndexReaderENS1_14default_deleteIS4_EEEEED2Ev Line | Count | Source | 245 | 70.7k | ~Result() { | 246 | 70.7k | if (success_) { | 247 | 70.7k | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 70.7k | } |
format.cc:_ZN2yb6ResultIN7rocksdb12_GLOBAL__N_112ChecksumDataEED2Ev Line | Count | Source | 245 | 3.74M | ~Result() { | 246 | 3.74M | if (success_) { | 247 | 3.74M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 3.74M | } |
_ZN2yb6ResultINSt3__110unique_ptrINS_10encryption18UniverseKeyManagerENS1_14default_deleteIS4_EEEEED2Ev Line | Count | Source | 245 | 6 | ~Result() { | 246 | 6 | if (success_) { | 247 | 6 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 6 | } |
_ZN2yb6ResultINS_8rpc_test17TrivialResponsePBEED2Ev 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 | } |
_ZN2yb6ResultINS_3Env15FilesystemStatsEED2Ev Line | Count | Source | 245 | 38.3k | ~Result() { | 246 | 38.3k | if (success_) { | 247 | 25.0k | Traits::Destroy(&value_); | 248 | 13.3k | } else { | 249 | 13.3k | status_.~Status(); | 250 | 13.3k | } | 251 | 38.3k | } |
_ZN2yb6ResultINSt3__16vectorINS2_INS_8HostPortENS1_9allocatorIS3_EEEENS4_IS6_EEEEED2Ev Line | Count | Source | 245 | 45.7k | ~Result() { | 246 | 45.7k | if (success_) { | 247 | 44.4k | Traits::Destroy(&value_); | 248 | 1.22k | } else { | 249 | 1.22k | status_.~Status(); | 250 | 1.22k | } | 251 | 45.7k | } |
_ZN2yb6ResultIN5boost8optionalItEEED2Ev Line | Count | Source | 245 | 6.76M | ~Result() { | 246 | 6.76M | if (success_) { | 247 | 6.76M | Traits::Destroy(&value_); | 248 | 69 | } else { | 249 | 69 | status_.~Status(); | 250 | 69 | } | 251 | 6.76M | } |
Unexecuted instantiation: _ZN2yb6ResultINS_7tserver13ReadRequestPBEED2Ev _ZN2yb6ResultINSt3__13setINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS1_4lessIS8_EENS6_IS8_EEEEED2Ev Line | Count | Source | 245 | 1.11k | ~Result() { | 246 | 1.11k | if (success_) { | 247 | 1.11k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 1.11k | } |
_ZN2yb6ResultINS_7tserver21ListTabletsResponsePBEED2Ev Line | Count | Source | 245 | 3 | ~Result() { | 246 | 3 | if (success_) { | 247 | 3 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 3 | } |
_ZN2yb6ResultINS_5docdb21ApplyTransactionStateEED2Ev Line | Count | Source | 245 | 737k | ~Result() { | 246 | 737k | if (success_) { | 247 | 737k | Traits::Destroy(&value_); | 248 | 2 | } else { | 249 | 2 | status_.~Status(); | 250 | 2 | } | 251 | 737k | } |
_ZN2yb6ResultINS_6tablet29TabletScopedRWOperationPausesEED2Ev Line | Count | Source | 245 | 208k | ~Result() { | 246 | 208k | if (success_) { | 247 | 208k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 208k | } |
_ZN2yb6ResultIN7rocksdb22KeyValueEncodingFormatEED2Ev Line | Count | Source | 245 | 141k | ~Result() { | 246 | 141k | if (success_) { | 247 | 141k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 141k | } |
_ZN2yb6ResultINS_22ScopedRWOperationPauseEED2Ev Line | Count | Source | 245 | 417k | ~Result() { | 246 | 417k | if (success_) { | 247 | 417k | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 417k | } |
_ZN2yb6ResultINS_27TransactionOperationContextEED2Ev Line | Count | Source | 245 | 6.98M | ~Result() { | 246 | 6.98M | if (success_) { | 247 | 6.98M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 6.98M | } |
_ZN2yb6ResultINSt3__110unique_ptrI7pg_connNS_9pgwrapper11PGConnCloseEEEED2Ev Line | Count | Source | 245 | 235 | ~Result() { | 246 | 235 | if (success_) { | 247 | 235 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 235 | } |
_ZN2yb6ResultINS_19PgsqlBackfillSpecPBEED2Ev Line | Count | Source | 245 | 257 | ~Result() { | 246 | 257 | if (success_) { | 247 | 256 | Traits::Destroy(&value_); | 248 | 1 | } else { | 249 | 1 | status_.~Status(); | 250 | 1 | } | 251 | 257 | } |
_ZN2yb6ResultIPNS_16QLWriteRequestPBEED2Ev Line | Count | Source | 245 | 58.7k | ~Result() { | 246 | 58.7k | if (success_) { | 247 | 58.7k | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 58.7k | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_6client9YBSessionEEEED2Ev Line | Count | Source | 245 | 2.49k | ~Result() { | 246 | 2.49k | if (success_) { | 247 | 2.49k | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 2.49k | } |
_ZN2yb6ResultINS_6tablet20FixedHybridTimeLeaseEED2Ev Line | Count | Source | 245 | 33.2M | ~Result() { | 246 | 33.2M | if (success_) { | 247 | 33.2M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 33.2M | } |
_ZN2yb6ResultINS_22SubTransactionMetadataEED2Ev Line | Count | Source | 245 | 2.10M | ~Result() { | 246 | 2.10M | if (success_) { | 247 | 2.10M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 2.10M | } |
_ZN2yb6ResultINS_17StronglyTypedBoolINS_6tablet17NeedsRecovery_TagEEEED2Ev Line | Count | Source | 245 | 89.1k | ~Result() { | 246 | 89.1k | if (success_) { | 247 | 89.1k | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 89.1k | } |
_ZN2yb6ResultI13scoped_refptrINS_6tablet15OperationDriverEEED2Ev Line | Count | Source | 245 | 13.5M | ~Result() { | 246 | 13.5M | if (success_) { | 247 | 13.5M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 13.5M | } |
Unexecuted instantiation: _ZN2yb6ResultINS_5docdb23ApplyTransactionStatePBEED2Ev _ZN2yb6ResultINS_5docdb18DecodedIntentValueEED2Ev Line | Count | Source | 245 | 23.4M | ~Result() { | 246 | 23.4M | if (success_) { | 247 | 23.4M | Traits::Destroy(&value_); | 248 | 95 | } else { | 249 | 95 | status_.~Status(); | 250 | 95 | } | 251 | 23.4M | } |
_ZN2yb6ResultINS_5docdb16DecodedIntentKeyEED2Ev Line | Count | Source | 245 | 2.17M | ~Result() { | 246 | 2.17M | if (success_) { | 247 | 2.17M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 2.17M | } |
Unexecuted instantiation: _ZN2yb6ResultIRNS_6tablet19SnapshotCoordinatorEED2Ev _ZN2yb6ResultINS_14IsolationLevelEED2Ev Line | Count | Source | 245 | 1.87M | ~Result() { | 246 | 1.87M | if (success_) { | 247 | 1.87M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 1.87M | } |
_ZN2yb6ResultINS_5docdb30PrepareDocWriteOperationResultEED2Ev Line | Count | Source | 245 | 1.74M | ~Result() { | 246 | 1.74M | if (success_) { | 247 | 1.74M | Traits::Destroy(&value_); | 248 | 37 | } else { | 249 | 37 | status_.~Status(); | 250 | 37 | } | 251 | 1.74M | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorIyNS1_9allocatorIyEEEEED2Ev _ZN2yb6ResultIRNS_7tserver15PgClientSessionEED2Ev Line | Count | Source | 245 | 933k | ~Result() { | 246 | 933k | if (success_) { | 247 | 933k | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 933k | } |
_ZN2yb6ResultINS_7tserver21PgClientSessionLockerEED2Ev Line | Count | Source | 245 | 932k | ~Result() { | 246 | 932k | if (success_) { | 247 | 932k | Traits::Destroy(&value_); | 248 | 3 | } else { | 249 | 3 | status_.~Status(); | 250 | 3 | } | 251 | 932k | } |
_ZN2yb6ResultINSt3__16vectorINS_6client27YBTabletServerPlacementInfoENS1_9allocatorIS4_EEEEED2Ev Line | Count | Source | 245 | 4 | ~Result() { | 246 | 4 | if (success_) { | 247 | 4 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 4 | } |
_ZN2yb6ResultINSt3__16vectorINS1_10shared_ptrINS_6client9YBPgsqlOpEEENS1_9allocatorIS6_EEEEED2Ev Line | Count | Source | 245 | 775k | ~Result() { | 246 | 775k | if (success_) { | 247 | 775k | Traits::Destroy(&value_); | 248 | 5 | } else { | 249 | 5 | status_.~Status(); | 250 | 5 | } | 251 | 775k | } |
_ZN2yb6ResultIPKNS_19TransactionMetadataEED2Ev Line | Count | Source | 245 | 201k | ~Result() { | 246 | 201k | if (success_) { | 247 | 201k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 201k | } |
_ZN2yb6ResultIPNS_6client9YBSessionEED2Ev Line | Count | Source | 245 | 774k | ~Result() { | 246 | 775k | if (success_) { | 247 | 775k | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 774k | } |
_ZN2yb6ResultINS_7tserver16TabletPeerTabletEED2Ev Line | Count | Source | 245 | 29.0M | ~Result() { | 246 | 29.0M | if (success_) { | 247 | 28.9M | Traits::Destroy(&value_); | 248 | 108k | } else { | 249 | 108k | status_.~Status(); | 250 | 108k | } | 251 | 29.0M | } |
_ZN2yb6ResultINS_7tserver16LeaderTabletPeerEED2Ev Line | Count | Source | 245 | 2.88M | ~Result() { | 246 | 2.88M | if (success_) { | 247 | 2.81M | Traits::Destroy(&value_); | 248 | 62.2k | } else { | 249 | 62.2k | status_.~Status(); | 250 | 62.2k | } | 251 | 2.88M | } |
_ZN2yb6ResultINS_14ReadHybridTimeEED2Ev Line | Count | Source | 245 | 18.5M | ~Result() { | 246 | 18.5M | if (success_) { | 247 | 18.5M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 18.5M | } |
_ZN2yb6ResultIN6google8protobuf16RepeatedPtrFieldINS_6tablet6FilePBEEEED2Ev Line | Count | Source | 245 | 1.33k | ~Result() { | 246 | 1.33k | if (success_) { | 247 | 1.33k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 1.33k | } |
_ZN2yb6ResultINSt3__110shared_ptrINS_9consensus13RaftConsensusEEEED2Ev Line | Count | Source | 245 | 10.4M | ~Result() { | 246 | 10.4M | if (success_) { | 247 | 10.4M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 10.4M | } |
_ZN2yb6ResultI13scoped_refptrINS_7tserver27TransitionInProgressDeleterEEED2Ev Line | Count | Source | 245 | 82.2k | ~Result() { | 246 | 82.2k | if (success_) { | 247 | 82.2k | Traits::Destroy(&value_); | 248 | 2 | } else { | 249 | 2 | status_.~Status(); | 250 | 2 | } | 251 | 82.2k | } |
_ZN2yb6ResultINS_16UsePrivateIpModeEED2Ev Line | Count | Source | 245 | 590k | ~Result() { | 246 | 590k | if (success_) { | 247 | 590k | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 590k | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__110unique_ptrINS_7tserver10enterprise11CDCConsumerENS1_14default_deleteIS5_EEEEED2Ev _ZN2yb6ResultINSt3__110unique_ptrINS_7tserver16MiniTabletServerENS1_14default_deleteIS4_EEEEED2Ev Line | Count | Source | 245 | 35 | ~Result() { | 246 | 35 | if (success_) { | 247 | 35 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 35 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_6master21ListMastersResponsePBEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_9consensus24LeaderStepDownResponsePBEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_9consensus27RunLeaderElectionResponsePBEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_9consensus22ChangeConfigResponsePBEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_6master25DumpMasterStateResponsePBEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_6master28GetLoadMovePercentResponsePBEED2Ev _ZN2yb6ResultINS_6master28GetTabletLocationsResponsePBEED2Ev Line | Count | Source | 245 | 30 | ~Result() { | 246 | 30 | if (success_) { | 247 | 30 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 30 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_6master27ListTabletServersResponsePBEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_7tserver24GetLogLocationResponsePBEED2Ev Unexecuted instantiation: _ZN2yb6ResultIRKNSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master21NamespaceIdentifierPBENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SA_EEEEEEED2Ev _ZN2yb6ResultINS_6master37LaunchBackfillIndexForTableResponsePBEED2Ev Line | Count | Source | 245 | 2 | ~Result() { | 246 | 2 | if (success_) { | 247 | 2 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 2 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_7tserver36ListTabletsForTabletServerResponsePBEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_6master33ChangeLoadBalancerStateResponsePBEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_6master30GetLoadBalancerStateResponsePBEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_6master25FlushSysCatalogResponsePBEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_6master27CompactSysCatalogResponsePBEED2Ev _ZN2yb6ResultINS_6master29IsMasterLeaderReadyResponsePBEED2Ev Line | Count | Source | 245 | 23 | ~Result() { | 246 | 23 | if (success_) { | 247 | 23 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 23 | } |
_ZN2yb6ResultINS_6master32GetMasterClusterConfigResponsePBEED2Ev Line | Count | Source | 245 | 46 | ~Result() { | 246 | 46 | if (success_) { | 247 | 32 | Traits::Destroy(&value_); | 248 | 14 | } else { | 249 | 14 | status_.~Status(); | 250 | 14 | } | 251 | 46 | } |
_ZN2yb6ResultINS_6master35ChangeMasterClusterConfigResponsePBEED2Ev Line | Count | Source | 245 | 32 | ~Result() { | 246 | 32 | if (success_) { | 247 | 32 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 32 | } |
Unexecuted instantiation: _ZN2yb6ResultINS_6master22IsInitDbDoneResponsePBEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_7tserver21UpgradeYsqlResponsePBEED2Ev Unexecuted instantiation: _ZN2yb6ResultINS_6master21SplitTabletResponsePBEED2Ev cql_processor.cc:_ZN2yb6ResultINSt3__110unique_ptrI4ldapNS_9cqlserver12_GLOBAL__N_111LDAPDeleterEEEED2Ev Line | Count | Source | 245 | 64 | ~Result() { | 246 | 64 | if (success_) { | 247 | 64 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 64 | } |
_ZN2yb6ResultIPNS_9cqlserver12CQLProcessorEED2Ev Line | Count | Source | 245 | 4.73M | ~Result() { | 246 | 4.73M | if (success_) { | 247 | 4.72M | Traits::Destroy(&value_); | 248 | 4.22k | } else { | 249 | 4.22k | status_.~Status(); | 250 | 4.22k | } | 251 | 4.73M | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorINS_10HostPortPBENS1_9allocatorIS3_EEEEED2Ev _ZN2yb6ResultINSt3__14pairINS_12RefCntBufferENS_5SliceEEEED2Ev Line | Count | Source | 245 | 3.60M | ~Result() { | 246 | 3.60M | if (success_) { | 247 | 3.60M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 3.60M | } |
_ZN2yb6ResultINSt3__16vectorINS_6master22TablegroupIdentifierPBENS1_9allocatorIS4_EEEEED2Ev Line | Count | Source | 245 | 1 | ~Result() { | 246 | 1 | if (success_) { | 247 | 1 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 1 | } |
_ZN2yb6ResultINSt3__110shared_ptrIKNS_6client27VersionedTablePartitionListEEEED2Ev Line | Count | Source | 245 | 341k | ~Result() { | 246 | 341k | if (success_) { | 247 | 341k | Traits::Destroy(&value_); | 248 | 152 | } else { | 249 | 152 | status_.~Status(); | 250 | 152 | } | 251 | 341k | } |
_ZN2yb6ResultINS_6client11YBTableTypeEED2Ev Line | Count | Source | 245 | 152k | ~Result() { | 246 | 152k | if (success_) { | 247 | 152k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 152k | } |
_ZN2yb6ResultIPNS_6master27GetTableLocationsResponsePBEED2Ev Line | Count | Source | 245 | 85.5k | ~Result() { | 246 | 85.5k | if (success_) { | 247 | 85.4k | Traits::Destroy(&value_); | 248 | 43 | } else { | 249 | 43 | status_.~Status(); | 250 | 43 | } | 251 | 85.5k | } |
_ZN2yb6ResultINS_6client24TransactionStatusTabletsEED2Ev Line | Count | Source | 245 | 2.01k | ~Result() { | 246 | 2.01k | if (success_) { | 247 | 2.01k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 2.01k | } |
_ZN2yb6ResultINSt3__16vectorINS_5docdb14PrimitiveValueENS1_9allocatorIS4_EEEEED2Ev Line | Count | Source | 245 | 9.00M | ~Result() { | 246 | 9.00M | if (success_) { | 247 | 9.00M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 9.00M | } |
_ZN2yb6ResultIRKNS_13QLTableColumnEED2Ev Line | Count | Source | 245 | 6.78M | ~Result() { | 246 | 6.78M | if (success_) { | 247 | 6.78M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 6.78M | } |
_ZN2yb6ResultINS_5docdb12ParsedIntentEED2Ev Line | Count | Source | 245 | 30.7M | ~Result() { | 246 | 30.7M | if (success_) { | 247 | 30.7M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 30.7M | } |
_ZN2yb6ResultINS_10WaitPolicyEED2Ev Line | Count | Source | 245 | 314 | ~Result() { | 246 | 314 | if (success_) { | 247 | 314 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 314 | } |
docdb.cc:_ZN2yb6ResultINS_5docdb12_GLOBAL__N_125DetermineKeysToLockResultEED2Ev Line | Count | Source | 245 | 1.73M | ~Result() { | 246 | 1.73M | if (success_) { | 247 | 1.73M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 1.73M | } |
_ZN2yb6ResultIN7rocksdb14FilterDecisionEED2Ev Line | Count | Source | 245 | 10.2M | ~Result() { | 246 | 10.2M | if (success_) { | 247 | 10.2M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 10.2M | } |
Unexecuted instantiation: _ZN2yb6ResultIN5boost8optionalINS_17StronglyTypedUuidINS_17TransactionId_TagEEEEEED2Ev _ZN2yb6ResultINSt3__110unique_ptrINS_5docdb17SubDocumentReaderENS1_14default_deleteIS4_EEEEED2Ev Line | Count | Source | 245 | 256M | ~Result() { | 246 | 256M | if (success_) { | 247 | 256M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 256M | } |
_ZN2yb6ResultIN7rocksdb15CompressionTypeEED2Ev Line | Count | Source | 245 | 441k | ~Result() { | 246 | 441k | if (success_) { | 247 | 441k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 441k | } |
_ZN2yb6ResultINSt3__14pairImmEEED2Ev Line | Count | Source | 245 | 44.2M | ~Result() { | 246 | 44.2M | if (success_) { | 247 | 44.2M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 44.2M | } |
_ZN2yb6ResultINS_14CommitMetadataEED2Ev Line | Count | Source | 245 | 117k | ~Result() { | 246 | 117k | if (success_) { | 247 | 117k | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 117k | } |
intent_aware_iterator.cc:_ZN2yb6ResultINS_5docdb12_GLOBAL__N_129DecodeStrongWriteIntentResultEED2Ev Line | Count | Source | 245 | 2.17M | ~Result() { | 246 | 2.17M | if (success_) { | 247 | 2.17M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 2.17M | } |
_ZN2yb6ResultINS_5docdb6DocKeyEED2Ev Line | Count | Source | 245 | 3.11M | ~Result() { | 246 | 3.11M | if (success_) { | 247 | 3.11M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 3.11M | } |
_ZN2yb6ResultINS_13RedisDataTypeEED2Ev Line | Count | Source | 245 | 57.6k | ~Result() { | 246 | 57.6k | if (success_) { | 247 | 57.6k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 57.6k | } |
_ZN2yb6ResultINS_5docdb10RedisValueEED2Ev Line | Count | Source | 245 | 37.0k | ~Result() { | 246 | 37.0k | if (success_) { | 247 | 37.0k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 37.0k | } |
_ZN2yb6ResultIN5boost8optionalINS_5docdb10ExpirationEEEED2Ev Line | Count | Source | 245 | 132 | ~Result() { | 246 | 132 | if (success_) { | 247 | 132 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 132 | } |
_ZN2yb6ResultIPNS_5docdb11SubDocumentEED2Ev Line | Count | Source | 245 | 242M | ~Result() { | 246 | 242M | if (success_) { | 247 | 242M | Traits::Destroy(&value_); | 248 | 7.47k | } else { | 249 | 7.47k | status_.~Status(); | 250 | 7.47k | } | 251 | 242M | } |
subdoc_reader.cc:_ZN2yb6ResultIPNS_5docdb12_GLOBAL__N_129ScopedDocDbRowContextWithDataEED2Ev Line | Count | Source | 245 | 29.2M | ~Result() { | 246 | 29.2M | if (success_) { | 247 | 29.2M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 29.2M | } |
subdoc_reader.cc:_ZN2yb6ResultINSt3__110unique_ptrINS_5docdb12_GLOBAL__N_112DocDbRowDataENS1_14default_deleteIS5_EEEEED2Ev Line | Count | Source | 245 | 248M | ~Result() { | 246 | 248M | if (success_) { | 247 | 248M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 248M | } |
_ZN2yb6ResultINS_5docdb22TransactionStatusCache19GetCommitDataResultEED2Ev Line | Count | Source | 245 | 57.2k | ~Result() { | 246 | 57.2k | if (success_) { | 247 | 57.2k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 57.2k | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairImbEEED2Ev _ZN2yb6ResultI12PgColumnInfoED2Ev Line | Count | Source | 245 | 27.3M | ~Result() { | 246 | 27.3M | if (success_) { | 247 | 27.3M | Traits::Destroy(&value_); | 248 | 303 | } else { | 249 | 303 | status_.~Status(); | 250 | 303 | } | 251 | 27.3M | } |
_ZN2yb6ResultI13scoped_refptrINS_6pggate11PgTableDescEEED2Ev Line | Count | Source | 245 | 6.02M | ~Result() { | 246 | 6.02M | if (success_) { | 247 | 6.02M | Traits::Destroy(&value_); | 248 | 71 | } else { | 249 | 71 | status_.~Status(); | 250 | 71 | } | 251 | 6.02M | } |
_ZN2yb6ResultINS_17StronglyTypedBoolINS_6pggate15RequestSent_TagEEEED2Ev Line | Count | Source | 245 | 2.69M | ~Result() { | 246 | 2.69M | if (success_) { | 247 | 2.69M | Traits::Destroy(&value_); | 248 | 117 | } else { | 249 | 117 | status_.~Status(); | 250 | 117 | } | 251 | 2.69M | } |
_ZN2yb6ResultINS_6pggate12PgApiContext15MessengerHolderEED2Ev Line | Count | Source | 245 | 1.65k | ~Result() { | 246 | 1.65k | if (success_) { | 247 | 1.65k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 1.65k | } |
_ZN2yb6ResultINSt3__14pairIjjEEED2Ev Line | Count | Source | 245 | 380 | ~Result() { | 246 | 380 | if (success_) { | 247 | 380 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 380 | } |
_ZN2yb6ResultINSt3__110shared_ptrIKPKhEEED2Ev Line | Count | Source | 245 | 3.45M | ~Result() { | 246 | 3.45M | if (success_) { | 247 | 3.45M | Traits::Destroy(&value_); | 248 | 8 | } else { | 249 | 8 | status_.~Status(); | 250 | 8 | } | 251 | 3.45M | } |
_ZN2yb6ResultINS_6master26GetNamespaceInfoResponsePBEED2Ev Line | Count | Source | 245 | 1.61k | ~Result() { | 246 | 1.61k | if (success_) { | 247 | 1.61k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 1.61k | } |
_ZN2yb6ResultIRNS_6pggate8PgColumnEED2Ev Line | Count | Source | 245 | 17.6M | ~Result() { | 246 | 17.6M | if (success_) { | 247 | 17.6M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 17.6M | } |
_ZN2yb6ResultINSt3__18functionIFNS_5docdb6DocKeyERKNS1_6vectorINS3_14PrimitiveValueENS1_9allocatorIS6_EEEEEEEED2Ev Line | Count | Source | 245 | 6 | ~Result() { | 246 | 6 | if (success_) { | 247 | 6 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 6 | } |
_ZN2yb6ResultINS_5docdb14PrimitiveValueEED2Ev Line | Count | Source | 245 | 27 | ~Result() { | 246 | 27 | if (success_) { | 247 | 27 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 27 | } |
_ZN2yb6ResultIRKNS_6pggate8PgColumnEED2Ev Line | Count | Source | 245 | 7.54M | ~Result() { | 246 | 7.54M | if (success_) { | 247 | 7.54M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 7.54M | } |
_ZN2yb6ResultINSt3__14listINS_6pggate11PgDocResultENS1_9allocatorIS4_EEEEED2Ev Line | Count | Source | 245 | 1.21M | ~Result() { | 246 | 1.21M | if (success_) { | 247 | 1.19M | Traits::Destroy(&value_); | 248 | 25.0k | } else { | 249 | 25.0k | status_.~Status(); | 250 | 25.0k | } | 251 | 1.21M | } |
_ZN2yb6ResultINS_6pggate13PerformFutureEED2Ev Line | Count | Source | 245 | 2.74M | ~Result() { | 246 | 2.74M | if (success_) { | 247 | 2.74M | Traits::Destroy(&value_); | 248 | 1.21k | } else { | 249 | 1.21k | status_.~Status(); | 250 | 1.21k | } | 251 | 2.74M | } |
_ZN2yb6ResultIN6icu_6717GregorianCalendarEED2Ev Line | Count | Source | 245 | 34 | ~Result() { | 246 | 34 | if (success_) { | 247 | 34 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 34 | } |
_ZN2yb6ResultIN5boost10shared_ptrINS1_9date_time14time_zone_baseINS1_10posix_time5ptimeEcEEEEED2Ev Line | Count | Source | 245 | 1.33k | ~Result() { | 246 | 1.33k | if (success_) { | 247 | 1.33k | Traits::Destroy(&value_); | 248 | 3 | } else { | 249 | 3 | status_.~Status(); | 250 | 3 | } | 251 | 1.33k | } |
_ZN2yb6ResultI7statvfsED2Ev Line | Count | Source | 245 | 38.3k | ~Result() { | 246 | 38.3k | if (success_) { | 247 | 25.0k | Traits::Destroy(&value_); | 248 | 13.3k | } else { | 249 | 13.3k | status_.~Status(); | 250 | 13.3k | } | 251 | 38.3k | } |
_ZN2yb6ResultINS_14ResourceLimitsEED2Ev Line | Count | Source | 245 | 196k | ~Result() { | 246 | 196k | if (success_) { | 247 | 196k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 196k | } |
_ZN2yb6ResultINSt3__14pairIxmEEED2Ev Line | Count | Source | 245 | 2.76G | ~Result() { | 246 | 2.76G | if (success_) { | 247 | 2.76G | Traits::Destroy(&value_); | 248 | 718k | } else { | 249 | 718k | status_.~Status(); | 250 | 718k | } | 251 | 2.76G | } |
net_util.cc:_ZN2yb6ResultINSt3__110unique_ptrI8addrinfoNS_12_GLOBAL__N_115AddrinfoDeleterEEEED2Ev Line | Count | Source | 245 | 23.1k | ~Result() { | 246 | 23.1k | if (success_) { | 247 | 23.1k | Traits::Destroy(&value_); | 248 | 29 | } else { | 249 | 29 | status_.~Status(); | 250 | 29 | } | 251 | 23.1k | } |
Line | Count | Source | 245 | 13.2k | ~Result() { | 246 | 13.2k | if (success_) { | 247 | 13.2k | Traits::Destroy(&value_); | 248 | 4 | } else { | 249 | 4 | status_.~Status(); | 250 | 4 | } | 251 | 13.2k | } |
Line | Count | Source | 245 | 5.86k | ~Result() { | 246 | 5.86k | if (success_) { | 247 | 5.86k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 5.86k | } |
_ZN2yb6ResultINSt3__16vectorIPcNS1_9allocatorIS3_EEEEED2Ev Line | Count | Source | 245 | 5.86k | ~Result() { | 246 | 5.86k | if (success_) { | 247 | 5.86k | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 5.86k | } |
_ZN2yb6ResultINS_10Subprocess10ChildPipesEED2Ev Line | Count | Source | 245 | 5.86k | ~Result() { | 246 | 5.86k | if (success_) { | 247 | 5.86k | Traits::Destroy(&value_); | 248 | 4 | } else { | 249 | 4 | status_.~Status(); | 250 | 4 | } | 251 | 5.86k | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__16vectorIiNS1_9allocatorIiEEEEED2Ev _ZN2yb6ResultINS_3rpc18ProcessCallsResultEED2Ev Line | Count | Source | 245 | 42.7M | ~Result() { | 246 | 42.7M | if (success_) { | 247 | 42.7M | Traits::Destroy(&value_); | 248 | 106 | } else { | 249 | 106 | status_.~Status(); | 250 | 106 | } | 251 | 42.7M | } |
_ZN2yb6ResultINS_3rpc18ParsedRemoteMethodEED2Ev Line | Count | Source | 245 | 3.20M | ~Result() { | 246 | 3.20M | if (success_) { | 247 | 3.20M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 3.20M | } |
Line | Count | Source | 245 | 9.45M | ~Result() { | 246 | 9.45M | if (success_) { | 247 | 9.43M | Traits::Destroy(&value_); | 248 | 25.9k | } else { | 249 | 25.9k | status_.~Status(); | 250 | 25.9k | } | 251 | 9.45M | } |
_ZN2yb6ResultINS_6SocketEED2Ev Line | Count | Source | 245 | 629k | ~Result() { | 246 | 629k | if (success_) { | 247 | 627k | Traits::Destroy(&value_); | 248 | 2.77k | } else { | 249 | 2.77k | status_.~Status(); | 250 | 2.77k | } | 251 | 629k | } |
_ZN2yb6ResultINSt3__110unique_ptrINS_3rpc6StreamENS1_14default_deleteIS4_EEEEED2Ev Line | Count | Source | 245 | 945k | ~Result() { | 246 | 945k | if (success_) { | 247 | 945k | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 945k | } |
_ZN2yb6ResultINS_17StronglyTypedBoolINS_3rpc18ReadBufferFull_TagEEEED2Ev Line | Count | Source | 245 | 94.3k | ~Result() { | 246 | 94.3k | if (success_) { | 247 | 94.3k | Traits::Destroy(&value_); | 248 | 38 | } else { | 249 | 38 | status_.~Status(); | 250 | 38 | } | 251 | 94.3k | } |
secure_stream.cc:_ZN2yb6ResultINSt3__110unique_ptrI6bio_stNS_3rpc12_GLOBAL__N_17BIOFreeEEEED2Ev Line | Count | Source | 245 | 150 | ~Result() { | 246 | 150 | if (success_) { | 247 | 150 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 150 | } |
_ZN2yb6ResultINSt3__110unique_ptrI7x509_stNS_3rpc6detail8X509FreeEEEED2Ev Line | Count | Source | 245 | 101 | ~Result() { | 246 | 101 | if (success_) { | 247 | 101 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 101 | } |
_ZN2yb6ResultINSt3__110unique_ptrI11evp_pkey_stNS_3rpc6detail12EVP_PKEYFreeEEEED2Ev Line | Count | Source | 245 | 26 | ~Result() { | 246 | 26 | if (success_) { | 247 | 26 | Traits::Destroy(&value_); | 248 | 0 | } else { | 249 | 0 | status_.~Status(); | 250 | 0 | } | 251 | 26 | } |
Line | Count | Source | 245 | 39.5M | ~Result() { | 246 | 39.5M | if (success_) { | 247 | 39.5M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 39.5M | } |
_ZN2yb6ResultINS_12RefCntBufferEED2Ev Line | Count | Source | 245 | 19.5M | ~Result() { | 246 | 19.5M | if (success_) { | 247 | 19.5M | Traits::Destroy(&value_); | 248 | 18.4E | } else { | 249 | 18.4E | status_.~Status(); | 250 | 18.4E | } | 251 | 19.5M | } |
Unexecuted instantiation: _ZN2yb6ResultINSt3__14pairIiiEEED2Ev |
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 | 133k | Status&& MoveStatus(Result<TValue>&& result) { |
274 | 133k | return std::move(result.status()); |
275 | 133k | } Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110unique_ptrIN7rocksdb22RandomAccessFileReaderENS1_14default_deleteIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_5tools17DataPatcherActionEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusIyEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 75 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 75 | return std::move(result.status()); | 275 | 75 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINS_10HybridTimeEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_13DocHybridTimeEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110unique_ptrIN7rocksdb11TableReaderENS1_14default_deleteIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110unique_ptrIN7rocksdb18WritableFileWriterENS1_14default_deleteIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIPcEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_9MonoDeltaEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusI13scoped_refptrINS_3log18ReadableLogSegmentEEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 5 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 5 | return std::move(result.status()); | 275 | 5 | } |
_ZN2yb10MoveStatusINSt3__16vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 7 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 7 | return std::move(result.status()); | 275 | 7 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINS_8HostPortEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIN9rapidjson15GenericDocumentINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEES6_EEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusINS_6client11YBTableNameEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 1 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 1 | return std::move(result.status()); | 275 | 1 | } |
_ZN2yb10MoveStatusIxEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 79 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 79 | return std::move(result.status()); | 275 | 79 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusIiEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: yb-admin_cli.cc:_ZN2yb10MoveStatusINSt3__14pairIiNS_10EnumBitSetINS_5tools12_GLOBAL__N_116ListTabletsFlagsEEEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_5tools18TypedNamespaceNameEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: yb-admin_cli.cc:_ZN2yb10MoveStatusINSt3__14pairIiNS_10EnumBitSetINS_5tools12_GLOBAL__N_110AddIndexesEEEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__14pairIibEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_5tools17TableNameResolverEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorINS_6client11YBTableNameENS1_9allocatorIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_17StronglyTypedUuidINS_28TxnSnapshotRestorationId_TagEEEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusIeEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 44 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 44 | return std::move(result.status()); | 275 | 44 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110unique_ptrINS_6client8YBClientENS1_14default_deleteIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110unique_ptrINS_3rpc9MessengerENS1_14default_deleteIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIaEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIsEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusINS_9TimestampEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 36 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 36 | return std::move(result.status()); | 275 | 36 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110unique_ptrINS_3rpc13SecureContextENS1_14default_deleteIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusINS_5SliceEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 2 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 2 | return std::move(result.status()); | 275 | 2 | } |
_ZN2yb10MoveStatusIjEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 654 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 654 | return std::move(result.status()); | 275 | 654 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINS_4util6VarIntEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusIbEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 63.9k | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 63.9k | return std::move(result.status()); | 275 | 63.9k | } |
_ZN2yb10MoveStatusINSt3__110shared_ptrINS_6client7YBTableEEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 6 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 6 | return std::move(result.status()); | 275 | 6 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusIPNS_6master10MiniMasterEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__14pairINS1_6vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS7_IS9_EEEENS1_13unordered_setIS9_NS1_4hashIS9_EENS1_8equal_toIS9_EESA_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorI13scoped_refptrINS_6master10TabletInfoEENS1_9allocatorIS6_EEEEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusI13scoped_refptrINS_6master9TableInfoEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 2.43k | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 2.43k | return std::move(result.status()); | 275 | 2.43k | } |
_ZN2yb10MoveStatusINS_4OpIdEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 1 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 1 | return std::move(result.status()); | 275 | 1 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusIN6google8protobuf16RepeatedPtrFieldINS_6master14SnapshotInfoPBEEEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusImEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 301 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 301 | return std::move(result.status()); | 275 | 301 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110unique_ptrINS_10encryption23BlockAccessCipherStreamENS1_14default_deleteIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusINS_16CassandraSessionEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 26 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 26 | return std::move(result.status()); | 275 | 26 | } |
_ZN2yb10MoveStatusINS_15CassandraResultEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 1 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 1 | return std::move(result.status()); | 275 | 1 | } |
_ZN2yb10MoveStatusIN5boost4asio2ip7addressEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 2 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 2 | return std::move(result.status()); | 275 | 2 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINS_17CassandraPreparedEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorINS_7tserver42ListTabletsForTabletServerResponsePB_EntryENS1_9allocatorIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorINS_6client14YBTabletServerENS1_9allocatorIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusINSt3__16vectorINS_4OpIdENS1_9allocatorIS3_EEEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 1 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 1 | return std::move(result.status()); | 275 | 1 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__14pairIttEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_7tserver21GetSplitKeyResponsePBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_9pgwrapper13PgProcessConfEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIPNS_6master16CatalogManagerIfEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusItEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusINS_6tablet10DocDbOpIdsEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 1 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 1 | return std::move(result.status()); | 275 | 1 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110unique_ptrI9pg_resultNS_9pgwrapper13PGResultClearEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_9pgwrapper6PGConnEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master17TabletLocationsPBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorINS_6master21NamespaceIdentifierPBENS1_9allocatorIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIdEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusI13scoped_refptrINS_6MetricEEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusI13scoped_refptrINS_6tablet17RaftGroupMetadataEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 5.83k | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 5.83k | return std::move(result.status()); | 275 | 5.83k | } |
Unexecuted instantiation: _ZN2yb10MoveStatusIRN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_12PhysicalTimeEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIRKN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIPNS_6master17MasterBackupProxyEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master23ListSnapshotsResponsePBEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusIN6google8protobuf16RepeatedPtrFieldINS_6master17TabletLocationsPBEEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 1 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 1 | return std::move(result.status()); | 275 | 1 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110shared_ptrINS_6tablet10TabletPeerEEEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusINSt3__110unique_ptrIiNS1_14default_deleteIiEEEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 1 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 1 | return std::move(result.status()); | 275 | 1 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusIRKNS_4test21NonCopyableNonMovableEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_4test11MoveCounterEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusINS_19SharedMemorySegmentEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 1 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 1 | return std::move(result.status()); | 275 | 1 | } |
_ZN2yb10MoveStatusINS_4UuidEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 2 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 2 | return std::move(result.status()); | 275 | 2 | } |
_ZN2yb10MoveStatusINSt3__110shared_ptrINS_3cdc14StreamMetadataEEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 1 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 1 | return std::move(result.status()); | 275 | 1 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusI13scoped_refptrINS_6client8internal12RemoteTabletEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIPNS_6client8internal18RemoteTabletServerEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110shared_ptrINS_6client11TableHandleEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_17StronglyTypedUuidINS_17TransactionId_TagEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorINS1_4pairIymEENS1_9allocatorIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIRKNS_12ColumnSchemaEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_9consensus13ReadOpsResultEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIN5boost9unordered13unordered_mapINS_17StronglyTypedUuidINS_17TransactionId_TagEEENS_23TransactionStatusResultENS1_4hashIS6_EENSt3__18equal_toIS6_EENSA_9allocatorINSA_4pairIKS6_S7_EEEEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorINS1_10shared_ptrINS_9consensus12ReplicateMsgEEENS1_9allocatorIS6_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110unique_ptrINS_5docdb20YQLRowwiseIteratorIfENS1_14default_deleteIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusI13scoped_refptrINS_9consensus14LeaderElectionEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 895 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 895 | return std::move(result.status()); | 275 | 895 | } |
_ZN2yb10MoveStatusINS_9consensus13RaftConsensus19UpdateReplicaResultEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 15 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 15 | return std::move(result.status()); | 275 | 15 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINS_10encryption20FileEncryptionStatusEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110unique_ptrINS_10encryption16EncryptionParamsENS1_14default_deleteIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_10encryption18EncryptionParamsPBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_10encryption17UniverseKeyParamsEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_7tserver19TabletServerOptionsEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110shared_ptrINS_6client13YBTransactionEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorINS_8HostPortENS1_9allocatorIS3_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_3log18FirstEntryMetadataEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusIPNS_6master12TSDescriptorEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 3.07k | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 3.07k | return std::move(result.status()); | 275 | 3.07k | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110shared_ptrINS_6tablet9TableInfoEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_8ColumnIdEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorIN5boost4asio2ip14basic_endpointINS5_3tcpEEENS1_9allocatorIS8_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIN5boost8optionalINS_6master17ReplicationInfoPBEEEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusINSt3__110shared_ptrINS1_13unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN5boost8optionalINS_6master17ReplicationInfoPBEEENS1_4hashIS9_EENS1_8equal_toIS9_EENS7_INS1_4pairIKS9_SE_EEEEEEEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 50 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 50 | return std::move(result.status()); | 275 | 50 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110shared_ptrINS1_13unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN5boost8optionalIS9_EENS1_4hashIS9_EENS1_8equal_toIS9_EENS7_INS1_4pairIKS9_SC_EEEEEEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusI13scoped_refptrINS_6master10TabletInfoEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master22TabletReplicaDriveInfoEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__15arrayINS_11PartitionPBELm2EEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__113unordered_mapINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEENS1_6vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENSA_ISC_EEEEN5boost4hashIS5_EENS1_8equal_toIS5_EENSA_INS1_4pairIKS5_SE_EEEEEEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusI13scoped_refptrINS_6master13NamespaceInfoEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 8 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 8 | return std::move(result.status()); | 275 | 8 | } |
_ZN2yb10MoveStatusINS_19TransactionMetadataEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 57 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 57 | return std::move(result.status()); | 275 | 57 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master17ReplicationInfoPBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorINS1_10shared_ptrINS_6master12TSDescriptorEEENS1_9allocatorIS6_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master16TableDescriptionEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusINSt3__110shared_ptrINS_6tablet14AbstractTabletEEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 11.3k | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 11.3k | return std::move(result.status()); | 275 | 11.3k | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINS_10encryption21UniverseKeyRegistryPBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorINS_6master16TableDescriptionENS1_9allocatorIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIN5boost4asio2ip14basic_endpointINS3_3tcpEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_17StronglyTypedUuidINS_17TxnSnapshotId_TagEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIRNS_6master13SnapshotStateEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIRNS_6master21SnapshotScheduleStateEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIRNS_6master16RestorationStateEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_5docdb8KeyBytesEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master18SysSnapshotEntryPBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master25SnapshotScheduleOptionsPBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master13SysRowEntriesEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master25SnapshotScheduleOperationEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master24SysSnapshotEntryPB_StateEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_22PlacementInfoConverter9PlacementEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master13DdlLogEntryPBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIlEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110shared_ptrINS_6master12TSDescriptorEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110shared_ptrINS_10QLRowBlockEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__14pairIiNS_8DataTypeEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master19YQLPartitionsVTable10TabletDataEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIN5boost8optionalINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master16SysTablesEntryPBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master19SysNamespaceEntryPBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master17SysTabletsEntryPBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110unique_ptrIN7rocksdb2DBENS1_14default_deleteIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110shared_ptrINS_6master11CDCRpcTasksEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorINS1_4pairINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6client11YBTableNameEEENS7_ISC_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_5docdb14FetchKeyResultEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIRKNSt3__14pairIKNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master16SysTablesEntryPBEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110shared_ptrINS_6client11YBqlWriteOpEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master17MasterBackupProxyEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIN6google8protobuf16RepeatedPtrFieldINS_6master22SnapshotScheduleInfoPBEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIRKNS_2ql9ParseTreeEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_2ql5audit8LogEntryEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusINSt3__110shared_ptrINS_2ql6PTExprEEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 2 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 2 | return std::move(result.status()); | 275 | 2 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110shared_ptrINS_6QLTypeEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_22ChildTransactionDataPBEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusIPNS_2ql16QueryPagingStateEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 3 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 3 | return std::move(result.status()); | 275 | 3 | } |
_ZN2yb10MoveStatusIPKNS_9IndexInfoEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 267 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 267 | return std::move(result.status()); | 275 | 267 | } |
_ZN2yb10MoveStatusIN7rocksdb17FileNumbersHolderEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 19 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 19 | return std::move(result.status()); | 275 | 19 | } |
_ZN2yb10MoveStatusIN7rocksdb10TableCache21TableReaderWithHandleEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 33 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 33 | return std::move(result.status()); | 275 | 33 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110unique_ptrIN7rocksdb21MultiLevelIndexReaderENS1_14default_deleteIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIN7rocksdb15BlockBasedTable13CachableEntryINS1_11IndexReaderEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: format.cc:_ZN2yb10MoveStatusIN7rocksdb12_GLOBAL__N_112ChecksumDataEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIN5boost8optionalItEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_7tserver13ReadRequestPBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorINS1_10shared_ptrINS_6tablet10TabletPeerEEENS1_9allocatorIS6_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__13setINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS1_4lessIS8_EENS6_IS8_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_7tserver21ListTabletsResponsePBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorINS_7tserver39ListTabletsResponsePB_StatusAndSchemaPBENS1_9allocatorIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6tablet29TabletScopedRWOperationPausesEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIN7rocksdb22KeyValueEncodingFormatEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_22ScopedRWOperationPauseEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_27TransactionOperationContextEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_5docdb21ApplyTransactionStateEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110unique_ptrI7pg_connNS_9pgwrapper11PGConnCloseEEEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusINS_19PgsqlBackfillSpecPBEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 1 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 1 | return std::move(result.status()); | 275 | 1 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusIPNS_16QLWriteRequestPBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110shared_ptrINS_6client9YBSessionEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_22SubTransactionMetadataEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_17StronglyTypedBoolINS_6tablet17NeedsRecovery_TagEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6tablet20FixedHybridTimeLeaseEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusI13scoped_refptrINS_6tablet15OperationDriverEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 2 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 2 | return std::move(result.status()); | 275 | 2 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINS_23TransactionStatusResultEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_14UnsignedIntSetIjEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIRNS_6tablet19SnapshotCoordinatorEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusINS_14IsolationLevelEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 57 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 57 | return std::move(result.status()); | 275 | 57 | } |
_ZN2yb10MoveStatusINS_5docdb30PrepareDocWriteOperationResultEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 46 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 46 | return std::move(result.status()); | 275 | 46 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINS_6tablet19ScopedReadOperationEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIRNS_7tserver15PgClientSessionEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_7tserver21PgClientSessionLockerEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorINS_6client27YBTabletServerPlacementInfoENS1_9allocatorIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIPKNS_19TransactionMetadataEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIPNS_6client9YBSessionEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusINSt3__16vectorINS1_10shared_ptrINS_6client9YBPgsqlOpEEENS1_9allocatorIS6_EEEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 6 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 6 | return std::move(result.status()); | 275 | 6 | } |
_ZN2yb10MoveStatusINS_7tserver16TabletPeerTabletEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 1.24k | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 1.24k | return std::move(result.status()); | 275 | 1.24k | } |
_ZN2yb10MoveStatusINS_7tserver16LeaderTabletPeerEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 9 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 9 | return std::move(result.status()); | 275 | 9 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINS_14ReadHybridTimeEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIN6google8protobuf16RepeatedPtrFieldINS_6tablet6FilePBEEEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusI13scoped_refptrINS_7tserver27TransitionInProgressDeleterEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 4 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 4 | return std::move(result.status()); | 275 | 4 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusIRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_16UsePrivateIpModeEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110unique_ptrINS_7tserver10enterprise11CDCConsumerENS1_14default_deleteIS5_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorI13scoped_refptrINS_6client8internal12RemoteTabletEENS1_9allocatorIS7_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master21ListMastersResponsePBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_9consensus24LeaderStepDownResponsePBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_9consensus27RunLeaderElectionResponsePBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6client11YBTableInfoEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master25DumpMasterStateResponsePBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master28GetLoadMovePercentResponsePBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiNS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_iEEEEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master28GetTabletLocationsResponsePBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_9consensus22ChangeConfigResponsePBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master27ListTabletServersResponsePBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_7tserver24GetLogLocationResponsePBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIRKNSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master21NamespaceIdentifierPBENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SA_EEEEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master37LaunchBackfillIndexForTableResponsePBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_7tserver36ListTabletsForTabletServerResponsePBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master33ChangeLoadBalancerStateResponsePBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master30GetLoadBalancerStateResponsePBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master25FlushSysCatalogResponsePBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master27CompactSysCatalogResponsePBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master29IsMasterLeaderReadyResponsePBEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusINS_6master32GetMasterClusterConfigResponsePBEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 14 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 14 | return std::move(result.status()); | 275 | 14 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master35ChangeMasterClusterConfigResponsePBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master22IsInitDbDoneResponsePBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_7tserver21UpgradeYsqlResponsePBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master21SplitTabletResponsePBEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: cql_processor.cc:_ZN2yb10MoveStatusINSt3__110unique_ptrI4ldapNS_9cqlserver12_GLOBAL__N_111LDAPDeleterEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorINS_6master22TablegroupIdentifierPBENS1_9allocatorIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110shared_ptrIKNS_6client27VersionedTablePartitionListEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6client11YBTableTypeEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorINS_5docdb14PrimitiveValueENS1_9allocatorIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIRKNS_13QLTableColumnEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_5docdb12ParsedIntentEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_5docdb18DecodedIntentValueEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_10WaitPolicyEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: docdb.cc:_ZN2yb10MoveStatusINS_5docdb12_GLOBAL__N_125DetermineKeysToLockResultEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110unique_ptrINS_5docdb17SubDocumentReaderENS1_14default_deleteIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_5docdb16DecodedIntentKeyEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_14CommitMetadataEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_5docdb6DocKeyEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_13RedisDataTypeEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_5docdb10RedisValueEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIN5boost8optionalINS_5docdb10ExpirationEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIPNS_5docdb11SubDocumentEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: subdoc_reader.cc:_ZN2yb10MoveStatusIPNS_5docdb12_GLOBAL__N_129ScopedDocDbRowContextWithDataEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: subdoc_reader.cc:_ZN2yb10MoveStatusINSt3__110unique_ptrINS_5docdb12_GLOBAL__N_112DocDbRowDataENS1_14default_deleteIS5_EEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_5docdb22TransactionStatusCache19GetCommitDataResultEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_18SharedMemoryObjectINS_7tserver17TServerSharedDataEEEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusINS_17StronglyTypedBoolINS_6pggate15RequestSent_TagEEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 126 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 126 | return std::move(result.status()); | 275 | 126 | } |
_ZN2yb10MoveStatusI13scoped_refptrINS_6pggate11PgTableDescEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 37 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 37 | return std::move(result.status()); | 275 | 37 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__14pairIjjEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110shared_ptrIKPKhEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master26GetNamespaceInfoResponsePBEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusIRNS_6pggate8PgColumnEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 49 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 49 | return std::move(result.status()); | 275 | 49 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINS_5docdb14PrimitiveValueEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__18functionIFNS_5docdb6DocKeyERKNS1_6vectorINS3_14PrimitiveValueENS1_9allocatorIS6_EEEEEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIRKNS_6pggate8PgColumnEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusINSt3__14listINS_6pggate11PgDocResultENS1_9allocatorIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 25.0k | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 25.0k | return std::move(result.status()); | 275 | 25.0k | } |
_ZN2yb10MoveStatusINS_6pggate13PerformFutureEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 1.21k | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 1.21k | return std::move(result.status()); | 275 | 1.21k | } |
_ZN2yb10MoveStatusIN5boost10shared_ptrINS1_9date_time14time_zone_baseINS1_10posix_time5ptimeEcEEEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 3 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 3 | return std::move(result.status()); | 275 | 3 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusIN6icu_6717GregorianCalendarEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusI7statvfsEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 13.3k | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 13.3k | return std::move(result.status()); | 275 | 13.3k | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINS_14ResourceLimitsEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusINSt3__14pairIxmEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 143 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 143 | return std::move(result.status()); | 275 | 143 | } |
net_util.cc:_ZN2yb10MoveStatusINSt3__110unique_ptrI8addrinfoNS_12_GLOBAL__N_115AddrinfoDeleterEEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 29 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 29 | return std::move(result.status()); | 275 | 29 | } |
_ZN2yb10MoveStatusIPvEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 4 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 4 | return std::move(result.status()); | 275 | 4 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorIPcNS1_9allocatorIS3_EEEEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusINS_10Subprocess10ChildPipesEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 4 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 4 | return std::move(result.status()); | 275 | 4 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusIP3DIREEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorIiNS1_9allocatorIiEEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIN5boost9container12small_vectorI5iovecLm4EvvEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIPKPKhEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusINS_6SocketEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 3.07k | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 3.07k | return std::move(result.status()); | 275 | 3.07k | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110unique_ptrINS_3rpc6StreamENS1_14default_deleteIS4_EEEEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusINS_17StronglyTypedBoolINS_3rpc18ReadBufferFull_TagEEEEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 43 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 43 | return std::move(result.status()); | 275 | 43 | } |
Unexecuted instantiation: secure_stream.cc:_ZN2yb10MoveStatusINSt3__110unique_ptrI6bio_stNS_3rpc12_GLOBAL__N_17BIOFreeEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110unique_ptrI7x509_stNS_3rpc6detail8X509FreeEEEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110unique_ptrI11evp_pkey_stNS_3rpc6detail12EVP_PKEYFreeEEEEEONS_6StatusEONS_6ResultIT_EE _ZN2yb10MoveStatusIPhEEONS_6StatusEONS_6ResultIT_EE Line | Count | Source | 273 | 1 | Status&& MoveStatus(Result<TValue>&& result) { | 274 | 1 | return std::move(result.status()); | 275 | 1 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINS_3rpc18ProcessCallsResultEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_12RefCntBufferEEEONS_6StatusEONS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__14pairIiiEEEEONS_6StatusEONS_6ResultIT_EE |
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: _ZN2yb10MoveStatusIPcEERKNS_6StatusERKNS_6ResultIT_EE _ZN2yb10MoveStatusINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEERKNS_6StatusERKNS_6ResultIT_EE Line | Count | Source | 278 | 4 | const Status& MoveStatus(const Result<TValue>& result) { | 279 | 4 | return result.status(); | 280 | 4 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorINS_6client11YBTableNameENS1_9allocatorIS4_EEEEEERKNS_6StatusERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110shared_ptrINS_6client11TableHandleEEEEERKNS_6StatusERKNS_6ResultIT_EE _ZN2yb10MoveStatusINS_4OpIdEEERKNS_6StatusERKNS_6ResultIT_EE Line | Count | Source | 278 | 45 | const Status& MoveStatus(const Result<TValue>& result) { | 279 | 45 | return result.status(); | 280 | 45 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110unique_ptrINS_6client8YBClientENS1_14default_deleteIS4_EEEEEERKNS_6StatusERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__110unique_ptrINS_3rpc9MessengerENS1_14default_deleteIS4_EEEEEERKNS_6StatusERKNS_6ResultIT_EE _ZN2yb10MoveStatusIbEERKNS_6StatusERKNS_6ResultIT_EE Line | Count | Source | 278 | 2.54k | const Status& MoveStatus(const Result<TValue>& result) { | 279 | 2.54k | return result.status(); | 280 | 2.54k | } |
Unexecuted instantiation: _ZN2yb10MoveStatusIyEERKNS_6StatusERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusI13scoped_refptrINS_3log18ReadableLogSegmentEEEERKNS_6StatusERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusI13scoped_refptrINS_6master13NamespaceInfoEEEERKNS_6StatusERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusI13scoped_refptrINS_6master9TableInfoEEEERKNS_6StatusERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorI13scoped_refptrINS_6master10TabletInfoEENS1_9allocatorIS6_EEEEEERKNS_6StatusERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusImEERKNS_6StatusERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorINS2_INS_8HostPortENS1_9allocatorIS3_EEEENS4_IS6_EEEEEERKNS_6StatusERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEEEERKNS_6StatusERKNS_6ResultIT_EE _ZN2yb10MoveStatusINSt3__110shared_ptrINS_6client7YBTableEEEEERKNS_6StatusERKNS_6ResultIT_EE Line | Count | Source | 278 | 37 | const Status& MoveStatus(const Result<TValue>& result) { | 279 | 37 | return result.status(); | 280 | 37 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusIxEERKNS_6StatusERKNS_6ResultIT_EE _ZN2yb10MoveStatusI13scoped_refptrINS_6tablet17RaftGroupMetadataEEEERKNS_6StatusERKNS_6ResultIT_EE Line | Count | Source | 278 | 2 | const Status& MoveStatus(const Result<TValue>& result) { | 279 | 2 | return result.status(); | 280 | 2 | } |
Unexecuted instantiation: _ZN2yb10MoveStatusI13scoped_refptrINS_6client8internal12RemoteTabletEEEERKNS_6StatusERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINSt3__16vectorI13scoped_refptrINS_6client8internal12RemoteTabletEENS1_9allocatorIS7_EEEEEERKNS_6StatusERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_6master21ListMastersResponsePBEEERKNS_6StatusERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_10QLRowBlockEEERKNS_6StatusERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_19TransactionMetadataEEERKNS_6StatusERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusIRKNS_12ColumnSchemaEEERKNS_6StatusERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_17StronglyTypedUuidINS_17TransactionId_TagEEEEERKNS_6StatusERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb10MoveStatusINS_13DocHybridTimeEEERKNS_6StatusERKNS_6ResultIT_EE |
281 | | |
282 | | template<class TValue> |
283 | 1.32k | inline std::string StatusToString(const Result<TValue>& result) { |
284 | 1.32k | return result.status().ToString(); |
285 | 1.32k | } Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__110unique_ptrINS_6client8YBClientENS1_14default_deleteIS4_EEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_9TimestampEEENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_4UuidEEENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIN5boost4asio2ip7addressEEENSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_17StronglyTypedUuidINS_17TxnSnapshotId_TagEEEEENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__110shared_ptrINS_6client11YBqlWriteOpEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIiEENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIPNS_6master10MiniMasterEEENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIN6google8protobuf16RepeatedPtrFieldINS_6master14SnapshotInfoPBEEEEENSt3__112basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIN6google8protobuf16RepeatedPtrFieldINS_6master40ImportSnapshotMetaResponsePB_TableMetaPBEEEEENSt3__112basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__16vectorI13scoped_refptrINS_6client8internal12RemoteTabletEENS1_9allocatorIS7_EEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS8_IcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringI13scoped_refptrINS_6client8internal12RemoteTabletEEEENSt3__112basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__16vectorINS_6client11YBTableNameENS1_9allocatorIS4_EEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS5_IcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__16vectorINS_6client14YBTabletServerENS1_9allocatorIS4_EEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS5_IcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEES7_RKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__110unique_ptrINS_3rpc9MessengerENS1_14default_deleteIS4_EEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_5SliceEEENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__110shared_ptrINS_6client7YBTableEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: ql-dml-test.cc:_ZN2yb14StatusToStringINS_6client12_GLOBAL__N_18RowValueEEENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_7QLValueEEENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_13DocHybridTimeEEENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_10HybridTimeEEENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringImEENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_16IndexPermissionsEEENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__16vectorI13scoped_refptrINS_6master10TabletInfoEENS1_9allocatorIS6_EEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS7_IcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIxEENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_6tablet10DocDbOpIdsEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_4OpIdEEENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_7tserver30GetTransactionStatusResponsePBEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__110shared_ptrINS_6client13YBTransactionEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_22ChildTransactionDataPBEEENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_6client20ChildTransactionDataEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_24ChildTransactionResultPBEEENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_19TransactionMetadataEEENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__13mapIiiNS1_4lessIiEENS1_9allocatorINS1_4pairIKiiEEEEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS5_IcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEEEENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIN6google8protobuf16RepeatedPtrFieldINS_6master22SnapshotScheduleInfoPBEEEEENSt3__112basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEERKNS_6ResultIT_EE _ZN2yb14StatusToStringINSt3__16vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEEEES8_RKNS_6ResultIT_EE Line | Count | Source | 283 | 3 | inline std::string StatusToString(const Result<TValue>& result) { | 284 | 3 | return result.status().ToString(); | 285 | 3 | } |
Unexecuted instantiation: _ZN2yb14StatusToStringINS_6client16PagingReadCountsEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_22PlacementInfoConverter9PlacementEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__110shared_ptrINS_9consensus4PeerEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_9consensus13ReadOpsResultEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__16vectorINS_4OpIdENS1_9allocatorIS3_EEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS4_IcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__16vectorI13scoped_refptrINS_3log18ReadableLogSegmentEENS1_9allocatorIS6_EEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS7_IcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIRKNS_12ColumnSchemaEEENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEERKNS_6ResultIT_EE _ZN2yb14StatusToStringIbEENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Line | Count | Source | 283 | 1.28k | inline std::string StatusToString(const Result<TValue>& result) { | 284 | 1.28k | return result.status().ToString(); | 285 | 1.28k | } |
Unexecuted instantiation: _ZN2yb14StatusToStringIN5boost8optionalINS_5docdb11SubDocumentEEEEENSt3__112basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_17StronglyTypedUuidINS_17TransactionId_TagEEEEENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_5docdb14FetchKeyResultEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__110unique_ptrINS_10encryption23BlockAccessCipherStreamENS1_14default_deleteIS4_EEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS1_10unique_ptrINS_5itest14TServerDetailsENS1_14default_deleteISB_EEEENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SE_EEEEEEEES8_RKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE11cass_bool_tfdixS8_EEEEES8_RKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_13CassandraJsonEEEEEES8_RKNS_6ResultIT_EE _ZN2yb14StatusToStringINS_16CassandraSessionEEENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERKNS_6ResultIT_EE Line | Count | Source | 283 | 27 | inline std::string StatusToString(const Result<TValue>& result) { | 284 | 27 | return result.status().ToString(); | 285 | 27 | } |
Unexecuted instantiation: _ZN2yb14StatusToStringINS_17CassandraPreparedEEENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__15tupleIJ11cass_bool_tiNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiS9_EEEEES9_RKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEdEEEEES8_RKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__15tupleIJidEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE _ZN2yb14StatusToStringINSt3__15tupleIJxdEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Line | Count | Source | 283 | 1 | inline std::string StatusToString(const Result<TValue>& result) { | 284 | 1 | return result.status().ToString(); | 285 | 1 | } |
Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__15tupleIJ11cass_bool_tdEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__15tupleIJfdEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE _ZN2yb14StatusToStringINSt3__15tupleIJddEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Line | Count | Source | 283 | 1 | inline std::string StatusToString(const Result<TValue>& result) { | 284 | 1 | return result.status().ToString(); | 285 | 1 | } |
_ZN2yb14StatusToStringINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEidEEEEES8_RKNS_6ResultIT_EE Line | Count | Source | 283 | 1 | inline std::string StatusToString(const Result<TValue>& result) { | 284 | 1 | return result.status().ToString(); | 285 | 1 | } |
_ZN2yb14StatusToStringINS_15CassandraResultEEENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERKNS_6ResultIT_EE Line | Count | Source | 283 | 1 | inline std::string StatusToString(const Result<TValue>& result) { | 284 | 1 | return result.status().ToString(); | 285 | 1 | } |
Unexecuted instantiation: _ZN2yb14StatusToStringINS_6master28GetCDCDBStreamInfoResponsePBEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_6client11YBTableNameEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIN6google8protobuf16RepeatedPtrFieldINS_6master15CDCStreamInfoPBEEEEENSt3__112basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringI13scoped_refptrINS_6master9TableInfoEEEENSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_6client11YBTableInfoEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__16vectorINS_6master21NamespaceIdentifierPBENS1_9allocatorIS4_EEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS5_IcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIjEENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__16vectorIjNS1_9allocatorIjEEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS3_IcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_7tserver19TabletServerOptionsEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiNS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_iEEEEEEEES8_RKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIyEENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIPNS_14ExternalMasterEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__14pairIttEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__16vectorINS1_10shared_ptrINS_6tablet10TabletPeerEEENS1_9allocatorIS6_EEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS7_IcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringItEENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIPNS_6master16CatalogManagerIfEEENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringI13scoped_refptrINS_6master10TabletInfoEEEENSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__110shared_ptrINS_6tablet10TabletPeerEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_7tserver21GetSplitKeyResponsePBEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_7tserver21SplitTabletResponsePBEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__16vectorINS_7tserver39ListTabletsResponsePB_StatusAndSchemaPBENS1_9allocatorIS4_EEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS5_IcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_8HostPortEEENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__14pairINS1_10shared_ptrINS_6client9YBSessionEEENS3_INS4_13YBTransactionEEEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__16vectorINS1_10shared_ptrINS_6client7YBTableEEENS1_9allocatorIS6_EEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS7_IcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__16vectorINS_8HostPortENS1_9allocatorIS3_EEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS4_IcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__110unique_ptrI9pg_resultNS_9pgwrapper13PGResultClearEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_9pgwrapper6PGConnEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__110unique_ptrINS_11MiniClusterENS1_14default_deleteIS3_EEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIPNS_6master12TSDescriptorEEENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIdEENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_6master17TabletLocationsPBEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: pg_libpq-test.cc:_ZN2yb14StatusToStringINS_9pgwrapper12_GLOBAL__N_114TableGroupInfoEEENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_4util6VarIntEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE _ZN2yb14StatusToStringIeEENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Line | Count | Source | 283 | 1 | inline std::string StatusToString(const Result<TValue>& result) { | 284 | 1 | return result.status().ToString(); | 285 | 1 | } |
Unexecuted instantiation: _ZN2yb14StatusToStringIN7rocksdb17FileNumbersHolderEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__110unique_ptrIN7rocksdb2DBENS1_14default_deleteIS4_EEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIPN7rocksdb14SstFileManagerEEENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__16vectorIN7rocksdb16LiveFileMetaDataENS1_9allocatorIS4_EEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS5_IcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIN5boost9container12small_vectorI5iovecLm4EvvEEEENSt3__112basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringI13scoped_refptrINS_9HistogramEEEENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringI13scoped_refptrINS_7CounterEEEENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__16vectorINS_5QLRowENS1_9allocatorIS3_EEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS4_IcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringI13scoped_refptrINS_6tablet17RaftGroupMetadataEEEENSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__110shared_ptrINS_6tablet6TabletEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__110unique_ptrINS_5docdb20YQLRowwiseIteratorIfENS1_14default_deleteIS4_EEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_12PhysicalTimeEEENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIN9rapidjson15GenericDocumentINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEES6_EEEENSt3__112basic_stringIcNS9_11char_traitsIcEENS9_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIRKN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEEENSt3__112basic_stringIcNSB_11char_traitsIcEENSB_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIPNS_6master17MasterBackupProxyEEENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_6master23ListSnapshotsResponsePBEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_6master24SysSnapshotEntryPB_StateEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIN6google8protobuf16RepeatedPtrFieldINS_6master17TabletLocationsPBEEEEENSt3__112basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_10encryption20FileEncryptionStatusEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__110unique_ptrINS_10encryption16EncryptionParamsENS1_14default_deleteIS4_EEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_12OneWayBitmapEEENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_9MonoDeltaEEENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringI13scoped_refptrINS_6ThreadEEEENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__110unique_ptrIiNS1_14default_deleteIiEEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIRNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEES7_RKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_19SharedMemorySegmentEEENSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_18SharedMemoryObjectINS_4util4DataEEEEENSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_17StronglyTypedUuidINS_4util12TestUuid_TagEEEEENSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_14UnsignedIntSetIjEEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIN5boost4asio2ip14basic_endpointINS3_3tcpEEEEENSt3__112basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__110unique_ptrINS_3rpc13SecureContextENS1_14default_deleteIS4_EEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_6master17ReplicationInfoPBEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_9pgwrapper13PgProcessConfEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_18SharedMemoryObjectINS_7tserver17TServerSharedDataEEEEENSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__110shared_ptrINS_6tablet9TableInfoEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_5docdb21ApplyTransactionStateEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__16vectorIyNS1_9allocatorIyEEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS3_IcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__110unique_ptrINS_7tserver16MiniTabletServerENS1_14default_deleteIS4_EEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINSt3__14pairINS_12RefCntBufferENS_5SliceEEEEENS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringIN7rocksdb15CompressionTypeEEENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14StatusToStringINS_6pggate12PgApiContext15MessengerHolderEEENSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEERKNS_6ResultIT_EE |
286 | | |
287 | | template<class TValue> |
288 | 58.9k | std::ostream& operator<<(std::ostream& out, const Result<TValue>& result) { |
289 | 50.0k | return result.ok() ? out << *result : out << result.status(); |
290 | 58.9k | } Unexecuted instantiation: _ZN2yblsINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEERNS1_13basic_ostreamIcS4_EESA_RKNS_6ResultIT_EE Unexecuted instantiation: ql-dml-test.cc:_ZN2yblsINS_6client12_GLOBAL__N_18RowValueEEERNSt3__113basic_ostreamIcNS4_11char_traitsIcEEEES9_RKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yblsIiEERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEES6_RKNS_6ResultIT_EE _ZN2yblsIxEERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEES6_RKNS_6ResultIT_EE 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(); | 290 | 1 | } |
_ZN2yblsINS_16IndexPermissionsEEERNSt3__113basic_ostreamIcNS2_11char_traitsIcEEEES7_RKNS_6ResultIT_EE Line | Count | Source | 288 | 10 | std::ostream& operator<<(std::ostream& out, const Result<TValue>& result) { | 289 | 10 | return result.ok() ? out << *result : out << result.status(); | 290 | 10 | } |
_ZN2yblsIRNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEERNS1_13basic_ostreamIcS4_EESB_RKNS_6ResultIT_EE 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(); | 290 | 1 | } |
_ZN2yblsIRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEERNS1_13basic_ostreamIcS4_EESC_RKNS_6ResultIT_EE 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(); | 290 | 1 | } |
_ZN2yblsINS_17StronglyTypedUuidINS_4util12TestUuid_TagEEEEERNSt3__113basic_ostreamIcNS5_11char_traitsIcEEEESA_RKNS_6ResultIT_EE 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(); | 290 | 1 | } |
Unexecuted instantiation: _ZN2yblsIyEERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEES6_RKNS_6ResultIT_EE _ZN2yblsImEERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEES6_RKNS_6ResultIT_EE Line | Count | Source | 288 | 302 | std::ostream& operator<<(std::ostream& out, const Result<TValue>& result) { | 289 | 302 | return result.ok() ? out << *result : out << result.status(); | 290 | 302 | } |
Unexecuted instantiation: _ZN2yblsIjEERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEES6_RKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yblsIN5boost4asio2ip7addressEEERNSt3__113basic_ostreamIcNS5_11char_traitsIcEEEESA_RKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yblsINSt3__110shared_ptrINS_6master11CDCRpcTasksEEEEERNS1_13basic_ostreamIcNS1_11char_traitsIcEEEESA_RKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yblsINS_23TransactionStatusResultEEERNSt3__113basic_ostreamIcNS2_11char_traitsIcEEEES7_RKNS_6ResultIT_EE _ZN2yblsINS_17StronglyTypedUuidINS_17TransactionId_TagEEEEERNSt3__113basic_ostreamIcNS4_11char_traitsIcEEEES9_RKNS_6ResultIT_EE Line | Count | Source | 288 | 49.6k | std::ostream& operator<<(std::ostream& out, const Result<TValue>& result) { | 289 | 49.6k | return result.ok() ? out << *result : out << result.status(); | 290 | 49.6k | } |
_ZN2yblsINS_10HybridTimeEEERNSt3__113basic_ostreamIcNS2_11char_traitsIcEEEES7_RKNS_6ResultIT_EE Line | Count | Source | 288 | 85 | std::ostream& operator<<(std::ostream& out, const Result<TValue>& result) { | 289 | 85 | return result.ok() ? out << *result : out << result.status(); | 290 | 85 | } |
Unexecuted instantiation: _ZN2yblsINS_17StronglyTypedUuidINS_28TxnSnapshotRestorationId_TagEEEEERNSt3__113basic_ostreamIcNS4_11char_traitsIcEEEES9_RKNS_6ResultIT_EE _ZN2yblsIbEERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEES6_RKNS_6ResultIT_EE Line | Count | Source | 288 | 8.89k | std::ostream& operator<<(std::ostream& out, const Result<TValue>& result) { | 289 | 8.89k | return result.ok() ? out << *result : out << result.status(); | 290 | 8.89k | } |
Unexecuted instantiation: _ZN2yblsI13scoped_refptrINS_6client8internal12RemoteTabletEEEERNSt3__113basic_ostreamIcNS6_11char_traitsIcEEEESB_RKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yblsINS_13DocHybridTimeEEERNSt3__113basic_ostreamIcNS2_11char_traitsIcEEEES7_RKNS_6ResultIT_EE |
291 | | |
292 | | template<class Functor> |
293 | | class ResultToStatusAdaptor { |
294 | | public: |
295 | 604 | explicit ResultToStatusAdaptor(const Functor& functor) : functor_(functor) {} _ZN2yb21ResultToStatusAdaptorIPFNS_6ResultIxEENS_5SliceEEEC2ERKS5_ Line | Count | Source | 295 | 552 | explicit ResultToStatusAdaptor(const Functor& functor) : functor_(functor) {} |
_ZN2yb21ResultToStatusAdaptorIPFNS_6ResultIeEENS_5SliceEEEC2ERKS5_ Line | Count | Source | 295 | 52 | explicit ResultToStatusAdaptor(const Functor& functor) : functor_(functor) {} |
|
296 | | |
297 | | template <class Output, class... Args> |
298 | 604 | CHECKED_STATUS operator()(Output* output, Args&&... args) { |
299 | 604 | auto result = functor_(std::forward<Args>(args)...); |
300 | 604 | RETURN_NOT_OK(result); |
301 | 530 | *output = std::move(*result); |
302 | 530 | return Status::OK(); |
303 | 604 | } _ZN2yb21ResultToStatusAdaptorIPFNS_6ResultIxEENS_5SliceEEEclIxJRNSt3__112basic_stringIcNS8_11char_traitsIcEENS_8internal18ArenaAllocatorBaseIcNSC_11ArenaTraitsEEEEEEEENS_6StatusEPT_DpOT0_ Line | Count | Source | 298 | 552 | CHECKED_STATUS operator()(Output* output, Args&&... args) { | 299 | 552 | auto result = functor_(std::forward<Args>(args)...); | 300 | 552 | RETURN_NOT_OK(result); | 301 | 510 | *output = std::move(*result); | 302 | 510 | return Status::OK(); | 303 | 552 | } |
_ZN2yb21ResultToStatusAdaptorIPFNS_6ResultIeEENS_5SliceEEEclIeJRNSt3__112basic_stringIcNS8_11char_traitsIcEENS_8internal18ArenaAllocatorBaseIcNSC_11ArenaTraitsEEEEEEEENS_6StatusEPT_DpOT0_ 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 | 604 | ResultToStatusAdaptor<Functor> ResultToStatus(const Functor& functor) { |
310 | 604 | return ResultToStatusAdaptor<Functor>(functor); |
311 | 604 | } _ZN2yb14ResultToStatusIPFNS_6ResultIxEENS_5SliceEEEENS_21ResultToStatusAdaptorIT_EERKS7_ Line | Count | Source | 309 | 552 | ResultToStatusAdaptor<Functor> ResultToStatus(const Functor& functor) { | 310 | 552 | return ResultToStatusAdaptor<Functor>(functor); | 311 | 552 | } |
_ZN2yb14ResultToStatusIPFNS_6ResultIeEENS_5SliceEEEENS_21ResultToStatusAdaptorIT_EERKS7_ 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 | 24.7M | CHECKED_STATUS ResultToStatus(const Result<TValue>& result) { |
315 | 24.7M | return result.ok() ? Status::OK() : result.status(); |
316 | 24.7M | } Unexecuted instantiation: _ZN2yb14ResultToStatusINSt3__110shared_ptrINS_6client11YBqlWriteOpEEEEENS_6StatusERKNS_6ResultIT_EE _ZN2yb14ResultToStatusINS_15CassandraResultEEENS_6StatusERKNS_6ResultIT_EE Line | Count | Source | 314 | 1 | CHECKED_STATUS ResultToStatus(const Result<TValue>& result) { | 315 | 1 | return result.ok() ? Status::OK() : result.status(); | 316 | 1 | } |
Unexecuted instantiation: _ZN2yb14ResultToStatusINSt3__14pairIttEEEENS_6StatusERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14ResultToStatusINSt3__110unique_ptrI9pg_resultNS_9pgwrapper13PGResultClearEEEEENS_6StatusERKNS_6ResultIT_EE _ZN2yb14ResultToStatusIbEENS_6StatusERKNS_6ResultIT_EE Line | Count | Source | 314 | 20.4M | CHECKED_STATUS ResultToStatus(const Result<TValue>& result) { | 315 | 20.4M | return result.ok() ? Status::OK() : result.status(); | 316 | 20.4M | } |
_ZN2yb14ResultToStatusIN7rocksdb17FileNumbersHolderEEENS_6StatusERKNS_6ResultIT_EE Line | Count | Source | 314 | 120k | CHECKED_STATUS ResultToStatus(const Result<TValue>& result) { | 315 | 119k | return result.ok() ? Status::OK() : result.status(); | 316 | 120k | } |
_ZN2yb14ResultToStatusINSt3__110shared_ptrINS_10QLRowBlockEEEEENS_6StatusERKNS_6ResultIT_EE Line | Count | Source | 314 | 2.75k | CHECKED_STATUS ResultToStatus(const Result<TValue>& result) { | 315 | 2.75k | return result.ok() ? Status::OK() : result.status(); | 316 | 2.75k | } |
Unexecuted instantiation: _ZN2yb14ResultToStatusIjEENS_6StatusERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14ResultToStatusIRKNS_7tserver26TabletSnapshotOpResponsePBEEENS_6StatusERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14ResultToStatusINSt3__110shared_ptrINS_6master11CDCRpcTasksEEEEENS_6StatusERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14ResultToStatusINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEENS_6StatusERKNS_6ResultIT_EE _ZN2yb14ResultToStatusIRNS_7tserver15PgClientSessionEEENS_6StatusERKNS_6ResultIT_EE Line | Count | Source | 314 | 1.09k | CHECKED_STATUS ResultToStatus(const Result<TValue>& result) { | 315 | 1.09k | return result.ok() ? Status::OK() : result.status(); | 316 | 1.09k | } |
_ZN2yb14ResultToStatusIxEENS_6StatusERKNS_6ResultIT_EE Line | Count | Source | 314 | 3.92M | CHECKED_STATUS ResultToStatus(const Result<TValue>& result) { | 315 | 3.89M | return result.ok() ? Status::OK() : result.status(); | 316 | 3.92M | } |
_ZN2yb14ResultToStatusINSt3__16vectorIN5boost4asio2ip14basic_endpointINS5_3tcpEEENS1_9allocatorIS8_EEEEEENS_6StatusERKNS_6ResultIT_EE Line | Count | Source | 314 | 6.10k | CHECKED_STATUS ResultToStatus(const Result<TValue>& result) { | 315 | 6.10k | return result.ok() ? Status::OK() : result.status(); | 316 | 6.10k | } |
_ZN2yb14ResultToStatusINSt3__110shared_ptrINS_6tablet10TabletPeerEEEEENS_6StatusERKNS_6ResultIT_EE Line | Count | Source | 314 | 82.2k | CHECKED_STATUS ResultToStatus(const Result<TValue>& result) { | 315 | 82.2k | return result.ok() ? Status::OK() : result.status(); | 316 | 82.2k | } |
Unexecuted instantiation: _ZN2yb14ResultToStatusINS_9consensus27RunLeaderElectionResponsePBEEENS_6StatusERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14ResultToStatusINS_9consensus22ChangeConfigResponsePBEEENS_6StatusERKNS_6ResultIT_EE Unexecuted instantiation: _ZN2yb14ResultToStatusINS_6master35ChangeMasterClusterConfigResponsePBEEENS_6StatusERKNS_6ResultIT_EE _ZN2yb14ResultToStatusINS_6client11YBTableNameEEENS_6StatusERKNS_6ResultIT_EE Line | Count | Source | 314 | 1.03k | CHECKED_STATUS ResultToStatus(const Result<TValue>& result) { | 315 | 1.03k | return result.ok() ? Status::OK() : result.status(); | 316 | 1.03k | } |
_ZN2yb14ResultToStatusINS_5SliceEEENS_6StatusERKNS_6ResultIT_EE Line | Count | Source | 314 | 3.46k | CHECKED_STATUS ResultToStatus(const Result<TValue>& result) { | 315 | 3.46k | return result.ok() ? Status::OK() : result.status(); | 316 | 3.46k | } |
_ZN2yb14ResultToStatusImEENS_6StatusERKNS_6ResultIT_EE Line | Count | Source | 314 | 112k | CHECKED_STATUS ResultToStatus(const Result<TValue>& result) { | 315 | 112k | return result.ok() ? Status::OK() : result.status(); | 316 | 112k | } |
|
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 | 8.59G | T&& WrapMove(Result<T>&& result) { |
328 | 8.59G | return std::move(*result); |
329 | 8.59G | } Unexecuted instantiation: _ZN2yb8WrapMoveINSt3__110unique_ptrIN7rocksdb22RandomAccessFileReaderENS1_14default_deleteIS4_EEEEEEOT_ONS_6ResultIS8_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_5tools17DataPatcherActionEEEOT_ONS_6ResultIS3_EE _ZN2yb8WrapMoveIyEEOT_ONS_6ResultIS1_EE Line | Count | Source | 327 | 35.4M | T&& WrapMove(Result<T>&& result) { | 328 | 35.4M | return std::move(*result); | 329 | 35.4M | } |
_ZN2yb8WrapMoveINS_10HybridTimeEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 51.6M | T&& WrapMove(Result<T>&& result) { | 328 | 51.6M | return std::move(*result); | 329 | 51.6M | } |
_ZN2yb8WrapMoveINS_13DocHybridTimeEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 345M | T&& WrapMove(Result<T>&& result) { | 328 | 345M | return std::move(*result); | 329 | 345M | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINSt3__110unique_ptrIN7rocksdb11TableReaderENS1_14default_deleteIS4_EEEEEEOT_ONS_6ResultIS8_EE Unexecuted instantiation: _ZN2yb8WrapMoveINSt3__110unique_ptrIN7rocksdb18WritableFileWriterENS1_14default_deleteIS4_EEEEEEOT_ONS_6ResultIS8_EE Unexecuted instantiation: _ZN2yb8WrapMoveIPcEEOT_ONS_6ResultIS2_EE _ZN2yb8WrapMoveINS_9MonoDeltaEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 113 | T&& WrapMove(Result<T>&& result) { | 328 | 113 | return std::move(*result); | 329 | 113 | } |
_ZN2yb8WrapMoveINSt3__110unique_ptrINS_6client8YBClientENS1_14default_deleteIS4_EEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 257 | T&& WrapMove(Result<T>&& result) { | 328 | 257 | return std::move(*result); | 329 | 257 | } |
_ZN2yb8WrapMoveI13scoped_refptrINS_3log18ReadableLogSegmentEEEEOT_ONS_6ResultIS5_EE Line | Count | Source | 327 | 9.20k | T&& WrapMove(Result<T>&& result) { | 328 | 9.20k | return std::move(*result); | 329 | 9.20k | } |
_ZN2yb8WrapMoveINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 2.34M | T&& WrapMove(Result<T>&& result) { | 328 | 2.34M | return std::move(*result); | 329 | 2.34M | } |
_ZN2yb8WrapMoveINSt3__16vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEEEEOT_ONS_6ResultISB_EE Line | Count | Source | 327 | 95.7k | T&& WrapMove(Result<T>&& result) { | 328 | 95.7k | return std::move(*result); | 329 | 95.7k | } |
_ZN2yb8WrapMoveINS_8HostPortEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 53.9k | T&& WrapMove(Result<T>&& result) { | 328 | 53.9k | return std::move(*result); | 329 | 53.9k | } |
_ZN2yb8WrapMoveIN9rapidjson15GenericDocumentINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEES6_EEEEOT_ONS_6ResultIS9_EE Line | Count | Source | 327 | 80 | T&& WrapMove(Result<T>&& result) { | 328 | 80 | return std::move(*result); | 329 | 80 | } |
_ZN2yb8WrapMoveINS_6client11YBTableNameEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 140 | T&& WrapMove(Result<T>&& result) { | 328 | 140 | return std::move(*result); | 329 | 140 | } |
_ZN2yb8WrapMoveIiEEOT_ONS_6ResultIS1_EE Line | Count | Source | 327 | 4.62M | T&& WrapMove(Result<T>&& result) { | 328 | 4.62M | return std::move(*result); | 329 | 4.62M | } |
Unexecuted instantiation: yb-admin_cli.cc:_ZN2yb8WrapMoveINSt3__14pairIiNS_10EnumBitSetINS_5tools12_GLOBAL__N_116ListTabletsFlagsEEEEEEEOT_ONS_6ResultIS9_EE _ZN2yb8WrapMoveINS_5tools18TypedNamespaceNameEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 1 | T&& WrapMove(Result<T>&& result) { | 328 | 1 | return std::move(*result); | 329 | 1 | } |
Unexecuted instantiation: yb-admin_cli.cc:_ZN2yb8WrapMoveINSt3__14pairIiNS_10EnumBitSetINS_5tools12_GLOBAL__N_110AddIndexesEEEEEEEOT_ONS_6ResultIS9_EE Unexecuted instantiation: _ZN2yb8WrapMoveINSt3__14pairIibEEEEOT_ONS_6ResultIS4_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_5tools17TableNameResolverEEEOT_ONS_6ResultIS3_EE _ZN2yb8WrapMoveINSt3__16vectorINS_6client11YBTableNameENS1_9allocatorIS4_EEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 170 | T&& WrapMove(Result<T>&& result) { | 328 | 170 | return std::move(*result); | 329 | 170 | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINS_17StronglyTypedUuidINS_28TxnSnapshotRestorationId_TagEEEEEOT_ONS_6ResultIS4_EE _ZN2yb8WrapMoveIeEEOT_ONS_6ResultIS1_EE Line | Count | Source | 327 | 3 | T&& WrapMove(Result<T>&& result) { | 328 | 3 | return std::move(*result); | 329 | 3 | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEEEEOT_ONS_6ResultIS4_EE _ZN2yb8WrapMoveINSt3__110unique_ptrINS_3rpc9MessengerENS1_14default_deleteIS4_EEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 22.8k | T&& WrapMove(Result<T>&& result) { | 328 | 22.8k | return std::move(*result); | 329 | 22.8k | } |
_ZN2yb8WrapMoveINSt3__110unique_ptrINS_3rpc13SecureContextENS1_14default_deleteIS4_EEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 16.1k | T&& WrapMove(Result<T>&& result) { | 328 | 16.1k | return std::move(*result); | 329 | 16.1k | } |
_ZN2yb8WrapMoveINS_5SliceEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 45.5M | T&& WrapMove(Result<T>&& result) { | 328 | 45.5M | return std::move(*result); | 329 | 45.5M | } |
_ZN2yb8WrapMoveIxEEOT_ONS_6ResultIS1_EE Line | Count | Source | 327 | 1.53G | T&& WrapMove(Result<T>&& result) { | 328 | 1.53G | return std::move(*result); | 329 | 1.53G | } |
_ZN2yb8WrapMoveIjEEOT_ONS_6ResultIS1_EE Line | Count | Source | 327 | 43.0M | T&& WrapMove(Result<T>&& result) { | 328 | 43.0M | return std::move(*result); | 329 | 43.0M | } |
_ZN2yb8WrapMoveINS_4util6VarIntEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 11.4k | T&& WrapMove(Result<T>&& result) { | 328 | 11.4k | return std::move(*result); | 329 | 11.4k | } |
_ZN2yb8WrapMoveINS_4UuidEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 23.3M | T&& WrapMove(Result<T>&& result) { | 328 | 23.3M | return std::move(*result); | 329 | 23.3M | } |
_ZN2yb8WrapMoveIN5boost4asio2ip7addressEEEOT_ONS_6ResultIS5_EE Line | Count | Source | 327 | 225k | T&& WrapMove(Result<T>&& result) { | 328 | 225k | return std::move(*result); | 329 | 225k | } |
Unexecuted instantiation: _ZN2yb8WrapMoveIPNS_6master10MiniMasterEEEOT_ONS_6ResultIS4_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_17StronglyTypedUuidINS_17TxnSnapshotId_TagEEEEEOT_ONS_6ResultIS4_EE _ZN2yb8WrapMoveIbEEOT_ONS_6ResultIS1_EE Line | Count | Source | 327 | 2.23G | T&& WrapMove(Result<T>&& result) { | 328 | 2.23G | return std::move(*result); | 329 | 2.23G | } |
Unexecuted instantiation: _ZN2yb8WrapMoveIN6google8protobuf16RepeatedPtrFieldINS_6master14SnapshotInfoPBEEEEEOT_ONS_6ResultIS7_EE Unexecuted instantiation: _ZN2yb8WrapMoveIN6google8protobuf16RepeatedPtrFieldINS_6master40ImportSnapshotMetaResponsePB_TableMetaPBEEEEEOT_ONS_6ResultIS7_EE Unexecuted instantiation: _ZN2yb8WrapMoveINSt3__16vectorI13scoped_refptrINS_6client8internal12RemoteTabletEENS1_9allocatorIS7_EEEEEEOT_ONS_6ResultISB_EE _ZN2yb8WrapMoveI13scoped_refptrINS_6client8internal12RemoteTabletEEEEOT_ONS_6ResultIS6_EE Line | Count | Source | 327 | 318 | T&& WrapMove(Result<T>&& result) { | 328 | 318 | return std::move(*result); | 329 | 318 | } |
_ZN2yb8WrapMoveINSt3__16vectorINS_6client14YBTabletServerENS1_9allocatorIS4_EEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 2 | T&& WrapMove(Result<T>&& result) { | 328 | 2 | return std::move(*result); | 329 | 2 | } |
_ZN2yb8WrapMoveINSt3__110shared_ptrINS_6client7YBTableEEEEEOT_ONS_6ResultIS6_EE Line | Count | Source | 327 | 1.20M | T&& WrapMove(Result<T>&& result) { | 328 | 1.20M | return std::move(*result); | 329 | 1.20M | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINS_7QLValueEEEOT_ONS_6ResultIS2_EE _ZN2yb8WrapMoveImEEOT_ONS_6ResultIS1_EE Line | Count | Source | 327 | 141M | T&& WrapMove(Result<T>&& result) { | 328 | 141M | return std::move(*result); | 329 | 141M | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINSt3__14pairINS1_6vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS7_IS9_EEEENS1_13unordered_setIS9_NS1_4hashIS9_EENS1_8equal_toIS9_EESA_EEEEEEOT_ONS_6ResultISJ_EE _ZN2yb8WrapMoveI13scoped_refptrINS_6master9TableInfoEEEEOT_ONS_6ResultIS5_EE Line | Count | Source | 327 | 428k | T&& WrapMove(Result<T>&& result) { | 328 | 428k | return std::move(*result); | 329 | 428k | } |
_ZN2yb8WrapMoveINSt3__16vectorI13scoped_refptrINS_6master10TabletInfoEENS1_9allocatorIS6_EEEEEEOT_ONS_6ResultISA_EE Line | Count | Source | 327 | 410k | T&& WrapMove(Result<T>&& result) { | 328 | 410k | return std::move(*result); | 329 | 410k | } |
_ZN2yb8WrapMoveINS_6tablet10DocDbOpIdsEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 3.71M | T&& WrapMove(Result<T>&& result) { | 328 | 3.71M | return std::move(*result); | 329 | 3.71M | } |
_ZN2yb8WrapMoveINS_4OpIdEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 10.2M | T&& WrapMove(Result<T>&& result) { | 328 | 10.2M | return std::move(*result); | 329 | 10.2M | } |
_ZN2yb8WrapMoveINSt3__110shared_ptrINS_6client13YBTransactionEEEEEOT_ONS_6ResultIS6_EE Line | Count | Source | 327 | 149k | T&& WrapMove(Result<T>&& result) { | 328 | 149k | return std::move(*result); | 329 | 149k | } |
_ZN2yb8WrapMoveINSt3__110shared_ptrINS_6client11YBqlWriteOpEEEEEOT_ONS_6ResultIS6_EE Line | Count | Source | 327 | 22.5k | T&& WrapMove(Result<T>&& result) { | 328 | 22.5k | return std::move(*result); | 329 | 22.5k | } |
_ZN2yb8WrapMoveINS_19TransactionMetadataEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 2.25M | T&& WrapMove(Result<T>&& result) { | 328 | 2.25M | return std::move(*result); | 329 | 2.25M | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINSt3__13mapIiiNS1_4lessIiEENS1_9allocatorINS1_4pairIKiiEEEEEEEEOT_ONS_6ResultISB_EE Unexecuted instantiation: _ZN2yb8WrapMoveIN6google8protobuf16RepeatedPtrFieldINS_6master22SnapshotScheduleInfoPBEEEEEOT_ONS_6ResultIS7_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_6client16PagingReadCountsEEEOT_ONS_6ResultIS3_EE _ZN2yb8WrapMoveINS_22PlacementInfoConverter9PlacementEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 1 | T&& WrapMove(Result<T>&& result) { | 328 | 1 | return std::move(*result); | 329 | 1 | } |
_ZN2yb8WrapMoveINSt3__110shared_ptrINS_9consensus4PeerEEEEEOT_ONS_6ResultIS6_EE Line | Count | Source | 327 | 7 | T&& WrapMove(Result<T>&& result) { | 328 | 7 | return std::move(*result); | 329 | 7 | } |
_ZN2yb8WrapMoveINS_9consensus13ReadOpsResultEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 328 | T&& WrapMove(Result<T>&& result) { | 328 | 328 | return std::move(*result); | 329 | 328 | } |
_ZN2yb8WrapMoveINSt3__16vectorINS_4OpIdENS1_9allocatorIS3_EEEEEEOT_ONS_6ResultIS7_EE Line | Count | Source | 327 | 35 | T&& WrapMove(Result<T>&& result) { | 328 | 35 | return std::move(*result); | 329 | 35 | } |
_ZN2yb8WrapMoveINSt3__16vectorI13scoped_refptrINS_3log18ReadableLogSegmentEENS1_9allocatorIS6_EEEEEEOT_ONS_6ResultISA_EE Line | Count | Source | 327 | 30 | T&& WrapMove(Result<T>&& result) { | 328 | 30 | return std::move(*result); | 329 | 30 | } |
Unexecuted instantiation: _ZN2yb8WrapMoveIN5boost8optionalINS_5docdb11SubDocumentEEEEEOT_ONS_6ResultIS6_EE _ZN2yb8WrapMoveINS_17StronglyTypedUuidINS_17TransactionId_TagEEEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 8.63M | T&& WrapMove(Result<T>&& result) { | 328 | 8.63M | return std::move(*result); | 329 | 8.63M | } |
_ZN2yb8WrapMoveINS_5docdb14FetchKeyResultEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 250M | T&& WrapMove(Result<T>&& result) { | 328 | 250M | return std::move(*result); | 329 | 250M | } |
_ZN2yb8WrapMoveINSt3__110unique_ptrINS_10encryption23BlockAccessCipherStreamENS1_14default_deleteIS4_EEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 95 | T&& WrapMove(Result<T>&& result) { | 328 | 95 | return std::move(*result); | 329 | 95 | } |
_ZN2yb8WrapMoveINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS1_10unique_ptrINS_5itest14TServerDetailsENS1_14default_deleteISB_EEEENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SE_EEEEEEEEOT_ONS_6ResultISO_EE Line | Count | Source | 327 | 147 | T&& WrapMove(Result<T>&& result) { | 328 | 147 | return std::move(*result); | 329 | 147 | } |
_ZN2yb8WrapMoveINS_16CassandraSessionEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 121 | T&& WrapMove(Result<T>&& result) { | 328 | 121 | return std::move(*result); | 329 | 121 | } |
_ZN2yb8WrapMoveINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE11cass_bool_tfdixS8_EEEEEOT_ONS_6ResultISB_EE Line | Count | Source | 327 | 1 | T&& WrapMove(Result<T>&& result) { | 328 | 1 | return std::move(*result); | 329 | 1 | } |
_ZN2yb8WrapMoveINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_13CassandraJsonEEEEEEOT_ONS_6ResultISB_EE Line | Count | Source | 327 | 4 | T&& WrapMove(Result<T>&& result) { | 328 | 4 | return std::move(*result); | 329 | 4 | } |
_ZN2yb8WrapMoveINS_16IndexPermissionsEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 47 | T&& WrapMove(Result<T>&& result) { | 328 | 47 | return std::move(*result); | 329 | 47 | } |
_ZN2yb8WrapMoveINS_17CassandraPreparedEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 20 | T&& WrapMove(Result<T>&& result) { | 328 | 20 | return std::move(*result); | 329 | 20 | } |
_ZN2yb8WrapMoveINSt3__15tupleIJ11cass_bool_tiNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiS9_EEEEEOT_ONS_6ResultISB_EE Line | Count | Source | 327 | 4 | T&& WrapMove(Result<T>&& result) { | 328 | 4 | return std::move(*result); | 329 | 4 | } |
_ZN2yb8WrapMoveINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEdEEEEEOT_ONS_6ResultISA_EE Line | Count | Source | 327 | 2 | T&& WrapMove(Result<T>&& result) { | 328 | 2 | return std::move(*result); | 329 | 2 | } |
_ZN2yb8WrapMoveINSt3__15tupleIJidEEEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 2 | T&& WrapMove(Result<T>&& result) { | 328 | 2 | return std::move(*result); | 329 | 2 | } |
_ZN2yb8WrapMoveINSt3__15tupleIJxdEEEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 1 | T&& WrapMove(Result<T>&& result) { | 328 | 1 | return std::move(*result); | 329 | 1 | } |
_ZN2yb8WrapMoveINSt3__15tupleIJ11cass_bool_tdEEEEEOT_ONS_6ResultIS5_EE Line | Count | Source | 327 | 2 | T&& WrapMove(Result<T>&& result) { | 328 | 2 | return std::move(*result); | 329 | 2 | } |
_ZN2yb8WrapMoveINSt3__15tupleIJfdEEEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 2 | T&& WrapMove(Result<T>&& result) { | 328 | 2 | return std::move(*result); | 329 | 2 | } |
_ZN2yb8WrapMoveINSt3__15tupleIJddEEEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 1 | T&& WrapMove(Result<T>&& result) { | 328 | 1 | return std::move(*result); | 329 | 1 | } |
_ZN2yb8WrapMoveINSt3__15tupleIJNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEidEEEEEOT_ONS_6ResultISA_EE Line | Count | Source | 327 | 1 | T&& WrapMove(Result<T>&& result) { | 328 | 1 | return std::move(*result); | 329 | 1 | } |
_ZN2yb8WrapMoveINS_15CassandraResultEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 60 | T&& WrapMove(Result<T>&& result) { | 328 | 60 | return std::move(*result); | 329 | 60 | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master28GetCDCDBStreamInfoResponsePBEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveIN6google8protobuf16RepeatedPtrFieldINS_6master15CDCStreamInfoPBEEEEEOT_ONS_6ResultIS7_EE _ZN2yb8WrapMoveINS_6client11YBTableInfoEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 8 | T&& WrapMove(Result<T>&& result) { | 328 | 8 | return std::move(*result); | 329 | 8 | } |
_ZN2yb8WrapMoveINSt3__16vectorINS_6master21NamespaceIdentifierPBENS1_9allocatorIS4_EEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 4.40k | T&& WrapMove(Result<T>&& result) { | 328 | 4.40k | return std::move(*result); | 329 | 4.40k | } |
_ZN2yb8WrapMoveINSt3__16vectorINS_7tserver42ListTabletsForTabletServerResponsePB_EntryENS1_9allocatorIS4_EEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 892 | T&& WrapMove(Result<T>&& result) { | 328 | 892 | return std::move(*result); | 329 | 892 | } |
_ZN2yb8WrapMoveINSt3__16vectorIjNS1_9allocatorIjEEEEEEOT_ONS_6ResultIS6_EE Line | Count | Source | 327 | 14 | T&& WrapMove(Result<T>&& result) { | 328 | 14 | return std::move(*result); | 329 | 14 | } |
_ZN2yb8WrapMoveINS_7tserver19TabletServerOptionsEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 1 | T&& WrapMove(Result<T>&& result) { | 328 | 1 | return std::move(*result); | 329 | 1 | } |
_ZN2yb8WrapMoveINSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEiNS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_iEEEEEEEEOT_ONS_6ResultISI_EE Line | Count | Source | 327 | 15 | T&& WrapMove(Result<T>&& result) { | 328 | 15 | return std::move(*result); | 329 | 15 | } |
_ZN2yb8WrapMoveINSt3__16vectorINS1_10shared_ptrINS_6tablet10TabletPeerEEENS1_9allocatorIS6_EEEEEEOT_ONS_6ResultISA_EE Line | Count | Source | 327 | 3 | T&& WrapMove(Result<T>&& result) { | 328 | 3 | return std::move(*result); | 329 | 3 | } |
_ZN2yb8WrapMoveItEEOT_ONS_6ResultIS1_EE Line | Count | Source | 327 | 2.03M | T&& WrapMove(Result<T>&& result) { | 328 | 2.03M | return std::move(*result); | 329 | 2.03M | } |
Unexecuted instantiation: _ZN2yb8WrapMoveIPNS_6master16CatalogManagerIfEEEOT_ONS_6ResultIS4_EE _ZN2yb8WrapMoveI13scoped_refptrINS_6master10TabletInfoEEEEOT_ONS_6ResultIS5_EE Line | Count | Source | 327 | 114 | T&& WrapMove(Result<T>&& result) { | 328 | 114 | return std::move(*result); | 329 | 114 | } |
_ZN2yb8WrapMoveINSt3__110shared_ptrINS_6tablet10TabletPeerEEEEEOT_ONS_6ResultIS6_EE Line | Count | Source | 327 | 83.4k | T&& WrapMove(Result<T>&& result) { | 328 | 83.4k | return std::move(*result); | 329 | 83.4k | } |
_ZN2yb8WrapMoveINS_7tserver21GetSplitKeyResponsePBEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 1 | T&& WrapMove(Result<T>&& result) { | 328 | 1 | return std::move(*result); | 329 | 1 | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINS_7tserver21SplitTabletResponsePBEEEOT_ONS_6ResultIS3_EE _ZN2yb8WrapMoveINSt3__16vectorINS_7tserver39ListTabletsResponsePB_StatusAndSchemaPBENS1_9allocatorIS4_EEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 4 | T&& WrapMove(Result<T>&& result) { | 328 | 4 | return std::move(*result); | 329 | 4 | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINSt3__14pairINS1_10shared_ptrINS_6client9YBSessionEEENS3_INS4_13YBTransactionEEEEEEEOT_ONS_6ResultISA_EE Unexecuted instantiation: _ZN2yb8WrapMoveINSt3__16vectorINS1_10shared_ptrINS_6client7YBTableEEENS1_9allocatorIS6_EEEEEEOT_ONS_6ResultISA_EE _ZN2yb8WrapMoveINSt3__16vectorINS_8HostPortENS1_9allocatorIS3_EEEEEEOT_ONS_6ResultIS7_EE Line | Count | Source | 327 | 33.9k | T&& WrapMove(Result<T>&& result) { | 328 | 33.9k | return std::move(*result); | 329 | 33.9k | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINSt3__110unique_ptrI9pg_resultNS_9pgwrapper13PGResultClearEEEEEOT_ONS_6ResultIS7_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_9pgwrapper13PgProcessConfEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_9pgwrapper6PGConnEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveINSt3__110unique_ptrINS_11MiniClusterENS1_14default_deleteIS3_EEEEEEOT_ONS_6ResultIS7_EE _ZN2yb8WrapMoveINSt3__14pairIttEEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 7 | T&& WrapMove(Result<T>&& result) { | 328 | 7 | return std::move(*result); | 329 | 7 | } |
_ZN2yb8WrapMoveIPNS_6master12TSDescriptorEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 88.1k | T&& WrapMove(Result<T>&& result) { | 328 | 88.1k | return std::move(*result); | 329 | 88.1k | } |
_ZN2yb8WrapMoveIdEEOT_ONS_6ResultIS1_EE Line | Count | Source | 327 | 3 | T&& WrapMove(Result<T>&& result) { | 328 | 3 | return std::move(*result); | 329 | 3 | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master17TabletLocationsPBEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: pg_libpq-test.cc:_ZN2yb8WrapMoveINS_9pgwrapper12_GLOBAL__N_114TableGroupInfoEEEOT_ONS_6ResultIS4_EE _ZN2yb8WrapMoveINSt3__110unique_ptrIN7rocksdb2DBENS1_14default_deleteIS4_EEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 144 | T&& WrapMove(Result<T>&& result) { | 328 | 144 | return std::move(*result); | 329 | 144 | } |
_ZN2yb8WrapMoveIPN7rocksdb14SstFileManagerEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 11 | T&& WrapMove(Result<T>&& result) { | 328 | 11 | return std::move(*result); | 329 | 11 | } |
_ZN2yb8WrapMoveINSt3__16vectorIN7rocksdb16LiveFileMetaDataENS1_9allocatorIS4_EEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 6 | T&& WrapMove(Result<T>&& result) { | 328 | 6 | return std::move(*result); | 329 | 6 | } |
_ZN2yb8WrapMoveIN5boost9container12small_vectorI5iovecLm4EvvEEEEOT_ONS_6ResultIS6_EE Line | Count | Source | 327 | 537k | T&& WrapMove(Result<T>&& result) { | 328 | 537k | return std::move(*result); | 329 | 537k | } |
_ZN2yb8WrapMoveI13scoped_refptrINS_6MetricEEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 75 | T&& WrapMove(Result<T>&& result) { | 328 | 75 | return std::move(*result); | 329 | 75 | } |
_ZN2yb8WrapMoveI13scoped_refptrINS_9HistogramEEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 1 | T&& WrapMove(Result<T>&& result) { | 328 | 1 | return std::move(*result); | 329 | 1 | } |
_ZN2yb8WrapMoveI13scoped_refptrINS_7CounterEEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 73 | T&& WrapMove(Result<T>&& result) { | 328 | 73 | return std::move(*result); | 329 | 73 | } |
_ZN2yb8WrapMoveINSt3__16vectorINS_5QLRowENS1_9allocatorIS3_EEEEEEOT_ONS_6ResultIS7_EE Line | Count | Source | 327 | 13 | T&& WrapMove(Result<T>&& result) { | 328 | 13 | return std::move(*result); | 329 | 13 | } |
_ZN2yb8WrapMoveINSt3__110shared_ptrINS_6tablet6TabletEEEEEOT_ONS_6ResultIS6_EE Line | Count | Source | 327 | 6 | T&& WrapMove(Result<T>&& result) { | 328 | 6 | return std::move(*result); | 329 | 6 | } |
_ZN2yb8WrapMoveI13scoped_refptrINS_6tablet17RaftGroupMetadataEEEEOT_ONS_6ResultIS5_EE Line | Count | Source | 327 | 6.05k | T&& WrapMove(Result<T>&& result) { | 328 | 6.05k | return std::move(*result); | 329 | 6.05k | } |
_ZN2yb8WrapMoveINS_12PhysicalTimeEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 28.2k | T&& WrapMove(Result<T>&& result) { | 328 | 28.2k | return std::move(*result); | 329 | 28.2k | } |
_ZN2yb8WrapMoveINS_9TimestampEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 1.32k | T&& WrapMove(Result<T>&& result) { | 328 | 1.32k | return std::move(*result); | 329 | 1.32k | } |
Unexecuted instantiation: _ZN2yb8WrapMoveIPNS_6master17MasterBackupProxyEEEOT_ONS_6ResultIS4_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master23ListSnapshotsResponsePBEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master24SysSnapshotEntryPB_StateEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveIN6google8protobuf16RepeatedPtrFieldINS_6master17TabletLocationsPBEEEEEOT_ONS_6ResultIS7_EE _ZN2yb8WrapMoveINS_10encryption20FileEncryptionStatusEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 1.90M | T&& WrapMove(Result<T>&& result) { | 328 | 1.90M | return std::move(*result); | 329 | 1.90M | } |
_ZN2yb8WrapMoveINSt3__110unique_ptrINS_10encryption16EncryptionParamsENS1_14default_deleteIS4_EEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 140 | T&& WrapMove(Result<T>&& result) { | 328 | 140 | return std::move(*result); | 329 | 140 | } |
_ZN2yb8WrapMoveINS_12OneWayBitmapEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 3.46k | T&& WrapMove(Result<T>&& result) { | 328 | 3.46k | return std::move(*result); | 329 | 3.46k | } |
_ZN2yb8WrapMoveI13scoped_refptrINS_6ThreadEEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 100k | T&& WrapMove(Result<T>&& result) { | 328 | 100k | return std::move(*result); | 329 | 100k | } |
_ZN2yb8WrapMoveINSt3__110unique_ptrIiNS1_14default_deleteIiEEEEEEOT_ONS_6ResultIS6_EE Line | Count | Source | 327 | 3 | T&& WrapMove(Result<T>&& result) { | 328 | 3 | return std::move(*result); | 329 | 3 | } |
_ZN2yb8WrapMoveINS_4test11MoveCounterEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 1 | T&& WrapMove(Result<T>&& result) { | 328 | 1 | return std::move(*result); | 329 | 1 | } |
_ZN2yb8WrapMoveINS_19SharedMemorySegmentEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 13.2k | T&& WrapMove(Result<T>&& result) { | 328 | 13.2k | return std::move(*result); | 329 | 13.2k | } |
_ZN2yb8WrapMoveINS_18SharedMemoryObjectINS_4util4DataEEEEEOT_ONS_6ResultIS5_EE Line | Count | Source | 327 | 6 | T&& WrapMove(Result<T>&& result) { | 328 | 6 | return std::move(*result); | 329 | 6 | } |
_ZN2yb8WrapMoveINS_17StronglyTypedUuidINS_4util12TestUuid_TagEEEEEOT_ONS_6ResultIS5_EE Line | Count | Source | 327 | 1 | T&& WrapMove(Result<T>&& result) { | 328 | 1 | return std::move(*result); | 329 | 1 | } |
_ZN2yb8WrapMoveINS_14UnsignedIntSetIjEEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 2.84M | T&& WrapMove(Result<T>&& result) { | 328 | 2.84M | return std::move(*result); | 329 | 2.84M | } |
_ZN2yb8WrapMoveINSt3__110shared_ptrINS_6client11TableHandleEEEEEOT_ONS_6ResultIS6_EE Line | Count | Source | 327 | 153 | T&& WrapMove(Result<T>&& result) { | 328 | 153 | return std::move(*result); | 329 | 153 | } |
_ZN2yb8WrapMoveINSt3__110shared_ptrINS_3cdc14StreamMetadataEEEEEOT_ONS_6ResultIS6_EE Line | Count | Source | 327 | 3 | T&& WrapMove(Result<T>&& result) { | 328 | 3 | return std::move(*result); | 329 | 3 | } |
Unexecuted instantiation: _ZN2yb8WrapMoveIPNS_6client8internal18RemoteTabletServerEEEOT_ONS_6ResultIS5_EE Unexecuted instantiation: _ZN2yb8WrapMoveINSt3__16vectorINS1_4pairIymEENS1_9allocatorIS4_EEEEEEOT_ONS_6ResultIS8_EE Unexecuted instantiation: _ZN2yb8WrapMoveIN5boost9unordered13unordered_mapINS_17StronglyTypedUuidINS_17TransactionId_TagEEENS_23TransactionStatusResultENS1_4hashIS6_EENSt3__18equal_toIS6_EENSA_9allocatorINSA_4pairIKS6_S7_EEEEEEEEOT_ONS_6ResultISJ_EE Unexecuted instantiation: _ZN2yb8WrapMoveINSt3__16vectorINS1_10shared_ptrINS_9consensus12ReplicateMsgEEENS1_9allocatorIS6_EEEEEEOT_ONS_6ResultISA_EE _ZN2yb8WrapMoveINSt3__110unique_ptrINS_5docdb20YQLRowwiseIteratorIfENS1_14default_deleteIS4_EEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 1.77M | T&& WrapMove(Result<T>&& result) { | 328 | 1.77M | return std::move(*result); | 329 | 1.77M | } |
_ZN2yb8WrapMoveI13scoped_refptrINS_9consensus14LeaderElectionEEEEOT_ONS_6ResultIS5_EE Line | Count | Source | 327 | 75.9k | T&& WrapMove(Result<T>&& result) { | 328 | 75.9k | return std::move(*result); | 329 | 75.9k | } |
_ZN2yb8WrapMoveINS_9consensus13RaftConsensus19UpdateReplicaResultEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 10.2M | T&& WrapMove(Result<T>&& result) { | 328 | 10.2M | return std::move(*result); | 329 | 10.2M | } |
_ZN2yb8WrapMoveINS_10encryption18EncryptionParamsPBEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 35 | T&& WrapMove(Result<T>&& result) { | 328 | 35 | return std::move(*result); | 329 | 35 | } |
_ZN2yb8WrapMoveINS_10encryption17UniverseKeyParamsEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 39 | T&& WrapMove(Result<T>&& result) { | 328 | 39 | return std::move(*result); | 329 | 39 | } |
_ZN2yb8WrapMoveIN5boost4asio2ip14basic_endpointINS3_3tcpEEEEEOT_ONS_6ResultIS7_EE Line | Count | Source | 327 | 906 | T&& WrapMove(Result<T>&& result) { | 328 | 906 | return std::move(*result); | 329 | 906 | } |
_ZN2yb8WrapMoveINS_3log18FirstEntryMetadataEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 117 | T&& WrapMove(Result<T>&& result) { | 328 | 117 | return std::move(*result); | 329 | 117 | } |
_ZN2yb8WrapMoveINSt3__110shared_ptrINS_6tablet9TableInfoEEEEEOT_ONS_6ResultIS6_EE Line | Count | Source | 327 | 7.94M | T&& WrapMove(Result<T>&& result) { | 328 | 7.94M | return std::move(*result); | 329 | 7.94M | } |
_ZN2yb8WrapMoveINS_8ColumnIdEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 431k | T&& WrapMove(Result<T>&& result) { | 328 | 431k | return std::move(*result); | 329 | 431k | } |
_ZN2yb8WrapMoveINSt3__16vectorIN5boost4asio2ip14basic_endpointINS5_3tcpEEENS1_9allocatorIS8_EEEEEEOT_ONS_6ResultISC_EE Line | Count | Source | 327 | 5.35k | T&& WrapMove(Result<T>&& result) { | 328 | 5.35k | return std::move(*result); | 329 | 5.35k | } |
_ZN2yb8WrapMoveIN5boost8optionalINS_6master17ReplicationInfoPBEEEEEOT_ONS_6ResultIS6_EE Line | Count | Source | 327 | 152k | T&& WrapMove(Result<T>&& result) { | 328 | 152k | return std::move(*result); | 329 | 152k | } |
_ZN2yb8WrapMoveINSt3__110shared_ptrINS1_13unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN5boost8optionalINS_6master17ReplicationInfoPBEEENS1_4hashIS9_EENS1_8equal_toIS9_EENS7_INS1_4pairIKS9_SE_EEEEEEEEEEOT_ONS_6ResultISP_EE Line | Count | Source | 327 | 966 | T&& WrapMove(Result<T>&& result) { | 328 | 966 | return std::move(*result); | 329 | 966 | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINSt3__110shared_ptrINS1_13unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEN5boost8optionalIS9_EENS1_4hashIS9_EENS1_8equal_toIS9_EENS7_INS1_4pairIKS9_SC_EEEEEEEEEEOT_ONS_6ResultISN_EE _ZN2yb8WrapMoveINS_6master22TabletReplicaDriveInfoEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 45 | T&& WrapMove(Result<T>&& result) { | 328 | 45 | return std::move(*result); | 329 | 45 | } |
_ZN2yb8WrapMoveINSt3__15arrayINS_11PartitionPBELm2EEEEEOT_ONS_6ResultIS5_EE Line | Count | Source | 327 | 45 | T&& WrapMove(Result<T>&& result) { | 328 | 45 | return std::move(*result); | 329 | 45 | } |
_ZN2yb8WrapMoveINSt3__113unordered_mapINS_17StronglyTypedUuidINS_22SnapshotScheduleId_TagEEENS1_6vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENSA_ISC_EEEEN5boost4hashIS5_EENS1_8equal_toIS5_EENSA_INS1_4pairIKS5_SE_EEEEEEEEOT_ONS_6ResultISP_EE Line | Count | Source | 327 | 7.99k | T&& WrapMove(Result<T>&& result) { | 328 | 7.99k | return std::move(*result); | 329 | 7.99k | } |
_ZN2yb8WrapMoveI13scoped_refptrINS_6master13NamespaceInfoEEEEOT_ONS_6ResultIS5_EE Line | Count | Source | 327 | 634k | T&& WrapMove(Result<T>&& result) { | 328 | 634k | return std::move(*result); | 329 | 634k | } |
_ZN2yb8WrapMoveINS_6master17ReplicationInfoPBEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 153k | T&& WrapMove(Result<T>&& result) { | 328 | 153k | return std::move(*result); | 329 | 153k | } |
_ZN2yb8WrapMoveINSt3__16vectorINS1_10shared_ptrINS_6master12TSDescriptorEEENS1_9allocatorIS6_EEEEEEOT_ONS_6ResultISA_EE Line | Count | Source | 327 | 728 | T&& WrapMove(Result<T>&& result) { | 328 | 728 | return std::move(*result); | 329 | 728 | } |
_ZN2yb8WrapMoveINS_6master16TableDescriptionEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 7 | T&& WrapMove(Result<T>&& result) { | 328 | 7 | return std::move(*result); | 329 | 7 | } |
_ZN2yb8WrapMoveINSt3__110shared_ptrINS_6tablet14AbstractTabletEEEEEOT_ONS_6ResultIS6_EE Line | Count | Source | 327 | 4.55M | T&& WrapMove(Result<T>&& result) { | 328 | 4.55M | return std::move(*result); | 329 | 4.55M | } |
_ZN2yb8WrapMoveINS_10encryption21UniverseKeyRegistryPBEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 15 | T&& WrapMove(Result<T>&& result) { | 328 | 15 | return std::move(*result); | 329 | 15 | } |
_ZN2yb8WrapMoveINSt3__16vectorINS_6master16TableDescriptionENS1_9allocatorIS4_EEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 7 | T&& WrapMove(Result<T>&& result) { | 328 | 7 | return std::move(*result); | 329 | 7 | } |
_ZN2yb8WrapMoveINS_5docdb8KeyBytesEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 16.0M | T&& WrapMove(Result<T>&& result) { | 328 | 16.0M | return std::move(*result); | 329 | 16.0M | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master18SysSnapshotEntryPBEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master25SnapshotScheduleOptionsPBEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master13SysRowEntriesEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master25SnapshotScheduleOperationEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master13DdlLogEntryPBEEEOT_ONS_6ResultIS3_EE _ZN2yb8WrapMoveIlEEOT_ONS_6ResultIS1_EE Line | Count | Source | 327 | 1.04M | T&& WrapMove(Result<T>&& result) { | 328 | 1.04M | return std::move(*result); | 329 | 1.04M | } |
_ZN2yb8WrapMoveINSt3__110shared_ptrINS_6master12TSDescriptorEEEEEOT_ONS_6ResultIS6_EE Line | Count | Source | 327 | 5.53k | T&& WrapMove(Result<T>&& result) { | 328 | 5.53k | return std::move(*result); | 329 | 5.53k | } |
_ZN2yb8WrapMoveINSt3__110shared_ptrINS_10QLRowBlockEEEEEOT_ONS_6ResultIS5_EE Line | Count | Source | 327 | 260k | T&& WrapMove(Result<T>&& result) { | 328 | 260k | return std::move(*result); | 329 | 260k | } |
_ZN2yb8WrapMoveINSt3__14pairIiNS_8DataTypeEEEEEOT_ONS_6ResultIS5_EE Line | Count | Source | 327 | 18.2M | T&& WrapMove(Result<T>&& result) { | 328 | 18.2M | return std::move(*result); | 329 | 18.2M | } |
_ZN2yb8WrapMoveINS_6master19YQLPartitionsVTable10TabletDataEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 50.1k | T&& WrapMove(Result<T>&& result) { | 328 | 50.1k | return std::move(*result); | 329 | 50.1k | } |
_ZN2yb8WrapMoveIN5boost8optionalINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEEEEEOT_ONS_6ResultISB_EE Line | Count | Source | 327 | 120k | T&& WrapMove(Result<T>&& result) { | 328 | 120k | return std::move(*result); | 329 | 120k | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master16SysTablesEntryPBEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master19SysNamespaceEntryPBEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master17SysTabletsEntryPBEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveINSt3__110shared_ptrINS_6master11CDCRpcTasksEEEEEOT_ONS_6ResultIS6_EE Unexecuted instantiation: _ZN2yb8WrapMoveINSt3__16vectorINS1_4pairINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6client11YBTableNameEEENS7_ISC_EEEEEEOT_ONS_6ResultISF_EE _ZN2yb8WrapMoveINS_18SharedMemoryObjectINS_7tserver17TServerSharedDataEEEEEOT_ONS_6ResultIS5_EE Line | Count | Source | 327 | 13.2k | T&& WrapMove(Result<T>&& result) { | 328 | 13.2k | return std::move(*result); | 329 | 13.2k | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master17MasterBackupProxyEEEOT_ONS_6ResultIS3_EE _ZN2yb8WrapMoveINS_2ql5audit8LogEntryEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 13.3k | T&& WrapMove(Result<T>&& result) { | 328 | 13.3k | return std::move(*result); | 329 | 13.3k | } |
_ZN2yb8WrapMoveINSt3__110shared_ptrINS_2ql6PTExprEEEEEOT_ONS_6ResultIS6_EE Line | Count | Source | 327 | 648 | T&& WrapMove(Result<T>&& result) { | 328 | 648 | return std::move(*result); | 329 | 648 | } |
_ZN2yb8WrapMoveINSt3__110shared_ptrINS_6QLTypeEEEEEOT_ONS_6ResultIS5_EE Line | Count | Source | 327 | 14 | T&& WrapMove(Result<T>&& result) { | 328 | 14 | return std::move(*result); | 329 | 14 | } |
_ZN2yb8WrapMoveINS_22ChildTransactionDataPBEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 82.4k | T&& WrapMove(Result<T>&& result) { | 328 | 82.4k | return std::move(*result); | 329 | 82.4k | } |
_ZN2yb8WrapMoveIPNS_2ql16QueryPagingStateEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 3.88M | T&& WrapMove(Result<T>&& result) { | 328 | 3.88M | return std::move(*result); | 329 | 3.88M | } |
_ZN2yb8WrapMoveIPKNS_9IndexInfoEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 51.9k | T&& WrapMove(Result<T>&& result) { | 328 | 51.9k | return std::move(*result); | 329 | 51.9k | } |
_ZN2yb8WrapMoveIN7rocksdb10TableCache21TableReaderWithHandleEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 6.45M | T&& WrapMove(Result<T>&& result) { | 328 | 6.45M | return std::move(*result); | 329 | 6.45M | } |
_ZN2yb8WrapMoveIN7rocksdb15BlockBasedTable13CachableEntryINS1_11IndexReaderEEEEEOT_ONS_6ResultIS6_EE Line | Count | Source | 327 | 46 | T&& WrapMove(Result<T>&& result) { | 328 | 46 | return std::move(*result); | 329 | 46 | } |
format.cc:_ZN2yb8WrapMoveIN7rocksdb12_GLOBAL__N_112ChecksumDataEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 3.74M | T&& WrapMove(Result<T>&& result) { | 328 | 3.74M | return std::move(*result); | 329 | 3.74M | } |
_ZN2yb8WrapMoveINSt3__16vectorINS2_INS_8HostPortENS1_9allocatorIS3_EEEENS4_IS6_EEEEEEOT_ONS_6ResultIS9_EE Line | Count | Source | 327 | 12.6k | T&& WrapMove(Result<T>&& result) { | 328 | 12.6k | return std::move(*result); | 329 | 12.6k | } |
_ZN2yb8WrapMoveIN5boost8optionalItEEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 6.76M | T&& WrapMove(Result<T>&& result) { | 328 | 6.76M | return std::move(*result); | 329 | 6.76M | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINS_7tserver13ReadRequestPBEEEOT_ONS_6ResultIS3_EE _ZN2yb8WrapMoveINSt3__13setINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS1_4lessIS8_EENS6_IS8_EEEEEEOT_ONS_6ResultISD_EE Line | Count | Source | 327 | 1.11k | T&& WrapMove(Result<T>&& result) { | 328 | 1.11k | return std::move(*result); | 329 | 1.11k | } |
_ZN2yb8WrapMoveINS_7tserver21ListTabletsResponsePBEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 3 | T&& WrapMove(Result<T>&& result) { | 328 | 3 | return std::move(*result); | 329 | 3 | } |
_ZN2yb8WrapMoveINS_6tablet29TabletScopedRWOperationPausesEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 160k | T&& WrapMove(Result<T>&& result) { | 328 | 160k | return std::move(*result); | 329 | 160k | } |
_ZN2yb8WrapMoveIN7rocksdb22KeyValueEncodingFormatEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 130k | T&& WrapMove(Result<T>&& result) { | 328 | 130k | return std::move(*result); | 329 | 130k | } |
_ZN2yb8WrapMoveINS_22ScopedRWOperationPauseEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 417k | T&& WrapMove(Result<T>&& result) { | 328 | 417k | return std::move(*result); | 329 | 417k | } |
_ZN2yb8WrapMoveINS_27TransactionOperationContextEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 1.81M | T&& WrapMove(Result<T>&& result) { | 328 | 1.81M | return std::move(*result); | 329 | 1.81M | } |
_ZN2yb8WrapMoveINS_5docdb21ApplyTransactionStateEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 737k | T&& WrapMove(Result<T>&& result) { | 328 | 737k | return std::move(*result); | 329 | 737k | } |
_ZN2yb8WrapMoveINSt3__110unique_ptrI7pg_connNS_9pgwrapper11PGConnCloseEEEEEOT_ONS_6ResultIS7_EE Line | Count | Source | 327 | 235 | T&& WrapMove(Result<T>&& result) { | 328 | 235 | return std::move(*result); | 329 | 235 | } |
_ZN2yb8WrapMoveINS_19PgsqlBackfillSpecPBEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 256 | T&& WrapMove(Result<T>&& result) { | 328 | 256 | return std::move(*result); | 329 | 256 | } |
_ZN2yb8WrapMoveIPNS_16QLWriteRequestPBEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 58.7k | T&& WrapMove(Result<T>&& result) { | 328 | 58.7k | return std::move(*result); | 329 | 58.7k | } |
_ZN2yb8WrapMoveINSt3__110shared_ptrINS_6client9YBSessionEEEEEOT_ONS_6ResultIS6_EE Line | Count | Source | 327 | 2.49k | T&& WrapMove(Result<T>&& result) { | 328 | 2.49k | return std::move(*result); | 329 | 2.49k | } |
_ZN2yb8WrapMoveINS_22SubTransactionMetadataEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 2.10M | T&& WrapMove(Result<T>&& result) { | 328 | 2.10M | return std::move(*result); | 329 | 2.10M | } |
_ZN2yb8WrapMoveINS_17StronglyTypedBoolINS_6tablet17NeedsRecovery_TagEEEEEOT_ONS_6ResultIS5_EE Line | Count | Source | 327 | 89.1k | T&& WrapMove(Result<T>&& result) { | 328 | 89.1k | return std::move(*result); | 329 | 89.1k | } |
_ZN2yb8WrapMoveINS_6tablet20FixedHybridTimeLeaseEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 13.3M | T&& WrapMove(Result<T>&& result) { | 328 | 13.3M | return std::move(*result); | 329 | 13.3M | } |
_ZN2yb8WrapMoveI13scoped_refptrINS_6tablet15OperationDriverEEEEOT_ONS_6ResultIS5_EE Line | Count | Source | 327 | 5.09M | T&& WrapMove(Result<T>&& result) { | 328 | 5.09M | return std::move(*result); | 329 | 5.09M | } |
_ZN2yb8WrapMoveINS_23TransactionStatusResultEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 158k | T&& WrapMove(Result<T>&& result) { | 328 | 158k | return std::move(*result); | 329 | 158k | } |
_ZN2yb8WrapMoveINS_14IsolationLevelEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 1.86M | T&& WrapMove(Result<T>&& result) { | 328 | 1.86M | return std::move(*result); | 329 | 1.86M | } |
_ZN2yb8WrapMoveINS_5docdb30PrepareDocWriteOperationResultEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 1.74M | T&& WrapMove(Result<T>&& result) { | 328 | 1.74M | return std::move(*result); | 329 | 1.74M | } |
_ZN2yb8WrapMoveINS_6tablet19ScopedReadOperationEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 4.87M | T&& WrapMove(Result<T>&& result) { | 328 | 4.87M | return std::move(*result); | 329 | 4.87M | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINSt3__16vectorIyNS1_9allocatorIyEEEEEEOT_ONS_6ResultIS6_EE _ZN2yb8WrapMoveINS_7tserver21PgClientSessionLockerEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 932k | T&& WrapMove(Result<T>&& result) { | 328 | 932k | return std::move(*result); | 329 | 932k | } |
_ZN2yb8WrapMoveINSt3__16vectorINS_6client27YBTabletServerPlacementInfoENS1_9allocatorIS4_EEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 2 | T&& WrapMove(Result<T>&& result) { | 328 | 2 | return std::move(*result); | 329 | 2 | } |
_ZN2yb8WrapMoveIPKNS_19TransactionMetadataEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 1.59k | T&& WrapMove(Result<T>&& result) { | 328 | 1.59k | return std::move(*result); | 329 | 1.59k | } |
_ZN2yb8WrapMoveIPNS_6client9YBSessionEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 775k | T&& WrapMove(Result<T>&& result) { | 328 | 775k | return std::move(*result); | 329 | 775k | } |
_ZN2yb8WrapMoveINSt3__16vectorINS1_10shared_ptrINS_6client9YBPgsqlOpEEENS1_9allocatorIS6_EEEEEEOT_ONS_6ResultISA_EE Line | Count | Source | 327 | 775k | T&& WrapMove(Result<T>&& result) { | 328 | 775k | return std::move(*result); | 329 | 775k | } |
_ZN2yb8WrapMoveINS_7tserver16TabletPeerTabletEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 17.9M | T&& WrapMove(Result<T>&& result) { | 328 | 17.9M | return std::move(*result); | 329 | 17.9M | } |
_ZN2yb8WrapMoveINS_7tserver16LeaderTabletPeerEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 140k | T&& WrapMove(Result<T>&& result) { | 328 | 140k | return std::move(*result); | 329 | 140k | } |
_ZN2yb8WrapMoveINS_14ReadHybridTimeEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 4.64M | T&& WrapMove(Result<T>&& result) { | 328 | 4.64M | return std::move(*result); | 329 | 4.64M | } |
_ZN2yb8WrapMoveIN6google8protobuf16RepeatedPtrFieldINS_6tablet6FilePBEEEEEOT_ONS_6ResultIS7_EE Line | Count | Source | 327 | 1.33k | T&& WrapMove(Result<T>&& result) { | 328 | 1.33k | return std::move(*result); | 329 | 1.33k | } |
_ZN2yb8WrapMoveI13scoped_refptrINS_7tserver27TransitionInProgressDeleterEEEEOT_ONS_6ResultIS5_EE Line | Count | Source | 327 | 82.2k | T&& WrapMove(Result<T>&& result) { | 328 | 82.2k | return std::move(*result); | 329 | 82.2k | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINSt3__110unique_ptrINS_7tserver10enterprise11CDCConsumerENS1_14default_deleteIS5_EEEEEEOT_ONS_6ResultIS9_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master21ListMastersResponsePBEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_9consensus24LeaderStepDownResponsePBEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_9consensus27RunLeaderElectionResponsePBEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_9consensus22ChangeConfigResponsePBEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master25DumpMasterStateResponsePBEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master28GetLoadMovePercentResponsePBEEEOT_ONS_6ResultIS3_EE _ZN2yb8WrapMoveINS_6master28GetTabletLocationsResponsePBEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 30 | T&& WrapMove(Result<T>&& result) { | 328 | 30 | return std::move(*result); | 329 | 30 | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master27ListTabletServersResponsePBEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_7tserver24GetLogLocationResponsePBEEEOT_ONS_6ResultIS3_EE _ZN2yb8WrapMoveINS_6master37LaunchBackfillIndexForTableResponsePBEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 2 | T&& WrapMove(Result<T>&& result) { | 328 | 2 | return std::move(*result); | 329 | 2 | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINS_7tserver36ListTabletsForTabletServerResponsePBEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master33ChangeLoadBalancerStateResponsePBEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master30GetLoadBalancerStateResponsePBEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master25FlushSysCatalogResponsePBEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master27CompactSysCatalogResponsePBEEEOT_ONS_6ResultIS3_EE _ZN2yb8WrapMoveINS_6master29IsMasterLeaderReadyResponsePBEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 23 | T&& WrapMove(Result<T>&& result) { | 328 | 23 | return std::move(*result); | 329 | 23 | } |
_ZN2yb8WrapMoveINS_6master32GetMasterClusterConfigResponsePBEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 32 | T&& WrapMove(Result<T>&& result) { | 328 | 32 | return std::move(*result); | 329 | 32 | } |
_ZN2yb8WrapMoveINS_6master35ChangeMasterClusterConfigResponsePBEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 16 | T&& WrapMove(Result<T>&& result) { | 328 | 16 | return std::move(*result); | 329 | 16 | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master22IsInitDbDoneResponsePBEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_7tserver21UpgradeYsqlResponsePBEEEOT_ONS_6ResultIS3_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master21SplitTabletResponsePBEEEOT_ONS_6ResultIS3_EE cql_processor.cc:_ZN2yb8WrapMoveINSt3__110unique_ptrI4ldapNS_9cqlserver12_GLOBAL__N_111LDAPDeleterEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 64 | T&& WrapMove(Result<T>&& result) { | 328 | 64 | return std::move(*result); | 329 | 64 | } |
_ZN2yb8WrapMoveINSt3__14pairINS_12RefCntBufferENS_5SliceEEEEEOT_ONS_6ResultIS6_EE Line | Count | Source | 327 | 3.60M | T&& WrapMove(Result<T>&& result) { | 328 | 3.60M | return std::move(*result); | 329 | 3.60M | } |
_ZN2yb8WrapMoveINSt3__16vectorINS_6master22TablegroupIdentifierPBENS1_9allocatorIS4_EEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 1 | T&& WrapMove(Result<T>&& result) { | 328 | 1 | return std::move(*result); | 329 | 1 | } |
_ZN2yb8WrapMoveINSt3__110shared_ptrIKNS_6client27VersionedTablePartitionListEEEEEOT_ONS_6ResultIS7_EE Line | Count | Source | 327 | 85.4k | T&& WrapMove(Result<T>&& result) { | 328 | 85.4k | return std::move(*result); | 329 | 85.4k | } |
_ZN2yb8WrapMoveINS_6client11YBTableTypeEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 151k | T&& WrapMove(Result<T>&& result) { | 328 | 151k | return std::move(*result); | 329 | 151k | } |
_ZN2yb8WrapMoveINSt3__16vectorINS_5docdb14PrimitiveValueENS1_9allocatorIS4_EEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 9.00M | T&& WrapMove(Result<T>&& result) { | 328 | 9.00M | return std::move(*result); | 329 | 9.00M | } |
_ZN2yb8WrapMoveINS_5docdb12ParsedIntentEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 30.7M | T&& WrapMove(Result<T>&& result) { | 328 | 30.7M | return std::move(*result); | 329 | 30.7M | } |
_ZN2yb8WrapMoveINS_5docdb18DecodedIntentValueEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 23.4M | T&& WrapMove(Result<T>&& result) { | 328 | 23.4M | return std::move(*result); | 329 | 23.4M | } |
_ZN2yb8WrapMoveINS_10WaitPolicyEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 314 | T&& WrapMove(Result<T>&& result) { | 328 | 314 | return std::move(*result); | 329 | 314 | } |
docdb.cc:_ZN2yb8WrapMoveINS_5docdb12_GLOBAL__N_125DetermineKeysToLockResultEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 1.74M | T&& WrapMove(Result<T>&& result) { | 328 | 1.74M | return std::move(*result); | 329 | 1.74M | } |
_ZN2yb8WrapMoveINSt3__110unique_ptrINS_5docdb17SubDocumentReaderENS1_14default_deleteIS4_EEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 257M | T&& WrapMove(Result<T>&& result) { | 328 | 257M | return std::move(*result); | 329 | 257M | } |
_ZN2yb8WrapMoveIN7rocksdb15CompressionTypeEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 430k | T&& WrapMove(Result<T>&& result) { | 328 | 430k | return std::move(*result); | 329 | 430k | } |
_ZN2yb8WrapMoveINS_5docdb16DecodedIntentKeyEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 2.17M | T&& WrapMove(Result<T>&& result) { | 328 | 2.17M | return std::move(*result); | 329 | 2.17M | } |
_ZN2yb8WrapMoveINS_14CommitMetadataEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 117k | T&& WrapMove(Result<T>&& result) { | 328 | 117k | return std::move(*result); | 329 | 117k | } |
_ZN2yb8WrapMoveINS_5docdb6DocKeyEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 3.11M | T&& WrapMove(Result<T>&& result) { | 328 | 3.11M | return std::move(*result); | 329 | 3.11M | } |
_ZN2yb8WrapMoveINS_13RedisDataTypeEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 57.6k | T&& WrapMove(Result<T>&& result) { | 328 | 57.6k | return std::move(*result); | 329 | 57.6k | } |
_ZN2yb8WrapMoveINS_5docdb10RedisValueEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 48 | T&& WrapMove(Result<T>&& result) { | 328 | 48 | return std::move(*result); | 329 | 48 | } |
_ZN2yb8WrapMoveIN5boost8optionalINS_5docdb10ExpirationEEEEEOT_ONS_6ResultIS6_EE Line | Count | Source | 327 | 132 | T&& WrapMove(Result<T>&& result) { | 328 | 132 | return std::move(*result); | 329 | 132 | } |
_ZN2yb8WrapMoveIPNS_5docdb11SubDocumentEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 242M | T&& WrapMove(Result<T>&& result) { | 328 | 242M | return std::move(*result); | 329 | 242M | } |
subdoc_reader.cc:_ZN2yb8WrapMoveIPNS_5docdb12_GLOBAL__N_129ScopedDocDbRowContextWithDataEEEOT_ONS_6ResultIS5_EE Line | Count | Source | 327 | 29.2M | T&& WrapMove(Result<T>&& result) { | 328 | 29.2M | return std::move(*result); | 329 | 29.2M | } |
subdoc_reader.cc:_ZN2yb8WrapMoveINSt3__110unique_ptrINS_5docdb12_GLOBAL__N_112DocDbRowDataENS1_14default_deleteIS5_EEEEEEOT_ONS_6ResultIS9_EE Line | Count | Source | 327 | 248M | T&& WrapMove(Result<T>&& result) { | 328 | 248M | return std::move(*result); | 329 | 248M | } |
_ZN2yb8WrapMoveINS_5docdb22TransactionStatusCache19GetCommitDataResultEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 57.2k | T&& WrapMove(Result<T>&& result) { | 328 | 57.2k | return std::move(*result); | 329 | 57.2k | } |
_ZN2yb8WrapMoveI13scoped_refptrINS_6pggate11PgTableDescEEEEOT_ONS_6ResultIS5_EE Line | Count | Source | 327 | 4.98M | T&& WrapMove(Result<T>&& result) { | 328 | 4.98M | return std::move(*result); | 329 | 4.98M | } |
_ZN2yb8WrapMoveINS_6pggate12PgApiContext15MessengerHolderEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 1.65k | T&& WrapMove(Result<T>&& result) { | 328 | 1.65k | return std::move(*result); | 329 | 1.65k | } |
_ZN2yb8WrapMoveINSt3__14pairIjjEEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 380 | T&& WrapMove(Result<T>&& result) { | 328 | 380 | return std::move(*result); | 329 | 380 | } |
_ZN2yb8WrapMoveINSt3__110shared_ptrIKPKhEEEEOT_ONS_6ResultIS7_EE Line | Count | Source | 327 | 3.45M | T&& WrapMove(Result<T>&& result) { | 328 | 3.45M | return std::move(*result); | 329 | 3.45M | } |
_ZN2yb8WrapMoveINS_6master26GetNamespaceInfoResponsePBEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 1.61k | T&& WrapMove(Result<T>&& result) { | 328 | 1.61k | return std::move(*result); | 329 | 1.61k | } |
_ZN2yb8WrapMoveINS_17StronglyTypedBoolINS_6pggate15RequestSent_TagEEEEEOT_ONS_6ResultIS5_EE Line | Count | Source | 327 | 2.69M | T&& WrapMove(Result<T>&& result) { | 328 | 2.69M | return std::move(*result); | 329 | 2.69M | } |
_ZN2yb8WrapMoveINS_5docdb14PrimitiveValueEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 27 | T&& WrapMove(Result<T>&& result) { | 328 | 27 | return std::move(*result); | 329 | 27 | } |
_ZN2yb8WrapMoveINSt3__18functionIFNS_5docdb6DocKeyERKNS1_6vectorINS3_14PrimitiveValueENS1_9allocatorIS6_EEEEEEEEEOT_ONS_6ResultISE_EE Line | Count | Source | 327 | 6 | T&& WrapMove(Result<T>&& result) { | 328 | 6 | return std::move(*result); | 329 | 6 | } |
_ZN2yb8WrapMoveINSt3__14listINS_6pggate11PgDocResultENS1_9allocatorIS4_EEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 1.19M | T&& WrapMove(Result<T>&& result) { | 328 | 1.19M | return std::move(*result); | 329 | 1.19M | } |
_ZN2yb8WrapMoveINS_6pggate13PerformFutureEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 2.74M | T&& WrapMove(Result<T>&& result) { | 328 | 2.74M | return std::move(*result); | 329 | 2.74M | } |
_ZN2yb8WrapMoveIN5boost10shared_ptrINS1_9date_time14time_zone_baseINS1_10posix_time5ptimeEcEEEEEEOT_ONS_6ResultIS9_EE Line | Count | Source | 327 | 1.33k | T&& WrapMove(Result<T>&& result) { | 328 | 1.33k | return std::move(*result); | 329 | 1.33k | } |
_ZN2yb8WrapMoveIN6icu_6717GregorianCalendarEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 34 | T&& WrapMove(Result<T>&& result) { | 328 | 34 | return std::move(*result); | 329 | 34 | } |
_ZN2yb8WrapMoveINS_14ResourceLimitsEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 20.6k | T&& WrapMove(Result<T>&& result) { | 328 | 20.6k | return std::move(*result); | 329 | 20.6k | } |
_ZN2yb8WrapMoveINSt3__14pairIxmEEEEOT_ONS_6ResultIS4_EE Line | Count | Source | 327 | 2.76G | T&& WrapMove(Result<T>&& result) { | 328 | 2.76G | return std::move(*result); | 329 | 2.76G | } |
net_util.cc:_ZN2yb8WrapMoveINSt3__110unique_ptrI8addrinfoNS_12_GLOBAL__N_115AddrinfoDeleterEEEEEOT_ONS_6ResultIS7_EE Line | Count | Source | 327 | 23.1k | T&& WrapMove(Result<T>&& result) { | 328 | 23.1k | return std::move(*result); | 329 | 23.1k | } |
_ZN2yb8WrapMoveIPvEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 13.2k | T&& WrapMove(Result<T>&& result) { | 328 | 13.2k | return std::move(*result); | 329 | 13.2k | } |
_ZN2yb8WrapMoveINSt3__16vectorIPcNS1_9allocatorIS3_EEEEEEOT_ONS_6ResultIS7_EE Line | Count | Source | 327 | 5.86k | T&& WrapMove(Result<T>&& result) { | 328 | 5.86k | return std::move(*result); | 329 | 5.86k | } |
_ZN2yb8WrapMoveINS_10Subprocess10ChildPipesEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 5.86k | T&& WrapMove(Result<T>&& result) { | 328 | 5.86k | return std::move(*result); | 329 | 5.86k | } |
_ZN2yb8WrapMoveIP3DIREEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 5.86k | T&& WrapMove(Result<T>&& result) { | 328 | 5.86k | return std::move(*result); | 329 | 5.86k | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINSt3__16vectorIiNS1_9allocatorIiEEEEEEOT_ONS_6ResultIS6_EE _ZN2yb8WrapMoveIPKPKhEEOT_ONS_6ResultIS5_EE Line | Count | Source | 327 | 9.44M | T&& WrapMove(Result<T>&& result) { | 328 | 9.44M | return std::move(*result); | 329 | 9.44M | } |
_ZN2yb8WrapMoveINS_6SocketEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 627k | T&& WrapMove(Result<T>&& result) { | 328 | 627k | return std::move(*result); | 329 | 627k | } |
_ZN2yb8WrapMoveINSt3__110unique_ptrINS_3rpc6StreamENS1_14default_deleteIS4_EEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 632k | T&& WrapMove(Result<T>&& result) { | 328 | 632k | return std::move(*result); | 329 | 632k | } |
_ZN2yb8WrapMoveINS_17StronglyTypedBoolINS_3rpc18ReadBufferFull_TagEEEEEOT_ONS_6ResultIS5_EE Line | Count | Source | 327 | 61.8k | T&& WrapMove(Result<T>&& result) { | 328 | 61.8k | return std::move(*result); | 329 | 61.8k | } |
secure_stream.cc:_ZN2yb8WrapMoveINSt3__110unique_ptrI6bio_stNS_3rpc12_GLOBAL__N_17BIOFreeEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 150 | T&& WrapMove(Result<T>&& result) { | 328 | 150 | return std::move(*result); | 329 | 150 | } |
_ZN2yb8WrapMoveINSt3__110unique_ptrI7x509_stNS_3rpc6detail8X509FreeEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 101 | T&& WrapMove(Result<T>&& result) { | 328 | 101 | return std::move(*result); | 329 | 101 | } |
_ZN2yb8WrapMoveINSt3__110unique_ptrI11evp_pkey_stNS_3rpc6detail12EVP_PKEYFreeEEEEEOT_ONS_6ResultIS8_EE Line | Count | Source | 327 | 26 | T&& WrapMove(Result<T>&& result) { | 328 | 26 | return std::move(*result); | 329 | 26 | } |
_ZN2yb8WrapMoveIPhEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 39.4M | T&& WrapMove(Result<T>&& result) { | 328 | 39.4M | return std::move(*result); | 329 | 39.4M | } |
_ZN2yb8WrapMoveINS_3rpc18ProcessCallsResultEEEOT_ONS_6ResultIS3_EE Line | Count | Source | 327 | 304k | T&& WrapMove(Result<T>&& result) { | 328 | 304k | return std::move(*result); | 329 | 304k | } |
_ZN2yb8WrapMoveINS_12RefCntBufferEEEOT_ONS_6ResultIS2_EE Line | Count | Source | 327 | 19.5M | T&& WrapMove(Result<T>&& result) { | 328 | 19.5M | return std::move(*result); | 329 | 19.5M | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINSt3__14pairIiiEEEEOT_ONS_6ResultIS4_EE |
330 | | |
331 | | template<class T> |
332 | 41.1M | std::reference_wrapper<T> WrapMove(Result<T&>&& result) { |
333 | 41.1M | return std::reference_wrapper<T>(*result); |
334 | 41.1M | } Unexecuted instantiation: _ZN2yb8WrapMoveIN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEEENSt3__117reference_wrapperIT_EEONS_6ResultIRSB_EE Unexecuted instantiation: _ZN2yb8WrapMoveIKN9rapidjson12GenericValueINS1_4UTF8IcEENS1_19MemoryPoolAllocatorINS1_12CrtAllocatorEEEEEEENSt3__117reference_wrapperIT_EEONS_6ResultIRSC_EE _ZN2yb8WrapMoveIKNS_4test21NonCopyableNonMovableEEENSt3__117reference_wrapperIT_EEONS_6ResultIRS6_EE Line | Count | Source | 332 | 1 | std::reference_wrapper<T> WrapMove(Result<T&>&& result) { | 333 | 1 | return std::reference_wrapper<T>(*result); | 334 | 1 | } |
_ZN2yb8WrapMoveIKNS_12ColumnSchemaEEENSt3__117reference_wrapperIT_EEONS_6ResultIRS5_EE Line | Count | Source | 332 | 11.4M | std::reference_wrapper<T> WrapMove(Result<T&>&& result) { | 333 | 11.4M | return std::reference_wrapper<T>(*result); | 334 | 11.4M | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master13SnapshotStateEEENSt3__117reference_wrapperIT_EEONS_6ResultIRS5_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master21SnapshotScheduleStateEEENSt3__117reference_wrapperIT_EEONS_6ResultIRS5_EE Unexecuted instantiation: _ZN2yb8WrapMoveINS_6master16RestorationStateEEENSt3__117reference_wrapperIT_EEONS_6ResultIRS5_EE Unexecuted instantiation: _ZN2yb8WrapMoveIKNSt3__14pairIKNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master16SysTablesEntryPBEEEEENS1_17reference_wrapperIT_EEONS_6ResultIRSF_EE _ZN2yb8WrapMoveIKNS_2ql9ParseTreeEEENSt3__117reference_wrapperIT_EEONS_6ResultIRS6_EE Line | Count | Source | 332 | 4.38M | std::reference_wrapper<T> WrapMove(Result<T&>&& result) { | 333 | 4.38M | return std::reference_wrapper<T>(*result); | 334 | 4.38M | } |
Unexecuted instantiation: _ZN2yb8WrapMoveINS_6tablet19SnapshotCoordinatorEEENSt3__117reference_wrapperIT_EEONS_6ResultIRS5_EE _ZN2yb8WrapMoveINS_7tserver15PgClientSessionEEENSt3__117reference_wrapperIT_EEONS_6ResultIRS5_EE Line | Count | Source | 332 | 932k | std::reference_wrapper<T> WrapMove(Result<T&>&& result) { | 333 | 932k | return std::reference_wrapper<T>(*result); | 334 | 932k | } |
_ZN2yb8WrapMoveIKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEENS1_17reference_wrapperIT_EEONS_6ResultIRSA_EE Line | Count | Source | 332 | 88 | std::reference_wrapper<T> WrapMove(Result<T&>&& result) { | 333 | 88 | return std::reference_wrapper<T>(*result); | 334 | 88 | } |
Unexecuted instantiation: _ZN2yb8WrapMoveIKNSt3__113unordered_mapINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS_6master21NamespaceIdentifierPBENS1_4hashIS8_EENS1_8equal_toIS8_EENS6_INS1_4pairIKS8_SA_EEEEEEEENS1_17reference_wrapperIT_EEONS_6ResultIRSM_EE _ZN2yb8WrapMoveIKNS_13QLTableColumnEEENSt3__117reference_wrapperIT_EEONS_6ResultIRS5_EE Line | Count | Source | 332 | 6.80M | std::reference_wrapper<T> WrapMove(Result<T&>&& result) { | 333 | 6.80M | return std::reference_wrapper<T>(*result); | 334 | 6.80M | } |
_ZN2yb8WrapMoveINS_6pggate8PgColumnEEENSt3__117reference_wrapperIT_EEONS_6ResultIRS5_EE Line | Count | Source | 332 | 17.6M | std::reference_wrapper<T> WrapMove(Result<T&>&& result) { | 333 | 17.6M | return std::reference_wrapper<T>(*result); | 334 | 17.6M | } |
|
335 | | |
336 | | template<class T> |
337 | 145k | Result<T> Copy(const Result<T>& src) { |
338 | 145k | return src; |
339 | 145k | } _ZN2yb4CopyINS_19TransactionMetadataEEENS_6ResultIT_EERKS4_ Line | Count | Source | 337 | 5.82k | Result<T> Copy(const Result<T>& src) { | 338 | 5.82k | return src; | 339 | 5.82k | } |
_ZN2yb4CopyIN5boost4asio2ip7addressEEENS_6ResultIT_EERKS7_ Line | Count | Source | 337 | 140k | Result<T> Copy(const Result<T>& src) { | 338 | 140k | return src; | 339 | 140k | } |
|
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 | 8.49G | __extension__ ({ \ |
353 | 40.5M | auto&& __result = (expr); \ Unexecuted instantiation: yb-admin_cli.cc:_ZZZN2yb5tools15ClusterAdminCli23RegisterCommandHandlersEPNS0_10enterprise18ClusterAdminClientEENK3$_6clERKNSt3__16vectorINS6_12basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEENSB_ISD_EEEEENKUlT_RKT0_E_clINS6_11__wrap_iterIPKSD_EESR_EENS_6StatusESI_SL_ Unexecuted instantiation: yb-admin_cli.cc:_ZZZN2yb5tools15ClusterAdminCli23RegisterCommandHandlersEPNS0_10enterprise18ClusterAdminClientEENK3$_7clERKNSt3__16vectorINS6_12basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEENSB_ISD_EEEEENKUlT_RKT0_E_clINS6_11__wrap_iterIPKSD_EESR_EENS_6StatusESI_SL_ Unexecuted instantiation: yb-admin_cli.cc:_ZZZN2yb5tools15ClusterAdminCli23RegisterCommandHandlersEPNS0_10enterprise18ClusterAdminClientEENK4$_19clERKNSt3__16vectorINS6_12basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEENSB_ISD_EEEEENKUlT_RKT0_E_clINS6_11__wrap_iterIPKSD_EESR_EENS_6StatusESI_SL_ Unexecuted instantiation: yb-admin_cli.cc:_ZZZN2yb5tools15ClusterAdminCli23RegisterCommandHandlersEPNS0_10enterprise18ClusterAdminClientEENK4$_23clERKNSt3__16vectorINS6_12basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEENSB_ISD_EEEEENKUlT_RKT0_E_clINS6_11__wrap_iterIPKSD_EESR_EENS_6StatusESI_SL_ Unexecuted instantiation: yb-admin_cli.cc:_ZZZN2yb5tools15ClusterAdminCli23RegisterCommandHandlersEPNS0_10enterprise18ClusterAdminClientEENK4$_43clERKNSt3__16vectorINS6_12basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEENSB_ISD_EEEEENKUlT_RKT0_E_clINS6_11__wrap_iterIPKSD_EESR_EENS_6StatusESI_SL_ Unexecuted instantiation: yb-admin_cli_ent.cc:_ZZZN2yb5tools10enterprise15ClusterAdminCli23RegisterCommandHandlersEPNS1_18ClusterAdminClientEENK3$_1clERKNSt3__16vectorINS6_12basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEENSB_ISD_EEEEENKUlT_RKT0_E_clINS6_11__wrap_iterIPKSD_EESR_EENS_6StatusESI_SL_ Unexecuted instantiation: pg_catalog_perf-test.cc:_ZZN2yb9pgwrapper12_GLOBAL__N_117PgCatalogPerfTest20CacheRefreshRPCCountEvENKUlvE_clEv _ZZN2yb15DnsResolverTest5SetUpEvENKUlvE_clEv Line | Count | Source | 353 | 2 | auto&& __result = (expr); \ |
thread-test.cc:_ZZN2yb44ThreadTest_TestThreadNameWithoutPadding_Test8TestBodyEvENK3$_0clEv Line | Count | Source | 353 | 1 | auto&& __result = (expr); \ |
thread-test.cc:_ZZN2yb41ThreadTest_TestThreadNameWithPadding_Test8TestBodyEvENK3$_1clEv Line | Count | Source | 353 | 1 | auto&& __result = (expr); \ |
|
354 | 2 | __attribute__((unused)) constexpr char __static_assert[ \ |
355 | 2 | ::yb::IsNonConstResultRvalue<decltype(__result)>::value ? 1 : -1] = {0}; \ |
356 | 25.2G | checker; \ |
357 | 8.41G | 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 | 8.29G | 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 | 3.15k | 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 | 932k | 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 | 412k | 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 | 13.3k | 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 | 203 | 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 | 34.9k | RESULT_CHECKER_HELPER(expr, ASSERT_OK_FAST(__result)) |
387 | | |
388 | | } // namespace yb |
389 | | |
390 | | #endif // YB_UTIL_RESULT_H |