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

/frameworks/rs/script_api/
H A DSpecification.h190 std::vector<ConstantSpecification*> mSpecifications; // Owned member in class:Constant
196 const std::vector<ConstantSpecification*> getSpecifications() const { return mSpecifications; }
198 void addSpecification(ConstantSpecification* spec) { mSpecifications.push_back(spec); }
206 std::vector<TypeSpecification*> mSpecifications; // Owned member in class:Type
212 const std::vector<TypeSpecification*> getSpecifications() const { return mSpecifications; }
214 void addSpecification(TypeSpecification* spec) { mSpecifications.push_back(spec); }
229 std::vector<FunctionSpecification*> mSpecifications; // Owned member in class:Function
238 const std::vector<FunctionSpecification*> getSpecifications() const { return mSpecifications; }
245 void addSpecification(FunctionSpecification* spec) { mSpecifications.push_back(spec); }

Completed in 104 milliseconds