Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dheap_graph_tracker.h150 struct InternedType { struct
151 StringId name;
152 std::optional<uint64_t> location_id;
176 std::map<uint64_t, InternedType> interned_types; argument