HomeSort by relevance Sort by last modified time
    Searched refs:unordered_set (Results 201 - 225 of 837) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
unordered_set.h 0 // unordered_set implementation -*- C++ -*-
25 /** @file bits/unordered_set.h
27 * Do not attempt to use it directly. @headername{unordered_set}
37 /// Base types for unordered_set.
93 class unordered_set class
132 unordered_set(size_type __n = 10, function in class:unordered_set
140 * @brief Builds an %unordered_set from a range.
148 * Create an %unordered_set consisting of copies of the elements from
153 unordered_set(_InputIterator __f, _InputIterator __l, function in class:unordered_set
162 unordered_set(const unordered_set&) = default
172 unordered_set(const allocator_type& __a) function in class:unordered_set
181 unordered_set(const unordered_set& __uset, function in class:unordered_set
191 unordered_set(unordered_set&& __uset, function in class:unordered_set
207 unordered_set(initializer_list<value_type> __l, function in class:unordered_set
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
unordered_set.h 0 // unordered_set implementation -*- C++ -*-
25 /** @file bits/unordered_set.h
27 * Do not attempt to use it directly. @headername{unordered_set}
37 /// Base types for unordered_set.
93 class unordered_set class
132 unordered_set(size_type __n = 10, function in class:unordered_set
140 * @brief Builds an %unordered_set from a range.
148 * Create an %unordered_set consisting of copies of the elements from
153 unordered_set(_InputIterator __f, _InputIterator __l, function in class:unordered_set
162 unordered_set(const unordered_set&) = default
172 unordered_set(const allocator_type& __a) function in class:unordered_set
181 unordered_set(const unordered_set& __uset, function in class:unordered_set
191 unordered_set(unordered_set&& __uset, function in class:unordered_set
207 unordered_set(initializer_list<value_type> __l, function in class:unordered_set
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
unordered_set.h 0 // unordered_set implementation -*- C++ -*-
25 /** @file bits/unordered_set.h
27 * Do not attempt to use it directly. @headername{unordered_set}
37 /// Base types for unordered_set.
93 class unordered_set class
132 unordered_set(size_type __n = 10, function in class:unordered_set
140 * @brief Builds an %unordered_set from a range.
148 * Create an %unordered_set consisting of copies of the elements from
153 unordered_set(_InputIterator __f, _InputIterator __l, function in class:unordered_set
162 unordered_set(const unordered_set&) = default
172 unordered_set(const allocator_type& __a) function in class:unordered_set
181 unordered_set(const unordered_set& __uset, function in class:unordered_set
191 unordered_set(unordered_set&& __uset, function in class:unordered_set
207 unordered_set(initializer_list<value_type> __l, function in class:unordered_set
    [all...]
  /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>
33 typedef std::unordered_set<int> C;
52 typedef std::unordered_set<int> C;
72 typedef std::unordered_set<int, std::hash<int>,
92 typedef std::unordered_set<int, std::hash<int>,
114 typedef std::unordered_set<int> C;
equal_range_const.pass.cpp 10 // <unordered_set>
14 // class unordered_set
18 #include <unordered_set>
26 typedef std::unordered_set<int> C;
54 typedef std::unordered_set<int, std::hash<int>, std::equal_to<int>, min_allocator<int>> C;
equal_range_non_const.pass.cpp 10 // <unordered_set>
14 // class unordered_set
18 #include <unordered_set>
26 typedef std::unordered_set<int> C;
54 typedef std::unordered_set<int, std::hash<int>, std::equal_to<int>, min_allocator<int>> C;
insert_const_lvalue.pass.cpp 10 // <unordered_set>
14 // class unordered_set
18 #include <unordered_set>
26 typedef std::unordered_set<double> C;
52 typedef std::unordered_set<double, std::hash<double>,
rehash.pass.cpp 10 // <unordered_set>
14 // class unordered_set
18 #include <unordered_set>
43 typedef std::unordered_set<int> C;
73 typedef std::unordered_set<int, std::hash<int>,
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/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;
equal_range_const.pass.cpp 10 // <unordered_set>
14 // class unordered_set
18 #include <unordered_set>
26 typedef std::unordered_set<int> C;
54 typedef std::unordered_set<int, std::hash<int>, std::equal_to<int>, min_allocator<int>> C;
equal_range_non_const.pass.cpp 10 // <unordered_set>
14 // class unordered_set
18 #include <unordered_set>
26 typedef std::unordered_set<int> C;
54 typedef std::unordered_set<int, std::hash<int>, std::equal_to<int>, min_allocator<int>> C;
insert_const_lvalue.pass.cpp 10 // <unordered_set>
14 // class unordered_set
18 #include <unordered_set>
26 typedef std::unordered_set<double> C;
52 typedef std::unordered_set<double, std::hash<double>,
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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;
  /build/kati/
eval.h 19 #include <unordered_set>
81 static const unordered_set<Symbol>& used_undefined_vars() {
127 static unordered_set<Symbol> used_undefined_vars_;
  /device/generic/goldfish-opengl/system/egl/
eglDisplay.h 27 #include <unordered_set>
102 typedef std::unordered_set<EGLContext> EGLContextSet;
103 typedef std::unordered_set<EGLSurface> EGLSurfaceSet;
  /external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/
assign_init.pass.cpp 10 // <unordered_set>
14 // class unordered_set
16 // unordered_set& operator=(initializer_list<value_type> il);
18 #include <unordered_set>
33 typedef std::unordered_set<int,
66 typedef std::unordered_set<int,
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>
31 typedef std::unordered_set<NotConstructible,
52 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>
31 typedef std::unordered_set<NotConstructible,
53 typedef std::unordered_set<NotConstructible,
  /external/skia/src/sksl/
SkSLCompiler.h 12 #include <unordered_set>
100 std::unordered_set<const Variable*>* undefinedVariables,
111 std::unordered_set<const Variable*>* undefinedVariables,
  /frameworks/minikin/include/minikin/
FontCollection.h 21 #include <unordered_set>
56 const std::unordered_set<AxisTag>& getSupportedTags() const {
119 std::unordered_set<AxisTag> mSupportedAxes;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
assign_init.pass.cpp 10 // <unordered_set>
14 // class unordered_set
16 // unordered_set& operator=(initializer_list<value_type> il);
18 #include <unordered_set>
32 typedef std::unordered_set<int,
65 typedef std::unordered_set<int,
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,

Completed in 283 milliseconds

1 2 3 4 5 6 7 891011>>