HomeSort by relevance Sort by last modified time
    Searched full:inserter (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
remove_if.hpp 46 , typename Inserter
51 , typename Inserter::state
54 , typename Inserter::operation
63 , typename Inserter
68 , typename Inserter::state
71 , typename Inserter::operation
back_inserter.hpp 19 #include <boost/mpl/inserter.hpp>
28 : inserter< Sequence,push_back<> >
front_inserter.hpp 19 #include <boost/mpl/inserter.hpp>
27 : inserter< Sequence,push_front<> >
inserter.hpp 14 // $Id: inserter.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
24 struct inserter struct in namespace:boost::mpl
  /external/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter/
Android.mk 17 test_makefile := external/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter/Android.mk
19 test_name := iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter/test
  /external/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter/
Android.mk 17 test_makefile := external/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter/Android.mk
19 test_name := iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter/test
  /external/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter/
Android.mk 17 test_makefile := external/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter/Android.mk
19 test_name := iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter/test
test.pass.cpp 14 // inserter(Cont& x, Cont::iterator i);
25 std::insert_iterator<C> i = std::inserter(c, c.end());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter/
test.pass.cpp 14 // inserter(Cont& x, Cont::iterator i);
25 std::insert_iterator<C> i = std::inserter(c, c.end());
  /external/chromium_org/third_party/leveldatabase/src/db/
write_batch.cc 130 MemTableInserter inserter; local
131 inserter.sequence_ = WriteBatchInternal::Sequence(b);
132 inserter.mem_ = memtable;
133 return b->Iterate(&inserter);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
subsetter.cc 67 std::inserter(result, result.end()));
80 std::inserter(result, result.end()));
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
subsetter.cc 67 std::inserter(result, result.end()));
80 std::inserter(result, result.end()));
  /external/stlport/test/unit/
insert_test.cpp 62 copy(array2, array2 + 3, inserter(names, i));
  /ndk/tests/device/test-gnustl-copy_vector_into_a_set/jni/
copy_vector_into_a_set.cpp 49 std::copy(vector1.begin(), vector1.end(), std::inserter(set1, set1.begin()));
  /ndk/tests/device/test-gnustl-full/unit/
insert_test.cpp 62 copy(array2, array2 + 3, inserter(names, i));
  /ndk/tests/device/test-stlport/unit/
insert_test.cpp 62 copy(array2, array2 + 3, inserter(names, i));
  /ndk/tests/device/test-stlport-copy_vector_into_a_set/jni/
copy_vector_into_a_set.cpp 49 std::copy(vector1.begin(), vector1.end(), std::inserter(set1, set1.begin()));
  /external/deqp/execserver/
xsTcpServer.cpp 131 std::copy(m_liveConnections.begin(), m_liveConnections.end(), std::inserter(allConnections, allConnections.end()));
132 std::copy(m_doneConnections.begin(), m_doneConnections.end(), std::inserter(allConnections, allConnections.end()));
  /external/deqp/framework/delibs/decpp/
deStringUtil.cpp 66 std::transform(str.begin(), str.end(), std::inserter(ret, ret.begin()), ToLower());
74 std::transform(str.begin(), str.end(), std::inserter(ret, ret.begin()), ToUpper());
  /external/chromium_org/base/
stl_util.h 219 std::inserter(difference, difference.end()));
231 std::inserter(result, result.end()));
244 std::inserter(result, result.end()));
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
stl_util.h 224 std::inserter(difference, difference.end()));
236 std::inserter(result, result.end()));
249 std::inserter(result, result.end()));
  /external/chromium_org/components/invalidation/
invalidator_registrar.cc 49 std::inserter(intersection, intersection.end()),
  /external/chromium_org/components/password_manager/core/browser/
password_form_data.cc 55 std::copy(first.begin(), first.end(), std::inserter(expectations,
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketPerMessageDeflateTest.cpp 244 std::copy(&f1.payload[0], &f1.payload[f1.payloadLength], std::inserter(compressed, compressed.end()));
256 std::copy(&f3.payload[0], &f3.payload[f3.payloadLength], std::inserter(compressed, compressed.end()));
356 std::copy(&f1.payload[0], &f1.payload[f1.payloadLength], std::inserter(decompressed, decompressed.end()));
366 std::copy(&f3.payload[0], &f3.payload[f3.payloadLength], std::inserter(decompressed, decompressed.end()));
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 151 /// StackSize - The prolog/epilog code inserter calculates the final stack
169 /// MaxAlignment - The prolog/epilog code inserter may process objects
201 /// CSInfo - The prolog/epilog code inserter fills in this vector with each
203 /// epilog code inserter, this data used for debug info and exception
553 /// setCalleeSavedInfo - Used by prolog/epilog inserter to set the function's

Completed in 777 milliseconds

1 2 3 4 5 6 7