/external/clang/test/SemaObjC/ |
D | idiomatic-parentheses.m | 14 - (id) nextObject; method 46 while (cur = [coll nextObject]) { 50 - (id) nextObject { method
|
/external/llvm-project/clang/test/SemaObjC/ |
D | idiomatic-parentheses.m | 14 - (id) nextObject; method 46 while (cur = [coll nextObject]) { 50 - (id) nextObject { method
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
D | CollectionUtilities.java | 503 private Object nextObject = EMPTY; field in CollectionUtilities.FilteredIterator 512 Object result = nextObject; in next() 513 nextObject = EMPTY; in next() 517 if (nextObject == DONE) return false; in hasNext() 518 if (nextObject != EMPTY) return true; in hasNext() 520 nextObject = baseIterator.next(); in hasNext() 521 if (isIncluded(nextObject)) { in hasNext() 525 nextObject = DONE; in hasNext()
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
D | CollectionUtilities.java | 500 private Object nextObject = EMPTY; field in CollectionUtilities.FilteredIterator 509 Object result = nextObject; in next() 510 nextObject = EMPTY; in next() 514 if (nextObject == DONE) return false; in hasNext() 515 if (nextObject != EMPTY) return true; in hasNext() 517 nextObject = baseIterator.next(); in hasNext() 518 if (isIncluded(nextObject)) { in hasNext() 522 nextObject = DONE; in hasNext()
|
/external/protobuf/objectivec/ |
D | GPBDictionary.m | 335 while ((key = [keys nextObject])) { 354 while ((key = [keys nextObject])) { 375 while ((msg = [objects nextObject])) { 727 //% while ((aKey = [keys nextObject])) { 800 //% while ((aKey = [keys nextObject])) { 821 //% while ((aKey = [keys nextObject])) { 840 //% while ((aKey = [keys nextObject])) { 1278 //% while ((aKey = [keys nextObject])) { 1513 while ((aKey = [keys nextObject])) { 1534 while ((aKey = [keys nextObject])) { [all …]
|
/external/grpc-grpc/src/objective-c/RxLibrary/private/ |
D | GRXNSFastEnumerator.m | 32 // nextObject. 53 - (id)nextObject { method
|
D | GRXNSScalarEnumerator.m | 37 - (id)nextObject { method
|
D | GRXNSBlockEnumerator.m | 36 - (id)nextObject { method
|
/external/antlr/runtime/ObjC/Framework/ |
D | CommonTreeNodeStream.m | 115 id t = [it nextObject]; 119 if ( level==0 && hasNilRoot ) return [it nextObject]; // don't give last UP; get EOF 125 t = [it nextObject]; // t is now DOWN, so get first real node next 127 t = [it nextObject];
|
D | ArrayIterator.h | 66 - (id) nextObject;
|
D | TreeIterator.h | 69 - (id) nextObject;
|
D | ArrayIterator.m | 126 peekObj = [self nextObject]; 131 - (NSObject *) nextObject
|
D | TreeIterator.m | 134 -(id) nextObject 182 [array addObject:[self nextObject]];
|
D | UnbufferedCommonTreeNodeStream.h | 110 - (id) nextObject;
|
D | StreamEnumerator.m | 63 -(id) nextObject
|
D | UnbufferedCommonTreeNodeStream.m | 313 lookaheadObject = [self nextObject]; 317 - (id) nextObject
|
D | HashMap.h | 294 - (MapElement *)nextObject;
|
D | HashMap.m | 1689 HMEntry *e = [i nextObject]; 1777 - (MapElement *)nextObject
|
/external/llvm-project/clang/test/Rewriter/ |
D | rewrite-nest.m | 21 - nextObject { method
|
/external/clang/test/Rewriter/ |
D | rewrite-nest.m | 21 - nextObject { method
|
/external/google-breakpad/src/common/mac/ |
D | GTMDefines.h | 419 (element = [_ ## element ## _enum nextObject]) != nil; )
|
/external/grpc-grpc/src/objective-c/RxLibrary/ |
D | GRXImmediateWriter.m | 84 while (value = [_enumerator nextObject]) {
|
/external/google-breakpad/src/client/mac/sender/ |
D | uploader.mm | 221 while (NSString *key = [it nextObject]) { 464 while ((key = [enumerator nextObject])) { 485 while ((key = [enumerator nextObject])) {
|
/external/google-breakpad/src/tools/mac/crash_report/ |
D | on_demand_symbol_supplier.mm | 75 while ((fileName = [dirEnum nextObject])) {
|
D | crash_report.mm | 321 while ((current_file = [enumerator nextObject])) {
|