Home
last modified time | relevance | path

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

/aosp_15_r20/external/openscreen/platform/base/
H A Derror_unittest.cc79 ErrorOr<Dummy> error_or3(Error::Code::kCborParsing, "Parse Error Again"); in TEST() local
137 const ErrorOr<Dummy> error_or3(std::move(error_or1)); in TEST() local