Searched refs:init_from_table (Results 1 – 7 of 7) sorted by relevance
39 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method111 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method675 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method751 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method851 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method938 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method1259 self.test().map(|u| Monster::init_from_table(u)) in test_as_monster()1269 self.test().map(|u| TestSimpleTableWithEnum::init_from_table(u)) in test_as_test_simple_table_with_enum()1279 self.test().map(|u| super::example_2::Monster::init_from_table(u)) in test_as_my_game_example_2_monster()1289 self.any_unique().map(|u| Monster::init_from_table(u)) in any_unique_as_m()[all …]
39 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method139 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method226 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
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
119 let m2 = my_game::example::Monster::init_from_table(table2); in main()
135 let monster2 = my_game::example::Monster::init_from_table(table2); in traverse_serialized_example_with_generated_code()
179 let monster2 = my_game::example::Monster::init_from_table(table2); in serialized_example_is_accessible_and_correct()379 assert_eq!(my_game::example::Monster::init_from_table(mon.test().unwrap()).name(), in union_store()