Searched defs:VerifierOptions (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/flatbuffers/rust/flatbuffers/src/ |
H A D | verifier.rs | 193 pub struct VerifierOptions { struct 208 impl Default for VerifierOptions { argument 230 pub fn new(opts: &'opts VerifierOptions, buffer: &'buf [u8]) -> Self { in new()
|
H A D | get_root.rs | 40 opts: &'opts VerifierOptions, in root_with_opts() 70 opts: &'opts VerifierOptions, in size_prefixed_root_with_opts()
|
/aosp_15_r20/external/flatbuffers/tests/arrays_test/my_game/example/ |
H A D | array_table_generated.rs | 182 opts: &'o flatbuffers::VerifierOptions, in root_as_array_table_with_opts() 195 opts: &'o flatbuffers::VerifierOptions, in size_prefixed_root_as_array_table_with_opts()
|
/aosp_15_r20/external/flatbuffers/swift/Sources/FlatBuffers/ |
H A D | VeriferOptions.swift | 24 public struct VerifierOptions { struct
|
/aosp_15_r20/external/flatbuffers/samples/rust_generated/my_game/sample/ |
H A D | monster_generated.rs | 408 opts: &'o flatbuffers::VerifierOptions, in root_as_monster_with_opts() 421 opts: &'o flatbuffers::VerifierOptions, in size_prefixed_root_as_monster_with_opts()
|
/aosp_15_r20/external/flatbuffers/tests/optional_scalars/optional_scalars/ |
H A D | scalar_stuff_generated.rs | 879 opts: &'o flatbuffers::VerifierOptions, in root_as_scalar_stuff_with_opts() 892 opts: &'o flatbuffers::VerifierOptions, 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 | 1577 opts: &'o flatbuffers::VerifierOptions, in root_as_monster_with_opts() 1590 opts: &'o flatbuffers::VerifierOptions, 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 | 1796 opts: &'o flatbuffers::VerifierOptions, in root_as_monster_with_opts() 1809 opts: &'o flatbuffers::VerifierOptions, in size_prefixed_root_as_monster_with_opts()
|