Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dlogging.h111 bool IsOk(T status) { return status.ok(); } in IsOk() function
113 inline bool IsOk(bool status) { return status; } in IsOk() function