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

Method toString

compiler/cpp/tests/catch/catch.hpp:4209–4213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4207 std::size_t size() const { return lines.size(); }
4208 std::string const& operator[]( std::size_t _index ) const { return lines[_index]; }
4209 std::string toString() const {
4210 std::ostringstream oss;
4211 oss << *this;
4212 return oss.str();
4213 }
4214
4215 inline friend std::ostream& operator << ( std::ostream& _stream, Text const& _text ) {
4216 for( Text::const_iterator it = _text.begin(), itEnd = _text.end();

Callers 8

buildThriftCommandMethod · 0.45
toHexStringMethod · 0.45
calculateMethod · 0.45
describeMethod · 0.45
describeMethod · 0.45
describeMethod · 0.45
reconstructExpressionMethod · 0.45
Approx>Method · 0.45

Calls 1

strMethod · 0.80

Tested by

no test coverage detected