Home
last modified time | relevance | path

Searched defs:array_table (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/tests/
H A Darrays_test.rs66 let array_table = if size_prefixed { in serialized_example_is_accessible_and_correct() localVariable
134 let array_table = root_as_array_table(b.finished_data()).unwrap().unpack(); in test_object_api_reads_correctly() localVariable
200 let array_table = root_as_array_table(buf).unwrap(); in generated_code_debug_prints_correctly() localVariable
232 let array_table = root_as_array_table(buf).unwrap(); in verify_struct_array_alignment() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/
Dtable.rs53 pub(crate) fn array_table<'s, 'i>( in array_table() function
/aosp_15_r20/external/flatbuffers/tests/
H A Dtest.cpp4444 const auto &array_table = in FlatbuffersIteratorsTest() local