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

/frameworks/rs/script_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.cpp845 bool needComma = false; local
848 needComma = true;
851 if (needComma) {
936 bool needComma = false; local
939 needComma = true;
942 if (needComma) {
972 needComma = false;
974 if (needComma) {
981 needComma = true;

Completed in 77 milliseconds