/third_party/boost/libs/log/test/run/ |
D | attr_named_scope.cpp | 59 typedef attrs::named_scope named_scope; in BOOST_AUTO_TEST_CASE() typedef 60 typedef named_scope::sentry sentry; in BOOST_AUTO_TEST_CASE() 65 named_scope attr; in BOOST_AUTO_TEST_CASE() 71 BOOST_CHECK(!named_scope::get_scopes().empty()); in BOOST_AUTO_TEST_CASE() 72 BOOST_CHECK_EQUAL(named_scope::get_scopes().size(), 1UL); in BOOST_AUTO_TEST_CASE() 90 named_scope::push_scope(new_scope); in BOOST_AUTO_TEST_CASE() 92 BOOST_CHECK(!named_scope::get_scopes().empty()); in BOOST_AUTO_TEST_CASE() 93 BOOST_CHECK_EQUAL(named_scope::get_scopes().size(), 2UL); in BOOST_AUTO_TEST_CASE() 117 named_scope::pop_scope(); in BOOST_AUTO_TEST_CASE() 119 BOOST_CHECK(!named_scope::get_scopes().empty()); in BOOST_AUTO_TEST_CASE() [all …]
|
D | form_named_scope.cpp | 106 typedef attrs::named_scope named_scope; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef 107 typedef named_scope::sentry sentry; in BOOST_AUTO_TEST_CASE_TEMPLATE() 116 named_scope attr; in BOOST_AUTO_TEST_CASE_TEMPLATE() 250 typedef attrs::named_scope named_scope; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef 251 typedef named_scope::sentry sentry; in BOOST_AUTO_TEST_CASE_TEMPLATE() 260 named_scope attr; in BOOST_AUTO_TEST_CASE_TEMPLATE() 295 typedef attrs::named_scope named_scope; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef 296 typedef named_scope::sentry sentry; in BOOST_AUTO_TEST_CASE_TEMPLATE() 304 named_scope attr; in BOOST_AUTO_TEST_CASE_TEMPLATE() 328 typedef attrs::named_scope named_scope; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef [all …]
|
/third_party/boost/libs/log/src/ |
D | named_scope.cpp | 130 struct BOOST_SYMBOL_VISIBLE named_scope::impl : 200 BOOST_LOG_TLS named_scope::impl::scope_list* 201 named_scope::impl::pScopesCache = NULL; 277 named_scope::named_scope() : in named_scope() function in boost::attributes::named_scope 283 named_scope::named_scope(cast_source const& source) : in named_scope() function in boost::attributes::named_scope 289 void named_scope::push_scope(scope_entry const& entry) BOOST_NOEXCEPT in push_scope() 296 void named_scope::pop_scope() BOOST_NOEXCEPT in pop_scope() 303 named_scope::value_type const& named_scope::get_scopes() in get_scopes()
|
D | named_scope_format_parser.cpp | 483 typedef attributes::named_scope::value_type::value_type value_type; 636 …:light_function< void (basic_formatting_ostream< CharT >&, attributes::named_scope::value_type::va… 640 …ht_function< void (basic_formatting_ostream< char_type >&, attributes::named_scope::value_type::va… 722 …::light_function< void (basic_formatting_ostream< char >&, attributes::named_scope::value_type::va… 733 …ight_function< void (basic_formatting_ostream< wchar_t >&, attributes::named_scope::value_type::va…
|
/third_party/boost/boost/log/expressions/formatters/ |
D | named_scope.hpp | 78 …::light_function< void (basic_formatting_ostream< char >&, attributes::named_scope::value_type::va… 84 …ight_function< void (basic_formatting_ostream< wchar_t >&, attributes::named_scope::value_type::va… 90 …:light_function< void (basic_formatting_ostream< CharT >&, attributes::named_scope::value_type::va… 98 …:light_function< void (basic_formatting_ostream< CharT >&, attributes::named_scope::value_type::va… 107 …:light_function< void (basic_formatting_ostream< CharT >&, attributes::named_scope::value_type::va… 128 typedef attributes::named_scope::value_type value_type; 266 typedef attributes::named_scope::value_type value_type; 416 …x::attribute_output_terminal< phoenix::actor< LeftExprT >, attributes::named_scope::value_type, Fa… 419 …x::attribute_output_terminal< phoenix::actor< LeftExprT >, attributes::named_scope::value_type, Fa… 475 … args[keywords::depth | static_cast< attributes::named_scope::value_type::size_type >(0)], in format_named_scope() [all …]
|
/third_party/boost/boost/log/attributes/ |
D | named_scope.hpp | 355 class BOOST_LOG_API named_scope : class 377 named_scope::push_scope(m_Entry); in sentry() 385 named_scope::pop_scope(); in ~sentry() 403 named_scope(); 407 explicit named_scope(cast_source const& source); 442 …BOOST_LOG_UNUSED_VARIABLE(::boost::log::attributes::named_scope::sentry, var, (name, file, line, t…
|
/third_party/boost/libs/log/example/keywords/ |
D | main.cpp | 78 BOOST_LOG_ATTRIBUTE_KEYWORD(_scope, "Scope", attrs::named_scope::value_type) 111 logging::core::get()->add_thread_attribute("Scope", attrs::named_scope()); in main()
|
/third_party/boost/libs/log/doc/tmp/ |
D | attributes_reference.qbk | 102 [template boost_log_attributes_named_scope_hpp[][headerref boost/log/attributes/named_scope.hpp]] 104 [template class_attributes_named_scope[][classref boost::log::attributes::named_scope named_scope]] 106 [template class_attributes_named_scope_sentry[][classref boost::log::attributes::named_scope::sentr…
|
D | expressions_reference.qbk | 68 …pressions_formatters_named_scope_hpp[][headerref boost/log/expressions/formatters/named_scope.hpp]]
|
/third_party/boost/libs/log/example/doc/ |
D | tutorial_attributes.cpp | 47 BOOST_LOG_ATTRIBUTE_KEYWORD(scope, "Scope", attrs::named_scope::value_type) 143 logging::core::get()->add_global_attribute("Scope", attrs::named_scope()); in init()
|
/third_party/boost/libs/log/example/settings_file_custom_factories/ |
D | main.cpp | 105 typedef attrs::named_scope::value_type scope_stack; 172 logging::core::get()->add_global_attribute("MyScopes", attrs::named_scope()); in init_logging()
|
/third_party/boost/boost/log/detail/ |
D | named_scope_fmt_pp.hpp | 44 …BOOST_STATIC_ASSERT_MSG((is_same< typename DescriptorT::value_type, attributes::named_scope::value… in format_named_scope() 71 BOOST_STATIC_ASSERT_MSG((is_same< T, attributes::named_scope::value_type >::value),\ in format_named_scope()
|
/third_party/boost/boost/log/support/ |
D | exception.hpp | 64 return current_scope_info(attributes::named_scope::get_scopes()); in current_scope()
|
/third_party/boost/libs/log/example/basic_usage/ |
D | main.cpp | 107 logging::core::get()->add_thread_attribute("Scope", attrs::named_scope()); in main()
|
/third_party/boost/libs/log/test/performance/ |
D | record_emission.cpp | 105 logging::core::get()->add_global_attribute("Scope", attrs::named_scope()); in main()
|
/third_party/boost/libs/log/example/advanced_usage/ |
D | main.cpp | 213 attrs::named_scope Scope; in main()
|
/third_party/boost/libs/log/doc/html/ |
D | log_HTML.manifest | 103 boost/log/attributes/named_scope.html 104 boost/log/attributes/named_scope/sentry.html
|
/third_party/boost/libs/log/doc/ |
D | tutorial.qbk | 203 …e can in a similar way register a [link log.detailed.attributes.named_scope `named_scope`] attribu… 205 core->add_global_attribute("Scope", attrs::named_scope()); 232 BOOST_LOG_ATTRIBUTE_KEYWORD(scope, "Scope", attrs::named_scope::value_type)
|
D | attributes.qbk | 208 [section:named_scope Named scopes] 221 …e logging pipeline. This attribute generates value of the nested type `named_scope::scope_stack` w… 223 logging::core::get()->add_global_attribute("Scope", attrs::named_scope());
|
D | expressions.qbk | 353 [section:named_scope Named scope formatter] 357 …d support for flexible formatting of the [link log.detailed.attributes.named_scope named scope] at… 374 [note As described in the [link log.detailed.attributes.named_scope named scope] attribute descript…
|
D | changelog.qbk | 208 …s "%c", "%C" and "%F" to the [link log.detailed.expressions.formatters.named_scope named scope for… 209 …ete and empty markers to the [link log.detailed.expressions.formatters.named_scope named scope for… 315 …ormatter has been renamed to [link log.detailed.expressions.formatters.named_scope `format_named_s…
|
/third_party/boost/libs/log/build/ |
D | Jamfile.v2 | 257 named_scope.cpp
|