Searched defs:union_type (Results 1 – 9 of 9) sorted by relevance
847 std::string GenUnionConvFunc(const Type &union_type, import_set &imports) { in GenUnionConvFunc()912 const Type &union_type, in GenUnionValTS()1470 const auto union_type = in GenStruct() local1527 const auto union_type = GenUnionGenericTypeTS(union_enum); in GenStruct() local
123 const auto &union_type = *ut; in GenType() local
1119 auto union_type = namer_.Type(enum_def); in GenUnPackForUnion() local1562 const auto union_type = namer_.Type(enum_def); in GenUnionCreatorForStruct() local1580 const auto union_type = namer_.Type(enum_def); in GenUnionCreatorForString() local
1293 const reflection::Type *union_type = enum_val->union_type(); in BuildUnion() local
1325 auto union_type = in GenEnum_ObjectAPI() local
195 auto union_type = *prev_val; // Always a uint8_t. in IterateValue() local
428 auto union_type = GetFieldI<uint8_t>(table, *type_field); in GetUnionType() local
394 Type union_type; member
351 const reflection::Type *union_type() const { in union_type() function