OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashFunc
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
bi-table.h
141
friend class
HashFunc
;
208
class
HashFunc
{
210
HashFunc
(const CompactHashBiTable &ht) : ht_(&ht) {}
239
typedef HashSet<I,
HashFunc
, HashEqual, HS> KeyHashSet;
250
HashFunc
compact_hash_func_;
334
friend class
HashFunc
;
418
class
HashFunc
{
420
HashFunc
(const VectorHashBiTable &ht) : ht_(&ht) {}
448
typedef HashSet<I,
HashFunc
, HashEqual, HS> KeyHashSet;
466
HashFunc
hash_func_
[
all
...]
/art/compiler/utils/
dedupe_set.h
33
// A set of Keys that support a
HashFunc
returning HashType. Used to find duplicates of Key in the
36
template <typename InKey, typename StoreKey, typename HashType, typename
HashFunc
,
78
HashType raw_hash =
HashFunc
()(key);
Completed in 69 milliseconds