Home
last modified time | relevance | path

Searched refs:array_table (Results 1 – 4 of 4) 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
72 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() localVariable
136 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() localVariable
202 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() localVariable
233 let array_struct = array_table.a().unwrap(); in verify_struct_array_alignment()
/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
83 b"[[" => array_table(state), in table()
/aosp_15_r20/external/AFLplusplus/dictionaries/
H A Dtoml.dict22 array_table="[[a]]"
/aosp_15_r20/external/flatbuffers/tests/
H A Dtest.cpp4444 const auto &array_table = in FlatbuffersIteratorsTest() local
4446 TEST_ASSERT(array_table.a()); in FlatbuffersIteratorsTest()
4447 auto &int_15 = *array_table.a()->b(); in FlatbuffersIteratorsTest()