Home
last modified time | relevance | path

Searched refs:IsEnumDeprecated (Results 1 – 1 of 1) sorted by relevance

/system/tools/aidl/
Daidl_to_cpp_common.cpp260 static bool IsEnumDeprecated(const AidlEnumDeclaration& enum_decl) { in IsEnumDeprecated() function
283 if (IsEnumDeprecated(enum_decl)) { in GenerateEnumValues()
303 bool is_enum_deprecated = IsEnumDeprecated(enum_decl); in GenerateEnumToString()