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

1 2

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/containers/gnu_cxx/
hash_set.pass.cpp 10 #include <ext/hash_set>
13 template class hash_set<int>;
17 typedef __gnu_cxx::hash_set<int> Set;
  /external/libcxx/test/libcxx/containers/gnu_cxx/
hash_set.pass.cpp 15 #include <ext/hash_set>
18 template class hash_set<int>;
22 typedef __gnu_cxx::hash_set<int> Set;
  /art/runtime/base/
hash_set_test.cc 17 #include "hash_set.h"
67 HashSet<std::string, IsEmptyFnString> hash_set; local
69 ASSERT_TRUE(hash_set.Empty());
70 ASSERT_EQ(hash_set.Size(), 0U);
71 hash_set.Insert(test_string);
72 auto it = hash_set.Find(test_string);
74 auto after_it = hash_set.Erase(it);
75 ASSERT_TRUE(after_it == hash_set.end());
76 ASSERT_TRUE(hash_set.Empty());
77 ASSERT_EQ(hash_set.Size(), 0U)
83 HashSet<std::string, IsEmptyFnString> hash_set; local
115 HashSet<std::string, IsEmptyFnString> hash_set; local
162 HashSet<std::string, IsEmptyFnString> hash_set; local
200 HashSet<std::string, IsEmptyFnString> hash_set; local
218 HashSet<std::string, IsEmptyFnString> hash_set; local
327 HashSet<std::vector<int>, IsEmptyFnVectorInt, VectorIntHashEquals, VectorIntHashEquals> hash_set; local
337 HashSet<std::string, IsEmptyFnString> hash_set; local
    [all...]
