Home
last modified time | relevance | path

Searched refs:atEnd (Results 1 – 25 of 70) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DparserClassDeclaration17.symbols5 public atEnd(): boolean;
6 >atEnd : Symbol(Enumerator.atEnd, Decl(parserClassDeclaration17.ts, 0, 26))
DparserClassDeclaration17.types5 public atEnd(): boolean;
6 >atEnd : () => boolean
DparserClassDeclaration17.js3 public atEnd(): boolean;
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/
Drfc4253.js67 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(),
Dssh-private.js50 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/
DPpTokens.cpp113 if (atEnd()) in getToken()
162 if (atEnd()) in peekTokenizedPasting()
DPpContext.h282 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/
Dsignature.js215 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/
DIterators.h47 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/
DIceInstrumentation.cpp40 while (!Context.atEnd()) { in instrumentFunc()
60 assert(!Context.atEnd()); in instrumentInst()
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ClassDeclarations/
DparserClassDeclaration17.ts3 public atEnd(): boolean; method in Enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h259 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/
Dqtxml.cpp21 BOOST_CHECK_EQUAL(reader.atEnd(), false); in BOOST_AUTO_TEST_CASE()
/third_party/boost/tools/build/test/qt4/
Dqtxml.cpp21 BOOST_CHECK_EQUAL(reader.atEnd(), false); in BOOST_AUTO_TEST_CASE()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DAnyTransliterator.java81 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/
DSkShaper_primitive.cpp134 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/
DCFG.h51 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/
DSkShaper.h51 virtual bool atEnd() const = 0;
62 bool atEnd() const override { return fAtEnd; } in atEnd() function
/third_party/icu/icu4c/source/common/
Druleiter.h109 UBool atEnd() const;
/third_party/node/deps/icu-small/source/common/
Druleiter.h109 UBool atEnd() const;
/third_party/skia/third_party/externals/icu/source/common/
Druleiter.h109 UBool atEnd() const;
/third_party/flutter/skia/third_party/externals/icu/source/common/
Druleiter.h109 UBool atEnd() const;
/third_party/skia/modules/skparagraph/src/
DIterators.h42 bool atEnd() const override { return fCurrentChar >= fText.end(); } in atEnd() function
/third_party/typescript/src/lib/
Dscripthost.d.ts225 atEnd(): boolean;
/third_party/typescript/lib/
Dlib.scripthost.d.ts245 atEnd(): boolean;

123