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

Function Message

test/gtest/gtest.h:3168–3170  ·  view source on GitHub ↗

Copy constructor.

Source from the content-addressed store, hash-verified

3166
3167 // Copy constructor.
3168 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT
3169 *ss_ << msg.GetString();
3170 }
3171
3172 // Constructs a Message from a C-string.
3173 explicit Message(const char* str) : ss_(new ::std::stringstream) {

Callers 9

gtest.hFile · 0.70
StreamableToStringFunction · 0.70
ShouldShardFunction · 0.70
Int32FromEnvOrDieFunction · 0.70
ParseInt32FlagFunction · 0.70
FormatRegexSyntaxErrorFunction · 0.70
FlagToEnvVarFunction · 0.70
Int32FromGTestEnvFunction · 0.70

Calls 1

GetStringMethod · 0.80

Tested by

no test coverage detected