Home
last modified time | relevance | path

Searched refs:GetUnionType (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/torque/
Dtype-oracle.h47 static const Type* GetUnionType(UnionType type) { in GetUnionType() function
54 static const Type* GetUnionType(const Type* a, const Type* b) { in GetUnionType() function
59 return GetUnionType(std::move(result)); in GetUnionType()
Dtypes.cc152 return TypeOracle::GetUnionType(std::move(result)); in NonConstexprVersion()
184 return TypeOracle::GetUnionType(result); in SubtractType()
Ddeclarations.cc86 return TypeOracle::GetUnionType(GetType(union_type->a), in GetType()
Dimplementation-visitor.cc1328 common_type = TypeOracle::GetUnionType(left, right); in GetCommonType()
/external/flatbuffers/src/
Dreflection.cpp274 ResizeTable(GetUnionType(schema_, objectdef, fielddef, *table), in ResizeTable()
398 auto &subobjectdef = GetUnionType(schema, objectdef, fielddef, table); in CopyTable()
/external/flatbuffers/include/flatbuffers/
Dreflection.h381 inline const reflection::Object &GetUnionType( in GetUnionType() function