Searched refs:add_root_table (Results 1 – 2 of 2) sorted by relevance
1404 void add_root_table(::flatbuffers::Offset<reflection::Object> root_table) { in add_root_table() function1443 builder_.add_root_table(root_table);
2017 if let Some(x) = args.root_table { builder.add_root_table(x); } in create()2153 pub fn add_root_table(&mut self, root_table: flatbuffers::WIPOffset<Object<'b >>) { in add_root_table() method