Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/security/
Dconfui_sign.h50 bool IsOk() const { return !IsIoError() && !IsLogicError(); } in IsOk() function
79 bool IsOk() const { return impl_.IsOk(); } in IsOk() function
/device/google/cuttlefish/host/libs/confui/
Dcbor.h70 bool IsOk() const { return buffer_status_ == Error::OK; } in IsOk() function