Searched refs:incomplete_marker (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/log/expressions/formatters/ |
D | named_scope.hpp | 152 string_type const& incomplete_marker, in format_named_scope_impl() argument 159 m_incomplete_marker(incomplete_marker), in format_named_scope_impl() 302 string_type const& incomplete_marker, in format_named_scope_terminal() argument 307 …formatter(aux::parse_named_scope_format(element_format), delimiter, incomplete_marker, empty_marke… in format_named_scope_terminal() 442 static const char* incomplete_marker() { return "..."; } in incomplete_marker() function 452 static const wchar_t* incomplete_marker() { return L"..."; } in incomplete_marker() function 473 args[keywords::incomplete_marker | default_params::incomplete_marker()], in format_named_scope()
|
/third_party/boost/libs/log/test/run/ |
D | form_named_scope.cpp | 64 …static logging::string_literal incomplete_marker() { return logging::str_literal("<<and more>>"); } in incomplete_marker() function 81 …static logging::wstring_literal incomplete_marker() { return logging::str_literal(L"<<and more>>")… in incomplete_marker() function 227 keywords::incomplete_marker = data::incomplete_marker().c_str(), in BOOST_AUTO_TEST_CASE_TEMPLATE() 238 keywords::incomplete_marker = data::incomplete_marker().c_str(), in BOOST_AUTO_TEST_CASE_TEMPLATE()
|
/third_party/boost/boost/log/keywords/ |
D | incomplete_marker.hpp | 32 BOOST_PARAMETER_KEYWORD(tag, incomplete_marker)
|
/third_party/boost/libs/log/doc/ |
D | expressions.qbk | 382 * `incomplete_marker`. The argument can be used to specify the string that is used to indicate that… 431 keywords::incomplete_marker = " <<and more>>..." 435 [tip An empty string can be specified as the `incomplete_marker` parameter, in which case there wil…
|