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

/frameworks/rs/api/
H A DSpecification.cpp445 FunctionSpecification::~FunctionSpecification() {
455 string FunctionSpecification::expandRSTypeInString(const string &s,
469 string FunctionSpecification::expandString(string s,
486 void FunctionSpecification::expandStringVector(const vector<string>& in,
495 void FunctionSpecification::createPermutations(Function* function, Scanner* scanner) {
525 string FunctionSpecification::getName(int replacementIndexes[MAX_REPLACEABLES]) const {
529 void FunctionSpecification::getReturn(int replacementIndexes[MAX_REPLACEABLES],
535 void FunctionSpecification::getParam(size_t index, int replacementIndexes[MAX_REPLACEABLES],
545 void FunctionSpecification
[all...]
H A DSpecification.h33 class FunctionSpecification;
59 * we instantiate the FunctionPermutation(s) that correspond to one FunctionSpecification.
229 std::vector<FunctionSpecification*> mSpecifications; // Owned
238 const std::vector<FunctionSpecification*> getSpecifications() const { return mSpecifications; }
245 void addSpecification(FunctionSpecification* spec) { mSpecifications.push_back(spec); }
248 /* Base class for TypeSpecification, ConstantSpecification, and FunctionSpecification.
330 * FunctionSpecification objects and entries in the spec file. Some of the strings that are parts
331 * of a FunctionSpecification can include placeholders, which are "#1", "#2", "#3", and "#4". We'll
334 class FunctionSpecification : public Specification { class in inherits:Specification
404 FunctionSpecification(Functio function in class:FunctionSpecification
[all...]

Completed in 395 milliseconds