Searched refs:size_prefixed_root_with_opts (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/flatbuffers/rust/flatbuffers/src/ |
H A D | get_root.rs | 61 size_prefixed_root_with_opts::<T>(&opts, data) in size_prefixed_root() 69 pub fn size_prefixed_root_with_opts<'opts, 'buf, T>( in size_prefixed_root_with_opts() function
|
/aosp_15_r20/external/flatbuffers/tests/arrays_test/my_game/example/ |
H A D | array_table_generated.rs | 198 flatbuffers::size_prefixed_root_with_opts::<ArrayTable<'b>>(opts, buf) in size_prefixed_root_as_array_table_with_opts()
|
/aosp_15_r20/external/flatbuffers/samples/rust_generated/my_game/sample/ |
H A D | monster_generated.rs | 424 flatbuffers::size_prefixed_root_with_opts::<Monster<'b>>(opts, buf) in size_prefixed_root_as_monster_with_opts()
|
/aosp_15_r20/external/flatbuffers/docs/source/ |
H A D | RustUsage.md | 139 `size_prefixed_root`, `root_with_opts`, and `size_prefixed_root_with_opts`)
|
/aosp_15_r20/external/flatbuffers/tests/optional_scalars/optional_scalars/ |
H A D | scalar_stuff_generated.rs | 895 flatbuffers::size_prefixed_root_with_opts::<ScalarStuff<'b>>(opts, buf) in size_prefixed_root_as_scalar_stuff_with_opts()
|
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/ |
H A D | monster_generated.rs | 1593 flatbuffers::size_prefixed_root_with_opts::<Monster<'b>>(opts, buf) in size_prefixed_root_as_monster_with_opts()
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/ |
H A D | monster_generated.rs | 1812 flatbuffers::size_prefixed_root_with_opts::<Monster<'b>>(opts, buf) in size_prefixed_root_as_monster_with_opts()
|