Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_tracker.h157 struct InternedType { struct
158 StringId name;
159 std::optional<uint64_t> location_id;
160 uint64_t object_size;
161 std::vector<uint64_t> field_name_ids;
185 std::map<uint64_t, InternedType> interned_types; argument