Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/
DResult.h64 struct Ok { struct
65 Ok(const T& value) : value(value) {} in Ok() argument
66 Ok(T&& value) : value(std::move(value)) {} in Ok() function
68 Ok(Ok&& other) : value(std::move(other.value)) {} in Ok() function
74 struct Ok<void> { argument
/hardware/interfaces/security/keymint/support/include/remote_prov/
Dremote_prov_utils.h112 static JsonOutput Ok(std::string json) { return {std::move(json), ""}; } in Ok() function
/hardware/google/aemu/base/include/aemu/base/containers/
DBufferQueue.h39 Ok = 0, enumerator
/hardware/google/aemu/snapshot/include/snapshot/
Dcommon.h64 Ok = SNAPSHOT_STATUS_OK, enumerator