Searched refs:root_with_opts (Results 1 – 11 of 11) sorted by relevance
/external/flatbuffers/rust/flatbuffers/src/ |
D | get_root.rs | 31 root_with_opts::<T>(&opts, data) in root() 39 pub fn root_with_opts<'opts, 'buf, T>( in root_with_opts() function
|
/external/flatbuffers/tests/arrays_test/my_game/example/ |
D | array_table_generated.rs | 176 flatbuffers::root_with_opts::<ArrayTable<'b>>(opts, buf) in root_as_array_table_with_opts()
|
/external/flatbuffers/goldens/rust/ |
D | basic_generated.rs | 271 flatbuffers::root_with_opts::<Universe<'b>>(opts, buf) in root_as_universe_with_opts()
|
/external/flatbuffers/tests/rust_usage_test/tests/ |
D | integration_test.rs | 463 let res = flatbuffers::root_with_opts::<Monster>(&opts, data); in verifier_too_many_tables() 467 assert!(flatbuffers::root_with_opts::<Monster>(&opts, data).is_ok()); in verifier_too_many_tables() 489 let res = flatbuffers::root_with_opts::<Monster>(&opts, data); in verifier_apparent_size_too_large() 493 assert!(flatbuffers::root_with_opts::<Monster>(&opts, data).is_ok()); in verifier_apparent_size_too_large() 513 let res = flatbuffers::root_with_opts::<Monster>(&opts, data); in verifier_in_too_deep() 517 assert!(flatbuffers::root_with_opts::<Monster>(&opts, data).is_ok()); in verifier_in_too_deep()
|
/external/flatbuffers/samples/rust_generated/my_game/sample/ |
D | monster_generated.rs | 434 flatbuffers::root_with_opts::<Monster<'b>>(opts, buf) in root_as_monster_with_opts()
|
/external/flatbuffers/docs/source/languages/ |
D | rust.md | 139 `size_prefixed_root`, `root_with_opts`, and `size_prefixed_root_with_opts`)
|
/external/flatbuffers/docs-old/source/ |
D | RustUsage.md | 139 `size_prefixed_root`, `root_with_opts`, and `size_prefixed_root_with_opts`)
|
/external/flatbuffers/tests/optional_scalars/optional_scalars/ |
D | scalar_stuff_generated.rs | 978 flatbuffers::root_with_opts::<ScalarStuff<'b>>(opts, buf) in root_as_scalar_stuff_with_opts()
|
/external/flatbuffers/tests/monster_test/my_game/example/ |
D | monster_generated.rs | 1962 flatbuffers::root_with_opts::<Monster<'b>>(opts, buf) in root_as_monster_with_opts()
|
/external/flatbuffers/tests/monster_test_serialize/my_game/example/ |
D | monster_generated.rs | 2189 flatbuffers::root_with_opts::<Monster<'b>>(opts, buf) in root_as_monster_with_opts()
|
/external/flatbuffers/rust/reflection/src/ |
D | reflection_generated.rs | 2230 flatbuffers::root_with_opts::<Schema<'b>>(opts, buf) in root_as_schema_with_opts()
|