Searched defs:foo_struct (Results 1 – 7 of 7) sorted by relevance
70 let foo_struct = self.foo_struct().map(|x| { in unpack() localVariable98 pub fn foo_struct(&self) -> Option<&'a namespace_b::StructInNestedNS> { in foo_struct() method138 pub foo_struct: Option<&'a namespace_b::StructInNestedNS>, field222 pub foo_struct: Option<namespace_b::StructInNestedNST>, field246 let foo_struct = foo_struct_tmp.as_ref(); in pack() localVariable
18 struct foo_struct { struct22 int f2(struct foo_struct* p) { in f2() argument
13 Struct foo_struct; variable
25 Struct foo_struct; variable
89 …irstNS(FlatBufferBuilder $builder, $foo_table, $foo_enum, $foo_union_type, $foo_union, $foo_struct)
123 const NamespaceA::NamespaceB::StructInNestedNS *foo_struct() const { in foo_struct() function