Home
last modified time | relevance | path

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

/system/libbase/include/android-base/
Dresult.h132 struct ResultError { struct
134 ResultError(T&& message, P&& code) in ResultError() function
139 ResultError& operator=(const ResultError& other) = default; argument
140 ResultError& operator=(ResultError&& other) = default; argument
163 auto format_as(ResultError<E, true> error) { in format_as() argument