MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / PrintStringTo

Function PrintStringTo

rtpose_wrapper/src/gtest/gtest-all.cpp:8877–8879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8875// Prints a ::string object.
8876#if GTEST_HAS_GLOBAL_STRING
8877void PrintStringTo(const ::string& s, ostream* os) {
8878 PrintCharsAsStringTo(s.data(), s.size(), os);
8879}
8880#endif // GTEST_HAS_GLOBAL_STRING
8881
8882void PrintStringTo(const ::std::string& s, ostream* os) {

Callers 1

PrintToFunction · 0.85

Calls 3

PrintCharsAsStringToFunction · 0.85
dataMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected