Home
last modified time | relevance | path

Searched defs:OutputIterator (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dcopy.hpp112 is_device_iterator<OutputIterator>, in dispatch_copy_async()
139 is_device_iterator<OutputIterator>, in dispatch_copy_async()
190 is_device_iterator<OutputIterator>, in dispatch_copy()
204 dispatch_copy(InputIterator first, in dispatch_copy()
214 is_device_iterator<OutputIterator>, in dispatch_copy()
301 is_device_iterator<OutputIterator>, in dispatch_copy()
366 dispatch_copy_async(InputIterator first, in dispatch_copy_async()
377 is_same_value_type<OutputIterator, InputIterator> in dispatch_copy_async()
393 dispatch_copy_async(InputIterator first, in dispatch_copy_async()
460 dispatch_copy(InputIterator first, in dispatch_copy()
[all …]
/third_party/boost/boost/compute/algorithm/
Dcopy.hpp112 is_device_iterator<OutputIterator>, in dispatch_copy_async()
139 is_device_iterator<OutputIterator>, in dispatch_copy_async()
190 is_device_iterator<OutputIterator>, in dispatch_copy()
204 dispatch_copy(InputIterator first, in dispatch_copy()
214 is_device_iterator<OutputIterator>, in dispatch_copy()
301 is_device_iterator<OutputIterator>, in dispatch_copy()
366 dispatch_copy_async(InputIterator first, in dispatch_copy_async()
377 is_same_value_type<OutputIterator, InputIterator> in dispatch_copy_async()
393 dispatch_copy_async(InputIterator first, in dispatch_copy_async()
460 dispatch_copy(InputIterator first, in dispatch_copy()
[all …]
/third_party/boost/boost/spirit/home/karma/
Ddelimit_out.hpp29 inline bool delimit_out(OutputIterator&, unused_type) in delimit_out() argument
36 inline bool delimit_out(OutputIterator& in delimit_out() argument
Dgenerate.hpp59 detail::output_iterator<OutputIterator, Properties>& sink in generate()
137 detail::output_iterator<OutputIterator, Properties>& sink in generate_delimited()
Dgenerate_attr.hpp44 detail::output_iterator<OutputIterator, Properties>& sink in generate()
96 detail::output_iterator<OutputIterator, Properties>& sink in generate_delimited()
/third_party/boost/boost/spirit/home/karma/detail/
Dgenerate_to.hpp45 inline bool generate_to(OutputIterator&, unused_type, CharEncoding, Tag) in generate_to() argument
60 inline bool generate_to(OutputIterator&, unused_type) in generate_to() argument
Doutput_iterator.hpp642 bool sink_is_good(output_iterator<OutputIterator, Derived> const& sink) in sink_is_good()
/third_party/boost/boost/spirit/home/karma/nonterminal/
Ddebug_handler.hpp72 void debug(rule<OutputIterator, T1, T2, T3, T4>& r, F f) in debug()
105 void debug(rule<OutputIterator, T1, T2, T3, T4>& r) in debug()
/third_party/boost/boost/spirit/home/karma/directive/
Dmaxwidth.hpp90 bool buffer_copy_rest(detail::enable_buffering<OutputIterator>& in buffer_copy_rest()
/third_party/boost/boost/regex/
Dconcepts.hpp857 typedef output_iterator_archetype<value_type> OutputIterator; typedef