Home
last modified time | relevance | path

Searched defs:KeyValueCompare (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/base/containers/
H A Dflat_tree.h382 struct KeyValueCompare { struct
384 explicit KeyValueCompare(const key_compare& comp) : comp_(comp) {} in KeyValueCompare() function
387 bool operator()(const T& lhs, const U& rhs) const { in operator()
392 const key_type& extract_if_value_type(const value_type& v) const { in extract_if_value_type()
398 const K& extract_if_value_type(const K& k) const { in extract_if_value_type()
404 RAW_PTR_EXCLUSION const key_compare& comp_;