Home
last modified time | relevance | path

Searched refs:getPool (Results 1 – 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRFastQueue.h42 @property (retain, getter=getPool, setter=setPool) NSAutoreleasePool *pool;
61 - (NSAutoreleasePool *)getPool;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRFastQueue.h42 @property (retain, getter=getPool, setter=setPool) NSAutoreleasePool *pool;
61 - (NSAutoreleasePool *)getPool;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRFastQueue.h42 @property (retain, getter=getPool, setter=setPool) NSAutoreleasePool *pool;
61 - (NSAutoreleasePool *)getPool;
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DWaitingThread.java101 public final RouteSpecificPool getPool() { in getPool() method in WaitingThread
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRFastQueue.m163 - (NSAutoreleasePool *)getPool
/external/clang/include/clang/Sema/
DDeclSpec.h647 return Attrs.getPool(); in getAttributePool()
1572 return Attrs.getPool(); in getAttributePool()
1779 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
DAttributeList.h604 AttributePool &getPool() const { return pool; } in getPool() function
/external/clang/lib/Parse/
DParseObjc.cpp860 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()
861 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()
1088 allParamAttrs.takeAllFrom(paramAttrs.getPool()); in ParseObjCMethodDecl()