Searched refs:IsEnumCase (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/bt/gd/packet/parser/ | ||
H A D | enum_def.cc | 28 if (!util::IsEnumCase(name)) { in AddEntry() |
H A D | util.h | 131 inline bool IsEnumCase(std::string value) { in IsEnumCase() function |