Home
last modified time | relevance | path

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

/frameworks/rs/api/
Dgen_runtime.cpp241 string expandString(string s, int i1, int i2, int i3, int i4) const;
254 return expandString(mName, i1, i2, i3, i4); in getName()
257 return expandString(mReturn, i1, i2, i3, i4); in getReturn()
895 out->push_back(expandString(*iter, i1, i2, i3, i4)); in expandStringVector()
1089 string Specification::expandString(string s, int i1, int i2, int i3, int i4) const { in expandString() function in __anond36ed3310111::Specification