Searched refs:union_type (Results 1 - 8 of 8) sorted by relevance

/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/
H A Dmeta.unary.cat.pass.cpp19 union union_type {}; union
145 typedef union_type T;
/external/libmojo/mojo/public/tools/bindings/generators/
H A Dmojom_js_generator.py238 union_type = JavaScriptType(field.kind)
239 return "%s, %s" % (union_type, nullable)
/external/strace/
H A Dmpers.awk143 case "union_type":
217 if (match($0, /typedef|union_type|structure_type|pointer_type\
/external/flatbuffers/include/flatbuffers/
H A Dreflection.h365 auto union_type = GetFieldI<uint8_t>(table, *type_field); local
366 auto enumval = enumdef->values()->LookupByKey(union_type);
/external/v8/src/ast/
H A Dast-types.cc1025 AstType* AstType::NormalizeUnion(AstType* union_type, int size, Zone* zone) { argument
1026 AstUnionType* unioned = union_type->AsUnion();
1048 return union_type;
/external/v8/src/compiler/
H A Dtypes.cc910 Type* Type::NormalizeUnion(Type* union_type, int size, Zone* zone) { argument
911 UnionType* unioned = union_type->AsUnion();
928 return union_type;
/external/flatbuffers/tests/
H A Dpy_test.py111 union_type = MyGame.Example.Any.Any
112 asserter(monster.TestType() == union_type.Monster)
/external/elfutils/libdw/
H A Dknown-dwarf.h613 DWARF_ONE_KNOWN_DW_TAG (union_type, DW_TAG_union_type) \

Completed in 243 milliseconds