Searched defs:union_type (Results 1 – 17 of 17) sorted by relevance
66 if (auto* union_type = type->castRaw<UnionType>()) { in flattenUnion() local233 UnionTypePtr union_type(new UnionType(std::move(reference))); in create() local
806 if (auto union_type = rhs.cast<UnionType>()) { in equals() local814 if (auto union_type = rhs.cast<UnionType>()) { in isSubtypeOfExt() local
990 std::string GenUnionConvFunc(const Type &union_type, import_set &imports) { in GenUnionConvFunc()1055 const Type &union_type, in GenUnionValTS()1720 const auto union_type = in GenStruct() local1811 const auto union_type = in GenStruct() local1868 const auto union_type = GenUnionGenericTypeTS(union_enum); in GenStruct() local
125 const auto &union_type = *ut; in GenType() local
1911 auto union_type = namer_.Type(enum_def); in GenUnPackForUnion() local2393 const auto union_type = namer_.Type(enum_def); in GenUnionCreatorForStruct() local2411 const auto union_type = namer_.Type(enum_def); in GenUnionCreatorForString() local
1393 const reflection::Type *union_type = enum_val->union_type(); in BuildUnion() local
1362 auto union_type = in GenEnum_ObjectAPI() local
952 Type union_type(type.enum_def->underlying_type); in ParseField() local
195 auto union_type = *prev_val; // Always a uint8_t. in IterateValue() local
429 auto union_type = GetFieldI<uint8_t>(table, *type_field); in GetUnionType() local
451 Type union_type; member
361 const reflection::Type *union_type() const { in union_type() function
249 auto union_type = type->expect<UnionType>(); in toIValue() local
1084 let union_type = object in update_offset() localVariable
610 pub fn union_type(&self) -> Option<Type<'a>> { in union_type() method651 pub union_type: Option<flatbuffers::WIPOffset<Type<'a>>>, field
1952 auto union_type = UnionType::create(*maybe_mut_types); in getWildcard() local
1213 if (const auto union_type = lhs_value->type()->cast<UnionType>()) { in findIsNoneRefinements() local