Searched refs:StructWithTraitsImpl (Results 1 – 6 of 6) sorted by relevance
42 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 …]
14 StructWithTraitsImpl::StructWithTraitsImpl() {} in StructWithTraitsImpl() function in mojo::test::StructWithTraitsImpl16 StructWithTraitsImpl::~StructWithTraitsImpl() {} in ~StructWithTraitsImpl()18 StructWithTraitsImpl::StructWithTraitsImpl(const StructWithTraitsImpl& other) =
36 class StructWithTraitsImpl {38 StructWithTraitsImpl();39 ~StructWithTraitsImpl();41 StructWithTraitsImpl(const StructWithTraitsImpl& other);
132 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()
83 bool StructTraits<test::StructWithTraits, test::StructWithTraitsImpl>::Read( in Read()85 test::StructWithTraitsImpl* out) { in Read()
20 "mojo.test.StructWithTraits=mojo::test::StructWithTraitsImpl",