• Home
  • Raw
  • Download

Lines Matching refs:TextAttributes

3662     struct TextAttributes {  struct
3663 TextAttributes() in TextAttributes() argument
3670TextAttributes& setInitialIndent( std::size_t _value ) { initialIndent = _value; return *this; } in setInitialIndent() argument
3671 TextAttributes& setIndent( std::size_t _value ) { indent = _value; return *this; } in setIndent() argument
3672 TextAttributes& setWidth( std::size_t _value ) { width = _value; return *this; } in setWidth() argument
3673 TextAttributes& setTabChar( char _value ) { tabChar = _value; return *this; } in setTabChar() argument
3683 Text( std::string const& _str, TextAttributes const& _attr = TextAttributes() ) in Text()
3769 TextAttributes attr;
4421 Detail::Text usage( it->commands(), Detail::TextAttributes() in optUsage()
4424 Detail::Text desc( it->description, Detail::TextAttributes() in optUsage()
4852 struct TextAttributes { struct
4853 TextAttributes() in TextAttributes() function
4860TextAttributes& setInitialIndent( std::size_t _value ) { initialIndent = _value; return *this; } in setInitialIndent() argument
4861 TextAttributes& setIndent( std::size_t _value ) { indent = _value; return *this; } in setIndent() argument
4862 TextAttributes& setWidth( std::size_t _value ) { width = _value; return *this; } in setWidth() argument
4863 TextAttributes& setTabChar( char _value ) { tabChar = _value; return *this; } in setTabChar() argument
4873 Text( std::string const& _str, TextAttributes const& _attr = TextAttributes() ) in Text()
4959 TextAttributes attr;
4974 using Tbc::TextAttributes;
5303 TextAttributes nameAttr, tagsAttr; in listTests()
5398 Text wrapper( countIt->second.all(), TextAttributes() in listTags()
5417 Text wrapper( it->second->getDescription(), TextAttributes() in listReporters()
6322 << Text( ex.what(), TextAttributes().setIndent(2) ) in applyCommandLine()
9672 … stream << Text( result.getExpandedExpression(), TextAttributes().setIndent(2) ) << "\n"; in printReconstructedExpression()
9683 stream << Text( it->message, TextAttributes().setIndent(2) ) << "\n"; in printMessage()
9776 stream << Text( _string, TextAttributes() in printHeaderString()