Home
last modified time | relevance | path

Searched refs:TestNativeStruct (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/tests/
Dtest_native_types.cc13 TestNativeStruct::TestNativeStruct() = default;
15 TestNativeStruct::TestNativeStruct(const std::string& message, int x, int y) in TestNativeStruct() function in mojo::test::TestNativeStruct
18 TestNativeStruct::~TestNativeStruct() = default;
41 void ParamTraits<mojo::test::TestNativeStruct>::Write(base::Pickle* m, in Write()
49 bool ParamTraits<mojo::test::TestNativeStruct>::Read(const base::Pickle* m, in Read()
65 void ParamTraits<mojo::test::TestNativeStruct>::Log(const param_type& p, in Log()
Dtest_native_types.h18 class TestNativeStruct {
20 TestNativeStruct();
21 TestNativeStruct(const std::string& message, int x, int y);
22 ~TestNativeStruct();
68 struct ParamTraits<mojo::test::TestNativeStruct> {
69 using param_type = mojo::test::TestNativeStruct;
Dnative_struct_unittest.cc33 void PassNativeStruct(const test::TestNativeStruct& s, in PassNativeStruct()
51 test::TestNativeStruct s("hello world", 5, 42); in TEST_P()
55 [](test::TestNativeStruct* expected_struct, base::RunLoop* loop, in TEST_P()
56 const test::TestNativeStruct& passed) { in TEST_P()
Dtest_native_types_chromium.typemap21 "mojo.test.TestNativeStructMojom=mojo::test::TestNativeStruct",
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dtest_data_view.mojom22 struct TestNativeStruct;
32 TestNativeStruct? f_native_struct;