Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/tests/
H A Darrays_test.rs28 let nested_struct2 = NestedStruct::new( in create_serialized_example_with_generated_code() localVariable
91 let nested_struct2 = array_struct.d().get(1); in serialized_example_is_accessible_and_correct() localVariable
152 let nested_struct2 = &array_struct.d[1]; in test_object_api_reads_correctly() localVariable
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Ddata_view_unittest.cc236 NestedStructPtr nested_struct2; in TEST_F() local