MCPcopy Create free account
hub / github.com/apache/singa / PrintStringTo

Function PrintStringTo

test/gtest/gtest-all.cc:9352–9354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9350// Prints a ::string object.
9351#if GTEST_HAS_GLOBAL_STRING
9352void PrintStringTo(const ::string& s, ostream* os) {
9353 PrintCharsAsStringTo(s.data(), s.size(), os);
9354}
9355#endif // GTEST_HAS_GLOBAL_STRING
9356
9357void PrintStringTo(const ::std::string& s, ostream* os) {

Callers 1

PrintToFunction · 0.85

Calls 3

PrintCharsAsStringToFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected