OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashType
(Results
1 - 7
of
7
) sorted by null
/art/compiler/utils/
dedupe_set.h
28
template <typename Key, typename
HashType
, typename HashFunc>
30
typedef std::pair<
HashType
, Key*> HashedKey;
55
HashType
hash = HashFunc()(key);
/external/chromium_org/chrome_frame/
com_type_info_holder.h
22
typedef uint32
HashType
;
24
bool Lookup(
HashType
hash, DISPID* dispid) const;
25
void Add(
HashType
hash, DISPID dispid);
30
static
HashType
Hash(const wchar_t* name);
33
typedef std::map<
HashType
, DISPID> DispidMap;
com_type_info_holder.cc
82
NameToDispIdCache::
HashType
hash = NameToDispIdCache::Hash(names[i]);
106
bool NameToDispIdCache::Lookup(
HashType
hash, DISPID* dispid) const {
115
void NameToDispIdCache::Add(
HashType
hash, DISPID dispid) {
120
NameToDispIdCache::
HashType
NameToDispIdCache::Hash(const wchar_t* name) {
/external/chromium_org/third_party/WebKit/Source/core/loader/
CrossOriginPreflightResultCache.cpp
52
template<class
HashType
>
53
static void addToAccessControlAllowList(const String& string, unsigned start, unsigned end, HashSet<String,
HashType
>& set)
74
template<class
HashType
>
75
static bool parseAccessControlAllowList(const String& string, HashSet<String,
HashType
>& set)
/external/chromium_org/chrome/browser/chromeos/input_method/
input_method_util.h
161
typedef base::hash_map<std::string, int>
HashType
;
162
HashType
english_to_resource_id_;
input_method_util.cc
321
HashType
::const_iterator iter = english_to_resource_id_.find(english_string);
/external/chromium/chrome/browser/chromeos/input_method/
input_method_util.cc
307
typedef base::hash_map<std::string, int>
HashType
;
308
static
HashType
* english_to_resource_id = NULL;
311
english_to_resource_id = new
HashType
(kEnglishToResourceIdArraySize);
341
HashType
::const_iterator iter = english_to_resource_id->find(english_string);
Completed in 77 milliseconds