Home
last modified time | relevance | path

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

/system/tools/hidl/
DCompoundType.h27 struct CompoundField;
39 bool setFields(std::vector<CompoundField *> *fields, std::string *errorMsg);
139 std::vector<CompoundField *> *mFields;
149 struct CompoundField { struct
150 CompoundField(const char *name, Type *type);
159 DISALLOW_COPY_AND_ASSIGN(CompoundField); argument
DCompoundType.cpp35 std::vector<CompoundField *> *fields, std::string *errorMsg) { in setFields()
525 for (const CompoundField *field : *mFields) { in emitTypeDefinitions()
1118 CompoundField::CompoundField(const char *name, Type *type) in CompoundField() function in android::CompoundField
1123 std::string CompoundField::name() const { in name()
1127 const Type &CompoundField::type() const { in type()
Dhidl-gen_y.yy296 android::CompoundField *field;
297 std::vector<android::CompoundField *> *fields;
867 : /* empty */ { $$ = new std::vector<CompoundField *>; }
890 $$ = new CompoundField($2, $1);