Home
last modified time | relevance | path

Searched refs:root_as_array_table (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/tests/
H A Darrays_test.rs69 root_as_array_table(bytes).unwrap() in serialized_example_is_accessible_and_correct()
134 let array_table = root_as_array_table(b.finished_data()).unwrap().unpack(); in test_object_api_reads_correctly()
200 let array_table = root_as_array_table(buf).unwrap(); in generated_code_debug_prints_correctly()
232 let array_table = root_as_array_table(buf).unwrap(); in verify_struct_array_alignment()
/aosp_15_r20/external/flatbuffers/tests/arrays_test/my_game/example/
H A Darray_table_generated.rs161 pub fn root_as_array_table(buf: &[u8]) -> Result<ArrayTable, flatbuffers::InvalidFlatbuffer> { in root_as_array_table() function