Home
last modified time | relevance | path

Searched refs:itemsPtr (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/src/objective-c/RxLibrary/private/
DGRXNSFastEnumerator.m24 // 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/
Dutransts.c675 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/
Dobjc2-new-gc-api-strongcast.m16 id *itemsPtr; field
24 state->itemsPtr = 0;
/external/antlr/runtime/ObjC/Framework/
DAMutableDictionary.m199 // 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;
DAMutableArray.m228 // 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/
Dforeach.m30 id *itemsPtr; field
Dweak-attr-ivar.m20 id *itemsPtr; field
/external/clang/test/SemaObjCXX/
Dforeach.mm35 id *itemsPtr; field
/external/clang/test/Analysis/
DNSContainers.m33 id *itemsPtr; field