Lines Matching refs:init_from_table
47 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method
125 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method
777 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method
857 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method
961 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method
1052 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method
1379 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()
1419 self.any_unique().map(|u| TestSimpleTableWithEnum::init_from_table(u)) in any_unique_as_ts()
1429 self.any_unique().map(|u| super::example_2::Monster::init_from_table(u)) in any_unique_as_m2()
1439 self.any_ambiguous().map(|u| Monster::init_from_table(u)) in any_ambiguous_as_m1()
1449 self.any_ambiguous().map(|u| Monster::init_from_table(u)) in any_ambiguous_as_m2()
1459 self.any_ambiguous().map(|u| Monster::init_from_table(u)) in any_ambiguous_as_m3()
1808 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method