Searched refs:array_table (Results 1 – 4 of 4) sorted by relevance
66 let array_table = if size_prefixed { in serialized_example_is_accessible_and_correct() localVariable72 let array_struct = array_table.a().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() localVariable136 let array_struct = array_table.a.unwrap(); in test_object_api_reads_correctly()200 let array_table = root_as_array_table(buf).unwrap(); in generated_code_debug_prints_correctly() localVariable202 format!("{:.5?}", &array_table), in generated_code_debug_prints_correctly()232 let array_table = root_as_array_table(buf).unwrap(); in verify_struct_array_alignment() localVariable233 let array_struct = array_table.a().unwrap(); in verify_struct_array_alignment()
53 pub(crate) fn array_table<'s, 'i>( in array_table() function83 b"[[" => array_table(state), in table()
22 array_table="[[a]]"
4444 const auto &array_table = in FlatbuffersIteratorsTest() local4446 TEST_ASSERT(array_table.a()); in FlatbuffersIteratorsTest()4447 auto &int_15 = *array_table.a()->b(); in FlatbuffersIteratorsTest()