Searched refs:init_from_table (Results 1 – 7 of 7) sorted by relevance
42 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method115 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method680 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method756 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method856 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method943 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method1264 self.test().map(|u| Monster::init_from_table(u)) in test_as_monster()1274 self.test().map(|u| TestSimpleTableWithEnum::init_from_table(u)) in test_as_test_simple_table_with_enum()1284 self.test().map(|u| super::example_2::Monster::init_from_table(u)) in test_as_my_game_example_2_monster()1294 self.any_unique().map(|u| Monster::init_from_table(u)) in any_unique_as_m()[all …]
42 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method142 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method230 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method
175 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
118 let m2 = my_game::example::Monster::init_from_table(table2); in main()
134 let monster2 = my_game::example::Monster::init_from_table(table2); in traverse_serialized_example_with_generated_code()
178 let monster2 = my_game::example::Monster::init_from_table(table2); in serialized_example_is_accessible_and_correct()378 assert_eq!(my_game::example::Monster::init_from_table(mon.test().unwrap()).name(), in union_store()