Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Didl_gen_ts.cpp593 std::string GenUnionConvFunc(const Type &union_type, import_set &imports) { in GenUnionConvFunc()
657 const Type &union_type, in GenUnionValTS()
1191 const auto union_type = in GenStruct() local
1248 const auto union_type = GenUnionGenericTypeTS(union_enum); in GenStruct() local
Didl_gen_json_schema.cpp119 const auto &union_type = *ut; in GenType() local
/third_party/flatbuffers/include/flatbuffers/
Dminireflect.h195 auto union_type = *prev_val; // Always a uint8_t. in IterateValue() local
Dreflection.h413 auto union_type = GetFieldI<uint8_t>(table, *type_field); in GetUnionType() local
Didl.h401 Type union_type; member
Dreflection_generated.h322 const reflection::Type *union_type() const { in union_type() function
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
Dwebidl2.js371 function union_type(typeName) { function