Home
last modified time | relevance | path

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

/system/bt/gd/packet/parser/fields/
Dfixed_enum_field.cc20 const std::string FixedEnumField::kFieldType = "FixedEnumField";
22 FixedEnumField::FixedEnumField(EnumDef* enum_def, std::string value, ParseLocation loc) in FixedEnumField() function in FixedEnumField
25 const std::string& FixedEnumField::GetFieldType() const { in GetFieldType()
26 return FixedEnumField::kFieldType; in GetFieldType()
29 std::string FixedEnumField::GetDataType() const { in GetDataType()
33 void FixedEnumField::GenValue(std::ostream& s) const { in GenValue()
Dfixed_enum_field.h26 class FixedEnumField : public FixedField {
28 FixedEnumField(EnumDef* enum_def, std::string value, ParseLocation loc);
/system/bt/gd/packet/parser/
Dlanguage_y.yy552 …expanded_fields->push_back(new FixedEnumField(enum_def, std::get<std::string>(constraint->second),…
699 $$ = new FixedEnumField(enum_def, *$3, LOC);
Dpacket_def.cc55 FixedEnumField::kFieldType, in GenParserDefinition()
137 FixedEnumField::kFieldType, in GenParserDefinitionPybind11()