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

/frameworks/rs/api/
H A Dgen_runtime.cpp237 vector<string> mInline; // The inline code to be included in the header member in class:__anon1461::Specification
263 return expandStringVector(mInline, i1, i2, i3, i4, inlines);
293 vector<string> mInline; member in class:__anon1461::Permutation
924 spec->mInline.push_back(s);
1118 spec->getInlines(i1, i2, i3, i4, &mInline);
1208 if (mInline.size() > 0) {
1242 if (mInline.size() > 0) {
1244 for (size_t ct = 0; ct < mInline.size(); ct++) {
1245 file << " " << mInline[ct].c_str() << "\n";

Completed in 491 milliseconds