Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
H A Dfilesystem_common.h122 _LIBCPP_CONSTEXPR_AFTER_CXX11 void error_value<void>() {} in error_value() function
124 bool error_value<bool>() { in error_value() function
128 uintmax_t error_value<uintmax_t>() { in error_value() function
132 _LIBCPP_CONSTEXPR_AFTER_CXX11 file_time_type error_value<file_time_type>() { in error_value() function
136 path error_value<path>() { in error_value() function
/aosp12/art/libdexfile/dex/
H A Ddex_file_verifier.cc764 #define DECODE_UNSIGNED_CHECKED_FROM_WITH_ERROR_VALUE(ptr, var, error_value) \ argument