Home
last modified time | relevance | path

Searched defs:foo_struct (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dderive-custom-cli.h2 struct foo_struct { struct
3 int inner;
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dderive-custom-cli.rs4 pub struct foo_struct { struct
9 ["Size of foo_struct"][::std::mem::size_of::<foo_struct>() - 4usize]; argument
/third_party/flatbuffers/tests/namespace_test/namespace_a/
Dtable_in_first_ns_generated.rs70 let foo_struct = self.foo_struct().map(|x| { in unpack() localVariable
110 pub fn foo_struct(&self) -> Option<&'a namespace_b::StructInNestedNS> { in foo_struct() method
158 pub foo_struct: Option<&'a namespace_b::StructInNestedNS>, field
242 pub foo_struct: Option<namespace_b::StructInNestedNST>, field
266 let foo_struct = foo_struct_tmp.as_ref(); in pack() localVariable
/third_party/rust/rust/tests/ui/
Dattrs-resolution.rs20 let foo_struct = FooStruct { bar: 1 }; in main() localVariable
Dattrs-resolution-errors.rs20 let foo_struct = FooStruct { bar: 1 }; in main() localVariable
/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.php89 …irstNS(FlatBufferBuilder $builder, $foo_table, $foo_enum, $foo_union_type, $foo_union, $foo_struct)