Home
last modified time | relevance | path

Searched defs:Notification (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dnotification.h65 class Notification { class
68 Notification() : notified_yet_(false) {} in Notification() function in absl::Notification
69 explicit Notification(bool prenotify) : notified_yet_(prenotify) {} in Notification() function in absl::Notification
[all...]
H A Dnotification.cc
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Ddispatch.cc370 class Notification : public Serializable { class
372 Notification(const char* method, std::unique_ptr<Serializable> params) in Notification() function in v8_crdtp::__anon15261::Notification
/third_party/skia/third_party/externals/oboe/include/oboe/
H A DDefinitions.h288 Notification = 5, // AAUDIO_USAGE_NOTIFICATION member in oboe::Usage
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1172 class Notification { class
1174 Notification() : notified_(false) { in Notification() function in testing::internal::Notification
1248 class GTEST_API_ Notification { class
[all...]
/third_party/mesa3d/src/gtest/src/
H A Dgtest-port.cc323 Notification::Notification() in Notification() function in testing::internal::Notification
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1235 class GTEST_API_ Notification { class
1237 Notification() : notified_(false) {} in Notification() function in testing::internal::Notification
[all...]
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-port.h1260 class GTEST_API_ Notification { class
1262 Notification() : notified_(false) {} in Notification() function in testing::internal::Notification
[all...]

Completed in 13 milliseconds