MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / PrintToString

Function PrintToString

tests/external/gmock-1.7.0/gtest/fused-src/gtest/gtest.h:10038–10042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10036
10037template <typename T>
10038::std::string PrintToString(const T& value) {
10039 ::std::stringstream ss;
10040 internal::UniversalTersePrinter<T>::Print(value, &ss);
10041 return ss.str();
10042}
10043
10044} // namespace testing
10045

Callers 9

RegisterTestsMethod · 0.70
FormatMethod · 0.70
gtest-all.ccFile · 0.70
CmpHelperSTREQFunction · 0.70
CmpHelperSTRNEFunction · 0.70
TEST_PFunction · 0.50
gtest.ccFile · 0.50
CmpHelperSTREQFunction · 0.50
CmpHelperSTRNEFunction · 0.50

Calls 2

PrintFunction · 0.85
strMethod · 0.45

Tested by

no test coverage detected