Searched refs:init_from_table (Results 1 – 9 of 9) sorted by relevance
47 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method125 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method777 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method857 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method961 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method1052 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method1379 self.test().map(|u| Monster::init_from_table(u)) in test_as_monster()1389 self.test().map(|u| TestSimpleTableWithEnum::init_from_table(u)) in test_as_test_simple_table_with_enum()1399 self.test().map(|u| super::example_2::Monster::init_from_table(u)) in test_as_my_game_example_2_monster()1409 self.any_unique().map(|u| Monster::init_from_table(u)) in any_unique_as_m()[all …]
41 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method141 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method229 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method
171 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method
31 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method
233 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method305 self.equipped().map(|u| Weapon::init_from_table(u)) in equipped_as_weapon()415 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method
130 let m2 = my_game::example::Monster::init_from_table(table2); in main()
163 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method
143 let monster2 = my_game::example::Monster::init_from_table(table2); in traverse_serialized_example_with_generated_code()
187 let monster2 = my_game::example::Monster::init_from_table(table2); in serialized_example_is_accessible_and_correct()469 assert_eq!(my_game::example::Monster::init_from_table(mon.test().unwrap()).name(), in union_store()