/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | DbiModuleList.cpp | 36 if (isEnd() && R.isEnd()) in operator ==() 40 if (isEnd() != R.isEnd()) in operator ==() 51 assert(!isEnd()); in operator ==() 52 assert(!R.isEnd()); in operator ==() 76 if (isEnd() && R.isEnd()) in operator -() 79 assert(!R.isEnd()); in operator -() 86 if (isEnd()) { in operator -() 97 assert(!isEnd()); in operator +=() 118 if (isEnd()) { in setValue() 132 bool DbiModuleSourceFilesIterator::isEnd() const { in isEnd() function in DbiModuleSourceFilesIterator
|
/third_party/node/deps/minimatch/src/dist/cjs/ |
D | ast.js | 138 if (this.isEnd() && 163 isEnd() { method in AST 168 if (!this.#parent?.isEnd()) 171 return this.#parent?.isEnd(); 415 const noEmpty = this.isStart() && this.isEnd(); 454 if (this.isEnd() && 474 if (this.isStart() && this.isEnd() && !body && this.type !== '!') { 537 .filter(p => !(this.isStart() && this.isEnd()) || !!p)
|
D | ast.d.ts | 12 isEnd(): boolean;
|
D | ast.js.map | 1 …isEnd() &&\n (this === this.#root ||\n (this.#root.#filledNegs && this.#parent?.type =…
|
/third_party/node/deps/npm/node_modules/minimatch/dist/cjs/ |
D | ast.js | 138 if (this.isEnd() && 163 isEnd() { method in AST 168 if (!this.#parent?.isEnd()) 171 return this.#parent?.isEnd(); 415 const noEmpty = this.isStart() && this.isEnd(); 454 if (this.isEnd() && 474 if (this.isStart() && this.isEnd() && !body && this.type !== '!') { 537 .filter(p => !(this.isStart() && this.isEnd()) || !!p)
|
/third_party/node/deps/npm/node_modules/minimatch/dist/mjs/ |
D | ast.js | 135 if (this.isEnd() && 160 isEnd() { method in AST 165 if (!this.#parent?.isEnd()) 168 return this.#parent?.isEnd(); 412 const noEmpty = this.isStart() && this.isEnd(); 451 if (this.isEnd() && 471 if (this.isStart() && this.isEnd() && !body && this.type !== '!') { 534 .filter(p => !(this.isStart() && this.isEnd()) || !!p)
|
/third_party/node/deps/minimatch/src/dist/mjs/ |
D | ast.js | 135 if (this.isEnd() && 160 isEnd() { method in AST 165 if (!this.#parent?.isEnd()) 168 return this.#parent?.isEnd(); 412 const noEmpty = this.isStart() && this.isEnd(); 451 if (this.isEnd() && 471 if (this.isStart() && this.isEnd() && !body && this.type !== '!') { 534 .filter(p => !(this.isStart() && this.isEnd()) || !!p)
|
D | ast.d.ts | 12 isEnd(): boolean;
|
D | ast.js.map | 1 …isEnd() &&\n (this === this.#root ||\n (this.#root.#filledNegs && this.#parent?.type =…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | fallible_iterator.h | 168 if (LHS.isEnd() && RHS.isEnd()) 179 if (LHS.isEnd()) 202 bool isEnd() const { return getErrPtr() == nullptr; } in isEnd() function
|
D | SparseMultiSet.h | 232 bool isEnd() const { in isEnd() function 268 assert((isEnd() || SparseIdx == RHS.SparseIdx) && 283 assert((isEnd() || !SMS->isHead(SMS->Dense[Idx])) && 287 if (isEnd()) 295 assert(!isEnd() && isKeyed() && "Incrementing an invalid/end iterator"); 467 assert(I.isKeyed() && !I.isEnd() && !Dense[I.Idx].isTombstone() && in erase()
|
D | ilist_iterator.h | 176 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
D | Mf2Serializer.java | 102 boolean isEnd() { in isEnd() method in Mf2Serializer.Token 164 } else if (token.isEnd() && i == tokens.size() - 1) { in parseMessage() 222 } else if (token.isEnd()) { in parseVariant() 260 } else if (token.isEnd()) { in parseSelector() 284 } else if (token.isEnd()) { in parseDeclaration() 327 } else if (token.isEnd()) { in parsePattern() 423 } else if (token.isEnd()) { in parseExpression() 463 } else if (token.isEnd()) { in parseOptions()
|
/third_party/vk-gl-cts/executor/ |
D | xeContainerFormatParser.cpp | 272 …const bool isEnd = curChar == 0 || curChar == (int)END_OF_BUFFER || curChar == '\n' || curChar == … in parseContainerLine() local 274 if (isEnd) in parseContainerLine() 308 bool isEnd = curChar == 0 || curChar == (int)END_OF_BUFFER || in parseContainerValue() local 311 if (isEnd) in parseContainerValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstrBundleIterator.h | 54 if (!I.isEnd()) 62 if (!I.isEnd()) 133 assert((!MI.getNodePtr() || MI.isEnd() || !MI->isBundledWithPred()) &&
|
/third_party/node/deps/minimatch/ |
D | index.js | 480 …if (this.isEnd() && (this === __privateGet(this, _root) || __privateGet(__privateGet(this, _root),… 501 isEnd() { method in anonymousObjecta1de4abf0c05.dist/cjs/ast.js._AST 506 if (!__privateGet(this, _parent)?.isEnd()) 509 return __privateGet(this, _parent)?.isEnd(); 623 const noEmpty = this.isStart() && this.isEnd(); 649 …if (this.isEnd() && __privateGet(__privateGet(this, _root), _filledNegs) && __privateGet(this, _pa… 663 if (this.isStart() && this.isEnd() && !body && this.type !== "!") { 851 }).filter((p) => !(this.isStart() && this.isEnd()) || !!p).join("|");
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | DbiModuleList.h | 59 bool isEnd() const;
|
D | HashTable.h | 94 bool isEnd() const { return IsEnd; } in isEnd() function 290 assert(Entry.isEnd()); in set_as_internal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | ilist_iterator.h | 163 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
|