Home
last modified time | relevance | path

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

/system/tools/hidl/
DEnumType.h38 void addValue(EnumValue *value);
Dhidl-gen_y.yy1068 static_cast<EnumType *>(*scope)->addValue($1);
1073 static_cast<EnumType *>(*scope)->addValue($3);
1080 static_cast<EnumType *>(*scope)->addValue($3);
1087 static_cast<EnumType *>(*scope)->addValue($5);
DEnumType.cpp60 void EnumType::addValue(EnumValue* value) { in addValue() function in android::EnumType