hash_set.h 67 BaseIterator(HashSetType* hash_set, size_t index) : index_(index), hash_set_(hash_set) {
106 size_t NextNonEmptySlot(size_t index, const HashSet* hash_set) const {
107 const size_t num_buckets = hash_set->NumBuckets();
111 } while (index < num_buckets && hash_set->IsFreeSlot(index));
  /external/google-breakpad/src/common/
unordered.h 31 // or C++11 is not available, you can switch to using hash_set and
39 #include <hash_set>
47 struct unordered_set : public hash_set<T, H> {};
  /external/protobuf/src/google/protobuf/stubs/
hash.h 71 # include <ext/hash_set>
72 # define GOOGLE_PROTOBUF_HASH_SET_CLASS hash_set
85 # include <backward/hash_set>
86 # define GOOGLE_PROTOBUF_HASH_SET_CLASS hash_set
96 # include <hash_set>
97 # define GOOGLE_PROTOBUF_HASH_SET_CLASS hash_set
114 # include <hash_set>
115 # define GOOGLE_PROTOBUF_HASH_SET_CLASS hash_set
122 # include <hash_set>
123 # define GOOGLE_PROTOBUF_HASH_SET_CLASS hash_set
229 class hash_set : public std::set<Key, HashFcn> { class in namespace:google::protobuf
231 hash_set(int = 0) {} function in class:google::protobuf::hash_set
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
hash.h 71 # include <ext/hash_set>
72 # define GOOGLE_PROTOBUF_HASH_SET_CLASS hash_set
85 # include <backward/hash_set>
86 # define GOOGLE_PROTOBUF_HASH_SET_CLASS hash_set
96 # include <hash_set>
97 # define GOOGLE_PROTOBUF_HASH_SET_CLASS hash_set
114 # include <hash_set>
115 # define GOOGLE_PROTOBUF_HASH_SET_CLASS hash_set
122 # include <hash_set>
123 # define GOOGLE_PROTOBUF_HASH_SET_CLASS hash_set
229 class hash_set : public std::set<Key, HashFcn> { class in namespace:google::protobuf
231 hash_set(int = 0) {} function in class:google::protobuf::hash_set
    [all...]
  /device/generic/goldfish-opengl/system/egl/
eglDisplay.h 29 #include <hash_set>
105 typedef std::hash_set<EGLContext> EGLContextSet;
106 typedef std::hash_set<EGLSurface> EGLSurfaceSet;
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_config_compat_post.h 46 # define __hash_set__ hash_set
_hash_set.h 45 class hash_set class in inherits:__stlport_class
47 : public __stlport_class<hash_set<_Value, _HashFcn, _EqualKey, _Alloc> >
50 typedef hash_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
83 hash_set() function in class:hash_set
85 explicit hash_set(size_type __n) function in class:hash_set
87 hash_set(size_type __n, const hasher& __hf) function in class:hash_set
90 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql, function in class:hash_set
93 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql)
95 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
101 hash_set(__move_source<_Self> src function in class:hash_set
107 hash_set(_InputIterator __f, _InputIterator __l) function in class:hash_set
111 hash_set(_InputIterator __f, _InputIterator __l, size_type __n) function in class:hash_set
115 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_set
120 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_set
127 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_set
133 hash_set(const value_type* __f, const value_type* __l) function in class:hash_set
136 hash_set(const value_type* __f, const value_type* __l, size_type __n) function in class:hash_set
139 hash_set(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_set
143 hash_set(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_set
149 hash_set(const_iterator __f, const_iterator __l) function in class:hash_set
152 hash_set(const_iterator __f, const_iterator __l, size_type __n) function in class:hash_set
155 hash_set(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_set
159 hash_set(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_set
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_config_compat_post.h 46 # define __hash_set__ hash_set
_hash_set.h 45 class hash_set class in inherits:__stlport_class
47 : public __stlport_class<hash_set<_Value, _HashFcn, _EqualKey, _Alloc> >
50 typedef hash_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
83 hash_set() function in class:hash_set
85 explicit hash_set(size_type __n) function in class:hash_set
87 hash_set(size_type __n, const hasher& __hf) function in class:hash_set
90 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql, function in class:hash_set
93 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql)
95 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
101 hash_set(__move_source<_Self> src function in class:hash_set
107 hash_set(_InputIterator __f, _InputIterator __l) function in class:hash_set
111 hash_set(_InputIterator __f, _InputIterator __l, size_type __n) function in class:hash_set
115 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_set
120 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_set
127 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_set
133 hash_set(const value_type* __f, const value_type* __l) function in class:hash_set
136 hash_set(const value_type* __f, const value_type* __l, size_type __n) function in class:hash_set
139 hash_set(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_set
143 hash_set(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_set
149 hash_set(const_iterator __f, const_iterator __l) function in class:hash_set
152 hash_set(const_iterator __f, const_iterator __l, size_type __n) function in class:hash_set
155 hash_set(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_set
159 hash_set(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_set
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_config_compat_post.h 46 # define __hash_set__ hash_set
_hash_set.h 45 class hash_set class in inherits:__stlport_class
47 : public __stlport_class<hash_set<_Value, _HashFcn, _EqualKey, _Alloc> >
50 typedef hash_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
83 hash_set() function in class:hash_set
85 explicit hash_set(size_type __n) function in class:hash_set
87 hash_set(size_type __n, const hasher& __hf) function in class:hash_set
90 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql, function in class:hash_set
93 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql)
95 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
101 hash_set(__move_source<_Self> src function in class:hash_set
107 hash_set(_InputIterator __f, _InputIterator __l) function in class:hash_set
111 hash_set(_InputIterator __f, _InputIterator __l, size_type __n) function in class:hash_set
115 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_set
120 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_set
127 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_set
133 hash_set(const value_type* __f, const value_type* __l) function in class:hash_set
136 hash_set(const value_type* __f, const value_type* __l, size_type __n) function in class:hash_set
139 hash_set(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_set
143 hash_set(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_set
149 hash_set(const_iterator __f, const_iterator __l) function in class:hash_set
152 hash_set(const_iterator __f, const_iterator __l, size_type __n) function in class:hash_set
155 hash_set(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_set
159 hash_set(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_set
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/
hash_set 35 # error The hash_set and hash_multiset class are STLport extensions.
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/
hash_set 35 # error The hash_set and hash_multiset class are STLport extensions.
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/
hash_set 35 # error The hash_set and hash_multiset class are STLport extensions.
  /toolchain/binutils/binutils-2.25/gold/
system.h 106 #include <ext/hash_set>
109 #define Unordered_set __gnu_cxx::hash_set
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/
double_include.sh.cpp 68 #include <ext/hash_set>
  /external/libchrome/base/containers/
hash_tables.h 71 using hash_set = std::unordered_set<Key, Hash, Pred, Alloc>;
  /external/libcxx/test/libcxx/
double_include.sh.cpp 168 #include <ext/hash_set>
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_message.cc 98 hash_set<const Descriptor*>* already_seen) {
133 hash_set<const Descriptor*> already_seen;
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 82 hash_set<string> MakeKeywordsMap() {
83 hash_set<string> result;
90 hash_set<string> kKeywords = MakeKeywordsMap();
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_helpers.cc 71 hash_set<string> MakeWordsMap(const char* const words[], size_t num_words) {
72 hash_set<string> result;
81 hash_set<string> kUpperSegments =
205 hash_set<string> kReservedWords =
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
proto_writer.h 216 hash_set<int32> oneof_indices_;

Completed in 1733 milliseconds

1 2