Home
last modified time | relevance | path

Searched refs:_attr (Results 1 – 1 of 1) sorted by relevance

/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp4141 Text( std::string const& _str, TextAttributes const& _attr = TextAttributes() ) in Text() argument
4142 : attr( _attr ) in Text()
4145 std::size_t indent = _attr.initialIndent != std::string::npos in Text()
4146 ? _attr.initialIndent in Text()
4147 : _attr.indent; in Text()
4156 std::size_t width = (std::min)( remainder.size(), _attr.width - indent ); in Text()
4161 pos = remainder.find_last_of( _attr.tabChar, width ); in Text()
4176 indent = _attr.indent; in Text()
4190 indent = _attr.indent; in Text()
5360 Text( std::string const& _str, TextAttributes const& _attr = TextAttributes() ) in Text() argument
[all …]