Home
last modified time | relevance | path

Searched refs:atEnd (Results 1 – 25 of 58) 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/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/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstrumentation.cpp40 while (!Context.atEnd()) { in instrumentFunc()
60 assert(!Context.atEnd()); in instrumentInst()
/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/typescript/tests/cases/conformance/parser/ecmascript5/ClassDeclarations/
DparserClassDeclaration17.ts3 public atEnd(): boolean; method in Enumerator
/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/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/skia/modules/skshaper/src/
DSkShaper_primitive.cpp143 if (!font.atEnd()) { in shape()
151 if (!bidi.atEnd()) { in shape()
DSkShaper_coretext.cpp72 if (!font.atEnd()) { in shape()
80 if (!bidi.atEnd()) { in shape()
/third_party/skia/third_party/externals/icu/source/common/
Druleiter.h109 UBool atEnd() const;
Druleiter.cpp34 UBool RuleCharacterIterator::atEnd() const { in atEnd() function in RuleCharacterIterator
/third_party/node/deps/icu-small/source/common/
Druleiter.h109 UBool atEnd() const;
Druleiter.cpp34 UBool RuleCharacterIterator::atEnd() const { in atEnd() function in RuleCharacterIterator
/third_party/icu/icu4c/source/common/
Druleiter.h109 UBool atEnd() const;
Druleiter.cpp34 UBool RuleCharacterIterator::atEnd() const { in atEnd() function in RuleCharacterIterator
/third_party/skia/modules/skparagraph/src/
DIterators.h42 bool atEnd() const override { return fCurrentChar >= fText.end(); } in atEnd() function
/third_party/skia/modules/skshaper/include/
DSkShaper.h72 virtual bool atEnd() const = 0;
108 bool atEnd() const override { return fAtEnd; } in atEnd() function
/third_party/typescript/lib/
Dlib.scripthost.d.ts245 atEnd(): boolean;
/third_party/typescript/src/lib/
Dscripthost.d.ts225 atEnd(): boolean;
/third_party/node/deps/v8/tools/
Dprofile_view.js139 while (!nodesToTraverse.atEnd()) {
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRuleCharacterIterator.java125 public boolean atEnd() { in atEnd() method in RuleCharacterIterator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DRuleCharacterIterator.java119 public boolean atEnd() { in atEnd() method in RuleCharacterIterator

123