Searched defs:MappingKey (Results 1 – 4 of 4) sorted by relevance
182 struct MappingKey { struct184 size_t operator()(const MappingKey& mapping) const { in operator() argument201 uint64_t size;202 uint64_t file_offset;203 int64_t build_id_or_filename;
131 GProfileBuilder::MappingKey::MappingKey( in MappingKey() function in perfetto::trace_processor::GProfileBuilder::MappingKey
429 private static final class MappingKey { class in DistanceTable460 private MappingKey(ImmutableList<String> pairs, int distance, boolean isReversed) { in MappingKey() method in DistanceTable.MappingKey
390 class MappingKey(Generic[K, T]): class