Searched refs:basic_ (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/iostreams/device/ |
D | array.hpp | 58 struct BOOST_PP_CAT(basic_, name) : detail::array_adapter<mode, Ch> { \ 64 BOOST_PP_CAT(basic_, name)(char_type* begin, char_type* end) \ 66 BOOST_PP_CAT(basic_, name)(char_type* begin, std::size_t length) \ 68 BOOST_PP_CAT(basic_, name)(const char_type* begin, const char_type* end) \ 70 BOOST_PP_CAT(basic_, name)(const char_type* begin, std::size_t length) \ 73 BOOST_PP_CAT(basic_, name)(Ch (&ar)[N]) \ 76 typedef BOOST_PP_CAT(basic_, name)<char> name; \ 77 typedef BOOST_PP_CAT(basic_, name)<wchar_t> BOOST_PP_CAT(w, name); \
|
/third_party/boost/boost/locale/ |
D | date_time.hpp | 390 basic_[0]=date_time_period(f); in date_time_period_set() 397 basic_[0]=fl; in date_time_period_set() 406 basic_[n]=f; in add() 415 if(basic_[0].type == period::period_type()) in size() 417 if(basic_[1].type == period::period_type()) in size() 419 if(basic_[2].type == period::period_type()) in size() 421 if(basic_[3].type == period::period_type()) in size() 433 return basic_[n]; in operator []() 438 date_time_period basic_[4]; member in boost::locale::date_time_period_set
|
/third_party/boost/boost/detail/ |
D | templated_streams.hpp | 45 BOOST_JOIN(std::basic_,X)< E , T > 48 BOOST_JOIN(std::basic_,X)< E , T , A >
|
/third_party/boost/libs/stacktrace/test/ |
D | Jamfile.v2 | 214 … : : <debug-symbols>on $(LINKSHARED_BASIC) $(additional_dependency) : basic_$(p[1]:B) ] ; 224 …ebug-symbols>off $(LINKSHARED_BASIC) $(additional_dependency) : basic_$(p[1]:B)_no_dbg ] ;
|
/third_party/boost/libs/outcome/doc/src/content/history/ |
D | _index.md | 136 `basic_*` layer and the "convenience" layer would be created. That suited Outcome nicely, 137 as the `basic_*` layer could have minimum possible header dependencies and thus minimum possible bu…
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | ChangeLog-0.8 | 5073 rename categories to basic_*
|