Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_ts.cpp847 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() local
1527 const auto union_type = GenUnionGenericTypeTS(union_enum); in GenStruct() local
Didl_gen_json_schema.cpp123 const auto &union_type = *ut; in GenType() local
Didl_gen_python.cpp1119 auto union_type = namer_.Type(enum_def); in GenUnPackForUnion() local
1562 const auto union_type = namer_.Type(enum_def); in GenUnionCreatorForStruct() local
1580 const auto union_type = namer_.Type(enum_def); in GenUnionCreatorForString() local
Dbinary_annotator.cpp1293 const reflection::Type *union_type = enum_val->union_type(); in BuildUnion() local
Didl_gen_java.cpp1325 auto union_type = in GenEnum_ObjectAPI() local
/external/flatbuffers/include/flatbuffers/
Dminireflect.h195 auto union_type = *prev_val; // Always a uint8_t. in IterateValue() local
Dreflection.h428 auto union_type = GetFieldI<uint8_t>(table, *type_field); in GetUnionType() local
Didl.h394 Type union_type; member
Dreflection_generated.h351 const reflection::Type *union_type() const { in union_type() function