Home
last modified time | relevance | path

Searched defs:foo_struct (Results 1 – 4 of 4) 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.rs10 pub struct foo_struct { struct
15 const UNINIT: ::std::mem::MaybeUninit<foo_struct> = in bindgen_test_layout_foo_struct() 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/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.php89 …irstNS(FlatBufferBuilder $builder, $foo_table, $foo_enum, $foo_union_type, $foo_union, $foo_struct)