Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/common/
Daddress_range.h38 struct CompareByEnd { struct
40 using is_transparent = void;
42 bool operator()(const AddressRange& lhs, const AddressRange& rhs) const { in operator()
47 bool operator()(const AddressRange& lhs, uint64_t pc) const { in operator()
52 bool operator()(uint64_t pc, const AddressRange& rhs) const { in operator()