Searched defs:foo_struct (Results 1 – 3 of 3) sorted by relevance
89 …irstNS(FlatBufferBuilder $builder, $foo_table, $foo_enum, $foo_union_type, $foo_union, $foo_struct)
580 let foo_struct = self.foo_struct().map(|x| { in unpack() localVariable613 pub fn foo_struct(&self) -> Option<&'a namespace_b::StructInNestedNS> { in foo_struct() method653 pub foo_struct: Option<&'a namespace_b::StructInNestedNS>, field736 pub foo_struct: Option<namespace_b::StructInNestedNST>, field760 let foo_struct = foo_struct_tmp.as_ref(); in pack() localVariable
125 const NamespaceA::NamespaceB::StructInNestedNS *foo_struct() const { in foo_struct() function