/third_party/typescript/tests/baselines/reference/ |
D | parserClassDeclaration17.symbols | 5 public atEnd(): boolean; 6 >atEnd : Symbol(Enumerator.atEnd, Decl(parserClassDeclaration17.ts, 0, 26))
|
D | parserClassDeclaration17.types | 5 public atEnd(): boolean; 6 >atEnd : () => boolean
|
D | parserClassDeclaration17.js | 3 public atEnd(): boolean;
|
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/ |
D | rfc4253.js | 67 assert.ok(!sshbuf.atEnd(), 'key must have at least one part'); 75 while (!sshbuf.atEnd() && parts.length < partCount) 77 while (!partial && !sshbuf.atEnd()) 82 assert.ok(partial || sshbuf.atEnd(),
|
D | ssh-private.js | 50 assert.ok(buf.atEnd(), 'excess bytes left after key'); 55 assert.ok(buf.atEnd(), 'excess bytes left after key');
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
D | PpTokens.cpp | 113 if (atEnd()) in getToken() 162 if (atEnd()) in peekTokenizedPasting()
|
D | PpContext.h | 282 bool peekToken(int atom) { return !atEnd() && stream[currentPos].isAtom(atom); } in peekToken() 291 if (!atEnd() && atom == PpAtomIdentifier && stream[currentPos].nonSpaced()) { in peekContinuedPasting() 313 bool atEnd() { return currentPos >= stream.size(); } in atEnd() function 409 bool endOfReplacementList() override { return mac->body.atEnd(); } in endOfReplacementList()
|
/third_party/node/deps/npm/node_modules/sshpk/lib/ |
D | signature.js | 215 assert.ok(buf.atEnd(), 'extra trailing bytes'); 243 assert.ok(buf.atEnd(), 'extra trailing bytes'); 278 assert.ok(buf.atEnd(), 'extra trailing bytes on outer'); 286 assert.ok(buf.atEnd(), 'extra trailing bytes');
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | Iterators.h | 47 bool atEnd() const override { return fCurrentChar == fText.end(); } in atEnd() function 88 bool atEnd() const override { return fCurrentChar == fText.end(); } in atEnd() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInstrumentation.cpp | 40 while (!Context.atEnd()) { in instrumentFunc() 60 assert(!Context.atEnd()); in instrumentInst()
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ClassDeclarations/ |
D | parserClassDeclaration17.ts | 3 public atEnd(): boolean; method in Enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 259 bool atEnd() const { return Data == DataEnd; } in atEnd() function 267 assert(atEnd()); in getNextHeaderPos() 358 virtual bool atEnd() const = 0; 393 bool atEnd() const override { in atEnd() function
|
/third_party/boost/tools/build/test/qt5/ |
D | qtxml.cpp | 21 BOOST_CHECK_EQUAL(reader.atEnd(), false); in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/tools/build/test/qt4/ |
D | qtxml.cpp | 21 BOOST_CHECK_EQUAL(reader.atEnd(), false); in BOOST_AUTO_TEST_CASE()
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | AnyTransliterator.java | 81 if (isIncremental && it.atEnd()) { in handleTransliterate() 122 public boolean atEnd(); in atEnd() method 222 public boolean atEnd() { in atEnd() method in AnyTransliterator.ScriptRunIterator
|
/third_party/skia/modules/skshaper/src/ |
D | SkShaper_primitive.cpp | 134 if (!font.atEnd()) { in shape() 142 if (!bidi.atEnd()) { in shape()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | CFG.h | 51 while (!It.atEnd()) { in advancePastNonTerminators() 74 assert(!It.atEnd() && "pred_iterator out of range!"); 80 assert(!It.atEnd() && "pred_iterator out of range!");
|
/third_party/flutter/skia/modules/skshaper/include/ |
D | SkShaper.h | 51 virtual bool atEnd() const = 0; 62 bool atEnd() const override { return fAtEnd; } in atEnd() function
|
/third_party/icu/icu4c/source/common/ |
D | ruleiter.h | 109 UBool atEnd() const;
|
/third_party/node/deps/icu-small/source/common/ |
D | ruleiter.h | 109 UBool atEnd() const;
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ruleiter.h | 109 UBool atEnd() const;
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ruleiter.h | 109 UBool atEnd() const;
|
/third_party/skia/modules/skparagraph/src/ |
D | Iterators.h | 42 bool atEnd() const override { return fCurrentChar >= fText.end(); } in atEnd() function
|
/third_party/typescript/src/lib/ |
D | scripthost.d.ts | 225 atEnd(): boolean;
|
/third_party/typescript/lib/ |
D | lib.scripthost.d.ts | 245 atEnd(): boolean;
|