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

References

utils/unittest/googletest/src/gtest.cc
 5135       ColoredPrintf(color, "%s", str);
 5139     ColoredPrintf(color, "%s", std::string(str, p).c_str());
 5144       ColoredPrintf(color, "@");
 5146       color = COLOR_DEFAULT;
 5148       color = COLOR_RED;
 5150       color = COLOR_GREEN;
 5152       color = COLOR_YELLOW;