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

/frameworks/rs/api/
H A DGenerateHeaderFiles.cpp206 const auto inlineCodeLines = permutation.getInline(); local
207 if (inlineCodeLines.size() > 0) {
264 if (inlineCodeLines.size() > 0) {
266 for (size_t ct = 0; ct < inlineCodeLines.size(); ct++) {
267 if (inlineCodeLines[ct].empty()) {
270 *file << " " << inlineCodeLines[ct] << "\n"; local

Completed in 53 milliseconds