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

/frameworks/rs/api/
H A DUtilities.cpp154 static void addCommaSeparated(const string& value, ostringstream* stream, bool* needComma) { argument
158 if (*needComma) {
162 *needComma = true;
168 bool needComma = false; local
173 addCommaSeparated(userAttribute.substr(1), &stream, &needComma);
175 addCommaSeparated(userAttribute, &stream, &needComma);
176 addCommaSeparated(additionalAttribute, &stream, &needComma);
180 addCommaSeparated("deprecated", &stream, &needComma);
H A DGenerateDocumentation.cpp128 bool needComma = false; local
130 if (needComma) {
140 needComma = true;
H A DGenerateTestFiles.cpp838 bool needComma = false; local
841 needComma = true;
844 if (needComma) {
921 bool needComma = false; local
924 needComma = true;
927 if (needComma) {
957 needComma = false;
959 if (needComma) {
966 needComma = true;

Completed in 64 milliseconds