Home
last modified time | relevance | path

Searched refs:OutIt (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/contrib/rapidxml-1.13/
Drapidxml_print.hpp36 template<class OutIt, class Ch>
37 inline OutIt copy_chars(const Ch *begin, const Ch *end, OutIt out) in copy_chars()
46 template<class OutIt, class Ch>
47 inline OutIt copy_and_expand_chars(const Ch *begin, const Ch *end, Ch noexpand, OutIt out) in copy_and_expand_chars()
84 template<class OutIt, class Ch>
85 inline OutIt fill_chars(OutIt out, int n, Ch ch) in fill_chars()
106 template<class OutIt, class Ch>
107 inline OutIt print_node(OutIt out, const xml_node<Ch> *node, int flags, int indent) in print_node()
168 template<class OutIt, class Ch>
169 inline OutIt print_children(OutIt out, const xml_node<Ch> *node, int flags, int indent) in print_children()
[all …]
/third_party/boost/boost/geometry/util/
Drange.hpp219 typename OutIt,
223 typename std::iterator_traits<OutIt>::value_type
227 static inline OutIt apply(It first, It last, OutIt out) in apply()
233 template <typename It, typename OutIt>
234 struct copy_or_move_impl<It, OutIt, false>
236 static inline OutIt apply(It first, It last, OutIt out) in apply()
242 template <typename It, typename OutIt>
243 inline OutIt copy_or_move(It first, It last, OutIt out) in copy_or_move()
245 return copy_or_move_impl<It, OutIt>::apply(first, last, out); in copy_or_move()
250 template <typename It, typename OutIt>
[all …]
/third_party/boost/boost/iostreams/detail/adapter/
Doutput_iterator_adapter.hpp23 template<typename Mode, typename Ch, typename OutIt>
29 explicit output_iterator_adapter(OutIt out) : out_(out) { } in output_iterator_adapter()
36 OutIt out_;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveInterval.cpp665 iterator OutIt = begin(); in join() local
666 OutIt->valno = NewVNInfo[LHSValNoAssignments[OutIt->valno->id]]; in join()
667 for (iterator I = std::next(OutIt), E = end(); I != E; ++I) { in join()
674 if (OutIt->valno == nextValNo && OutIt->end == I->start) { in join()
675 OutIt->end = I->end; in join()
678 ++OutIt; in join()
679 OutIt->valno = nextValNo; in join()
680 if (OutIt != I) { in join()
681 OutIt->start = I->start; in join()
682 OutIt->end = I->end; in join()
[all …]
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dget_turn_info_ll.hpp467 typename OutIt>
471 OutIt out) in append_collinear_spikes()
534 typename OutIt>
537 OutIt out) in append_opposite_spikes()
Dget_turn_info_la.hpp457 typename OutIt>
461 OutIt out) in append_collinear_spikes()
515 typename OutIt>
518 OutIt out) in append_opposite_spikes()
/third_party/boost/boost/geometry/index/detail/rtree/visitors/
Ddistance_query.hpp22 template <typename Value, typename Translator, typename DistanceType, typename OutIt>
28 inline explicit distance_query_result(size_t k, OutIt out_it) in distance_query_result()
91 OutIt m_out_it;
/third_party/boost/boost/geometry/srs/
Dtransformation.hpp360 typename InIt, typename OutIt,
365 InIt in_first, InIt in_last, OutIt out_first, in apply()
/third_party/boost/boost/wave/util/
Dflex_string.hpp128 template <class InIt, class OutIt>
129 OutIt copy_n(InIt b, in copy_n()
130 typename std::iterator_traits<InIt>::difference_type n, OutIt d) in copy_n()