HomeSort by relevance Sort by last modified time
    Searched refs:forward_list (Results 176 - 198 of 198) sorted by null

1 2 3 4 5 6 78

  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
splice_after_range.pass.cpp 10 // <forward_list>
12 // void splice_after(const_iterator p, forward_list&& x,
15 #include <forward_list>
83 typedef std::forward_list<T> C;
127 typedef std::forward_list<T, min_allocator<T>> C;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.ops/
splice_after_one.pass.cpp 10 // <forward_list>
12 // void splice_after(const_iterator p, forward_list&& x, const_iterator i);
14 #include <forward_list>
83 typedef std::forward_list<T> C;
113 typedef std::forward_list<T, min_allocator<T>> C;
splice_after_range.pass.cpp 10 // <forward_list>
12 // void splice_after(const_iterator p, forward_list&& x,
15 #include <forward_list>
83 typedef std::forward_list<T> C;
127 typedef std::forward_list<T, min_allocator<T>> C;
  /art/libartbase/base/
hash_set_test.cc 19 #include <forward_list>
304 std::size_t operator()(const std::forward_list<int>& item) const {
312 bool operator()(const std::vector<int>& a, const std::forward_list<int>& b) const {
332 ASSERT_EQ(hash_set.end(), hash_set.Find(std::forward_list<int>({1, 1, 1, 1})));
333 ASSERT_NE(hash_set.end(), hash_set.Find(std::forward_list<int>({1, 2, 3, 4})));
transform_iterator_test.cc 18 #include <forward_list>
212 std::forward_list<ValueHolder> input({ 1, 1, 2, 3, 5, 8 });
  /external/libchrome/base/
stl_util.h 12 #include <forward_list>
200 void Erase(std::forward_list<T, Allocator>& container, const Value& value) {
201 // Unlike std::forward_list::remove, this function template accepts
208 void EraseIf(std::forward_list<T, Allocator>& container, Predicate pred) {
stl_util_unittest.cc 8 #include <forward_list>
373 RunEraseTest<std::forward_list<int>>();
374 RunEraseIfTest<std::forward_list<std::pair<int, int>>>();
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
erase_after_many.pass.cpp 10 // <forward_list>
14 #include <forward_list>
23 typedef std::forward_list<T> C;
90 typedef std::forward_list<T, min_allocator<T>> C;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
erase_after_many.pass.cpp 10 // <forward_list>
14 #include <forward_list>
23 typedef std::forward_list<T> C;
90 typedef std::forward_list<T, min_allocator<T>> C;
  /external/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 33 #include <forward_list>
139 std::forward_list<StoreToLoadForwardingCandidate>
141 std::forward_list<StoreToLoadForwardingCandidate> Candidates;
223 std::forward_list<StoreToLoadForwardingCandidate> &Candidates) {
  /external/libcxx/test/libcxx/debug/containers/
db_sequence_container_iterators.pass.cpp 22 #include <forward_list>
323 std::forward_list<int, Alloc>, CT_ForwardList>::run();
  /external/tensorflow/tensorflow/contrib/nccl/kernels/
nccl_rewrite.cc 18 #include <forward_list>
123 std::vector<std::forward_list<NodeBuilder::NodeOut>> out_nodes_map;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/debug/containers/
db_sequence_container_iterators.pass.cpp 22 #include <forward_list>
266 std::forward_list<int, Alloc>, CT_ForwardList>::run();
  /system/core/adb/
test_device.py 112 self._test_no_rebind('forward', self.device.forward_list,
122 msg = self.device.forward_list()
126 msg = self.device.forward_list()
129 msg = self.device.forward_list()
133 msg = self.device.forward_list()
137 msg = self.device.forward_list()
141 self.assertEqual('', self.device.forward_list().strip(),
152 self.device.forward_list()))
    [all...]
  /development/python-packages/adb/
device.py 477 def forward_list(self): member in class:AndroidDevice
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 115 #include <forward_list>
705 std::forward_list<ClassInfo> Classes;
    [all...]
  /external/skia/tools/bookmaker/
bookmaker.h 18 #include <forward_list>
35 using std::forward_list;
    [all...]
  /external/skqp/tools/bookmaker/
bookmaker.h 18 #include <forward_list>
35 using std::forward_list;
    [all...]
  /external/googletest/googletest/test/
gtest-printers_test.cc 67 # include <forward_list> // NOLINT
981 const std::forward_list<int> ints(a, a + 3);
    [all...]
  /external/v8/testing/gtest/test/
gtest-printers_test.cc 62 # include <forward_list> // NOLINT
926 const std::forward_list<int> ints(a, a + 3);
    [all...]
  /art/dex2oat/
dex2oat.cc 23 #include <forward_list>
    [all...]
  /external/googletest/googlemock/test/
gmock-matchers_test.cc 58 # include <forward_list> // NOLINT
    [all...]
  /external/v8/testing/gmock/test/
gmock-matchers_test.cc 58 # include <forward_list> // NOLINT
    [all...]

Completed in 2283 milliseconds

1 2 3 4 5 6 78