/external/protobuf/src/google/protobuf/stubs/ |
hash.h | 56 // This system doesn't have hash_map or hash_set. Emulate them using map and 100 class hash_set : public std::set<Key, HashFcn> { class in namespace:google::protobuf 102 hash_set(int = 0) {} function in class:google::protobuf::hash_set 137 class hash_set : public HASH_NAMESPACE::hash_set< 140 hash_set(int = 0) {} 181 class hash_set : public HASH_NAMESPACE::HASH_SET_CLASS< 184 hash_set(int = 0) {}
|
/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...] |
/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...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_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/current/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |