HomeSort by relevance Sort by last modified time
    Searched refs:CompoundField (Results 1 - 3 of 3) sorted by null

  /system/tools/hidl/
CompoundType.h 27 struct CompoundField;
39 bool setFields(std::vector<CompoundField *> *fields, std::string *errorMsg);
139 std::vector<CompoundField *> *mFields;
149 struct CompoundField {
150 CompoundField(const char *name, Type *type);
159 DISALLOW_COPY_AND_ASSIGN(CompoundField);
CompoundType.cpp 35 std::vector<CompoundField *> *fields, std::string *errorMsg) {
525 for (const CompoundField *field : *mFields) {
1118 CompoundField::CompoundField(const char *name, Type *type)
1123 std::string CompoundField::name() const {
1127 const Type &CompoundField::type() const {
hidl-gen_y.yy 296 android::CompoundField *field;
297 std::vector<android::CompoundField *> *fields;
867 : /* empty */ { $$ = new std::vector<CompoundField *>; }
890 $$ = new CompoundField($2, $1);
    [all...]

Completed in 161 milliseconds