OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HashKey
(Results
1 - 5
of
5
) sorted by null
/external/skia/tests/
HashCacheTest.cpp
36
class
HashKey
{
38
HashKey
(int key) : fKey(key) {}
42
static bool LessThan(const HashElement& entry, const
HashKey
& key) {
45
static bool Equals(const HashElement& entry, const
HashKey
& key) {
63
GrTHashTable<HashElement,
HashKey
, 4> cache;
92
cache.insert(
HashKey
(i), &negHashElements[i]);
/external/chromium/chrome/browser/safe_browsing/
bloom_filter.h
32
typedef uint64
HashKey
;
33
typedef std::vector<
HashKey
> HashKeys;
/external/chromium_org/third_party/sqlite/src/ext/fts1/
ft_hash.h
103
#define
HashKey
(E) ((E)->pKey)
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
hamt.c
56
unsigned long (*
HashKey
) (const char *key);
81
HashKey
(const char *key)
133
hamt->
HashKey
= HashKey_nocase;
137
hamt->
HashKey
=
HashKey
;
228
key = hamt->
HashKey
(str);
384
key = hamt->
HashKey
(str);
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h
675
typedef unsigned int
HashKey
;
732
HashKey
hashedKey );
734
HashKey
hash( const char *key ) const;
[
all
...]
Completed in 1630 milliseconds