Home
last modified time | relevance | path

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

/system/tools/sysprop/
Dsysprop.proto61 string enum_values = 6; field
DCommon.cpp289 std::vector<std::string> ParseEnumValues(const std::string& enum_values) { in ParseEnumValues()