Lines Matching refs:ptrBuffer
17 @synthesize ptrBuffer;
37 ptrBuffer = (id *)[buffer mutableBytes];
39 ptrBuffer[idx] = nil;
51 ptrBuffer = (id *)[buffer mutableBytes];
53 ptrBuffer[idx] = nil;
77 copy.ptrBuffer = [copy.buffer mutableBytes];
88 ptrBuffer[count++] = anObject;
113 ptrBuffer = [buffer mutableBytes];
114 obj = ptrBuffer[anIdx];
135 ptrBuffer[i] = ptrBuffer[i-1];
138 ptrBuffer[anIdx] = [anObject retain];
149 tmp = ptrBuffer[idx];
152 ptrBuffer[i] = ptrBuffer[i+1];
165 tmp = ptrBuffer[count];
167 ptrBuffer[count] = nil;
179 tmp = ptrBuffer[i];
182 ptrBuffer[i] = nil;
198 tmp = ptrBuffer[idx];
200 ptrBuffer[idx] = obj;
216 return [NSArray arrayWithObjects:ptrBuffer count:count];
253 stackbuf[cnt++] = ptrBuffer[state->state++];
296 ptrBuffer = [buffer mutableBytes];