Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.php89 …irstNS(FlatBufferBuilder $builder, $foo_table, $foo_enum, $foo_union_type, $foo_union, $foo_struct)
/third_party/flatbuffers/tests/namespace_test/
Dnamespace_test2_generated.rs580 let foo_struct = self.foo_struct().map(|x| { in unpack() localVariable
613 pub fn foo_struct(&self) -> Option<&'a namespace_b::StructInNestedNS> { in foo_struct() method
653 pub foo_struct: Option<&'a namespace_b::StructInNestedNS>, field
736 pub foo_struct: Option<namespace_b::StructInNestedNST>, field
760 let foo_struct = foo_struct_tmp.as_ref(); in pack() localVariable
Dnamespace_test2_generated.h125 const NamespaceA::NamespaceB::StructInNestedNS *foo_struct() const { in foo_struct() function