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

  /external/libchrome/mojo/public/cpp/bindings/tests/
struct_with_traits_impl.h 71 NestedStructWithTraitsImpl& get_mutable_struct() { return struct_; } function in class:mojo::test::EnumWithTraitsImpl::StructWithTraitsImpl
166 NestedStructWithTraitsImpl& get_mutable_struct() { return struct_; } function in class:mojo::test::EnumWithTraitsImpl::UnionWithTraitsStruct
struct_with_traits_impl_traits.cc 88 if (!data.ReadFStruct(&out->get_mutable_struct()))
struct_with_traits_impl_traits.h 196 return data.ReadFStruct(&struct_object->get_mutable_struct());
struct_traits_unittest.cc 321 input.get_mutable_struct().value = 42;
456 input.get_mutable_struct().value = 42;

Completed in 47 milliseconds