Searched defs:TypeSpecification (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/script_api/
H A DSpecification.h39 class TypeSpecification;
206 std::vector<TypeSpecification*> mSpecifications; // Owned
212 const std::vector<TypeSpecification*> getSpecifications() const { return mSpecifications; }
214 void addSpecification(TypeSpecification* spec) { mSpecifications.push_back(spec); }
248 /* Base class for TypeSpecification, ConstantSpecification, and FunctionSpecification.
289 * TypeSpecification objects and entries in the spec file.
291 class TypeSpecification : public Specification { class in inherits:Specification
311 TypeSpecification(Type* type) : mType(type) {} function in class:TypeSpecification
518 std::list<TypeSpecification*> mTypeSpecificationsList;
544 const std::list<TypeSpecification*>
[all...]

Completed in 1426 milliseconds