Home
last modified time | relevance | path

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

/external/skia/tests/
DArenaAllocTest.cpp55 struct FooRefCnt : public SkRefCnt { struct
56 FooRefCnt() : x(-2), y(-3.0f) { created++; } in FooRefCnt() argument
57 FooRefCnt(int X, float Y) : x(X), y(Y) { created++; } in FooRefCnt() function
58 ~FooRefCnt() { destroyed++; } in ~FooRefCnt()
60 int x;
61 float y;
/external/skqp/tests/
DArenaAllocTest.cpp50 struct FooRefCnt : public SkRefCnt { struct
51 FooRefCnt() : x(-2), y(-3.0f) { created++; } in FooRefCnt() function
52 FooRefCnt(int X, float Y) : x(X), y(Y) { created++; } in FooRefCnt() argument
53 ~FooRefCnt() { destroyed++; } in ~FooRefCnt()
55 int x;
56 float y;