Searched refs:root_as_array_table (Results 1 – 2 of 2) sorted by relevance
69 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()
161 pub fn root_as_array_table(buf: &[u8]) -> Result<ArrayTable, flatbuffers::InvalidFlatbuffer> { in root_as_array_table() function