Home
last modified time | relevance | path

Searched defs:union_enum (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_ts.cpp616 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