/third_party/boost/libs/range/test/ |
D | Jamfile.v2 | 35 [ compile-fail compile_fail/adaptor/adjacent_filtered_concept.cpp ] 36 [ compile-fail compile_fail/adaptor/adjacent_filtered_concept2.cpp ] 37 [ compile-fail compile_fail/adaptor/adjacent_filtered_concept3.cpp ] 38 [ compile-fail compile_fail/adaptor/adjacent_filtered_concept4.cpp ] 39 [ compile-fail compile_fail/adaptor/copied_concept.cpp ] 40 [ compile-fail compile_fail/adaptor/copied_concept2.cpp ] 41 [ compile-fail compile_fail/adaptor/copied_concept3.cpp ] 42 [ compile-fail compile_fail/adaptor/copied_concept4.cpp ] 43 [ compile-fail compile_fail/adaptor/reversed_concept.cpp ] 44 [ compile-fail compile_fail/adaptor/reversed_concept2.cpp ] [all …]
|
/third_party/boost/libs/range/doc/ |
D | headers.qbk | 32 … [[`<boost/range/adaptors.hpp>` ] [every range adaptor ] [- ]] 45 [[`<boost/range/adaptor/adjacent_filtered.hpp>`] [__range_adaptors_adjacent_filtered__ ]] 46 [[`<boost/range/adaptor/copied.hpp>`] [__range_adaptors_copied__]] 47 [[`<boost/range/adaptor/filtered.hpp>`] [__range_adaptors_filtered__]] 48 [[`<boost/range/adaptor/indexed.hpp>`] [__range_adaptors_indexed__]] 49 [[`<boost/range/adaptor/indirected.hpp>`] [__range_adaptors_indirected__]] 50 …[[`<boost/range/adaptor/map.hpp>`] [__range_adaptors_map_keys__ __range_adaptors_map… 51 [[`<boost/range/adaptor/replaced.hpp>`] [__range_adaptors_replaced__]] 52 [[`<boost/range/adaptor/replaced_if.hpp>`] [__range_adaptors_replaced_if__]] 53 [[`<boost/range/adaptor/reversed.hpp>`] [__range_adaptors_reversed__]] [all …]
|
/third_party/boost/libs/graph_parallel/doc/ |
D | vertex_list_adaptor.rst | 29 The vertex list graph adaptor adapts any model of `Distributed Vertex List 53 The vertex list adaptor stores only a reference to the underlying 56 `Adjacency Graph`_, then the adaptor will also model `Adjacency 58 can occur through the vertex list adaptor. Modifications made to the 60 adaptor, but modifications that add or remove vertices invalidate the 61 vertex list adaptor. Additionally, the vertex list adaptor provides 64 On construction, the vertex list adaptor performs an all-gather 68 all-gather operation, the creation of this adaptor is a collective 74 These function templates construct a vertex list adaptor from a graph 88 vertex list adaptor.
|
D | local_subgraph.rst | 10 The local subgraph adaptor takes an existing `Distributed Graph` and 30 The local subgraph adaptor adapts and forwards all operations of 32 operations unique to the local subgraph adaptor are presented.
|
D | index.rst | 45 - `Local subgraph adaptor`_ 46 - `Vertex list graph adaptor`_ 112 .. _local subgraph adaptor: local_subgraph.html 113 .. _vertex list graph adaptor: vertex_list_adaptor.html
|
/third_party/boost/libs/beast/test/beast/core/ |
D | buffers_adaptor.cpp | 33 buffers_adaptor <MutableBufferSequence> &adaptor, in make_subrange() 38 return adaptor.make_subrange(pos, n); in make_subrange() 45 buffers_adaptor<MutableBufferSequence> const& adaptor, in make_subrange() 50 return adaptor.make_subrange(pos, n); in make_subrange()
|
/third_party/boost/boost/xpressive/detail/core/matcher/ |
D | regex_matcher.hpp | 56 … xpression_adaptor<reference_wrapper<Next const>, matchable<BidiIter> > adaptor(boost::cref(next)); in match() local 57 return push_context_match(this->impl_, state, adaptor); in match()
|
/third_party/boost/libs/geometry/doc/index/generated/ |
D | adaptors.qbk | 7 …6cd5423bfed3ff3e69e9ec274ac81 `queried(Predicates const &)`]][The query index adaptor generator. ]] 13 The query index adaptor generator.
|
/third_party/boost/libs/iterator/doc/ |
D | func_output_iter_abstract.rst | 5 The function output iterator adaptor makes it easier to create custom 6 output iterators. The adaptor takes a unary function and creates a
|
D | filter_iterator_abstract.rst | 5 The filter iterator adaptor creates a view of an iterator range in 11 adaptor to know when to stop so as to avoid going past the end of the
|
D | counting_iterator.rst | 25 The counting iterator adaptor adds this crucial piece of 27 counting iterator adaptor not only with integer types, but with
|
D | index.rst | 97 library supplies the |adaptor| class template, which is specially 106 * |adaptor|_ (PDF__) 113 .. |adaptor| replace:: ``iterator_adaptor`` substdef in Iterator Facade and Adaptor 117 Both |facade| and |adaptor| as well as many of the `specialized 125 __ facade-and-adaptor.html 126 __ facade-and-adaptor.pdf 133 iterator templates based on the Boost `iterator facade and adaptor`_.
|
D | reverse_iterator_abstract.rst | 5 The reverse iterator adaptor iterates through the adapted iterator
|
/third_party/boost/libs/hof/doc/html/_sources/include/boost/hof/ |
D | decorate.hpp.txt | 17 /// The `decorate` function adaptor helps create simple function decorators. 19 /// A function adaptor takes a function and returns a new functions whereas a 20 /// decorator takes some parameters and returns a function adaptor. The 21 /// `decorate` function adaptor will return a decorator that returns a 22 /// function adaptor. Eventually, it will invoke the function with the user-
|
D | implicit.hpp.txt | 17 /// The `implicit` adaptor is a static function adaptor that uses the type 21 /// Since it is a static function adaptor, the function must be default
|
D | pipable.hpp.txt | 17 /// The `pipable` function adaptor provides an extension method. The first 190 // Operators for static_function_wrapper adaptor 198 // Operators for static_default_function adaptor 208 // Operators for static_ adaptor
|
D | protect.hpp.txt | 17 /// The `protect` function adaptor can be used to make a bind expression be 20 /// The `protect` adaptor masks the type so `bind` or
|
D | static.hpp.txt | 17 /// The `static_` adaptor is a static function adaptor that allows any
|
D | match.hpp.txt | 17 /// The `match` function adaptor combines several functions together and 19 /// is different than the [`first_of`](/include/boost/hof/conditional) adaptor which resolves
|
D | infix.hpp.txt | 17 /// The `infix` function adaptor allows the function to be used as an infix 172 // Operators for static_function_wrapper adaptor 182 // Operators for static_default_function adaptor
|
/third_party/boost/libs/range/doc/reference/adaptors/ |
D | ref_unwrapped.qbk | 14 This adaptor produces a range than applies `.get()` on all values in 18 The adaptor is C++11 (and above) only.
|
/third_party/boost/libs/range/doc/reference/ |
D | adaptors.qbk | 31 There are two ways of constructing a range adaptor. The first is by using `operator|()`. This is my… 58 Furthermore, some of the adaptor generators take arguments themselves and these arguments are expre… 144 …Category in the following adaptor descriptions refers to the minimum range concept required by the… 146 … is of a lesser category than the range passed to the adaptor. For example, the `filtered` adaptor… 157 3. `operator|()` is found by Argument Dependent Lookup (ADL) because a range adaptor is implemented…
|
D | extending.qbk | 165 [section:method_3 Method 3: provide range adaptor implementations] 197 # Provide a tag to uniquely identify your adaptor in the `operator|` function overload set 221 # Declare the adaptor itself (it is a variable of the tag type). 235 #include <boost/range/adaptor/argument_fwd.hpp> 298 # Define an instance of the holder with the name of the adaptor
|
/third_party/flutter/skia/platform_tools/android/apps/skottie/src/main/cpp/ |
D | JavaInputStreamAdaptor.cpp | 237 std::unique_ptr<SkStream> adaptor(CreateJavaInputStreamAdaptor(env, stream, storage)); in CopyJavaInputStream() local 238 if (NULL == adaptor.get()) { in CopyJavaInputStream() 241 return adaptor_to_mem_stream(adaptor.get()); in CopyJavaInputStream()
|
/third_party/boost/libs/iterator/doc/quickbook/ |
D | function_output_iterator.qbk | 3 The function output iterator adaptor makes it easier to create custom 4 output iterators. The adaptor takes a unary function and creates a
|