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

Function StreamableToString

test/gtest/gtest.h:3315–3317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3313// character in it is replaced with "\\0".
3314template <typename T>
3315std::string StreamableToString(const T& streamable) {
3316 return (Message() << streamable).GetString();
3317}
3318
3319} // namespace internal
3320} // namespace testing

Callers 15

RegisterMethod · 0.85
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

Calls 2

GetStringMethod · 0.80
MessageFunction · 0.70

Tested by

no test coverage detected