Searched refs:otherArray (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/objectivec/ |
D | GPBArray.m | 174 //% GPB##NAME##Array *otherArray = other; 175 //% return (_count == otherArray->_count 176 //% && memcmp(_values, otherArray->_values, (_count * sizeof(TYPE))) == 0); 385 GPBInt32Array *otherArray = other; 386 return (_count == otherArray->_count 387 && memcmp(_values, otherArray->_values, (_count * sizeof(int32_t))) == 0); 633 GPBUInt32Array *otherArray = other; 634 return (_count == otherArray->_count 635 && memcmp(_values, otherArray->_values, (_count * sizeof(uint32_t))) == 0); 881 GPBInt64Array *otherArray = other; [all …]
|
D | GPBMessage.m | 2508 id otherArray = 2510 if (otherArray) { 2515 [resultArray addObjectsFromArray:otherArray]; 2519 [resultArray addRawValuesFromArray:otherArray]; 2525 [resultArray addValuesFromArray:otherArray];
|
/external/antlr/runtime/ObjC/Framework/ |
D | AMutableArray.m | 91 - (void) addObjectsFromArray:(NSArray *)otherArray 95 cnt = [otherArray count]; 98 tmp = [otherArray objectAtIndex:i];
|
/external/icu/icu4c/source/common/ |
D | cmemory.h | 360 void aliasInstead(T *otherArray, int32_t otherCapacity) { in aliasInstead() argument 361 if(otherArray!=NULL && otherCapacity>0) { in aliasInstead() 363 ptr=otherArray; in aliasInstead()
|
/external/icu/libicu/cts_headers/ |
D | cmemory.h | 360 void aliasInstead(T *otherArray, int32_t otherCapacity) { in aliasInstead() argument 361 if(otherArray!=NULL && otherCapacity>0) { in aliasInstead() 363 ptr=otherArray; in aliasInstead()
|
/external/python/cpython2/Mac/Modules/cf/ |
D | _CFmodule.c | 794 CFArrayRef otherArray; in CFMutableArrayRefObj_CFArrayAppendArray() local 800 CFArrayRefObj_Convert, &otherArray, in CFMutableArrayRefObj_CFArrayAppendArray() 804 otherArray, in CFMutableArrayRefObj_CFArrayAppendArray()
|