Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dprofile_builder.h182 struct MappingKey { struct
184 size_t operator()(const MappingKey& mapping) const { in operator() argument
201 uint64_t size;
202 uint64_t file_offset;
203 int64_t build_id_or_filename;
H A Dprofile_builder.cc131 GProfileBuilder::MappingKey::MappingKey( in MappingKey() function in perfetto::trace_processor::GProfileBuilder::MappingKey
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DDistanceTable.java429 private static final class MappingKey { class in DistanceTable
460 private MappingKey(ImmutableList<String> pairs, int distance, boolean isReversed) { in MappingKey() method in DistanceTable.MappingKey
/aosp_15_r20/external/pytorch/torch/utils/
H A D_pytree.py390 class MappingKey(Generic[K, T]): class