Searched refs:GatherTypes (Results 1 - 2 of 2) sorted by path

/frameworks/base/tools/aidl/
H A DAST.cpp75 Field::GatherTypes(set<Type*>* types) const function in class:Field
155 Variable::GatherTypes(set<Type*>* types) const function in class:Variable
711 Method::GatherTypes(set<Type*>* types) const function in class:Method
721 this->parameters[i]->GatherTypes(types);
793 Class::GatherTypes(set<Type*>* types) const function in class:Class
809 this->elements[i]->GatherTypes(types);
H A DAST.h38 virtual void GatherTypes(set<Type*>* types) const = 0;
78 virtual void GatherTypes(set<Type*>* types) const;
107 virtual void GatherTypes(set<Type*>* types) const;
331 virtual void GatherTypes(set<Type*>* types) const;
353 virtual void GatherTypes(set<Type*>* types) const;

Completed in 146 milliseconds