Home
last modified time | relevance | path

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

/external/pigweed/pw_status/public/pw_status/
Dstatus.h62 PW_STATUS_DEADLINE_EXCEEDED = 4, // Use Status::DeadlineExceeded() in C++ enumerator
206 return PW_STATUS_DEADLINE_EXCEEDED; in DeadlineExceeded()
269 return code_ == PW_STATUS_DEADLINE_EXCEEDED; in IsDeadlineExceeded()
/external/pigweed/pw_status/
Dstatus_test.cc59 static_assert(PW_STATUS_DEADLINE_EXCEEDED == Status::DeadlineExceeded().code()); in TEST()
81 static_assert(PW_STATUS_DEADLINE_EXCEEDED == Status::DeadlineExceeded()); in TEST()