Searched refs:add_abcs (Results 1 – 1 of 1) sorted by relevance
128 if let Some(x) = args.abcs { builder.add_abcs(x); } in create()263 pub fn add_abcs(&mut self, abcs: flatbuffers::WIPOffset<flatbuffers::Vector<'b , ABC>>) { in add_abcs() method