Searched refs:add_foo_struct (Results 1 – 3 of 3) sorted by relevance
39 def add_foo_struct(foo_struct:flatbuffers_offset):
51 if let Some(x) = args.foo_struct { builder.add_foo_struct(x); } in create()104 pub fn add_foo_struct(&mut self, foo_struct: &'b namespace_b::StructInNestedNS) { in add_foo_struct() method
134 void add_foo_struct(const NamespaceA::NamespaceB::StructInNestedNS *foo_struct) { in add_foo_struct() function155 builder_.add_foo_struct(foo_struct);