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

Method PrintValue

test/gtest/gtest.h:9326–9329  ·  view source on GitHub ↗

This default version is called when kTypeKind is kOtherType.

Source from the content-addressed store, hash-verified

9324 public:
9325 // This default version is called when kTypeKind is kOtherType.
9326 static void PrintValue(const T& value, ::std::ostream* os) {
9327 PrintBytesInObjectTo(reinterpret_cast<const unsigned char*>(&value),
9328 sizeof(value), os);
9329 }
9330};
9331
9332// We print a protobuf using its ShortDebugString() when the string

Callers

nothing calls this directly

Calls 1

PrintBytesInObjectToFunction · 0.85

Tested by

no test coverage detected