Home
last modified time | relevance | path

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

/third_party/skia/tests/
DSerializationTest.cpp36 class SerializationTest { class
203 SerializationTest::TestAlignment(testObj, reporter); in TestObjectSerialization()
591 SerializationTest::TestAlignment(&rrect, reporter); in DEF_TEST()
/third_party/skia/include/core/
DSkMatrix.h1989 friend class SerializationTest; variable
/third_party/skia/gn/
Dtests.gni217 "$_tests/SerializationTest.cpp",
/third_party/protobuf/python/google/protobuf/internal/
Dreflection_test.py2550 class SerializationTest(unittest.TestCase): class