Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dlazy_serialization_unittest.cc28 class TestUnserializedStructImpl : public test::TestUnserializedStruct { class
30 explicit TestUnserializedStructImpl( in TestUnserializedStructImpl() function in mojo::__anon7179b7280111::TestUnserializedStructImpl
33 ~TestUnserializedStructImpl() override {} in ~TestUnserializedStructImpl()
45 DISALLOW_COPY_AND_ASSIGN(TestUnserializedStructImpl);
80 TestUnserializedStructImpl impl(MakeRequest(&ptr)); in TEST_F()