/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
D | cordz_info.h | 49 using MethodIdentifier = CordzUpdateTracker::MethodIdentifier; 63 static void TrackCord(InlineData& cord, MethodIdentifier method); 72 MethodIdentifier method); 77 static void MaybeTrackCord(InlineData& cord, MethodIdentifier method); 106 MethodIdentifier method); 132 void Lock(MethodIdentifier method) ABSL_EXCLUSIVE_LOCK_FUNCTION(mutex_); 202 MethodIdentifier method); 213 static MethodIdentifier GetParentMethod(const CordzInfo* src); 231 MethodIdentifier method); 249 const MethodIdentifier method_; [all …]
|
D | cordz_statistics.h | 29 using MethodIdentifier = CordzUpdateTracker::MethodIdentifier; member 75 MethodIdentifier method = MethodIdentifier::kUnknown; 78 MethodIdentifier parent_method = MethodIdentifier::kUnknown;
|
D | cordz_update_tracker.h | 40 enum MethodIdentifier { enum 87 int64_t Value(MethodIdentifier method) const { in Value() 92 void LossyAdd(MethodIdentifier method, int64_t n = 1) { 101 MethodIdentifier method = static_cast<MethodIdentifier>(i); in LossyAdd()
|
D | cordz_info.cc | 252 void CordzInfo::TrackCord(InlineData& cord, MethodIdentifier method) { in TrackCord() 261 MethodIdentifier method) { in TrackCord() 277 MethodIdentifier method) { in MaybeTrackCordImpl() 286 CordzInfo::MethodIdentifier CordzInfo::GetParentMethod(const CordzInfo* src) { in GetParentMethod() 287 if (src == nullptr) return MethodIdentifier::kUnknown; in GetParentMethod() 288 return src->parent_method_ != MethodIdentifier::kUnknown ? src->parent_method_ in GetParentMethod() 304 MethodIdentifier method) in CordzInfo() 377 void CordzInfo::Lock(MethodIdentifier method) in Lock()
|
D | cordz_update_scope.h | 35 CordzUpdateScope(CordzInfo* info, CordzUpdateTracker::MethodIdentifier method) in CordzUpdateScope()
|
D | cordz_update_tracker_test.cc | 34 using Method = CordzUpdateTracker::MethodIdentifier;
|
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/ |
D | cordz_info.h | 49 using MethodIdentifier = CordzUpdateTracker::MethodIdentifier; 63 static void TrackCord(InlineData& cord, MethodIdentifier method); 72 MethodIdentifier method); 77 static void MaybeTrackCord(InlineData& cord, MethodIdentifier method); 106 MethodIdentifier method); 132 void Lock(MethodIdentifier method) ABSL_EXCLUSIVE_LOCK_FUNCTION(mutex_); 202 MethodIdentifier method); 213 static MethodIdentifier GetParentMethod(const CordzInfo* src); 231 MethodIdentifier method); 249 const MethodIdentifier method_; [all …]
|
D | cordz_statistics.h | 29 using MethodIdentifier = CordzUpdateTracker::MethodIdentifier; member 74 MethodIdentifier method = MethodIdentifier::kUnknown; 77 MethodIdentifier parent_method = MethodIdentifier::kUnknown;
|
D | cordz_update_tracker.h | 40 enum MethodIdentifier { enum 85 int64_t Value(MethodIdentifier method) const { in Value() 90 void LossyAdd(MethodIdentifier method, int64_t n = 1) { 99 MethodIdentifier method = static_cast<MethodIdentifier>(i); in LossyAdd()
|
D | cordz_info.cc | 281 void CordzInfo::TrackCord(InlineData& cord, MethodIdentifier method) { in TrackCord() 290 MethodIdentifier method) { in TrackCord() 306 MethodIdentifier method) { in MaybeTrackCordImpl() 315 CordzInfo::MethodIdentifier CordzInfo::GetParentMethod(const CordzInfo* src) { in GetParentMethod() 316 if (src == nullptr) return MethodIdentifier::kUnknown; in GetParentMethod() 317 return src->parent_method_ != MethodIdentifier::kUnknown ? src->parent_method_ in GetParentMethod() 333 MethodIdentifier method) in CordzInfo() 406 void CordzInfo::Lock(MethodIdentifier method) in Lock()
|
D | cordz_update_scope.h | 35 CordzUpdateScope(CordzInfo* info, CordzUpdateTracker::MethodIdentifier method) in CordzUpdateScope()
|
D | cordz_update_tracker_test.cc | 34 using Method = CordzUpdateTracker::MethodIdentifier;
|
/external/abseil-cpp/absl/strings/internal/ |
D | cordz_info.h | 49 using MethodIdentifier = CordzUpdateTracker::MethodIdentifier; 63 static void TrackCord(InlineData& cord, MethodIdentifier method); 72 MethodIdentifier method); 77 static void MaybeTrackCord(InlineData& cord, MethodIdentifier method); 106 MethodIdentifier method); 132 void Lock(MethodIdentifier method) ABSL_EXCLUSIVE_LOCK_FUNCTION(mutex_); 202 MethodIdentifier method); 213 static MethodIdentifier GetParentMethod(const CordzInfo* src); 231 MethodIdentifier method); 249 const MethodIdentifier method_; [all …]
|
D | cordz_statistics.h | 29 using MethodIdentifier = CordzUpdateTracker::MethodIdentifier; member 74 MethodIdentifier method = MethodIdentifier::kUnknown; 77 MethodIdentifier parent_method = MethodIdentifier::kUnknown;
|
D | cordz_update_tracker.h | 40 enum MethodIdentifier { enum 85 int64_t Value(MethodIdentifier method) const { in Value() 90 void LossyAdd(MethodIdentifier method, int64_t n = 1) { 99 MethodIdentifier method = static_cast<MethodIdentifier>(i); in LossyAdd()
|
D | cordz_info.cc | 281 void CordzInfo::TrackCord(InlineData& cord, MethodIdentifier method) { in TrackCord() 290 MethodIdentifier method) { in TrackCord() 306 MethodIdentifier method) { in MaybeTrackCordImpl() 315 CordzInfo::MethodIdentifier CordzInfo::GetParentMethod(const CordzInfo* src) { in GetParentMethod() 316 if (src == nullptr) return MethodIdentifier::kUnknown; in GetParentMethod() 317 return src->parent_method_ != MethodIdentifier::kUnknown ? src->parent_method_ in GetParentMethod() 333 MethodIdentifier method) in CordzInfo() 406 void CordzInfo::Lock(MethodIdentifier method) in Lock()
|
D | cordz_update_scope.h | 35 CordzUpdateScope(CordzInfo* info, CordzUpdateTracker::MethodIdentifier method) in CordzUpdateScope()
|
D | cordz_update_tracker_test.cc | 34 using Method = CordzUpdateTracker::MethodIdentifier;
|
/external/guava/android/guava/src/com/google/common/eventbus/ |
D | SubscriberRegistry.java | 186 Map<MethodIdentifier, Method> identifiers = Maps.newHashMap(); in getAnnotatedMethodsNotCached() 208 MethodIdentifier ident = new MethodIdentifier(method); in getAnnotatedMethodsNotCached() 246 private static final class MethodIdentifier { class in SubscriberRegistry 251 MethodIdentifier(Method method) { in MethodIdentifier() method in SubscriberRegistry.MethodIdentifier 263 if (o instanceof MethodIdentifier) { in equals() 264 MethodIdentifier ident = (MethodIdentifier) o; in equals()
|
/external/guava/guava/src/com/google/common/eventbus/ |
D | SubscriberRegistry.java | 186 Map<MethodIdentifier, Method> identifiers = Maps.newHashMap(); in getAnnotatedMethodsNotCached() 208 MethodIdentifier ident = new MethodIdentifier(method); in getAnnotatedMethodsNotCached() 246 private static final class MethodIdentifier { class in SubscriberRegistry 251 MethodIdentifier(Method method) { in MethodIdentifier() method in SubscriberRegistry.MethodIdentifier 263 if (o instanceof MethodIdentifier) { in equals() 264 MethodIdentifier ident = (MethodIdentifier) o; in equals()
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | cord.h | 723 using MethodIdentifier = CordzUpdateTracker::MethodIdentifier; variable 727 explicit Cord(absl::string_view src, MethodIdentifier method); 777 void AppendArray(absl::string_view src, MethodIdentifier method); 799 void EmplaceTree(CordRep* rep, MethodIdentifier method); 804 MethodIdentifier method); 810 const CordzUpdateScope& scope, MethodIdentifier method); 812 void AppendTreeToInlined(CordRep* tree, MethodIdentifier method); 813 void AppendTreeToTree(CordRep* tree, MethodIdentifier method); 814 void AppendTree(CordRep* tree, MethodIdentifier method); 815 void PrependTreeToInlined(CordRep* tree, MethodIdentifier method); [all …]
|
D | cord.cc | 202 MethodIdentifier method) { in AppendTreeToInlined() 211 void Cord::InlineRep::AppendTreeToTree(CordRep* tree, MethodIdentifier method) { in AppendTreeToTree() 218 void Cord::InlineRep::AppendTree(CordRep* tree, MethodIdentifier method) { in AppendTree() 230 MethodIdentifier method) { in PrependTreeToInlined() 240 MethodIdentifier method) { in PrependTreeToTree() 247 void Cord::InlineRep::PrependTree(CordRep* tree, MethodIdentifier method) { in PrependTree() 328 Cord::Cord(absl::string_view src, MethodIdentifier method) in Cord() 418 MethodIdentifier method) { in AppendArray() 557 void Cord::PrependArray(absl::string_view src, MethodIdentifier method) { in PrependArray()
|
/external/webrtc/third_party/abseil-cpp/absl/strings/ |
D | cord.h | 698 using MethodIdentifier = CordzUpdateTracker::MethodIdentifier; variable 702 explicit Cord(absl::string_view src, MethodIdentifier method); 752 void AppendArray(absl::string_view src, MethodIdentifier method); 774 void EmplaceTree(CordRep* rep, MethodIdentifier method); 779 MethodIdentifier method); 785 const CordzUpdateScope& scope, MethodIdentifier method); 787 void AppendTreeToInlined(CordRep* tree, MethodIdentifier method); 788 void AppendTreeToTree(CordRep* tree, MethodIdentifier method); 789 void AppendTree(CordRep* tree, MethodIdentifier method); 790 void PrependTreeToInlined(CordRep* tree, MethodIdentifier method); [all …]
|
/external/abseil-cpp/absl/strings/ |
D | cord.h | 698 using MethodIdentifier = CordzUpdateTracker::MethodIdentifier; variable 702 explicit Cord(absl::string_view src, MethodIdentifier method); 752 void AppendArray(absl::string_view src, MethodIdentifier method); 774 void EmplaceTree(CordRep* rep, MethodIdentifier method); 779 MethodIdentifier method); 785 const CordzUpdateScope& scope, MethodIdentifier method); 787 void AppendTreeToInlined(CordRep* tree, MethodIdentifier method); 788 void AppendTreeToTree(CordRep* tree, MethodIdentifier method); 789 void AppendTree(CordRep* tree, MethodIdentifier method); 790 void PrependTreeToInlined(CordRep* tree, MethodIdentifier method); [all …]
|
D | cord.cc | 348 MethodIdentifier method) { in AppendTreeToInlined() 361 void Cord::InlineRep::AppendTreeToTree(CordRep* tree, MethodIdentifier method) { in AppendTreeToTree() 372 void Cord::InlineRep::AppendTree(CordRep* tree, MethodIdentifier method) { in AppendTree() 382 MethodIdentifier method) { in PrependTreeToInlined() 396 MethodIdentifier method) { in PrependTreeToTree() 407 void Cord::InlineRep::PrependTree(CordRep* tree, MethodIdentifier method) { in PrependTree() 580 Cord::Cord(absl::string_view src, MethodIdentifier method) in Cord() 670 MethodIdentifier method) { in AppendArray() 822 void Cord::PrependArray(absl::string_view src, MethodIdentifier method) { in PrependArray()
|