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

/frameworks/rs/script_api/
H A DGenerateHeaderFiles.cpp207 const auto inlineCodeLines = permutation.getInline(); local
208 if (inlineCodeLines.size() > 0) {
265 if (inlineCodeLines.size() > 0) {
267 for (size_t ct = 0; ct < inlineCodeLines.size(); ct++) {
268 if (inlineCodeLines[ct].empty()) {
271 *file << " " << inlineCodeLines[ct] << "\n"; local

Completed in 24 milliseconds