Searched refs:size_prefixed_root_with_opts (Results 1 – 10 of 10) sorted by relevance
/external/flatbuffers/rust/flatbuffers/src/ |
D | get_root.rs | 63 size_prefixed_root_with_opts::<T>(&opts, data) in size_prefixed_root() 71 pub fn size_prefixed_root_with_opts<'opts, 'buf, T>( in size_prefixed_root_with_opts() function
|
/external/flatbuffers/tests/arrays_test/my_game/example/ |
D | array_table_generated.rs | 189 flatbuffers::size_prefixed_root_with_opts::<ArrayTable<'b>>(opts, buf) in size_prefixed_root_as_array_table_with_opts()
|
/external/flatbuffers/goldens/rust/ |
D | basic_generated.rs | 284 flatbuffers::size_prefixed_root_with_opts::<Universe<'b>>(opts, buf) in size_prefixed_root_as_universe_with_opts()
|
/external/flatbuffers/samples/rust_generated/my_game/sample/ |
D | monster_generated.rs | 447 flatbuffers::size_prefixed_root_with_opts::<Monster<'b>>(opts, buf) in size_prefixed_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 | 991 flatbuffers::size_prefixed_root_with_opts::<ScalarStuff<'b>>(opts, buf) in size_prefixed_root_as_scalar_stuff_with_opts()
|
/external/flatbuffers/tests/monster_test/my_game/example/ |
D | monster_generated.rs | 1975 flatbuffers::size_prefixed_root_with_opts::<Monster<'b>>(opts, buf) in size_prefixed_root_as_monster_with_opts()
|
/external/flatbuffers/tests/monster_test_serialize/my_game/example/ |
D | monster_generated.rs | 2202 flatbuffers::size_prefixed_root_with_opts::<Monster<'b>>(opts, buf) in size_prefixed_root_as_monster_with_opts()
|
/external/flatbuffers/rust/reflection/src/ |
D | reflection_generated.rs | 2243 flatbuffers::size_prefixed_root_with_opts::<Schema<'b>>(opts, buf) in size_prefixed_root_as_schema_with_opts()
|