Searched defs:InternedType (Results 1 – 1 of 1) sorted by relevance
157 struct InternedType { struct158 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