Home
last modified time | relevance | path

Searched refs:HashEqualityThenKeyMatcher (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/base/
Dhashmap.h373 struct HashEqualityThenKeyMatcher { struct
374 explicit HashEqualityThenKeyMatcher(MatchFun match) : match_(match) {} in HashEqualityThenKeyMatcher() argument
390 HashEqualityThenKeyMatcher<void*, bool (*)(void*, void*)>, argument
393 void*, void*, HashEqualityThenKeyMatcher<void*, bool (*)(void*, void*)>,
403 : Base(capacity, HashEqualityThenKeyMatcher<void*, MatchFun>(match), in Base()
448 HashEqualityThenKeyMatcher<void*, MatchFun>,
451 HashEqualityThenKeyMatcher<void*, MatchFun>,
486 HashEqualityThenKeyMatcher<void*, MatchFun>(match), allocator) {} in Base()