HomeSort by relevance Sort by last modified time
    Searched full:unordered_set (Results 126 - 150 of 547) sorted by null

1 2 3 4 56 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
size_hash_equal.pass.cpp 10 // <unordered_set>
14 // class unordered_set
16 // unordered_set(size_type n, const hasher& hf, const key_equal& eql);
18 #include <unordered_set>
30 typedef std::unordered_set<NotConstructible,
51 typedef std::unordered_set<NotConstructible,
size_hash_equal_allocator.pass.cpp 10 // <unordered_set>
14 // class unordered_set
16 // unordered_set(size_type n, const hasher& hf, const key_equal& eql, const allocator_type& a);
18 #include <unordered_set>
30 typedef std::unordered_set<NotConstructible,
52 typedef std::unordered_set<NotConstructible,
assign_move.pass.cpp 10 // <unordered_set>
14 // class unordered_set
16 // unordered_set& operator=(unordered_set&& u);
18 #include <unordered_set>
32 typedef std::unordered_set<int,
77 typedef std::unordered_set<int,
122 typedef std::unordered_set<int,
168 typedef std::unordered_set<int,
214 std::unordered_set<int> s1 = {1, 2, 3}
    [all...]
move.pass.cpp 10 // <unordered_set>
14 // class unordered_set
16 // unordered_set(unordered_set&& u);
18 #include <unordered_set>
31 typedef std::unordered_set<int,
66 typedef std::unordered_set<int,
107 typedef std::unordered_set<int,
142 typedef std::unordered_set<int,
184 std::unordered_set<int> s1 = {1, 2, 3}
    [all...]
assign_copy.pass.cpp 10 // <unordered_set>
14 // class unordered_set
16 // unordered_set& operator=(const unordered_set& u);
18 #include <unordered_set>
31 typedef std::unordered_set<int,
75 typedef std::unordered_set<int> C;
94 typedef std::unordered_set<int,
140 typedef std::unordered_set<int,
  /art/runtime/
