Home
last modified time | relevance | path

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

/frameworks/rs/script_api/
DSpecification.h329 const int MAX_REPLACEABLES = 4; variable
392 std::string expandString(std::string s, int indexOfReplaceable[MAX_REPLACEABLES]) const;
394 int replacementIndexes[MAX_REPLACEABLES],
419 std::string getName(int replacementIndexes[MAX_REPLACEABLES]) const;
420 void getReturn(int replacementIndexes[MAX_REPLACEABLES], std::string* retType,
423 void getParam(size_t index, int replacementIndexes[MAX_REPLACEABLES], std::string* type,
425 void getInlines(int replacementIndexes[MAX_REPLACEABLES],
484 int replacementIndexes[MAX_REPLACEABLES], Scanner* scanner);
DSpecification.cpp474 int replacementIndexes[MAX_REPLACEABLES]) const { in expandString()
491 int replacementIndexes[MAX_REPLACEABLES], in expandStringVector() argument
500 int start[MAX_REPLACEABLES]; in createPermutations()
501 int end[MAX_REPLACEABLES]; in createPermutations()
502 for (int i = 0; i < MAX_REPLACEABLES; i++) { in createPermutations()
511 int replacementIndexes[MAX_REPLACEABLES]; in createPermutations()
529 string FunctionSpecification::getName(int replacementIndexes[MAX_REPLACEABLES]) const { in getName()
533 void FunctionSpecification::getReturn(int replacementIndexes[MAX_REPLACEABLES], in getReturn() argument
539 void FunctionSpecification::getParam(size_t index, int replacementIndexes[MAX_REPLACEABLES], in getParam() argument
549 void FunctionSpecification::getInlines(int replacementIndexes[MAX_REPLACEABLES], in getInlines() argument
[all …]