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

/frameworks/rs/script_api/
H A 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);

Completed in 27 milliseconds