Home
last modified time | relevance | path

Searched refs:root_with_opts (Results 1 – 11 of 11) sorted by relevance

/external/flatbuffers/rust/flatbuffers/src/
Dget_root.rs31 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/
Darray_table_generated.rs176 flatbuffers::root_with_opts::<ArrayTable<'b>>(opts, buf) in root_as_array_table_with_opts()
/external/flatbuffers/goldens/rust/
Dbasic_generated.rs271 flatbuffers::root_with_opts::<Universe<'b>>(opts, buf) in root_as_universe_with_opts()
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs463 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/
Dmonster_generated.rs434 flatbuffers::root_with_opts::<Monster<'b>>(opts, buf) in root_as_monster_with_opts()
/external/flatbuffers/docs/source/languages/
Drust.md139 `size_prefixed_root`, `root_with_opts`, and `size_prefixed_root_with_opts`)
/external/flatbuffers/docs-old/source/
DRustUsage.md139 `size_prefixed_root`, `root_with_opts`, and `size_prefixed_root_with_opts`)
/external/flatbuffers/tests/optional_scalars/optional_scalars/
Dscalar_stuff_generated.rs978 flatbuffers::root_with_opts::<ScalarStuff<'b>>(opts, buf) in root_as_scalar_stuff_with_opts()
/external/flatbuffers/tests/monster_test/my_game/example/
Dmonster_generated.rs1962 flatbuffers::root_with_opts::<Monster<'b>>(opts, buf) in root_as_monster_with_opts()
/external/flatbuffers/tests/monster_test_serialize/my_game/example/
Dmonster_generated.rs2189 flatbuffers::root_with_opts::<Monster<'b>>(opts, buf) in root_as_monster_with_opts()
/external/flatbuffers/rust/reflection/src/
Dreflection_generated.rs2230 flatbuffers::root_with_opts::<Schema<'b>>(opts, buf) in root_as_schema_with_opts()