/third_party/boost/boost/bind/ |
D | mem_fn_vw.hpp | 15 template<class R, class T> struct BOOST_MEM_FN_NAME(mf0): public mf<R>::BOOST_NESTED_TEMPLATE BOOST… in BOOST_MEM_FN_NAME() 18 …explicit BOOST_MEM_FN_NAME(mf0)(F f): mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME2(mf0)<R, T, F… in BOOST_MEM_FN_NAME() 21 template<class R, class T> struct BOOST_MEM_FN_NAME(cmf0): public mf<R>::BOOST_NESTED_TEMPLATE BOOS… in BOOST_MEM_FN_NAME() 24 …explicit BOOST_MEM_FN_NAME(cmf0)(F f): mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME2(cmf0)<R, T,… in BOOST_MEM_FN_NAME() 28 …, class T, class A1> struct BOOST_MEM_FN_NAME(mf1): public mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_… in BOOST_MEM_FN_NAME() 31 …explicit BOOST_MEM_FN_NAME(mf1)(F f): mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME2(mf1)<R, T, A… in BOOST_MEM_FN_NAME() 34 … class T, class A1> struct BOOST_MEM_FN_NAME(cmf1): public mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_… in BOOST_MEM_FN_NAME() 37 …explicit BOOST_MEM_FN_NAME(cmf1)(F f): mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME2(cmf1)<R, T,… in BOOST_MEM_FN_NAME() 41 … class A1, class A2> struct BOOST_MEM_FN_NAME(mf2): public mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_… in BOOST_MEM_FN_NAME() 44 …explicit BOOST_MEM_FN_NAME(mf2)(F f): mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME2(mf2)<R, T, A… in BOOST_MEM_FN_NAME() [all …]
|
/third_party/boost/boost/log/detail/ |
D | decomposed_time.hpp | 344 … m_formatter.add_formatter(&formatter_type::BOOST_NESTED_TEMPLATE format_through_locale< 'b' >); in on_short_month() 349 … m_formatter.add_formatter(&formatter_type::BOOST_NESTED_TEMPLATE format_through_locale< 'B' >); in on_full_month() 355 … m_formatter.add_formatter(&formatter_type::BOOST_NESTED_TEMPLATE format_month_day< '0' >); in on_month_day() 357 … m_formatter.add_formatter(&formatter_type::BOOST_NESTED_TEMPLATE format_month_day< ' ' >); in on_month_day() 367 … m_formatter.add_formatter(&formatter_type::BOOST_NESTED_TEMPLATE format_through_locale< 'a' >); in on_short_week_day() 372 … m_formatter.add_formatter(&formatter_type::BOOST_NESTED_TEMPLATE format_through_locale< 'A' >); in on_full_week_day() 378 m_formatter.add_formatter(&formatter_type::BOOST_NESTED_TEMPLATE format_hours< '0' >); in on_hours() 380 m_formatter.add_formatter(&formatter_type::BOOST_NESTED_TEMPLATE format_hours< ' ' >); in on_hours() 386 … m_formatter.add_formatter(&formatter_type::BOOST_NESTED_TEMPLATE format_hours_12< '0' >); in on_hours_12() 388 … m_formatter.add_formatter(&formatter_type::BOOST_NESTED_TEMPLATE format_hours_12< ' ' >); in on_hours_12() [all …]
|
D | allocator_traits.hpp | 57 … typedef typename std::allocator_traits< Allocator >::BOOST_NESTED_TEMPLATE rebind_alloc< U > type; 59 …typedef typename boost::container::allocator_traits< Allocator >::BOOST_NESTED_TEMPLATE portable_r…
|
/third_party/boost/libs/log/test/run/ |
D | util_formatting_ostream.cpp | 201 test::BOOST_NESTED_TEMPLATE width_formatting< const CharT* >(); in BOOST_AUTO_TEST_CASE_TEMPLATE() 202 test::BOOST_NESTED_TEMPLATE width_formatting< typename test::string_type >(); in BOOST_AUTO_TEST_CASE_TEMPLATE() 203 test::BOOST_NESTED_TEMPLATE width_formatting< boost::basic_string_view< CharT > >(); in BOOST_AUTO_TEST_CASE_TEMPLATE() 205 test::BOOST_NESTED_TEMPLATE width_formatting< std::basic_string_view< CharT > >(); in BOOST_AUTO_TEST_CASE_TEMPLATE() 213 test::BOOST_NESTED_TEMPLATE fill_formatting< const CharT* >(); in BOOST_AUTO_TEST_CASE_TEMPLATE() 214 test::BOOST_NESTED_TEMPLATE fill_formatting< typename test::string_type >(); in BOOST_AUTO_TEST_CASE_TEMPLATE() 215 test::BOOST_NESTED_TEMPLATE fill_formatting< boost::basic_string_view< CharT > >(); in BOOST_AUTO_TEST_CASE_TEMPLATE() 217 test::BOOST_NESTED_TEMPLATE fill_formatting< std::basic_string_view< CharT > >(); in BOOST_AUTO_TEST_CASE_TEMPLATE() 225 test::BOOST_NESTED_TEMPLATE alignment< const CharT* >(); in BOOST_AUTO_TEST_CASE_TEMPLATE() 226 test::BOOST_NESTED_TEMPLATE alignment< typename test::string_type >(); in BOOST_AUTO_TEST_CASE_TEMPLATE() [all …]
|
D | src_record_ostream.cpp | 246 test::BOOST_NESTED_TEMPLATE width_formatting< const CharT* >(); in BOOST_AUTO_TEST_CASE_TEMPLATE() 247 test::BOOST_NESTED_TEMPLATE width_formatting< typename test::string_type >(); in BOOST_AUTO_TEST_CASE_TEMPLATE() 248 test::BOOST_NESTED_TEMPLATE width_formatting< boost::basic_string_view< CharT > >(); in BOOST_AUTO_TEST_CASE_TEMPLATE() 250 test::BOOST_NESTED_TEMPLATE width_formatting< std::basic_string_view< CharT > >(); in BOOST_AUTO_TEST_CASE_TEMPLATE() 258 test::BOOST_NESTED_TEMPLATE fill_formatting< const CharT* >(); in BOOST_AUTO_TEST_CASE_TEMPLATE() 259 test::BOOST_NESTED_TEMPLATE fill_formatting< typename test::string_type >(); in BOOST_AUTO_TEST_CASE_TEMPLATE() 260 test::BOOST_NESTED_TEMPLATE fill_formatting< boost::basic_string_view< CharT > >(); in BOOST_AUTO_TEST_CASE_TEMPLATE() 262 test::BOOST_NESTED_TEMPLATE fill_formatting< std::basic_string_view< CharT > >(); in BOOST_AUTO_TEST_CASE_TEMPLATE() 270 test::BOOST_NESTED_TEMPLATE alignment< const CharT* >(); in BOOST_AUTO_TEST_CASE_TEMPLATE() 271 test::BOOST_NESTED_TEMPLATE alignment< typename test::string_type >(); in BOOST_AUTO_TEST_CASE_TEMPLATE() [all …]
|
/third_party/boost/boost/log/sources/ |
D | features.hpp | 70 >::type::BOOST_NESTED_TEMPLATE apply< 83 >::type::BOOST_NESTED_TEMPLATE apply< 114 >::type::BOOST_NESTED_TEMPLATE apply< 127 >::type::BOOST_NESTED_TEMPLATE apply<
|
/third_party/boost/boost/spirit/home/support/iterators/detail/ |
D | combine_policies.hpp | 466 , typename Input::BOOST_NESTED_TEMPLATE unique<T> 467 , typename Storage::BOOST_NESTED_TEMPLATE unique< 468 typename Input::BOOST_NESTED_TEMPLATE unique<T>::value_type> > 472 typedef typename Input::BOOST_NESTED_TEMPLATE unique<T> 474 typedef typename Storage::BOOST_NESTED_TEMPLATE unique< 489 , typename Input::BOOST_NESTED_TEMPLATE shared<T> 490 , typename Storage::BOOST_NESTED_TEMPLATE shared< 491 typename Input::BOOST_NESTED_TEMPLATE unique<T>::value_type> > 495 typedef typename Input::BOOST_NESTED_TEMPLATE shared<T> 497 typedef typename Storage::BOOST_NESTED_TEMPLATE shared< [all …]
|
/third_party/boost/boost/bimap/detail/ |
D | bimap_core.hpp | 232 BOOST_NESTED_TEMPLATE index_bind 254 BOOST_NESTED_TEMPLATE index_bind 290 set_type_of_relation::BOOST_NESTED_TEMPLATE bind_to 381 BOOST_NESTED_TEMPLATE index_bind 438 BOOST_NESTED_TEMPLATE set_view_bind 458 left_set_type::BOOST_NESTED_TEMPLATE map_view_bind< 468 right_set_type::BOOST_NESTED_TEMPLATE map_view_bind<
|
/third_party/boost/boost/xpressive/detail/core/matcher/ |
D | optional_matcher.hpp | 47 return this->xpr_.BOOST_NESTED_TEMPLATE push_match<Next>(state) in match_() 55 || this->xpr_.BOOST_NESTED_TEMPLATE push_match<Next>(state); in match_() 105 return this->xpr_.BOOST_NESTED_TEMPLATE push_match<Next>(state) in match_() 113 || this->xpr_.BOOST_NESTED_TEMPLATE push_match<Next>(state); in match_()
|
/third_party/boost/boost/property_tree/detail/ |
D | xml_parser_read_rapidxml.hpp | 116 doc.BOOST_NESTED_TEMPLATE parse<f_tws>(&v.front()); in read_xml_internal() 118 doc.BOOST_NESTED_TEMPLATE parse<0>(&v.front()); in read_xml_internal() 121 doc.BOOST_NESTED_TEMPLATE parse<f_tws_c>(&v.front()); in read_xml_internal() 123 doc.BOOST_NESTED_TEMPLATE parse<f_c>(&v.front()); in read_xml_internal()
|
/third_party/boost/libs/config/test/ |
D | boost_no_dep_nested_class.ipp | 17 #ifndef BOOST_NESTED_TEMPLATE 18 #define BOOST_NESTED_TEMPLATE template 39 typedef typename foo_type::BOOST_NESTED_TEMPLATE bar<UDT2> bar_type;
|
D | boost_has_vc6_mem_templ.ipp | 15 #ifndef BOOST_NESTED_TEMPLATE 16 #define BOOST_NESTED_TEMPLATE template 41 typedef typename ifoo::BOOST_NESTED_TEMPLATE nested<double> bound_t;
|
D | boost_no_mem_templates.ipp | 12 #ifndef BOOST_NESTED_TEMPLATE 13 #define BOOST_NESTED_TEMPLATE template 44 typedef typename ifoo::BOOST_NESTED_TEMPLATE nested<double> bound_t;
|
D | boost_no_std_allocator.ipp | 13 #ifndef BOOST_NESTED_TEMPLATE 14 #define BOOST_NESTED_TEMPLATE template 47 typedef typename alloc1_t::BOOST_NESTED_TEMPLATE rebind<double> binder_t;
|
/third_party/boost/boost/spirit/home/support/iterators/ |
D | multi_pass.hpp | 27 typename Policies::BOOST_NESTED_TEMPLATE shared<T>*> 28 , public Policies::BOOST_NESTED_TEMPLATE unique<T> 32 typedef typename Policies::BOOST_NESTED_TEMPLATE unique<T> 34 typedef typename Policies::BOOST_NESTED_TEMPLATE shared<T>
|
/third_party/boost/boost/detail/ |
D | allocator_utilities.hpp | 125 typedef typename Allocator::BOOST_NESTED_TEMPLATE 128 typedef typename std::allocator_traits<Allocator>::BOOST_NESTED_TEMPLATE 138 BOOST_NESTED_TEMPLATE result<Type>::other type;
|
/third_party/boost/boost/parameter/aux_/pp_impl/ |
D | match.hpp | 21 struct match : Parameters::BOOST_NESTED_TEMPLATE match<Args...> 46 : Parameters::BOOST_NESTED_TEMPLATE match<
|
/third_party/boost/boost/xpressive/detail/static/ |
D | static.hpp | 48 BOOST_NESTED_TEMPLATE push_match<Top>(state); in match() 58 BOOST_NESTED_TEMPLATE push_match<Top>(state); in top_match() 89 return that.BOOST_NESTED_TEMPLATE push_match<Top>(state); in skip_impl()
|
/third_party/boost/boost/utility/ |
D | in_place_factory.hpp | 59 for(char* next = address = this->BOOST_NESTED_TEMPLATE apply<T>(address); 61 this->BOOST_NESTED_TEMPLATE apply<T>(next = next+sizeof(T));
|
/third_party/boost/libs/ptr_container/test/ |
D | associative_test_data.hpp | 167 c. BOOST_NESTED_TEMPLATE transfer<C>( c3.begin(), c3 ); in ptr_set_test() 172 unsigned long num = c. BOOST_NESTED_TEMPLATE transfer<C>( c3.begin(), in ptr_set_test() 180 c3. BOOST_NESTED_TEMPLATE transfer<C>( c ); in ptr_set_test() 185 c. BOOST_NESTED_TEMPLATE transfer<C>( make_iterator_range( c3 ), c3 ); in ptr_set_test()
|
D | sequence_test_data.hpp | 187 c. BOOST_NESTED_TEMPLATE transfer<C>( c.begin(), c3.begin(), c3 ); in reversible_container_test() 188 c. BOOST_NESTED_TEMPLATE transfer<C>( c.end(), c3.begin(), c3.end(), c3 ); in reversible_container_test() 191 c. BOOST_NESTED_TEMPLATE transfer<C>( c.end(), boost::make_iterator_range( c3 ), c3 ); in reversible_container_test() 195 c3. BOOST_NESTED_TEMPLATE transfer<C>( c3.begin(), c ); in reversible_container_test() 224 to. BOOST_NESTED_TEMPLATE transfer<CDerived>( to.end(), from ); in test_transfer()
|
D | ptr_array.cpp | 42 void set_child( this_type* r ) { tree. BOOST_NESTED_TEMPLATE replace<idx>(r); } in set_child() 47 this_type& child() { return tree. BOOST_NESTED_TEMPLATE at<idx>(); } in child() 49 const this_type& child() const { return tree. BOOST_NESTED_TEMPLATE at<idx>(); } in child()
|
D | ptr_unordered_map.cpp | 177 c. BOOST_NESTED_TEMPLATE transfer<C>( c3.begin(), c3 ); in ptr_map_test() 178 c. BOOST_NESTED_TEMPLATE transfer<C>( c3.begin(), c3.end(), c3 ); in ptr_map_test() 181 c3. BOOST_NESTED_TEMPLATE transfer<C>( c ); in ptr_map_test() 186 c. BOOST_NESTED_TEMPLATE transfer<C>( make_iterator_range(c3), c3 ); in ptr_map_test() 189 c3. BOOST_NESTED_TEMPLATE transfer<C>(c); in ptr_map_test()
|
/third_party/boost/boost/assign/ |
D | list_of.hpp | 501 return this-> BOOST_NESTED_TEMPLATE convert_to_container<Container>(); in operator Container() 510 return this-> BOOST_NESTED_TEMPLATE convert_to_container<Container>(); in operator Container() 521 return this-> BOOST_NESTED_TEMPLATE convert_to_container<Container>(); in operator Container() 527 return this-> BOOST_NESTED_TEMPLATE convert_to_container<Container>(); in operator Container() 667 return this-> BOOST_NESTED_TEMPLATE convert_to_container<Container>(); in operator Container() 676 return this-> BOOST_NESTED_TEMPLATE convert_to_container<Container>(); in operator Container() 687 return this-> BOOST_NESTED_TEMPLATE convert_to_container<Container>(); in operator Container() 693 return this-> BOOST_NESTED_TEMPLATE convert_to_container<Container>(); in operator Container()
|
/third_party/boost/libs/parameter/test/ |
D | function_type_tpl_param.cpp | 38 >::BOOST_NESTED_TEMPLATE bind<A>::type 53 >::BOOST_NESTED_TEMPLATE bind<A>::type
|