Home
last modified time | relevance | path

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

/external/skqp/tests/
DUtilsTest.cpp14 class RefClass : public SkRefCnt { class
18 RefClass(int n) : fN(n) {} in RefClass() function in RefClass
28 RefClass obj(0); in test_autounref()
31 sk_sp<RefClass> tmp(&obj); in test_autounref()
43 sk_sp<RefClass> tmp2(&obj); in test_autounref()
49 RefClass obj0(0); in test_autostarray()
50 RefClass obj1(1); in test_autostarray()
55 SkAutoSTArray<2, sk_sp<RefClass> > tmp; in test_autostarray()
84 SkAutoSTArray<2, sk_sp<RefClass> > tmp(4); in test_autostarray()
/external/skia/tests/
DUtilsTest.cpp22 class RefClass : public SkRefCnt { class
24 RefClass(int n) : fN(n) {} in RefClass() function in RefClass
34 RefClass obj(0); in test_autounref()
37 sk_sp<RefClass> tmp(&obj); in test_autounref()
49 sk_sp<RefClass> tmp2(&obj); in test_autounref()
55 RefClass obj0(0); in test_autostarray()
56 RefClass obj1(1); in test_autostarray()
61 SkAutoSTArray<2, sk_sp<RefClass> > tmp; in test_autostarray()
90 SkAutoSTArray<2, sk_sp<RefClass> > tmp(4); in test_autostarray()
/external/python/cpython3/Lib/test/
Dtest_support.py358 class RefClass: class in TestSupport
371 missing_items = support.detect_api_mismatch(self.RefClass,
376 self.RefClass)
383 self.RefClass, self.OtherClass, ignore=ignore)
387 self.OtherClass, self.RefClass, ignore=ignore)
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h372 RefClass = 0x01, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h388 RefClass = 0x01, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp318 IO.enumCase(Value, "Ref", WindowsRTClassKind::RefClass); in enumeration()