Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/include/binder/
H A DEnums.h32 constexpr invalid_type<EnumType> enum_values; variable
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dbinder_enums.h45 constexpr invalid_type<EnumType> enum_values; variable
/aosp12/frameworks/native/include/ftl/
H A DNamedEnum.h75 inline constexpr auto enum_values = variable
/aosp12/system/tools/sysprop/
H A DCommon.cpp291 std::vector<std::string> ParseEnumValues(const std::string& enum_values) { in ParseEnumValues()