Home
last modified time | relevance | path

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

12

/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/system/libbase/include/android-base/
Dresult.h132 struct ResultError { struct
134 ResultError(T&& message, P&& code) in ResultError() argument
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
/aosp_15_r20/prebuilts/module_sdk/art/13/include/system/libbase/include/android-base/
Dresult.h132 struct ResultError { struct
134 ResultError(T&& message, P&& code) in ResultError() argument
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
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/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
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/system/libbase/include/android-base/
Dresult.h132 struct ResultError { struct
134 ResultError(T&& message, P&& code) in ResultError() argument
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
/aosp_15_r20/system/libbase/include/android-base/
H A 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
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/libbase/include/android-base/
Dresult.h129 struct ResultError { struct
131 ResultError(T&& message, P&& code) in ResultError() argument
149 struct ResultError<E, /* include_message */ false> { argument
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/libbase/include/android-base/
Dresult.h129 struct ResultError { struct
131 ResultError(T&& message, P&& code) in ResultError() function
149 struct ResultError<E, /* include_message */ false> { argument
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/libbase/include/android-base/
Dresult.h129 struct ResultError { struct
131 ResultError(T&& message, P&& code) in ResultError() argument
149 struct ResultError<E, /* include_message */ false> { argument
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/libbase/include/android-base/
Dresult.h129 struct ResultError { struct
131 ResultError(T&& message, P&& code) in ResultError() function
149 struct ResultError<E, /* include_message */ false> { argument
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/libbase/include/android-base/
Dresult.h129 struct ResultError { struct
131 ResultError(T&& message, P&& code) in ResultError() argument
149 struct ResultError<E, /* include_message */ false> { argument
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/libbase/include/android-base/
Dresult.h129 struct ResultError { struct
131 ResultError(T&& message, P&& code) in ResultError() function
149 struct ResultError<E, /* include_message */ false> { argument
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/system/libbase/include/android-base/
Dresult.h129 struct ResultError { struct
131 ResultError(T&& message, P&& code) in ResultError() argument
149 struct ResultError<E, /* include_message */ false> { argument
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/libbase/include/android-base/
Dresult.h129 struct ResultError { struct
131 ResultError(T&& message, P&& code) in ResultError() function
149 struct ResultError<E, /* include_message */ false> { argument
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/libbase/include/android-base/
Dresult.h129 struct ResultError { struct
131 ResultError(T&& message, P&& code) in ResultError() argument
149 struct ResultError<E, /* include_message */ false> { argument
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/system/libbase/include/android-base/
Dresult.h129 struct ResultError { struct
131 ResultError(T&& message, P&& code) in ResultError() function
149 struct ResultError<E, /* include_message */ false> { argument
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/system/libbase/include/android-base/
Dresult.h129 struct ResultError { struct
131 ResultError(T&& message, P&& code) in ResultError() function
149 auto format_as(ResultError<E, true> error) { in format_as() argument
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/base/include/android-base/
Dresult.h88 struct ResultError { struct
90 ResultError(T&& message, int code) : message_(std::forward<T>(message)), code_(code) {} in ResultError() function
106 inline bool operator==(const ResultError& lhs, const ResultError& rhs) { argument
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/libbase/include/android-base/
Dresult.h88 struct ResultError { struct
90 ResultError(T&& message, int code) : message_(std::forward<T>(message)), code_(code) {} in ResultError() argument
106 inline bool operator==(const ResultError& lhs, const ResultError& rhs) { argument
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/libbase/include/android-base/
Dresult.h88 struct ResultError { struct
90 ResultError(T&& message, int code) : message_(std::forward<T>(message)), code_(code) {} in ResultError() argument
106 inline bool operator==(const ResultError& lhs, const ResultError& rhs) { argument
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/base/include/android-base/
Dresult.h88 struct ResultError { struct
90 ResultError(T&& message, int code) : message_(std::forward<T>(message)), code_(code) {} in ResultError() function
106 inline bool operator==(const ResultError& lhs, const ResultError& rhs) { argument
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/libbase/include/android-base/
Dresult.h88 struct ResultError { struct
90 ResultError(T&& message, int code) : message_(std::forward<T>(message)), code_(code) {} in ResultError() argument
106 inline bool operator==(const ResultError& lhs, const ResultError& rhs) { argument
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/system/libbase/include/android-base/
Dresult.h88 struct ResultError { struct
90 ResultError(T&& message, int code) : message_(std::forward<T>(message)), code_(code) {} in ResultError() argument
106 inline bool operator==(const ResultError& lhs, const ResultError& rhs) { argument
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/libbase/include/android-base/
Dresult.h88 struct ResultError { struct
90 ResultError(T&& message, int code) : message_(std::forward<T>(message)), code_(code) {} in ResultError() argument
106 inline bool operator==(const ResultError& lhs, const ResultError& rhs) { argument
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/base/include/android-base/
Dresult.h88 struct ResultError { struct
90 ResultError(T&& message, int code) : message_(std::forward<T>(message)), code_(code) {} in ResultError() argument
106 inline bool operator==(const ResultError& lhs, const ResultError& rhs) { argument
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/libbase/include/android-base/
Dresult.h88 struct ResultError { struct
90 ResultError(T&& message, int code) : message_(std::forward<T>(message)), code_(code) {} in ResultError() function
106 inline bool operator==(const ResultError& lhs, const ResultError& rhs) { argument

12