Home
last modified time | relevance | path

Searched refs:StructWithTraitsImpl (Results 1 – 6 of 6) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/tests/
Dstruct_with_traits_impl_traits.h42 struct StructTraits<test::StructWithTraits, test::StructWithTraitsImpl> {
45 test::StructWithTraitsImpl* out);
50 const test::StructWithTraitsImpl& value) {
54 static bool f_bool(const test::StructWithTraitsImpl& value) {
58 static uint32_t f_uint32(const test::StructWithTraitsImpl& value) {
62 static uint64_t f_uint64(const test::StructWithTraitsImpl& value) {
66 static base::StringPiece f_string(const test::StructWithTraitsImpl& value) {
70 static const std::string& f_string2(const test::StructWithTraitsImpl& value) {
75 const test::StructWithTraitsImpl& value) {
80 const test::StructWithTraitsImpl& value) {
[all …]
Dstruct_with_traits_impl.cc14 StructWithTraitsImpl::StructWithTraitsImpl() {} in StructWithTraitsImpl() function in mojo::test::StructWithTraitsImpl
16 StructWithTraitsImpl::~StructWithTraitsImpl() {} in ~StructWithTraitsImpl()
18 StructWithTraitsImpl::StructWithTraitsImpl(const StructWithTraitsImpl& other) =
Dstruct_with_traits_impl.h36 class StructWithTraitsImpl {
38 StructWithTraitsImpl();
39 ~StructWithTraitsImpl();
41 StructWithTraitsImpl(const StructWithTraitsImpl& other);
Dstruct_traits_unittest.cc132 const StructWithTraitsImpl& s, in EchoStructWithTraits()
229 void ExpectStructWithTraits(const StructWithTraitsImpl& expected, in ExpectStructWithTraits()
231 const StructWithTraitsImpl& passed) { in ExpectStructWithTraits()
245 StructWithTraitsImpl input; in TEST_F()
339 StructWithTraitsImpl input; in TEST_F()
354 StructWithTraitsImpl output; in TEST_F()
Dstruct_with_traits_impl_traits.cc83 bool StructTraits<test::StructWithTraits, test::StructWithTraitsImpl>::Read( in Read()
85 test::StructWithTraitsImpl* out) { in Read()
Dstruct_with_traits.typemap20 "mojo.test.StructWithTraits=mojo::test::StructWithTraitsImpl",