Searched refs:ptrBuffer (Results 1 – 25 of 34) sorted by relevance
12
45 @synthesize ptrBuffer;68 ptrBuffer = (id *) [buffer mutableBytes];70 ptrBuffer[idx] = nil;86 ptrBuffer = (id *)[buffer mutableBytes];88 ptrBuffer[idx] = nil;105 tmp = ptrBuffer[idx];127 copy.ptrBuffer = ptrBuffer;138 tmp = ptrBuffer[idx];147 ptrBuffer[idx] = nil;174 return( ptrBuffer );[all …]
65 ptrBuffer = (ANTLRMapElement **) [buffer mutableBytes];69 ptrBuffer[idx] = ((ANTLRHashMap *)fNext)->ptrBuffer[idx];87 ptrBuffer = (ANTLRMapElement **) [buffer mutableBytes];91 ptrBuffer[idx] = ((ANTLRHashMap *)fNext)->ptrBuffer[idx];109 tmp = ptrBuffer[idx];127 if ( ptrBuffer[i] != nil ) {139 if ( ptrBuffer[i] != nil ) {154 tmp = ptrBuffer[idx];174 htmp->ptrBuffer[idx] = ((ANTLRHashMap *)htmp->fNext)->ptrBuffer[idx];192 if ( htmp->ptrBuffer[idx] == nil ||[all …]
80 tmp = ptrBuffer[Index];81 while ( tmp && tmp != ptrBuffer[Index] ) {99 if ( ptrBuffer[i] != nil ) {116 if ( ptrBuffer[i] != nil ) {131 tmp = ptrBuffer[Index];132 while ( tmp && tmp != ptrBuffer[Index ] ) {153 return( ptrBuffer );158 ptrBuffer = np;168 if ((aRule = ptrBuffer[anIndex]) == nil) {180 if ( ptrBuffer[anIndex] == nil ) {[all …]
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];[all …]
63 ptrBuffer[idx] = nil;87 tmp = ptrBuffer[idx];105 tmp = ptrBuffer[idx];121 tmp = ptrBuffer[idx];127 ptrBuffer[idx] = nil;136 if (ptrBuffer[i] != nil) {154 if ((anElement = ptrBuffer[i]) != nil) {201 for( np = self->ptrBuffer[[self hash:s]]; np != nil; np = [np getfNext] ) {229 [sym setFNext:ptrBuffer[ lastHash ]];230 ptrBuffer[ lastHash ] = sym;[all …]
60 tmp = ptrBuffer[idx];111 for( np = ptrBuffer[[self hash:s]]; np != nil; np = [np getfNext] ) {139 [sym setFNext:ptrBuffer[ LastHash ]];140 ptrBuffer[ LastHash ] = [sym retain];141 return( ptrBuffer[ LastHash ] );149 return( ptrBuffer[idx] );154 return( ptrBuffer );159 ptrBuffer = np;172 for( np = ptrBuffer[ttype]; np != nil; np = [np getfNext] ) {
61 ptrBuffer[idx] = nil;84 tmp = ptrBuffer[idx];102 tmp = ptrBuffer[idx];118 tmp = ptrBuffer[idx];124 ptrBuffer[idx] = nil;134 if ((anElement = ptrBuffer[i]) != nil) {159 np = ptrBuffer[idx];177 np1 = ptrBuffer[idx];179 ptrBuffer[idx] = np;
87 if ((anElement = ptrBuffer[i]) != nil)98 if ((anElement = ptrBuffer[i]) != nil) {116 if ( aRule != ptrBuffer[idx] ) {117 if ( ptrBuffer[idx] ) [ptrBuffer[idx] release];120 ptrBuffer[idx] = aRule;126 return ptrBuffer[idx];140 if ((aHashRule = ptrBuffer[aRuleIndex]) == nil) {142 ptrBuffer[aRuleIndex] = aHashRule;
104 return( (ANTLRSymbolsScope **)ptrBuffer );114 if ( aRule != ptrBuffer[idx] ) {115 if ( ptrBuffer[idx] ) [ptrBuffer[idx] release];118 ptrBuffer[idx] = aRule;
18 __strong id *ptrBuffer; variable48 @property (assign) id *ptrBuffer;
24 __strong id *ptrBuffer; variable33 @property (assign) id *ptrBuffer;
72 ptrBuffer[idx] = ((ANTLRHashMap *)fNext)->ptrBuffer[idx];91 ptrBuffer[idx] = ((ANTLRHashMap *)fNext)->ptrBuffer[idx];106 tmp = ptrBuffer[idx];124 if ((anElement = ptrBuffer[i]) != nil) {137 if ((anElement = ptrBuffer[i]) != nil) {152 tmp = ptrBuffer[idx];172 htmp->ptrBuffer[idx] = ((ANTLRHashMap *)htmp->fNext)->ptrBuffer[idx];190 if ( htmp->ptrBuffer[idx] == nil ||191 htmp->ptrBuffer[idx] == (*map)->ptrBuffer[idx] ) {194 tmp = htmp->ptrBuffer[idx];[all …]
83 tmp = ptrBuffer[Index];84 while ( tmp && tmp != ptrBuffer[Index] ) {101 anElement = ptrBuffer[i];120 if ((anElement = ptrBuffer[i]) != nil) {135 tmp = ptrBuffer[Index];136 while ( tmp && tmp != ptrBuffer[Index ] ) {154 return( ptrBuffer );159 ptrBuffer = np;169 if ((aRule = ptrBuffer[anIndex]) == nil) {181 if ( ptrBuffer[anIndex] == nil ) {[all …]
82 if ((anElement = ptrBuffer[i]) != nil)93 if ((anElement = ptrBuffer[i]) != nil) {111 if ( aRule != ptrBuffer[idx] ) {112 if (ptrBuffer[idx] != nil) [ptrBuffer[idx] release];115 ptrBuffer[idx] = aRule;121 return ptrBuffer[idx];135 if ((aHashRule = ptrBuffer[aRuleIndex]) == nil) {137 ptrBuffer[aRuleIndex] = aHashRule;
101 return( (ANTLRSymbolsScope **)ptrBuffer );111 if (aRule != ptrBuffer[idx]) {112 if (ptrBuffer[idx] != nil) [ptrBuffer[idx] release];115 ptrBuffer[idx] = aRule;
43 id *ptrBuffer; variable50 @property (retain, getter=getPtrBuffer, setter=setPtrBuffer:) id *ptrBuffer;