Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/core/lib/promise/
H A Dall_ok.h61 explicit AllOk(Promises... promises) : state_(std::move(promises)...) {} in AllOk() function
74 auto AllOk(Promises... promises) { in AllOk() function
/aosp_15_r20/art/odrefresh/
H A Dodrefresh.h129 static PreconditionCheckResult AllOk() { in AllOk() function