Home
last modified time | relevance | path

Searched refs:MethodIdentifier (Results 1 – 25 of 29) sorted by relevance

12

/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcordz_info.h49 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 …]
Dcordz_statistics.h29 using MethodIdentifier = CordzUpdateTracker::MethodIdentifier; member
75 MethodIdentifier method = MethodIdentifier::kUnknown;
78 MethodIdentifier parent_method = MethodIdentifier::kUnknown;
Dcordz_update_tracker.h40 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()
Dcordz_info.cc252 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()
Dcordz_update_scope.h35 CordzUpdateScope(CordzInfo* info, CordzUpdateTracker::MethodIdentifier method) in CordzUpdateScope()
Dcordz_update_tracker_test.cc34 using Method = CordzUpdateTracker::MethodIdentifier;
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
Dcordz_info.h49 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 …]
Dcordz_statistics.h29 using MethodIdentifier = CordzUpdateTracker::MethodIdentifier; member
74 MethodIdentifier method = MethodIdentifier::kUnknown;
77 MethodIdentifier parent_method = MethodIdentifier::kUnknown;
Dcordz_update_tracker.h40 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()
Dcordz_info.cc281 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()
Dcordz_update_scope.h35 CordzUpdateScope(CordzInfo* info, CordzUpdateTracker::MethodIdentifier method) in CordzUpdateScope()
Dcordz_update_tracker_test.cc34 using Method = CordzUpdateTracker::MethodIdentifier;
/external/abseil-cpp/absl/strings/internal/
Dcordz_info.h49 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 …]
Dcordz_statistics.h29 using MethodIdentifier = CordzUpdateTracker::MethodIdentifier; member
74 MethodIdentifier method = MethodIdentifier::kUnknown;
77 MethodIdentifier parent_method = MethodIdentifier::kUnknown;
Dcordz_update_tracker.h40 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()
Dcordz_info.cc281 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()
Dcordz_update_scope.h35 CordzUpdateScope(CordzInfo* info, CordzUpdateTracker::MethodIdentifier method) in CordzUpdateScope()
Dcordz_update_tracker_test.cc34 using Method = CordzUpdateTracker::MethodIdentifier;
/external/guava/android/guava/src/com/google/common/eventbus/
DSubscriberRegistry.java186 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/
DSubscriberRegistry.java186 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/
Dcord.h723 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 …]
Dcord.cc202 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/
Dcord.h698 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/
Dcord.h698 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 …]
Dcord.cc348 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()

12