Home
last modified time | relevance | path

Searched defs:Struct (Results 1 – 25 of 137) sorted by relevance

123456

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dbitfield_pragma_packed.h2 struct Struct { struct
3 unsigned char a : 1;
4 unsigned char b : 1;
5 unsigned char c : 6;
6 unsigned short int d : 16;
7 unsigned char e : 8;
Dstdint_typedef.h8 struct Struct { struct
9 uint64_t field;
Dparm-union.hpp1 struct Struct struct
/third_party/flatbuffers/net/FlatBuffers/
DStruct.cs22 public struct Struct struct
24 public int bb_pos { get; private set; }
25 public ByteBuffer bb { get; private set; }
28 public Struct(int _i, ByteBuffer _bb) : this() in Struct() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dparm-union.rs10 pub struct Struct { struct
16 ::std::mem::size_of::<Struct>(), in bindgen_test_layout_Struct() argument
28 pub fn Struct_Function(this: *mut Struct, arg1: *mut Union); in Struct_Function()
30 impl Struct { impl
Dstdint_typedef.rs13 pub struct Struct { struct
18 const UNINIT: ::std::mem::MaybeUninit<Struct> = in bindgen_test_layout_Struct() argument
Dbitfield_pragma_packed.rs96 pub struct Struct { struct
103 ::std::mem::size_of::<Struct>(), in bindgen_test_layout_Struct() argument
113 impl Struct { implementation
/third_party/rust/crates/cxx/syntax/
Dtoposort.rs10 pub fn sort<'a>(cx: &mut Errors, apis: &'a [Api], types: &Types<'a>) -> Vec<&'a Struct> { in sort()
23 strct: &'a Struct, in visit()
24 sorted: &mut Vec<&'a Struct>, in visit()
25 marks: &mut Map<*const Struct, Mark>, in visit()
/third_party/rust/crates/serde/test_suite/tests/ui/remote/
Ddouble_generic.rs4 pub struct Struct<T, U> { struct
11 #[serde(remote = "remote::StructGeneric<u8>")]
/third_party/rust/crates/serde/test_suite/tests/
Dtest_self.rs25 pub struct Struct { in test_self() struct
26 _f1: Box<Self>, in test_self()
27 _f2: Box<<Self as Trait>::Assoc>, in test_self()
32 impl Struct { in test_self() impl
Dtest_ser.rs38 struct Struct { struct
39 a: i32,
40 b: i32,
41 c: i32,
Dtest_macros.rs688 struct Struct { in test_internally_tagged_enum() struct
689 f: u8, in test_internally_tagged_enum()
1154 Struct { f: u8 }, in test_adjacently_tagged_enum() enumerator
1553 Struct { f: u8 }, in test_enum_in_internally_tagged_enum() enumerator
1644 pub struct Struct { in test_internally_tagged_struct() struct
1645 a: u8, in test_internally_tagged_struct()
1698 pub struct Struct { in test_internally_tagged_struct_with_flattened_field() struct
1700 pub flat: Enum, in test_internally_tagged_struct_with_flattened_field()
1780 Struct { f: u8 }, in test_enum_in_untagged_enum() enumerator
/third_party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/
Dqc_serious.rs102 struct Struct { struct
103 a: Vec<Enum>,
104 b: BTreeMap<NonNullString, Enum>,
105 c: Tuple,
106 d: (Unit, Unit),
107 e: Array4<NewType>,
/third_party/rust/crates/serde/test_suite/no_std/src/
Dmain.rs35 struct Struct { struct
44 Struct { f: u8 }, enumerator
/third_party/rust/crates/serde/test_suite/tests/ui/malformed/
Dstr_suffix.rs5 pub struct Struct { struct
7 pub field: i32,
/third_party/flatbuffers/go/
Dstruct.go6 type Struct struct { struct
7 Table
/third_party/rust/crates/cxx/tests/ui/
Dderive_duplicate.rs4 struct Struct { struct
5 x: usize,
Ddeny_elided_lifetimes.rs6 struct Struct<'a> { struct
7 reference: &'a i32,
/third_party/rust/crates/cxx/macro/src/
Dderive.rs7 pub fn expand_struct(strct: &Struct, actual_derives: &mut Option<TokenStream>) -> TokenStream { in expand_struct()
97 fn struct_copy(strct: &Struct, span: Span) -> TokenStream { in struct_copy()
106 fn struct_clone(strct: &Struct, span: Span) -> TokenStream { in struct_clone()
135 fn struct_debug(strct: &Struct, span: Span) -> TokenStream { in struct_debug()
153 fn struct_default(strct: &Struct, span: Span) -> TokenStream { in struct_default()
172 fn struct_ord(strct: &Struct, span: Span) -> TokenStream { in struct_ord()
192 fn struct_partial_ord(strct: &Struct, span: Span) -> TokenStream { in struct_partial_ord()
/third_party/rust/crates/cfg-if/src/
Dlib.rs161 struct Struct; struct
163 impl Trait for Struct { implementation
/third_party/skia/third_party/externals/tint/src/sem/
Dtype_mappings.h30 class Struct; variable
46 class Struct; variable
/third_party/rust/crates/serde/test_suite/tests/ui/with-variant/
Dskip_de_struct_field.rs6 Struct { enumerator
Dskip_ser_struct_field_if.rs6 Struct { enumerator
Dskip_ser_struct_field.rs6 Struct { enumerator
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/
DStruct.php7 class Struct class

123456