Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DUtilsTest.cpp18 class RefClass : public SkRefCnt { class
20 RefClass(int n) : fN(n) {} in RefClass() function in RefClass
30 RefClass obj(0); in test_autounref()
33 sk_sp<RefClass> tmp(&obj); in test_autounref()
45 sk_sp<RefClass> tmp2(&obj); in test_autounref()
51 RefClass obj0(0); in test_autostarray()
52 RefClass obj1(1); in test_autostarray()
57 SkAutoSTArray<2, sk_sp<RefClass> > tmp; in test_autostarray()
86 SkAutoSTArray<2, sk_sp<RefClass> > tmp(4); in test_autostarray()
/third_party/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()
/third_party/python/Lib/test/
Dtest_support.py389 class RefClass: class in TestSupport
402 missing_items = support.detect_api_mismatch(self.RefClass,
407 self.RefClass)
414 self.RefClass, self.OtherClass, ignore=ignore)
418 self.OtherClass, self.RefClass, ignore=ignore)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h395 RefClass = 0x01, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp317 IO.enumCase(Value, "Ref", WindowsRTClassKind::RefClass); in enumeration()