Home
last modified time | relevance | path

Searched refs:RefClass (Results 1 – 9 of 9) 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/webrtc/rtc_base/
Dref_counted_object_unittest.cc33 class RefClass : public RefCountInterface { class
35 RefClass() {} in RefClass() function in rtc::__anon655e77b70111::RefClass
38 ~RefClass() override {} in ~RefClass()
69 scoped_refptr<RefCountedObject<RefClass>> aref( in TEST()
70 new RefCountedObject<RefClass>()); in TEST()
/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.py355 class RefClass: class in TestSupport
368 missing_items = support.detect_api_mismatch(self.RefClass,
373 self.RefClass)
380 self.RefClass, self.OtherClass, ignore=ignore)
384 self.OtherClass, self.RefClass, ignore=ignore)
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h372 RefClass = 0x01, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h395 RefClass = 0x01, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h395 RefClass = 0x01, enumerator
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp317 IO.enumCase(Value, "Ref", WindowsRTClassKind::RefClass); in enumeration()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp317 IO.enumCase(Value, "Ref", WindowsRTClassKind::RefClass); in enumeration()