Searched defs:StructWithTraitsImpl (Results 1 - 2 of 2) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dstruct_with_traits_impl.cc14 StructWithTraitsImpl::StructWithTraitsImpl() {} function in class:mojo::test::StructWithTraitsImpl
16 StructWithTraitsImpl::~StructWithTraitsImpl() {}
18 StructWithTraitsImpl::StructWithTraitsImpl(const StructWithTraitsImpl& other) =
H A Dstruct_with_traits_impl.h36 class StructWithTraitsImpl { class in class:mojo::test::EnumWithTraitsImpl
38 StructWithTraitsImpl();
39 ~StructWithTraitsImpl();
41 StructWithTraitsImpl(const StructWithTraitsImpl& other);

Completed in 491 milliseconds