Searched refs:getPool (Results 1 – 11 of 11) sorted by relevance
42 @property (retain, getter=getPool, setter=setPool) NSAutoreleasePool *pool;61 - (NSAutoreleasePool *)getPool;
106 public final RouteSpecificPool getPool() { in getPool() method in WaitingThread
163 - (NSAutoreleasePool *)getPool
79 public HasText getPool(); in getPool() method722 display.getPool().setText(""); in reset()781 args.put("pool", new JSONString(display.getPool().getText())); in submitJob()
418 public HasText getPool() { in getPool() method in CreateJobViewDisplay
706 return Attrs.getPool(); in getAttributePool()1693 return Attrs.getPool(); in getAttributePool()1942 getAttributePool().takeAllFrom(attrs.getPool()); in AddTypeInfo()
683 AttributePool &getPool() const { return pool; } in getPool() function
1248 attrs.getPool().takeAllFrom(D.getAttributePool()); in takeDeclAttributes()1249 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool()); in takeDeclAttributes()1476 allParamAttrs.takeAllFrom(paramAttrs.getPool()); in ParseObjCMethodDecl()
9921 DeclSpec DS(Attrs.getPool().getFactory()); in ActOnCXXForRangeIdentifier()9932 ParsedAttributes EmptyAttrs(Attrs.getPool().getFactory()); in ActOnCXXForRangeIdentifier()