Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dresult.h45 inline T Expect(Result<T, U> r) { in Expect() function
/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dextensions.h39 enum Expect { OKAY = 0, FAIL, DATA }; enum