Home
last modified time | relevance | path

Searched refs:init_from_table (Results 1 – 9 of 9) sorted by relevance

/external/flatbuffers/tests/
Dmonster_test_generated.rs47 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()
[all …]
/external/flatbuffers/tests/namespace_test/
Dnamespace_test2_generated.rs41 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method
141 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method
229 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method
Dnamespace_test1_generated.rs171 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method
/external/flatbuffers/tests/include_test/
Dinclude_test1_generated.rs31 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method
/external/flatbuffers/samples/
Dmonster_generated.rs233 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method
305 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
/external/flatbuffers/tests/rust_usage_test/bin/
Dalloc_check.rs130 let m2 = my_game::example::Monster::init_from_table(table2); in main()
/external/flatbuffers/tests/include_test/sub/
Dinclude_test2_generated.rs163 pub fn init_from_table(table: flatbuffers::Table<'a>) -> Self { in init_from_table() method
/external/flatbuffers/tests/rust_usage_test/benches/
Dflatbuffers_benchmarks.rs143 let monster2 = my_game::example::Monster::init_from_table(table2); in traverse_serialized_example_with_generated_code()
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs187 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()