Home
last modified time | relevance | path

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

/system/tools/hidl/
DEnumType.h39 void addValue(EnumValue *value);
Dhidl-gen_y.yy1078 static_cast<EnumType *>(*scope)->addValue($1);
1083 static_cast<EnumType *>(*scope)->addValue($3);
1090 static_cast<EnumType *>(*scope)->addValue($3);
1097 static_cast<EnumType *>(*scope)->addValue($5);
DEnumType.cpp61 void EnumType::addValue(EnumValue* value) { in addValue() function in android::EnumType