Home
last modified time | relevance | path

Searched refs:get_mutable_struct_array (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dstruct_traits_unittest.cc322 input.get_mutable_struct_array().resize(2); in TEST_F()
323 input.get_mutable_struct_array()[0].value = 1; in TEST_F()
324 input.get_mutable_struct_array()[1].value = 2; in TEST_F()
457 input.get_mutable_struct_array().resize(2); in TEST_F()
458 input.get_mutable_struct_array()[0].value = 1; in TEST_F()
459 input.get_mutable_struct_array()[1].value = 2; in TEST_F()
H A Dstruct_with_traits_impl_traits.cc91 if (!data.ReadFStructArray(&out->get_mutable_struct_array())) in Read()
H A Dstruct_with_traits_impl.h76 std::vector<NestedStructWithTraitsImpl>& get_mutable_struct_array() { in get_mutable_struct_array() function