Searched refs:any_tag (Results 1 – 15 of 15) sorted by relevance
/third_party/boost/boost/iostreams/ |
D | categories.hpp | 22 struct any_tag { }; struct 23 namespace detail { struct two_sequence : virtual any_tag { }; } 24 namespace detail { struct random_access : virtual any_tag { }; } 25 namespace detail { struct one_head : virtual any_tag { }; } 26 namespace detail { struct two_head : virtual any_tag { }; } 27 struct input : virtual any_tag { }; 28 struct output : virtual any_tag { }; 50 struct device_tag : virtual any_tag { }; 51 struct filter_tag : virtual any_tag { }; 57 struct peekable_tag : virtual any_tag { }; // Devices. [all …]
|
D | flush.hpp | 59 T, ostream_tag, streambuf_tag, flushable_tag, any_tag 86 struct flush_device_impl<any_tag> { 101 T, flushable_tag, any_tag 114 struct flush_filter_impl<any_tag> {
|
D | seek.hpp | 72 streambuf_tag, two_head, any_tag 132 struct seek_device_impl<any_tag> { 149 dispatch<T, two_head, any_tag>::type 165 struct seek_filter_impl<any_tag> {
|
D | imbue.hpp | 52 T, streambuf_tag, localizable_tag, any_tag 59 struct imbue_impl<any_tag> {
|
D | write.hpp | 130 T, multichar_tag, any_tag 146 struct write_filter_impl<any_tag> {
|
D | checked_operations.hpp | 77 typedef typename dispatch<T, random_access, any_tag>::type tag; in seek_if() 144 struct seek_if_impl<any_tag> {
|
D | close.hpp | 134 any_tag, 165 struct close_impl<any_tag> {
|
D | read.hpp | 201 T, multichar_tag, any_tag 216 struct read_filter_impl<any_tag> {
|
/third_party/boost/libs/mpi/src/python/ |
D | py_communicator.cpp | 89 (arg("source") = any_source, arg("tag") = any_tag, in export_communicator() 98 (arg("source") = any_source, arg("tag") = any_tag), in export_communicator() 101 (arg("source") = any_source, arg("tag") = any_tag), in export_communicator() 104 (arg("source") = any_source, arg("tag") = any_tag), in export_communicator() 120 scope().attr("any_tag") = any_tag; in export_communicator()
|
D | skeleton_and_content.cpp | 165 (arg("source") = any_source, arg("tag") = any_tag, arg("buffer"), in export_skeleton_and_content() 168 (arg("source") = any_source, arg("tag") = any_tag, arg("buffer")), in export_skeleton_and_content()
|
/third_party/boost/boost/iostreams/detail/adapter/ |
D | concept_adapter.hpp | 58 device_wrapper_impl<any_tag>, 59 flt_wrapper_impl<any_tag> 128 struct device_wrapper_impl<any_tag> { 141 BOOST_IOS::openmode, any_tag ) in seek() 167 struct device_wrapper_impl<input> : device_wrapper_impl<any_tag> { 200 struct flt_wrapper_impl<any_tag> { 213 BOOST_IOS::seekdir, BOOST_IOS::openmode, any_tag ) in seek() 231 random_access, any_tag ) in seek()
|
/third_party/boost/boost/iostreams/detail/streambuf/ |
D | direct_streambuf.hpp | 93 void init_input(any_tag) { } in init_input() argument 95 void init_output(any_tag) { } in init_output() argument
|
/third_party/boost/boost/mpi/ |
D | communicator.hpp | 64 const int any_tag = MPI_ANY_TAG; variable 734 status probe(int source = any_source, int tag = any_tag) const; 758 iprobe(int source = any_source, int tag = any_tag) const;
|
/third_party/boost/libs/mpi/doc/ |
D | c_mapping.qbk | 18 [[`MPI_ANY_TAG`] [`any_tag`]]
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 1838 boost/mpi/any_tag.html
|