Searched defs:hash_set (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/common/android/
H A Dhash_set.cc14 const base::android::JavaRef<jobject>& hash_set,
16 JNI_HashSet::Java_HashSet_add(env, hash_set.obj(), object.obj());
20 const base::android::JavaRef<jobject>& hash_set,
22 JNI_HashSet::Java_HashSet_remove(env, hash_set.obj(), object.obj());
26 const base::android::JavaRef<jobject>& hash_set) {
27 JNI_HashSet::Java_HashSet_clear(env, hash_set.obj());
13 JNI_Java_HashSet_add(JNIEnv* env, const base::android::JavaRef<jobject>& hash_set, const base::android::JavaRef<jobject>& object) argument
19 JNI_Java_HashSet_remove(JNIEnv* env, const base::android::JavaRef<jobject>& hash_set, const base::android::JavaRef<jobject>& object) argument
25 JNI_Java_HashSet_clear(JNIEnv* env, const base::android::JavaRef<jobject>& hash_set) argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dhash.h56 // 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) {}
/external/protobuf/src/google/protobuf/stubs/
H A Dhash.h56 // This system doesn't have hash_map or hash_set. Emulate them using map and
98 class hash_set : public std::set<Key, HashFcn> { class in namespace:google::protobuf
131 class hash_set : public HASH_NAMESPACE::hash_set<
171 class hash_set : public HASH_NAMESPACE::HASH_SET_CLASS<
/external/srec/srec/crec/
H A Dastar_pphash.c116 int hash_set(FixedSizeHash* hash, partial_path* parp) function
128 print_path(parp, hash->rec, "problem in astar_pphash hash_set ");
135 print_path(*p_insert, hash->rec, "key taken in astar_pphash hash_set ");
/external/stlport/stlport/stl/
H A D_hash_set.h45 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_sourc 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...]

Completed in 359 milliseconds