MCPcopy Create free account
hub / github.com/apache/thrift / to_string

Function to_string

lib/cpp/test/EnumTest.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29std::string to_string(const MyEnumWithCustomOstream::type& val)
30{
31 std::ostringstream os;
32 os << val;
33 return os.str();
34}
35
36BOOST_AUTO_TEST_SUITE(EnumTest)
37

Callers 13

BOOST_AUTO_TEST_CASEFunction · 0.70
BOOST_AUTO_TEST_CASEFunction · 0.70
BOOST_AUTO_TEST_CASEFunction · 0.70
BOOST_AUTO_TEST_CASEFunction · 0.70
BOOST_AUTO_TEST_CASEFunction · 0.70
calculateMethod · 0.50
rust_safe_field_idMethod · 0.50
GenIDMethod · 0.50
mainFunction · 0.50
mainFunction · 0.50
testUuidMethod · 0.50
MinimalStreamClass · 0.50

Calls 1

strMethod · 0.80

Tested by

no test coverage detected