Searched refs:CompoundField (Results 1 – 3 of 3) sorted by relevance
27 struct CompoundField;39 bool setFields(std::vector<CompoundField *> *fields, std::string *errorMsg);139 std::vector<CompoundField *> *mFields;149 struct CompoundField { struct150 CompoundField(const char *name, Type *type);159 DISALLOW_COPY_AND_ASSIGN(CompoundField); argument
35 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::CompoundField1123 std::string CompoundField::name() const { in name()1127 const Type &CompoundField::type() const { in type()
296 android::CompoundField *field;297 std::vector<android::CompoundField *> *fields;867 : /* empty */ { $$ = new std::vector<CompoundField *>; }890 $$ = new CompoundField($2, $1);