Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dproto_profiler.h57 struct FieldPathHasher { struct
58 using argument_type = FieldPath;
59 using result_type = size_t;
61 result_type operator()(const argument_type& p) const { in operator()