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

/frameworks/rs/api/
H A DSpecification.h319 const int MAX_REPLACEABLES = 4; variable
372 std::string expandString(std::string s, int indexOfReplaceable[MAX_REPLACEABLES]) const;
374 int replacementIndexes[MAX_REPLACEABLES],
391 std::string getName(int replacementIndexes[MAX_REPLACEABLES]) const;
392 void getReturn(int replacementIndexes[MAX_REPLACEABLES], std::string* retType,
395 void getParam(size_t index, int replacementIndexes[MAX_REPLACEABLES], std::string* type,
397 void getInlines(int replacementIndexes[MAX_REPLACEABLES],
450 int replacementIndexes[MAX_REPLACEABLES], Scanner* scanner);

Completed in 29 milliseconds