HomeSort by relevance Sort by last modified time
    Searched refs:ptrBuffer (Results 1 - 5 of 5) sorted by null

  /external/antlr/runtime/ObjC/Framework/
AMutableArray.h 18 __strong id *ptrBuffer;
48 @property (assign) id *ptrBuffer;
AMutableDictionary.h 24 __strong id *ptrBuffer;
33 @property (assign) id *ptrBuffer;
PtrBuffer.h 2 // PtrBuffer.h
39 @interface PtrBuffer : LinkBase {
44 __strong id *ptrBuffer;
51 @property (assign, getter=getPtrBuffer, setter=setPtrBuffer:) id *ptrBuffer;
54 +(PtrBuffer *)newPtrBuffer;
55 +(PtrBuffer *)newPtrBufferWithLen:(NSInteger)cnt;
83 - (void) addObjectsFromArray:(PtrBuffer *)anArray;
HashMap.h 36 #import "PtrBuffer.h"
137 @interface Values : PtrBuffer
188 __strong MapElement **ptrBuffer;
231 @property (assign, getter=getPtrBuffer, setter=setPtrBuffer:) MapElement **ptrBuffer;
262 /* look for s in ptrBuffer */
264 /* look for s in ptrBuffer */
266 /* look for s in ptrBuffer */
268 /* look for s in ptrBuffer */
  /device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
AtapiPassThru.c     [all...]

Completed in 901 milliseconds