Home
last modified time | relevance | path

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

/third_party/abseil-cpp/absl/synchronization/
Dmutex.h723 typedef bool (Condition::*InternalMethodType)(); typedef
725 InternalMethodType internal_method);
729 InternalMethodType method_; // method returning bool
955 method_(reinterpret_cast<InternalMethodType>(method)), in Condition()
964 method_(reinterpret_cast<InternalMethodType>(method)), in Condition()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.h739 typedef bool (Condition::*InternalMethodType)(); typedef
741 InternalMethodType internal_method);
745 InternalMethodType method_; // method returning bool
972 method_(reinterpret_cast<InternalMethodType>(method)), in Condition()
981 method_(reinterpret_cast<InternalMethodType>(method)), in Condition()