Lines Matching refs:testarrayofsortedstruct
2162 if let Some(x) = args.testarrayofsortedstruct { builder.add_testarrayofsortedstruct(x); } in create()
2262 let testarrayofsortedstruct = self.testarrayofsortedstruct().map(|x| { in unpack() localVariable
2374 testarrayofsortedstruct, in unpack()
2578 pub fn testarrayofsortedstruct(&self) -> Option<&'a [Ability]> { in testarrayofsortedstruct() method
2871 pub testarrayofsortedstruct: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, Ability>>>, field
2926 testarrayofsortedstruct: None, in default()
3069 …pub fn add_testarrayofsortedstruct(&mut self, testarrayofsortedstruct: flatbuffers::WIPOffset<flat… in add_testarrayofsortedstruct()
3070 …_always::<flatbuffers::WIPOffset<_>>(Monster::VT_TESTARRAYOFSORTEDSTRUCT, testarrayofsortedstruct); in add_testarrayofsortedstruct()
3229 ds.field("testarrayofsortedstruct", &self.testarrayofsortedstruct()); in fmt()
3336 pub testarrayofsortedstruct: Option<Vec<AbilityT>>, field
3387 testarrayofsortedstruct: None, in default()
3465 let testarrayofsortedstruct = self.testarrayofsortedstruct.as_ref().map(|x|{ in pack() localVariable
3544 testarrayofsortedstruct, in pack()