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

Method GetString

tests/external/gmock-1.7.0/gtest/src/gtest.cc:946–948  ·  view source on GitHub ↗

Gets the text streamed to this object so far as an std::string. Each '\0' character in the buffer is replaced with "\\0".

Source from the content-addressed store, hash-verified

944// Gets the text streamed to this object so far as an std::string.
945// Each '\0' character in the buffer is replaced with "\\0".
946std::string Message::GetString() const {
947 return internal::StringStreamToString(ss_.get());
948}
949
950// AssertionResult constructors.
951// Used in EXPECT_TRUE/FALSE(assertion_result).

Callers 15

TESTFunction · 0.45
TEST_FFunction · 0.45
OnTestIterationStartMethod · 0.45
OnTestIterationEndMethod · 0.45
TEST_FFunction · 0.45
operator+Method · 0.45
TearDownMethod · 0.45
SetUpTestCaseMethod · 0.45
TEST_PFunction · 0.45
TESTFunction · 0.45
IdToKeyFunction · 0.45
IdToStringFunction · 0.45

Calls 2

StringStreamToStringFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected