Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_text.cpp105 Type *union_type, const IDLOptions &opts, in Print()
176 int indent, Type *union_type, const IDLOptions &opts, in GenFieldOffset()
208 Type *union_type = nullptr; in GenStruct() local
Didl_gen_json_schema.cpp91 auto &union_type = *ut; in GenType() local
/external/v8/src/torque/
Dtypes.h268 if (const UnionType* union_type = UnionType::DynamicCast(t)) { in Extend() local
287 const UnionType* union_type = UnionType::DynamicCast(t); in FromType() local
Dtypes.cc36 if (const UnionType* union_type = UnionType::DynamicCast(supertype)) { in IsSubtypeOf() local
Ddeclarations.cc85 } else if (auto* union_type = UnionTypeExpression::cast(type_expression)) { in GetType() local
/external/flatbuffers/include/flatbuffers/
Dminireflect.h194 auto union_type = *prev_val; // Always a uint8_t. in IterateValue() local
Dreflection.h389 auto union_type = GetFieldI<uint8_t>(table, *type_field); in GetUnionType() local
Didl.h341 Type union_type; member
Dreflection_generated.h256 const Type *union_type() const { in union_type() function