Lines Matching full: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;
111 ptrBuffer = [buffer mutableBytes];
112 obj = ptrBuffer[anIdx];
133 ptrBuffer[i] = ptrBuffer[i-1];
136 ptrBuffer[anIdx] = [anObject retain];
147 tmp = ptrBuffer[idx];
150 ptrBuffer[i] = ptrBuffer[i+1];
163 tmp = ptrBuffer[count];
165 ptrBuffer[count] = nil;
177 tmp = ptrBuffer[i];
180 ptrBuffer[i] = nil;
196 tmp = ptrBuffer[idx];
198 ptrBuffer[idx] = obj;
214 return [NSArray arrayWithObjects:ptrBuffer count:count];
251 stackbuf[cnt++] = ptrBuffer[state->state++];
292 ptrBuffer = [buffer mutableBytes];