Home
last modified time | relevance | path

Searched defs:IsOk (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/src/google/protobuf/stubs/
Dlogging.h113 bool IsOk(T status) { return status.ok(); } in IsOk() function
115 inline bool IsOk(bool status) { return status; } in IsOk() function
/third_party/node/deps/icu-small/source/i18n/
Dcollationkeys.h69 UBool IsOk() const { return buffer_ != nullptr; } in IsOk() function
/third_party/icu/icu4c/source/i18n/
Dcollationkeys.h69 UBool IsOk() const { return buffer_ != NULL; } in IsOk() function
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationkeys.h69 UBool IsOk() const { return buffer_ != NULL; } in IsOk() function
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatusor_test.cc164 inline IsOkMatcher IsOk() { return IsOkMatcher(); } in IsOk() function