Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Didl_gen_ts.cpp409 bool UnionHasStringType(const EnumDef &union_enum) { in UnionHasStringType()
416 std::string GenUnionGenericTypeTS(const EnumDef &union_enum) { in GenUnionGenericTypeTS()
424 std::string GenUnionTypeTS(const EnumDef &union_enum, import_set &imports) { in GenUnionTypeTS()
555 const EnumDef &union_enum) { in GenObjApiUnionTypeTS()
1247 const auto &union_enum = *(field.value.type.enum_def); in GenStruct() local