Home
last modified time | relevance | path

Searched refs:SkVptr (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DVptrTest.cpp8 #include "src/core/SkVptr.h"
56 // SkVptr() returns the same value for objects of the same concrete type. in DEF_TEST()
57 REPORTER_ASSERT(r, SkVptr(*a) == SkVptr(*c)); in DEF_TEST()
58 REPORTER_ASSERT(r, SkVptr(*b) == SkVptr(*d)); in DEF_TEST()
59 REPORTER_ASSERT(r, SkVptr(*a) != SkVptr(*b)); in DEF_TEST()
/third_party/skia/src/core/
H A DSkVptr.h17 static inline void* SkVptr(const T& object) { in SkVptr() function

Completed in 60 milliseconds