HomeSort by relevance Sort by last modified time
    Searched refs:retain (Results 101 - 125 of 661) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 51 // - has Retain() and Release() methods, or
68 /// calls to Release() and Retain(), which increment and decrement the object's
78 void Retain() const { ++RefCount; }
94 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); }
104 /// Class you can specialize to provide custom retain/release functionality for
108 /// works with any type which defines Retain() and Release() functions -- you
118 /// T::Retain and T::Release.
125 static void retain(T *obj) { obj->Retain(); } function in struct:llvm::IntrusiveRefCntPtrInfo
142 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); }
182 void retain() { function in class:llvm::IntrusiveRefCntPtr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 51 // - has Retain() and Release() methods, or
68 /// calls to Release() and Retain(), which increment and decrement the object's
78 void Retain() const { ++RefCount; }
94 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); }
104 /// Class you can specialize to provide custom retain/release functionality for
108 /// works with any type which defines Retain() and Release() functions -- you
118 /// T::Retain and T::Release.
125 static void retain(T *obj) { obj->Retain(); } function in struct:llvm::IntrusiveRefCntPtrInfo
142 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); }
182 void retain() { function in class:llvm::IntrusiveRefCntPtr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 51 // - has Retain() and Release() methods, or
68 /// calls to Release() and Retain(), which increment and decrement the object's
78 void Retain() const { ++RefCount; }
94 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); }
104 /// Class you can specialize to provide custom retain/release functionality for
108 /// works with any type which defines Retain() and Release() functions -- you
118 /// T::Retain and T::Release.
125 static void retain(T *obj) { obj->Retain(); } function in struct:llvm::IntrusiveRefCntPtrInfo
142 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); }
182 void retain() { function in class:llvm::IntrusiveRefCntPtr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 51 // - has Retain() and Release() methods, or
68 /// calls to Release() and Retain(), which increment and decrement the object's
78 void Retain() const { ++RefCount; }
94 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); }
104 /// Class you can specialize to provide custom retain/release functionality for
108 /// works with any type which defines Retain() and Release() functions -- you
118 /// T::Retain and T::Release.
125 static void retain(T *obj) { obj->Retain(); } function in struct:llvm::IntrusiveRefCntPtrInfo
142 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); }
182 void retain() { function in class:llvm::IntrusiveRefCntPtr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 51 // - has Retain() and Release() methods, or
68 /// calls to Release() and Retain(), which increment and decrement the object's
78 void Retain() const { ++RefCount; }
94 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); }
104 /// Class you can specialize to provide custom retain/release functionality for
108 /// works with any type which defines Retain() and Release() functions -- you
118 /// T::Retain and T::Release.
125 static void retain(T *obj) { obj->Retain(); } function in struct:llvm::IntrusiveRefCntPtrInfo
142 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); }
182 void retain() { function in class:llvm::IntrusiveRefCntPtr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 51 // - has Retain() and Release() methods, or
68 /// calls to Release() and Retain(), which increment and decrement the object's
78 void Retain() const { ++RefCount; }
94 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); }
104 /// Class you can specialize to provide custom retain/release functionality for
108 /// works with any type which defines Retain() and Release() functions -- you
118 /// T::Retain and T::Release.
125 static void retain(T *obj) { obj->Retain(); } function in struct:llvm::IntrusiveRefCntPtrInfo
142 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); }
182 void retain() { function in class:llvm::IntrusiveRefCntPtr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 51 // - has Retain() and Release() methods, or
68 /// calls to Release() and Retain(), which increment and decrement the object's
78 void Retain() const { ++RefCount; }
94 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); }
104 /// Class you can specialize to provide custom retain/release functionality for
108 /// works with any type which defines Retain() and Release() functions -- you
118 /// T::Retain and T::Release.
125 static void retain(T *obj) { obj->Retain(); } function in struct:llvm::IntrusiveRefCntPtrInfo
142 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); }
182 void retain() { function in class:llvm::IntrusiveRefCntPtr
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCommonTreeNodeStream.h 8 // 1. Redistributions of source code must retain the above copyright
60 @property (retain, getter=getRoot, setter=setRoot:) ANTLRCommonTree *root;
61 @property (retain, getter=getTokens,setter=setTokens:) id<ANTLRTokenStream> tokens;
62 @property (retain, getter=getTreeAdaptor, setter=setTreeAdaptor:) ANTLRCommonTreeAdaptor *adaptor;
ANTLRBaseMapElement.h 13 // 1. Redistributions of source code must retain the above copyright
39 @property (retain, getter=getIndex, setter=setIndex:) NSNumber *index;
ANTLRMismatchedNotSetException.h 13 // 1. Redistributions of source code must retain the above copyright
40 @property (retain, getter=getExpecting, setter=setExpecting) ANTLRBitSet *expecting;
ANTLRNodeMapElement.h 13 // 1. Redistributions of source code must retain the above copyright
40 @property (retain, getter=getNode, setter=setNode:) id node;
ANTLRRuleMapElement.h 13 // 1. Redistributions of source code must retain the above copyright
39 @property (retain, getter=getRuleNum, setter=setRuleNum:) NSNumber *ruleNum;
ANTLRStringStream.h 8 // 1. Redistributions of source code must retain the above copyright
46 @property (retain, getter=getData,setter=setData:) NSString *data;
52 @property (retain, getter=getMarkers, setter=setMarkers:) ANTLRPtrBuffer *markers;
54 @property (retain, getter=getSourceName, setter=setSourceName:) NSString *name;
55 @property (retain, getter=getCharState, setter=setCharState:) ANTLRCharStreamState *charState;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCommonTreeNodeStream.h 8 // 1. Redistributions of source code must retain the above copyright
60 @property (retain, getter=getRoot, setter=setRoot:) ANTLRCommonTree *root;
61 @property (retain, getter=getTokens,setter=setTokens:) id<ANTLRTokenStream> tokens;
62 @property (retain, getter=getTreeAdaptor, setter=setTreeAdaptor:) ANTLRCommonTreeAdaptor *adaptor;
ANTLRBaseMapElement.h 13 // 1. Redistributions of source code must retain the above copyright
39 @property (retain, getter=getIndex, setter=setIndex:) NSNumber *index;
ANTLRMismatchedNotSetException.h 13 // 1. Redistributions of source code must retain the above copyright
40 @property (retain, getter=getExpecting, setter=setExpecting) ANTLRBitSet *expecting;
ANTLRNodeMapElement.h 13 // 1. Redistributions of source code must retain the above copyright
40 @property (retain, getter=getNode, setter=setNode:) id node;
ANTLRRuleMapElement.h 13 // 1. Redistributions of source code must retain the above copyright
39 @property (retain, getter=getRuleNum, setter=setRuleNum:) NSNumber *ruleNum;
ANTLRStringStream.h 8 // 1. Redistributions of source code must retain the above copyright
46 @property (retain, getter=getData,setter=setData:) NSString *data;
52 @property (retain, getter=getMarkers, setter=setMarkers:) ANTLRPtrBuffer *markers;
54 @property (retain, getter=getSourceName, setter=setSourceName:) NSString *name;
55 @property (retain, getter=getCharState, setter=setCharState:) ANTLRCharStreamState *charState;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCommonTreeNodeStream.h 8 // 1. Redistributions of source code must retain the above copyright
60 @property (retain, getter=getRoot, setter=setRoot:) ANTLRCommonTree *root;
61 @property (retain, getter=getTokens,setter=setTokens:) id<ANTLRTokenStream> tokens;
62 @property (retain, getter=getTreeAdaptor, setter=setTreeAdaptor:) ANTLRCommonTreeAdaptor *adaptor;
ANTLRBaseMapElement.h 13 // 1. Redistributions of source code must retain the above copyright
39 @property (retain, getter=getIndex, setter=setIndex:) NSNumber *index;
ANTLRMismatchedNotSetException.h 13 // 1. Redistributions of source code must retain the above copyright
40 @property (retain, getter=getExpecting, setter=setExpecting) ANTLRBitSet *expecting;
ANTLRNodeMapElement.h 13 // 1. Redistributions of source code must retain the above copyright
40 @property (retain, getter=getNode, setter=setNode:) id node;
ANTLRRuleMapElement.h 13 // 1. Redistributions of source code must retain the above copyright
39 @property (retain, getter=getRuleNum, setter=setRuleNum:) NSNumber *ruleNum;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRecognitionException.h 8 // 1. Redistributions of source code must retain the above copyright
44 @property (retain, getter=getStream, setter=setStream:) id<ANTLRIntStream> input;
46 @property (retain, getter=getToken, setter=setToken:) id<ANTLRToken>token;
47 @property (retain, getter=getNode, setter=setNode:) id<ANTLRBaseTree>node;

Completed in 383 milliseconds

1 2 3 45 6 7 8 91011>>