Home
last modified time | relevance | path

Searched refs:MAX_REPLACEABLES (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/api/
DSpecification.h327 const int MAX_REPLACEABLES = 4; variable
390 std::string expandString(std::string s, int indexOfReplaceable[MAX_REPLACEABLES]) const;
392 int replacementIndexes[MAX_REPLACEABLES],
417 std::string getName(int replacementIndexes[MAX_REPLACEABLES]) const;
418 void getReturn(int replacementIndexes[MAX_REPLACEABLES], std::string* retType,
421 void getParam(size_t index, int replacementIndexes[MAX_REPLACEABLES], std::string* type,
423 void getInlines(int replacementIndexes[MAX_REPLACEABLES],
482 int replacementIndexes[MAX_REPLACEABLES], Scanner* scanner);
DSpecification.cpp470 int replacementIndexes[MAX_REPLACEABLES]) const { in expandString()
487 int replacementIndexes[MAX_REPLACEABLES], in expandStringVector() argument
496 int start[MAX_REPLACEABLES]; in createPermutations()
497 int end[MAX_REPLACEABLES]; in createPermutations()
498 for (int i = 0; i < MAX_REPLACEABLES; i++) { in createPermutations()
507 int replacementIndexes[MAX_REPLACEABLES]; in createPermutations()
525 string FunctionSpecification::getName(int replacementIndexes[MAX_REPLACEABLES]) const { in getName()
529 void FunctionSpecification::getReturn(int replacementIndexes[MAX_REPLACEABLES], in getReturn() argument
535 void FunctionSpecification::getParam(size_t index, int replacementIndexes[MAX_REPLACEABLES], in getParam() argument
545 void FunctionSpecification::getInlines(int replacementIndexes[MAX_REPLACEABLES], in getInlines() argument
[all …]