Searched refs:getFields (Results 1 – 4 of 4) sorted by relevance
77 for (const NamedReference<Type>* field : compoundType.getFields()) { in processCompoundType()131 const std::vector<const NamedReference<Type>*>& latestFields = compoundType.getFields(); in emitCompoundTypeAidlDefinition()
65 for (const NamedReference<Type>* ref : compoundType->getFields()) { in namingConventions()
41 std::vector<const NamedReference<Type>*> getFields() const;
46 std::vector<const NamedReference<Type>*> CompoundType::getFields() const { in getFields() function in android::CompoundType