Searched refs:itemsPtr (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc/src/objective-c/RxLibrary/private/ |
D | GRXNSFastEnumerator.m | 24 // Number of elements of the container currently in the _state.itemsPtr array. 26 // The index of the next object to return from the _state.itemsPtr array. 29 // will set _state.itemsPtr to point to this. 70 return _state.itemsPtr[_index++];
|
/external/icu/icu4c/source/test/cintltst/ |
D | utransts.c | 675 const TransIDSourceTarg* itemsPtr; in TestDataVariantsCompounds() local 676 for (itemsPtr = dataVarCompItems; itemsPtr->transID != NULL; itemsPtr++) { in TestDataVariantsCompounds() 679 int32_t utridlen = u_unescape(itemsPtr->transID, utrid, kUBufMax); in TestDataVariantsCompounds() 682 …FAIL: utrans_openRules(%s) failed, error=%s (Are you missing data?)\n", itemsPtr->transID, u_error… in TestDataVariantsCompounds() 686 int32_t textLen = u_unescape(itemsPtr->sourceText, text, kUBufMax); in TestDataVariantsCompounds() 690 …log_err("FAIL: utrans_transUChars(%s) failed, error=%s\n", itemsPtr->transID, u_errorName(status)); in TestDataVariantsCompounds() 693 int32_t expectLen = u_unescape(itemsPtr->targetText, expect, kUBufMax); in TestDataVariantsCompounds() 698 …("FAIL: utrans_transUChars(%s),\n expect %s\n get %s\n", itemsPtr->transID, bexpect… in TestDataVariantsCompounds()
|
/external/clang/test/CodeGenObjC/ |
D | objc2-new-gc-api-strongcast.m | 16 id *itemsPtr; field 24 state->itemsPtr = 0;
|
/external/antlr/runtime/ObjC/Framework/ |
D | AMutableDictionary.m | 199 // In either case, state->itemsPtr MUST be a valid array (non-nil). This sample takes approach #1, … 216 // Set state->itemsPtr to the provided buffer. 217 // Alternate implementations may set state->itemsPtr to an internal C array of objects. 218 // state->itemsPtr MUST NOT be NULL. 219 state->itemsPtr = stackbuf;
|
D | AMutableArray.m | 228 // In either case, state->itemsPtr MUST be a valid array (non-nil). This sample takes approach #1, … 244 // Set state->itemsPtr to the provided buffer. 245 // Alternate implementations may set state->itemsPtr to an internal C array of objects. 246 // state->itemsPtr MUST NOT be NULL. 247 state->itemsPtr = stackbuf;
|
/external/clang/test/SemaObjC/ |
D | foreach.m | 30 id *itemsPtr; field
|
D | weak-attr-ivar.m | 20 id *itemsPtr; field
|
/external/clang/test/SemaObjCXX/ |
D | foreach.mm | 35 id *itemsPtr; field
|
/external/clang/test/Analysis/ |
D | NSContainers.m | 33 id *itemsPtr; field
|