Home
last modified time | relevance | path

Searched refs:inserter (Results 1 – 25 of 137) sorted by relevance

123456

/third_party/boost/libs/mpl/doc/src/refmanual/
Dinserter_.rst1 .. Algorithms/Inserters//inserter
5 inserter (class)
17 struct inserter
35 #include <boost/mpl/inserter.hpp>
65 | ``inserter<op,state>`` | An |Inserter|. |
83 , inserter< // a filtering 'push_back' inserter
97 .. |[inserter]| replace:: `inserter (class)`_
DInserter.rst12 |transformation algorithm|, the inserter's binary operation is
16 for the very first element, the inserter's initial state.
18 Technically, instead of taking a single inserter parameter,
46 | ``in::state`` | The inserter's initial state. |
48 | ``in::operation`` | The inserter's "output" operation. |
67 * |[inserter]|
74 |Algorithms|, |Transformation Algorithms|, |[inserter]|, |front_inserter|, |back_inserter|
Dback_inserter.rst45 | ``Seq`` | |Back Extensible Sequence| | A sequence to bind the inserter to. |
63 | | struct in : inserter<s,push_back<_1,_2> > {}; |
89 |Algorithms|, |Inserter|, |Reversible Algorithm|, |[inserter]|, |front_inserter|, |push_back|
Dfront_inserter.rst45 | ``Seq`` | |Front Extensible Sequence| | A sequence to bind the inserter to. |
63 | | struct in : inserter<s,push_front<_1,_2> > {}; |
89 |Algorithms|, |Inserter|, |Reversible Algorithm|, |[inserter]|, |back_inserter|, |push_front|
/third_party/boost/libs/geometry/doc/index/generated/
Dinserters.qbk7 [[[link group__inserters_1gab22c33d31b9805250e54ee6d6d240a47 `inserter(Container &)`]][Insert itera…
11 [section inserter(Container &)]
12 '''<indexterm><primary>inserter</primary></indexterm>'''
19 `insert_iterator< Container >` `inserter``(``Container &` `c``)`
/third_party/mindspore/include/api/
Ddual_abi_helper.h58 std::transform(s.begin(), s.end(), std::inserter(ret, ret.begin()), in SetStringToChar()
65 std::transform(c.begin(), c.end(), std::inserter(ret, ret.begin()), in SetCharToString()
72 std::transform(s.begin(), s.end(), std::inserter(ret, ret.begin()), [](auto str) { in MapStringToChar()
80 std::transform(c.begin(), c.end(), std::inserter(ret, ret.begin()), [](auto ch) { in MapCharToString()
89 std::transform(s.begin(), s.end(), std::inserter(ret, ret.begin()), [](auto str) { in UnorderedMapStringToChar()
99 std::transform(c.begin(), c.end(), std::inserter(ret, ret.begin()), [](auto ch) { in UnorderedMapCharToString()
137 …std::transform(s_pad_info.begin(), s_pad_info.end(), std::inserter(ret, ret.begin()), [](auto str)… in PadInfoStringToChar()
146 …std::transform(c_pad_info.begin(), c_pad_info.end(), std::inserter(ret, ret.begin()), [](auto ch) { in PadInfoCharToString()
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Ddual_abi_helper.h70 std::transform(s.begin(), s.end(), std::inserter(ret, ret.begin()), in SetStringToChar()
77 std::transform(c.begin(), c.end(), std::inserter(ret, ret.begin()), in SetCharToString()
84 std::transform(s.begin(), s.end(), std::inserter(ret, ret.begin()), [](auto str) { in MapStringToChar()
92 std::transform(c.begin(), c.end(), std::inserter(ret, ret.begin()), [](auto ch) { in MapCharToString()
101 std::transform(s.begin(), s.end(), std::inserter(ret, ret.begin()), [](auto str) { in UnorderedMapStringToChar()
111 std::transform(c.begin(), c.end(), std::inserter(ret, ret.begin()), [](auto ch) { in UnorderedMapCharToString()
140 …std::transform(s_pad_info.begin(), s_pad_info.end(), std::inserter(ret, ret.begin()), [](auto str)… in PadInfoStringToChar()
149 …std::transform(c_pad_info.begin(), c_pad_info.end(), std::inserter(ret, ret.begin()), [](auto ch) { in PadInfoCharToString()
/third_party/boost/libs/spirit/classic/test/
Dsf_bug_720917.cpp87 copy(mp1, mpend, inserter(dummy, dummy.end())); in construct_string_from()
101 copy(mp1, mpend, inserter(dummy, dummy.end())); in construct_string_from()
/third_party/boost/boost/nowide/utf/
Dconvert.hpp68 inserter_type inserter(result); in convert_string() local
77 utf_traits<CharOut>::template encode(c, inserter); in convert_string()
/third_party/boost/boost/locale/
Dencoding_utf.hpp39 inserter_type inserter(result); in utf_to_utf() local
48 utf::utf_traits<CharOut>::template encode<inserter_type>(c,inserter); in utf_to_utf()
/third_party/boost/boost/graph/detail/
Dset_adaptor.hpp82 x.begin(), x.end(), y.begin(), y.end(), std::inserter(z)); in set_intersect()
90 std::set_union(x.begin(), x.end(), y.begin(), y.end(), std::inserter(z)); in set_union()
99 x.begin(), x.end(), y.begin(), y.end(), std::inserter(z, z.begin())); in set_difference()
/third_party/boost/libs/numeric/odeint/examples/mtl/
Dgauss_packet.cpp57 mtl::matrix::inserter< matrix_type , mtl::update_plus< complex<double> > > ins( m_H ); in initialize_kinetic_term()
122 mtl::matrix::inserter< mtl::compressed2D< double > > ins( V ); in main()
/third_party/vk-gl-cts/execserver/
DxsTcpServer.cpp131 …std::copy(m_liveConnections.begin(), m_liveConnections.end(), std::inserter(allConnections, allCon… in ~TcpServer()
132 …std::copy(m_doneConnections.begin(), m_doneConnections.end(), std::inserter(allConnections, allCon… in ~TcpServer()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/tools/subsetter/
Dsubsetter.cc67 std::inserter(result, result.end())); in Subset()
80 std::inserter(result, result.end())); in Subset()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/tools/subsetter/
Dsubsetter.cc67 std::inserter(result, result.end())); in Subset()
80 std::inserter(result, result.end())); in Subset()
/third_party/boost/libs/spirit/workbench/karma/
Ddouble_performance.cpp72 typedef real_inserter<double> inserter; in format_performance_direct() typedef
79 inserter::call(p, 12345.12345); in format_performance_direct()
/third_party/boost/libs/io/doc/
Dostream_put.adoc22 The inserter for class template `basic_string_view` could be implemented as
62 Effects:: Behaves like a formatted inserter (as described in
/third_party/boost/libs/icl/doc/
Dexamples.qbk311 * Use `icl::inserter` from `#include <boost/icl/iterator.hpp>`
312 instead of `std::inserter` to call insertions on the target
320 `icl::inserter` to achieve this.
339 with an `icl::inserter` or `icl::adder`
352 Instead of `icl::inserter` we could also use an `std::inserter`
354 This is ['*depreciated*], because `std::inserter` is designed for
356 via `std::inserter` if it is not already in the container.
360 You can use `std::inserter` *only*, if you actively take care of
/third_party/boost/libs/utility/doc/
Dostream_string.qbk25 The inserter for class template `basic_string_view` could be implemented as
61 [Behaves like a formatted inserter (as described in
/third_party/boost/boost/mpl/
Dback_inserter.hpp28 : inserter< Sequence,push_back<> >
Dfront_inserter.hpp27 : inserter< Sequence,push_front<> >
Dinserter.hpp24 struct inserter struct
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeStringUtil.cpp67 std::transform(str.begin(), str.end(), std::inserter(ret, ret.begin()), ToLower()); in toLower()
75 std::transform(str.begin(), str.end(), std::inserter(ret, ret.begin()), ToUpper()); in toUpper()
/third_party/boost/libs/numeric/odeint/test/
Dconst_range.hpp39 mpl::inserter<
Drunge_kutta_concepts.cpp174 mpl::inserter
189 mpl::inserter

123456