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

  /external/libmojo/mojo/public/cpp/bindings/tests/
struct_with_traits_impl.cc 14 StructWithTraitsImpl::StructWithTraitsImpl() {}
16 StructWithTraitsImpl::~StructWithTraitsImpl() {}
18 StructWithTraitsImpl::StructWithTraitsImpl(const StructWithTraitsImpl& other) =
struct_with_traits_impl_traits.h 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...]
struct_with_traits_impl.h 36 class StructWithTraitsImpl {
38 StructWithTraitsImpl();
39 ~StructWithTraitsImpl();
41 StructWithTraitsImpl(const StructWithTraitsImpl& other);
struct_with_traits_impl_traits.cc 83 bool StructTraits<test::StructWithTraits, test::StructWithTraitsImpl>::Read(
85 test::StructWithTraitsImpl* out) {
struct_traits_unittest.cc 132 const StructWithTraitsImpl& s,
229 void ExpectStructWithTraits(const StructWithTraitsImpl& expected,
231 const StructWithTraitsImpl& passed) {
245 StructWithTraitsImpl input;
339 StructWithTraitsImpl input;
354 StructWithTraitsImpl output;

Completed in 61 milliseconds