Searched refs:comma (Results 1 – 2 of 2) sorted by relevance
5354 bool comma = true);5478 bool comma) { in OutputJsonKey() argument5488 if (comma) in OutputJsonKey()5498 bool comma) { in OutputJsonKey() argument5508 if (comma) in OutputJsonKey()5594 bool comma = false; in PrintJsonTestCase() local5597 if (comma) { in PrintJsonTestCase()5600 comma = true; in PrintJsonTestCase()5639 bool comma = false; in PrintJsonUnitTest() local5642 if (comma) { in PrintJsonUnitTest()[all …]
8476 const char* comma = strchr(str, ',');8477 if (comma == NULL) {8480 while (IsSpace(*(++comma))) {}8481 return comma;8487 const char* comma = strchr(str, ',');8488 return comma == NULL ? str : std::string(str, comma);