Searched refs:expandStringVector (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/api/ |
D | gen_runtime.cpp | 242 void expandStringVector(const vector<string>& in, int i1, int i2, int i3, int i4, 260 return expandStringVector(mComment, i1, i2, i3, i4, comments); in getComments() 263 return expandStringVector(mInline, i1, i2, i3, i4, inlines); in getInlines() 266 return expandStringVector(mParam, i1, i2, i3, i4, params); in getParams() 891 void Specification::expandStringVector(const vector<string>& in, int i1, int i2, int i3, int i4, in expandStringVector() function in __anond36ed3310111::Specification
|