Searched defs:union_enum (Results 1 – 1 of 1) sorted by relevance
616 bool UnionHasStringType(const EnumDef &union_enum) { in UnionHasStringType()623 std::string GenUnionGenericTypeTS(const EnumDef &union_enum) { in GenUnionGenericTypeTS()631 std::string GenUnionTypeTS(const EnumDef &union_enum, import_set &imports) { in GenUnionTypeTS()809 const EnumDef &union_enum) { in GenObjApiUnionTypeTS()1526 const auto &union_enum = *(field.value.type.enum_def); in GenStruct() local