reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/unittest/googletest/src/gtest.cc
 1274   size_t start = 0, end = str.size();
 1275   if (end > 2 && str[0] == '"' && str[end - 1] == '"') {
 1275   if (end > 2 && str[0] == '"' && str[end - 1] == '"') {
 1283       if (str[i] == 'n') {
 1284         lines.push_back(str.substr(start, i - start - 1));
 1288       escaped = str[i] == '\\';
 1291   lines.push_back(str.substr(start, end - start));