Home
last modified time | relevance | path

Searched defs:Union (Results 1 – 25 of 67) sorted by relevance

123

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dparm-union.rs28 pub fn Struct_Function(this: *mut Struct, arg1: *mut Union); in Struct_Function()
32 pub unsafe fn Function(&mut self, arg1: *mut Union) { in Function()
38 pub struct Union { struct
39 _unused: [u8; 0],
Dforward_declared_complex_types.rs72 pub struct Union { struct
77 pub fn baz_union(u: *mut Union); in baz_union()
Dforward_declared_complex_types_1_0.rs87 pub struct Union { struct
90 impl Clone for Union { argument
97 pub fn baz_union(u: *mut Union); in baz_union()
Dclass_1_0.rs420 pub struct Union { struct
421 pub d: __BindgenUnionField<f32>, argument
422 pub i: __BindgenUnionField<::std::os::raw::c_int>, argument
427 const UNINIT: ::std::mem::MaybeUninit<Union> = in bindgen_test_layout_Union() argument
451 impl Clone for Union { implementation
/third_party/typescript/tests/cases/compiler/
DunionErrorMessageOnMatchingDiscriminant.ts17 type Union = A | B | C; alias
DexcessPropertyCheckWithUnions.ts82 type Union = Button | Anchor; alias
DramdaToolsNoInfinite2.ts74 export type Union = any; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypeUDT.h64 Optional<codeview::UnionRecord> Union; variable
DTpiHashing.h58 codeview::UnionRecord Union; member
/third_party/skia/third_party/externals/tint/src/utils/
Denum_set.h212 static constexpr uint64_t Union() { return 0; } in Union() function
215 static constexpr uint64_t Union(FIRST first, VALUES... values) { in Union() function
/third_party/typescript/tests/cases/conformance/types/never/
DneverTypeErrors1.ts40 type Union = A & B; alias
DneverTypeErrors2.ts42 type Union = A & B; alias
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
Dclass_1_0.rs604 pub struct Union { struct
605 pub d: __BindgenUnionField<f32>, argument
606 pub i: __BindgenUnionField<::std::os::raw::c_int>, argument
611 const UNINIT: ::std::mem::MaybeUninit<Union> = in bindgen_test_layout_Union() argument
635 impl Clone for Union { implementation
/third_party/gn/src/gn/
Dlocation.cc65 LocationRange LocationRange::Union(const LocationRange& other) const { in Union() function in LocationRange
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DFieldMaskTest.cs166 public void Union() in Union() method in Google.Protobuf.WellKnownTypes.FieldMaskTest
/third_party/vixl/src/aarch64/
Doperands-aarch64.cc84 CPURegList CPURegList::Union(const CPURegList& list_1, in Union() function in vixl::aarch64::CPURegList
91 CPURegList CPURegList::Union(const CPURegList& list_1, in Union() function in vixl::aarch64::CPURegList
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dwrap_unsafe_ops_class.hpp58 union Union { union
Dclass_1_0.hpp60 union Union { union
Dclass.hpp58 union Union { union
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMaskPartial.cs291 public FieldMask Union(params FieldMask[] otherMasks) in Union() method in Google.Protobuf.WellKnownTypes.FieldMask
/third_party/typescript/tests/cases/conformance/controlFlow/
DcontrolFlowGenericTypes.ts112 type Union = A1 | B1 alias
/third_party/node/deps/v8/src/compiler/
Dbytecode-liveness-map.h92 void Union(const BytecodeLivenessState& other) { in Union() function
/third_party/rust/crates/bindgen/bindgen/
Dcallbacks.rs146 Union, enumerator
/third_party/typescript/tests/cases/conformance/types/conditional/
DconditionalTypes2.ts162 type Union = 'a' | 'b'; alias
/third_party/icu/icu4c/source/i18n/
Dscriptset.cpp100 ScriptSet &ScriptSet::Union(const ScriptSet &other) { in Union() function in ScriptSet

123