Home
last modified time | relevance | path

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

/third_party/boost/libs/log/test/run/
Dattr_named_scope.cpp59 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 …]
Dform_named_scope.cpp106 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/
Dnamed_scope.cpp130 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()
Dnamed_scope_format_parser.cpp483 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/
Dnamed_scope.hpp78 …::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/
Dnamed_scope.hpp355 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/
Dmain.cpp78 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/
Dattributes_reference.qbk102 [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…
Dexpressions_reference.qbk68 …pressions_formatters_named_scope_hpp[][headerref boost/log/expressions/formatters/named_scope.hpp]]
/third_party/boost/libs/log/example/doc/
Dtutorial_attributes.cpp47 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/
Dmain.cpp105 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/
Dnamed_scope_fmt_pp.hpp44 …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/
Dexception.hpp64 return current_scope_info(attributes::named_scope::get_scopes()); in current_scope()
/third_party/boost/libs/log/example/basic_usage/
Dmain.cpp107 logging::core::get()->add_thread_attribute("Scope", attrs::named_scope()); in main()
/third_party/boost/libs/log/test/performance/
Drecord_emission.cpp105 logging::core::get()->add_global_attribute("Scope", attrs::named_scope()); in main()
/third_party/boost/libs/log/example/advanced_usage/
Dmain.cpp213 attrs::named_scope Scope; in main()
/third_party/boost/libs/log/doc/html/
Dlog_HTML.manifest103 boost/log/attributes/named_scope.html
104 boost/log/attributes/named_scope/sentry.html
/third_party/boost/libs/log/doc/
Dtutorial.qbk203 …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)
Dattributes.qbk208 [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());
Dexpressions.qbk353 [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…
Dchangelog.qbk208 …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/
DJamfile.v2257 named_scope.cpp