MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / StreamableToString

Function StreamableToString

test/common/gtest/gtest.h:3911–3913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3909// character in it is replaced with "\\0".
3910template <typename T>
3911std::string StreamableToString(const T& streamable) {
3912 return (Message() << streamable).GetString();
3913}
3914
3915} // namespace internal
3916} // namespace testing

Callers 15

OnTestIterationStartMethod · 0.85
OnTestIterationEndMethod · 0.85
OnTestCaseEndMethod · 0.85
OnTestEndMethod · 0.85
OnTestPartResultMethod · 0.85
FormatCountableNounFunction · 0.85
OnTestEndMethod · 0.85
OnTestCaseEndMethod · 0.85
OnTestIterationEndMethod · 0.85
PrintXmlTestCaseMethod · 0.85
PrintXmlUnitTestMethod · 0.85

Calls 2

GetStringMethod · 0.80
MessageFunction · 0.70

Tested by

no test coverage detected