Searched refs:add_foo_struct (Results 1 – 2 of 2) sorted by relevance
87 void add_foo_struct(const NamespaceA::NamespaceB::StructInNestedNS *foo_struct) { in add_foo_struct() function108 builder_.add_foo_struct(foo_struct);
52 if let Some(x) = args.foo_struct { builder.add_foo_struct(x); } in create()105 pub fn add_foo_struct(&mut self, foo_struct: &'b namespace_b::StructInNestedNS) { in add_foo_struct() method