Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/rust_usage_test/tests/
Darrays_test.rs71 let array_table = if size_prefixed { in serialized_example_is_accessible_and_correct() localVariable
139 let array_table = root_as_array_table(b.finished_data()).unwrap().unpack(); in test_object_api_reads_correctly() localVariable
205 let array_table = root_as_array_table(buf).unwrap(); in generated_code_debug_prints_correctly() localVariable
237 let array_table = root_as_array_table(buf).unwrap(); in verify_struct_array_alignment() localVariable
/third_party/flatbuffers/tests/
Dtest.cpp1283 const auto &array_table = in FlatbuffersIteratorsTest() local