Searched refs:add_foo_table (Results 1 – 2 of 2) sorted by relevance
81 void add_foo_table(flatbuffers::Offset<NamespaceA::NamespaceB::TableInNestedNS> foo_table) { in add_foo_table() function109 builder_.add_foo_table(foo_table);
53 if let Some(x) = args.foo_table { builder.add_foo_table(x); } in create()97 …pub fn add_foo_table(&mut self, foo_table: flatbuffers::WIPOffset<namespace_b::TableInNestedNS<'b … in add_foo_table() method