Home
last modified time | relevance | path

Searched refs:CastAndCallMethod (Results 1 – 2 of 2) sorted by relevance

/third_party/abseil-cpp/absl/synchronization/
Dmutex.h737 template <typename T> static bool CastAndCallMethod(const Condition* c);
927 bool Condition::CastAndCallMethod(const Condition *c) { in CastAndCallMethod() function
953 : eval_(&CastAndCallMethod<T>), in Condition()
962 : eval_(&CastAndCallMethod<T>), in Condition()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.h753 template <typename T> static bool CastAndCallMethod(const Condition* c);
944 bool Condition::CastAndCallMethod(const Condition *c) { in CastAndCallMethod() function
970 : eval_(&CastAndCallMethod<T>), in Condition()
979 : eval_(&CastAndCallMethod<T>), in Condition()