/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | inserter_.rst | 1 .. 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)`_
|
D | Inserter.rst | 12 |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|
|
D | back_inserter.rst | 45 | ``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|
|
D | front_inserter.rst | 45 | ``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/ |
D | inserters.qbk | 7 [[[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/ |
D | dual_abi_helper.h | 58 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/ |
D | dual_abi_helper.h | 70 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/ |
D | sf_bug_720917.cpp | 87 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/ |
D | convert.hpp | 68 inserter_type inserter(result); in convert_string() local 77 utf_traits<CharOut>::template encode(c, inserter); in convert_string()
|
/third_party/boost/boost/locale/ |
D | encoding_utf.hpp | 39 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/ |
D | set_adaptor.hpp | 82 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/ |
D | gauss_packet.cpp | 57 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/ |
D | xsTcpServer.cpp | 131 …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/ |
D | subsetter.cc | 67 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/ |
D | subsetter.cc | 67 std::inserter(result, result.end())); in Subset() 80 std::inserter(result, result.end())); in Subset()
|
/third_party/boost/libs/spirit/workbench/karma/ |
D | double_performance.cpp | 72 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/ |
D | ostream_put.adoc | 22 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/ |
D | examples.qbk | 311 * 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/ |
D | ostream_string.qbk | 25 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/ |
D | back_inserter.hpp | 28 : inserter< Sequence,push_back<> >
|
D | front_inserter.hpp | 27 : inserter< Sequence,push_front<> >
|
D | inserter.hpp | 24 struct inserter struct
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deStringUtil.cpp | 67 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/ |
D | const_range.hpp | 39 mpl::inserter<
|
D | runge_kutta_concepts.cpp | 174 mpl::inserter 189 mpl::inserter
|