Searched refs:add_refer_to_a2 (Results 1 – 2 of 2) sorted by relevance
154 void add_refer_to_a2(flatbuffers::Offset<NamespaceA::SecondTableInA> refer_to_a2) { in add_refer_to_a2() function174 builder_.add_refer_to_a2(refer_to_a2);
240 if let Some(x) = args.refer_to_a2 { builder.add_refer_to_a2(x); } in create()281 …pub fn add_refer_to_a2(&mut self, refer_to_a2: flatbuffers::WIPOffset<super::namespace_a::SecondTa… in add_refer_to_a2() method