Home
last modified time | relevance | path

Searched defs:SubclassB (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tests/
DVptrTest.cpp26 struct SubclassB : public Base { struct
27 SubclassB() {} in SubclassB() argument
29 size_t val() const override { return 42; } in val()
/third_party/flutter/skia/tests/
DVptrTest.cpp27 struct SubclassB : public Base { struct
28 SubclassB() {} in SubclassB() argument
30 size_t val() const override { return 42; } in val()