HomeSort by relevance Sort by last modified time
    Searched refs:get_mutable_struct_array (Results 1 - 3 of 3) sorted by null

  /external/libchrome/mojo/public/cpp/bindings/tests/
struct_traits_unittest.cc 322 input.get_mutable_struct_array().resize(2);
323 input.get_mutable_struct_array()[0].value = 1;
324 input.get_mutable_struct_array()[1].value = 2;
457 input.get_mutable_struct_array().resize(2);
458 input.get_mutable_struct_array()[0].value = 1;
459 input.get_mutable_struct_array()[1].value = 2;
struct_with_traits_impl_traits.cc 91 if (!data.ReadFStructArray(&out->get_mutable_struct_array()))
struct_with_traits_impl.h 76 std::vector<NestedStructWithTraitsImpl>& get_mutable_struct_array() { function in class:mojo::test::EnumWithTraitsImpl::StructWithTraitsImpl

Completed in 187 milliseconds