Searched refs:CordzUpdateScope (Results 1 – 8 of 8) sorted by relevance
/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
D | cordz_update_scope.h | 33 class ABSL_SCOPED_LOCKABLE CordzUpdateScope { 35 CordzUpdateScope(CordzInfo* info, CordzUpdateTracker::MethodIdentifier method) in CordzUpdateScope() function 44 CordzUpdateScope(CordzUpdateScope&& rhs) = delete; 45 CordzUpdateScope(const CordzUpdateScope&) = delete; 46 CordzUpdateScope& operator=(CordzUpdateScope&& rhs) = delete; 47 CordzUpdateScope& operator=(const CordzUpdateScope&) = delete; 49 ~CordzUpdateScope() ABSL_UNLOCK_FUNCTION() { in ABSL_UNLOCK_FUNCTION()
|
D | cordz_update_scope_test.cc | 35 CordzUpdateScope scope(nullptr, kTrackCordMethod); in TEST() 41 CordzUpdateScope scope(cord.data.cordz_info(), kTrackCordMethod); in TEST()
|
D | cordz_info_statistics_test.cc | 467 CordzUpdateScope scope(cord.cordz_info(), in TEST()
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | cord.h | 676 using CordzUpdateScope = cord_internal::CordzUpdateScope; variable 745 void SetTree(CordRep* rep, const CordzUpdateScope& scope); 749 void SetTreeOrEmpty(CordRep* rep, const CordzUpdateScope& scope); 766 const CordzUpdateScope& scope, MethodIdentifier method); 1092 const CordzUpdateScope& scope) { in SetTree() 1100 const CordzUpdateScope& scope) { in SetTreeOrEmpty() 1111 const CordzUpdateScope& scope, in CommitTree()
|
D | cord.cc | 371 const CordzUpdateScope scope(data_.cordz_info(), method); in AppendTreeToTree() 406 const CordzUpdateScope scope(data_.cordz_info(), method); in PrependTreeToTree() 491 CordzUpdateScope scope(root ? data_.cordz_info() : nullptr, method); in GetAppendRegion() 607 CordzUpdateScope scope(contents_.cordz_info(), method); in AssignLargeString() 632 CordzUpdateScope scope(contents_.cordz_info(), method); in operator =() 658 CordzUpdateScope scope(root ? cordz_info() : nullptr, method); in AppendArray() 925 CordzUpdateScope scope(contents_.cordz_info(), method); in RemovePrefix() 946 CordzUpdateScope scope(contents_.cordz_info(), method); in RemoveSuffix() 1747 CordzUpdateScope scope(contents_.cordz_info(), CordzUpdateTracker::kFlatten); in FlattenSlowPath()
|
/external/angle/third_party/abseil-cpp/ |
D | symbols_x86_dbg.def | 1032 …??0CordzUpdateScope@cord_internal@absl@@QAE@PAVCordzInfo@12@W4MethodIdentifier@CordzUpdateTracker@… 1196 ??1CordzUpdateScope@cord_internal@absl@@QAE@XZ 2242 ?SetCordRep@CordzUpdateScope@cord_internal@absl@@QBEXPAUCordRep@23@@Z
|
D | symbols_x64_dbg.def | 1037 …??0CordzUpdateScope@cord_internal@absl@@QEAA@PEAVCordzInfo@12@W4MethodIdentifier@CordzUpdateTracke… 1201 ??1CordzUpdateScope@cord_internal@absl@@QEAA@XZ 2248 ?SetCordRep@CordzUpdateScope@cord_internal@absl@@QEBAXPEAUCordRep@23@@Z
|
D | symbols_arm64_dbg.def | 1035 …??0CordzUpdateScope@cord_internal@absl@@QEAA@PEAVCordzInfo@12@W4MethodIdentifier@CordzUpdateTracke… 1199 ??1CordzUpdateScope@cord_internal@absl@@QEAA@XZ 2248 ?SetCordRep@CordzUpdateScope@cord_internal@absl@@QEBAXPEAUCordRep@23@@Z
|