Searched defs:union_type (Results 1 – 9 of 9) sorted by relevance
105 Type *union_type, const IDLOptions &opts, in Print()176 int indent, Type *union_type, const IDLOptions &opts, in GenFieldOffset()208 Type *union_type = nullptr; in GenStruct() local
91 auto &union_type = *ut; in GenType() local
268 if (const UnionType* union_type = UnionType::DynamicCast(t)) { in Extend() local287 const UnionType* union_type = UnionType::DynamicCast(t); in FromType() local
36 if (const UnionType* union_type = UnionType::DynamicCast(supertype)) { in IsSubtypeOf() local
85 } else if (auto* union_type = UnionTypeExpression::cast(type_expression)) { in GetType() local
194 auto union_type = *prev_val; // Always a uint8_t. in IterateValue() local
389 auto union_type = GetFieldI<uint8_t>(table, *type_field); in GetUnionType() local
341 Type union_type; member
256 const Type *union_type() const { in union_type() function