Searched refs:mReplaceables (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/api/
H A Dgen_runtime.cpp228 vector<vector<string> > mReplaceables; member in class:__anon1461::Specification
230 // The following fields may contain placeholders that will be replaced using the mReplaceables.
240 // Substitute the placeholders in the strings by the corresponding entries in mReplaceables.
1026 spec->mReplaceables.push_back(t);
1037 spec->mReplaceables.push_back(t);
1059 if (i < (int)mReplaceables.size()) {
1061 end[i] = mReplaceables[i].size();
1090 if (mReplaceables.size() > 0) {
1091 s = stringReplace(s, "#1", mReplaceables[0][i1]);
1093 if (mReplaceables
[all...]

Completed in 382 milliseconds