Home
last modified time | relevance | path

Searched refs:comma (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc5354 bool comma = true);
5478 bool comma) { in OutputJsonKey() argument
5488 if (comma) in OutputJsonKey()
5498 bool comma) { in OutputJsonKey() argument
5508 if (comma) in OutputJsonKey()
5594 bool comma = false; in PrintJsonTestCase() local
5597 if (comma) { in PrintJsonTestCase()
5600 comma = true; in PrintJsonTestCase()
5639 bool comma = false; in PrintJsonUnitTest() local
5642 if (comma) { in PrintJsonUnitTest()
[all …]
Dgtest.h8476 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);