HomeSort by relevance Sort by last modified time
    Searched refs:RefCount (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/spirv-llvm/lib/SPIRV/Mangler/
Refcount.h 1 //===--------------------------- Refcount.h ------------------------------===//
21 class RefCount{
23 RefCount(): m_refCount(0), m_ptr(0) {
26 RefCount(T* ptr): m_ptr(ptr) {
30 RefCount(const RefCount<T>& other) {
34 ~RefCount() {
39 RefCount& operator=(const RefCount<T>& other) {
92 void cpy(const RefCount<T>& other)
    [all...]
  /external/webrtc/webrtc/base/
callback_unittest.cc 15 #include "webrtc/base/refcount.h"
40 int RefCount() const { return count_; }
100 EXPECT_EQ(0, t.RefCount());
103 EXPECT_EQ(1, t.RefCount());
105 EXPECT_EQ(1, t.RefCount());
107 EXPECT_EQ(1, t.RefCount());
109 EXPECT_EQ(0, t.RefCount());
114 EXPECT_EQ(0, t.RefCount());
118 EXPECT_EQ(1, t.RefCount());
121 EXPECT_EQ(1, t.RefCount());
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasAnalysisEvaluator.h 37 int64_t NoModRefCount, ModCount, RefCount, ModRefCount;
42 MustAliasCount(), NoModRefCount(), ModCount(), RefCount(),
49 ModCount(Arg.ModCount), RefCount(Arg.RefCount),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysisEvaluator.h 37 int64_t NoModRefCount, ModCount, RefCount, ModRefCount;
42 MustAliasCount(), NoModRefCount(), ModCount(), RefCount(),
49 ModCount(Arg.ModCount), RefCount(Arg.RefCount),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
AliasAnalysisEvaluator.h 37 int64_t NoModRefCount, ModCount, RefCount, ModRefCount;
42 MustAliasCount(), NoModRefCount(), ModCount(), RefCount(),
49 ModCount(Arg.ModCount), RefCount(Arg.RefCount),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
AliasAnalysisEvaluator.h 37 int64_t NoModRefCount, ModCount, RefCount, ModRefCount;
42 MustAliasCount(), NoModRefCount(), ModCount(), RefCount(),
49 ModCount(Arg.ModCount), RefCount(Arg.RefCount),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
AliasAnalysisEvaluator.h 37 int64_t NoModRefCount, ModCount, RefCount, ModRefCount;
42 MustAliasCount(), NoModRefCount(), ModCount(), RefCount(),
49 ModCount(Arg.ModCount), RefCount(Arg.RefCount),
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
AliasAnalysisEvaluator.h 37 int64_t NoModRefCount, ModCount, RefCount, ModRefCount;
42 MustAliasCount(), NoModRefCount(), ModCount(), RefCount(),
49 ModCount(Arg.ModCount), RefCount(Arg.RefCount),
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
AliasAnalysisEvaluator.h 37 int64_t NoModRefCount, ModCount, RefCount, ModRefCount;
42 MustAliasCount(), NoModRefCount(), ModCount(), RefCount(),
49 ModCount(Arg.ModCount), RefCount(Arg.RefCount),
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
AliasAnalysisEvaluator.h 37 int64_t NoModRefCount, ModCount, RefCount, ModRefCount;
42 MustAliasCount(), NoModRefCount(), ModCount(), RefCount(),
49 ModCount(Arg.ModCount), RefCount(Arg.RefCount),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysisEvaluator.h 37 int64_t NoModRefCount, ModCount, RefCount, ModRefCount;
42 MustAliasCount(), NoModRefCount(), ModCount(), RefCount(),
49 ModCount(Arg.ModCount), RefCount(Arg.RefCount),
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
AliasAnalysisEvaluator.h 37 int64_t NoModRefCount, ModCount, RefCount, ModRefCount;
42 MustAliasCount(), NoModRefCount(), ModCount(), RefCount(),
49 ModCount(Arg.ModCount), RefCount(Arg.RefCount),
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
AliasAnalysisEvaluator.h 37 int64_t NoModRefCount, ModCount, RefCount, ModRefCount;
42 MustAliasCount(), NoModRefCount(), ModCount(), RefCount(),
49 ModCount(Arg.ModCount), RefCount(Arg.RefCount),
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
AliasAnalysisEvaluator.h 37 int64_t NoModRefCount, ModCount, RefCount, ModRefCount;
42 MustAliasCount(), NoModRefCount(), ModCount(), RefCount(),
49 ModCount(Arg.ModCount), RefCount(Arg.RefCount),
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
AliasAnalysisEvaluator.h 37 int64_t NoModRefCount, ModCount, RefCount, ModRefCount;
42 MustAliasCount(), NoModRefCount(), ModCount(), RefCount(),
49 ModCount(Arg.ModCount), RefCount(Arg.RefCount),
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
AliasAnalysisEvaluator.h 37 int64_t NoModRefCount, ModCount, RefCount, ModRefCount;
42 MustAliasCount(), NoModRefCount(), ModCount(), RefCount(),
49 ModCount(Arg.ModCount), RefCount(Arg.RefCount),
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
AliasAnalysisEvaluator.h 37 int64_t NoModRefCount, ModCount, RefCount, ModRefCount;
42 MustAliasCount(), NoModRefCount(), ModCount(), RefCount(),
49 ModCount(Arg.ModCount), RefCount(Arg.RefCount),
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IkePacket.h 21 #define IKE_PACKET_REF(p) ((p)->RefCount++)
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
table_subsetter.h 27 class TableSubsetter : virtual public RefCount {
  /external/sfntly/cpp/src/sfntly/port/
refcount.h 42 // 1. Virtual inherit from RefCount interface in base class if smart pointers
105 class RefCount {
108 virtual ~RefCount() {}
119 class RefCounted : virtual public RefCount {
172 // semi-smart pointer for RefCount derived objects, similar to CComPtr
198 RefCount* p = static_cast<RefCount*>(pT);
247 RefCount* p = static_cast<RefCount*>(p_);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 15 // refcount member variable and methods for updating the refcount. An object
17 // refcount hits zero.
24 // // Constructing an IntrusiveRefCntPtr increases the pointee's refcount by
28 // // Copying an IntrusiveRefCntPtr increases the pointee's refcount by 1.
32 // // refcount. After a move, the moved-from pointer is null.
36 // // Clearing an IntrusiveRefCntPtr decreases the pointee's refcount by 1.
40 // // Ptr3's destructor decrements its refcount to 0.
69 /// refcount, respectively. When a Release() call decrements the refcount to 0
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 15 // refcount member variable and methods for updating the refcount. An object
17 // refcount hits zero.
24 // // Constructing an IntrusiveRefCntPtr increases the pointee's refcount by
28 // // Copying an IntrusiveRefCntPtr increases the pointee's refcount by 1.
32 // // refcount. After a move, the moved-from pointer is null.
36 // // Clearing an IntrusiveRefCntPtr decreases the pointee's refcount by 1.
40 // // Ptr3's destructor decrements its refcount to 0.
69 /// refcount, respectively. When a Release() call decrements the refcount to 0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
IntrusiveRefCntPtr.h 15 // refcount member variable and methods for updating the refcount. An object
17 // refcount hits zero.
24 // // Constructing an IntrusiveRefCntPtr increases the pointee's refcount by
28 // // Copying an IntrusiveRefCntPtr increases the pointee's refcount by 1.
32 // // refcount. After a move, the moved-from pointer is null.
36 // // Clearing an IntrusiveRefCntPtr decreases the pointee's refcount by 1.
40 // // Ptr3's destructor decrements its refcount to 0.
69 /// refcount, respectively. When a Release() call decrements the refcount to 0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
IntrusiveRefCntPtr.h 15 // refcount member variable and methods for updating the refcount. An object
17 // refcount hits zero.
24 // // Constructing an IntrusiveRefCntPtr increases the pointee's refcount by
28 // // Copying an IntrusiveRefCntPtr increases the pointee's refcount by 1.
32 // // refcount. After a move, the moved-from pointer is null.
36 // // Clearing an IntrusiveRefCntPtr decreases the pointee's refcount by 1.
40 // // Ptr3's destructor decrements its refcount to 0.
69 /// refcount, respectively. When a Release() call decrements the refcount to 0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
IntrusiveRefCntPtr.h 15 // refcount member variable and methods for updating the refcount. An object
17 // refcount hits zero.
24 // // Constructing an IntrusiveRefCntPtr increases the pointee's refcount by
28 // // Copying an IntrusiveRefCntPtr increases the pointee's refcount by 1.
32 // // refcount. After a move, the moved-from pointer is null.
36 // // Clearing an IntrusiveRefCntPtr decreases the pointee's refcount by 1.
40 // // Ptr3's destructor decrements its refcount to 0.
69 /// refcount, respectively. When a Release() call decrements the refcount to 0
    [all...]

Completed in 735 milliseconds

1 2 3 4 5 6 7