dex_cache_resolved_classes.h 21 #include <unordered_set>
62 const std::unordered_set<uint16_t>& GetClasses() const {
71 mutable std::unordered_set<uint16_t> classes_;
  /external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/
assign_move.pass.cpp 10 // <unordered_set>
14 // class unordered_set
16 // unordered_set& operator=(unordered_set&& u);
18 #include <unordered_set>
32 typedef std::unordered_set<int,
77 typedef std::unordered_set<int,
122 typedef std::unordered_set<int,
168 typedef std::unordered_set<int,
214 std::unordered_set<int> s1 = {1, 2, 3}
    [all...]
move.pass.cpp 10 // <unordered_set>
14 // class unordered_set
16 // unordered_set(unordered_set&& u);
18 #include <unordered_set>
31 typedef std::unordered_set<int,
66 typedef std::unordered_set<int,
107 typedef std::unordered_set<int,
142 typedef std::unordered_set<int,
184 std::unordered_set<int> s1 = {1, 2, 3}
    [all...]
assign_copy.pass.cpp 10 // <unordered_set>
14 // class unordered_set
16 // unordered_set& operator=(const unordered_set& u);
18 #include <unordered_set>
31 typedef std::unordered_set<int,
75 typedef std::unordered_set<int> C;
94 typedef std::unordered_set<int,
140 typedef std::unordered_set<int,
allocator.pass.cpp 10 // <unordered_set>
14 // class unordered_set
16 // explicit unordered_set(const allocator_type& __a);
18 #include <unordered_set>
30 typedef std::unordered_set<NotConstructible,
48 typedef std::unordered_set<NotConstructible,
70 typedef std::unordered_set<T, HF, Comp, A> C;
90 typedef std::unordered_set<T, HF, Comp, A> C;
copy.pass.cpp 10 // <unordered_set>
14 // class unordered_set
16 // unordered_set(const unordered_set& u);
18 #include <unordered_set>
30 typedef std::unordered_set<int,
69 typedef std::unordered_set<int,
109 typedef std::unordered_set<int,
init.pass.cpp 10 // <unordered_set>
14 // class unordered_set
16 // unordered_set(initializer_list<value_type> il);
18 #include <unordered_set>
31 typedef std::unordered_set<int,
62 typedef std::unordered_set<int,
97 typedef std::unordered_set<T, HF, Comp, A> C;
130 typedef std::unordered_set<T, HF, Comp, A> C;
move_alloc.pass.cpp 10 // <unordered_set>
14 // class unordered_set
16 // unordered_set(unordered_set&& u, const allocator_type& a);
18 #include <unordered_set>
33 typedef std::unordered_set<int,
74 typedef std::unordered_set<int,
116 typedef std::unordered_set<int,
  /external/libcxx/test/libcxx/containers/unord/unord.set/
insert_dup_alloc.pass.cpp 11 // unordered_set. See PR12999 http://llvm.org/bugs/show_bug.cgi?id=12999
14 #include <unordered_set>
21 std::unordered_set<int> s;
35 std::unordered_set<MoveOnly> s;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
unordered_set 1 // Debugging unordered_set/unordered_multiset implementation -*- C++ -*-
25 /** @file debug/unordered_set
35 # include <unordered_set>
45 /// Class std::unordered_set with safety/checking/debug instrumentation.
50 class unordered_set
51 : public _GLIBCXX_STD_C::unordered_set<_Value, _Hash, _Pred, _Alloc>,
52 public __gnu_debug::_Safe_unordered_container<unordered_set<_Value, _Hash,
55 typedef _GLIBCXX_STD_C::unordered_set<_Value, _Hash,
57 typedef __gnu_debug::_Safe_unordered_container<unordered_set> _Safe_base;
73 unordered_set> iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
unordered_set 1 // Debugging unordered_set/unordered_multiset implementation -*- C++ -*-
25 /** @file debug/unordered_set
35 # include <unordered_set>
45 /// Class std::unordered_set with safety/checking/debug instrumentation.
50 class unordered_set
51 : public _GLIBCXX_STD_C::unordered_set<_Value, _Hash, _Pred, _Alloc>,
52 public __gnu_debug::_Safe_unordered_container<unordered_set<_Value, _Hash,
55 typedef _GLIBCXX_STD_C::unordered_set<_Value, _Hash,
57 typedef __gnu_debug::_Safe_unordered_container<unordered_set> _Safe_base;
73 unordered_set> iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
unordered_set 1 // Debugging unordered_set/unordered_multiset implementation -*- C++ -*-
25 /** @file debug/unordered_set
35 # include <unordered_set>
45 /// Class std::unordered_set with safety/checking/debug instrumentation.
50 class unordered_set
51 : public _GLIBCXX_STD_C::unordered_set<_Value, _Hash, _Pred, _Alloc>,
52 public __gnu_debug::_Safe_unordered_container<unordered_set<_Value, _Hash,
55 typedef _GLIBCXX_STD_C::unordered_set<_Value, _Hash,
57 typedef __gnu_debug::_Safe_unordered_container<unordered_set> _Safe_base;
73 unordered_set> iterator
    [all...]
  /build/kati/
find.h 20 #include <unordered_set>
52 unique_ptr<unordered_set<string>> read_dirs;
string_piece_test.cc 21 #include <unordered_set>
26 unordered_set<StringPiece> sps;
  /external/libcxx/test/std/containers/unord/unord.multiset/
erase_iter_db1.pass.cpp 10 // <unordered_set>
18 #include <unordered_set>
max_size.pass.cpp 10 // <unordered_set>
18 #include <unordered_set>
  /external/libcxx/test/std/containers/unord/unord.set/
insert_hint_rvalue.pass.cpp 10 // <unordered_set>
14 // class unordered_set
22 #include <unordered_set>
31 typedef std::unordered_set<double> C;
54 typedef std::unordered_set<MoveOnly> C;
78 typedef std::unordered_set<double, std::hash<double>,
102 typedef std::unordered_set<MoveOnly, std::hash<MoveOnly>,
127 typedef std::unordered_set<double> C;
iterators.pass.cpp 10 // <unordered_set>
14 // class unordered_set
23 #include <unordered_set>
31 typedef std::unordered_set<int> C;
50 typedef std::unordered_set<int> C;
70 typedef std::unordered_set<int, std::hash<int>,
90 typedef std::unordered_set<int, std::hash<int>,
112 typedef std::unordered_set<int> C;
version.pass.cpp 10 // <unordered_set>
12 #include <unordered_set>
  /frameworks/base/libs/hwui/utils/
StringUtils.h 20 #include <unordered_set>
27 class unordered_string_set : public std::unordered_set<std::string> {

Completed in 762 milliseconds

1 2 3 4 56 7 8 91011>>