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

1 2 3 4

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
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/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/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/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/password_manager/core/browser/
password_form_data.cc 55 std::copy(first.begin(), first.end(), std::inserter(expectations,
  /external/chromium_org/components/invalidation/
invalidator_registrar.cc 48 std::inserter(intersection, intersection.end()),
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketPerMessageDeflateTest.cpp 242 std::copy(&f1.payload[0], &f1.payload[f1.payloadLength], std::inserter(compressed, compressed.end()));
254 std::copy(&f3.payload[0], &f3.payload[f3.payloadLength], std::inserter(compressed, compressed.end()));
354 std::copy(&f1.payload[0], &f1.payload[f1.payloadLength], std::inserter(decompressed, decompressed.end()));
364 std::copy(&f3.payload[0], &f3.payload[f3.payloadLength], std::inserter(decompressed, decompressed.end()));
  /external/deqp/framework/randomshaders/
rsgShaderGenerator.cpp 96 std::copy(state.getVariableManager().getBegin<AnyEntry>(), state.getVariableManager().getEnd<AnyEntry>(), std::inserter(entries, entries.begin()));
271 std::copy(globalVariableScope.getLiveVariables().begin(), globalVariableScope.getLiveVariables().end(), std::inserter(liveVariables, liveVariables.begin()));
  /external/chromium_org/components/bookmarks/browser/
bookmark_index.cc 301 std::inserter(intersection, intersection.begin()));
320 std::inserter(intersection, intersection.begin()));

Completed in 535 milliseconds

1 2 3 4