/external/chromium_org/content/common/android/ |
hash_set.cc | 14 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());
|
hash_set.h | 14 const base::android::JavaRef<jobject>& hash_set, 18 const base::android::JavaRef<jobject>& hash_set, 22 const base::android::JavaRef<jobject>& hash_set);
|
/external/chromium_org/chrome/renderer/safe_browsing/ |
scorer.h | 48 const base::hash_set<std::string>& page_terms() const; 52 const base::hash_set<uint32>& page_words() const; 83 base::hash_set<std::string> page_terms_; 84 base::hash_set<uint32> page_words_;
|
phishing_term_feature_extractor.h | 58 const base::hash_set<std::string>* page_term_hashes, 59 const base::hash_set<uint32>* page_word_hashes, 127 const base::hash_set<std::string>* page_term_hashes_; 134 const base::hash_set<uint32>* page_word_hashes_;
|
/external/chromium_org/third_party/protobuf/vsprojects/ |
config.h | 7 /* the namespace of hash_map/hash_set */ 18 /* the location of <hash_set> */ 19 #define HASH_SET_H <hash_set> 24 /* define if the compiler has hash_set */
|
/external/protobuf/vsprojects/ |
config.h | 7 /* the namespace of hash_map/hash_set */ 18 /* the location of <hash_set> */ 19 #define HASH_SET_H <hash_set> 24 /* define if the compiler has hash_set */
|
/art/runtime/base/ |
hash_set_test.cc | 17 #include "hash_set.h" 65 HashSet<std::string, IsEmptyFnString> hash_set; local 67 ASSERT_TRUE(hash_set.Empty()); 68 ASSERT_EQ(hash_set.Size(), 0U); 69 hash_set.Insert(test_string); 70 auto it = hash_set.Find(test_string); 72 auto after_it = hash_set.Erase(it); 73 ASSERT_TRUE(after_it == hash_set.end()); 74 ASSERT_TRUE(hash_set.Empty()); 75 ASSERT_EQ(hash_set.Size(), 0U) 81 HashSet<std::string, IsEmptyFnString> hash_set; local 113 HashSet<std::string, IsEmptyFnString> hash_set; local 160 HashSet<std::string, IsEmptyFnString> hash_set; local [all...] |
/external/chromium_org/ui/views/ |
cull_set.h | 30 CullSet(scoped_ptr<base::hash_set<intptr_t> > cull_set); 40 scoped_ptr<base::hash_set<intptr_t> > cull_set_;
|
cull_set.cc | 15 CullSet::CullSet(scoped_ptr<base::hash_set<intptr_t> > cull_set)
|
/external/chromium_org/mojo/services/view_manager/ |
access_policy_delegate.h | 23 virtual const base::hash_set<Id>& GetRootsForAccessPolicy() const = 0;
|
/external/chromium_org/third_party/protobuf/ |
config.h | 48 /* the namespace of hash_map/hash_set */ 55 /* the name of <hash_set> */ 59 #define HASH_SET_CLASS hash_set 62 /* the location of <unordered_set> or <hash_set> */ 64 #define HASH_SET_H <hash_set> 68 #define HASH_SET_H <ext/hash_set> 83 /* define if the compiler has hash_set */
|
/external/chromium_org/net/base/ |
platform_mime_util.h | 28 base::hash_set<base::FilePath::StringType>* extensions) const;
|
/external/chromium_org/content/browser/appcache/ |
appcache_manifest_parser.h | 50 base::hash_set<std::string> explicit_urls;
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_mac_editcommand_helper.h | 67 base::hash_set<std::string> edit_command_set_;
|
/external/chromium_org/third_party/cld/base/ |
stl_decl_msvc.h | 79 class hash_set; 94 using msvchash::hash_set; 102 #define hash_set set
|
/external/chromium_org/third_party/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) {}
|
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_store_file.h | 226 base::hash_set<int32>().swap(add_del_cache_); 227 base::hash_set<int32>().swap(sub_del_cache_); 257 // TODO(shess): If the set is small enough, hash_set<> might be 259 base::hash_set<int32> add_del_cache_; 260 base::hash_set<int32> sub_del_cache_;
|
/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_host_metrics.h | 90 base::hash_set<std::string> checked_word_hashes_;
|
/external/chromium_org/net/quic/ |
quic_ack_notifier_manager.h | 59 typedef base::hash_set<QuicAckNotifier*> AckNotifierSet;
|
/external/srec/srec/crec/ |
astar_pphash.h | 52 int hash_set(FixedSizeHash* hash, partial_path* parp);
|
/external/stlport/stlport/stl/ |
_config_compat_post.h | 46 # define __hash_set__ hash_set
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_config_compat_post.h | 46 # define __hash_set__ hash_set
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_config_compat_post.h | 46 # define __hash_set__ hash_set
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_config_compat_post.h | 46 # define __hash_set__ hash_set
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_config_compat_post.h | 46 # define __hash_set__ hash_set
|