Lines Matching refs:floats
131 if let Some(x) = args.floats { builder.add_floats(x); } in create()
141 let floats = { in unpack() localVariable
142 let x = self.floats(); in unpack()
163 floats, in unpack()
182 pub fn floats(&self) -> flatbuffers::Vector<'a, f32> { in floats() method
222 pub floats: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, f32>>>, field
233 floats: None, in default()
251 pub fn add_floats(&mut self, floats: flatbuffers::WIPOffset<flatbuffers::Vector<'b , f32>>) { in add_floats()
252 self.fbb_.push_slot_always::<flatbuffers::WIPOffset<_>>(MoreDefaults::VT_FLOATS, floats); in add_floats()
289 ds.field("floats", &self.floats()); in fmt()
301 pub floats: Vec<f32>, field
311 floats: Default::default(), in default()
328 let floats = Some({ in pack() localVariable
329 let x = &self.floats; in pack()
350 floats, in pack()