Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ClassDeclarations/
DparserClassDeclaration17.ts3 public atEnd(): boolean; method in Enumerator
/third_party/node/deps/v8/tools/
Dconsarray.mjs62 atEnd() { method in ConsArray
/third_party/skia/modules/skparagraph/src/
DIterators.h42 bool atEnd() const override { return fCurrentChar >= fText.end(); } in atEnd() function
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DAnyTransliterator.java122 public boolean atEnd(); in atEnd() method
222 public boolean atEnd() { in atEnd() method in AnyTransliterator.ScriptRunIterator
/third_party/node/deps/icu-small/source/common/
Druleiter.cpp34 UBool RuleCharacterIterator::atEnd() const { in atEnd() function in RuleCharacterIterator
/third_party/skia/third_party/externals/icu/source/common/
Druleiter.cpp34 UBool RuleCharacterIterator::atEnd() const { in atEnd() function in RuleCharacterIterator
/third_party/icu/icu4c/source/common/
Druleiter.cpp34 UBool RuleCharacterIterator::atEnd() const { in atEnd() function in RuleCharacterIterator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DRuleCharacterIterator.java119 public boolean atEnd() { in atEnd() method in RuleCharacterIterator
/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
393 bool atEnd() const override { in atEnd() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRuleCharacterIterator.java125 public boolean atEnd() { in atEnd() method in RuleCharacterIterator
/third_party/skia/modules/skshaper/src/
DSkShaper.cpp187 bool atEnd() const override { in Make() function in SkiaRsText::FontMgrRunIterator
282 bool atEnd() const override { in Make() function in SkiaRsText::FontMgrRunIterator
DSkShaper_harfbuzz.cpp509 bool atEnd() const override { function in __anonbc422d470111::SkUnicodeBidiRunIterator
562 bool atEnd() const override { function in __anonbc422d470111::SkUnicodeHbScriptRunIterator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstIterator.h107 inline bool atEnd() const { return BB == BBs->end(); } in atEnd() function
DValue.h178 bool atEnd() const { return *this == user_iterator_impl(); } in atEnd() function
/third_party/protobuf/js/binary/
Ddecoder.js246 jspb.BinaryDecoder.prototype.atEnd = function() { method in jspb.BinaryDecoder
/third_party/skia/modules/skshaper/include/
DSkShaper.h131 bool atEnd() const override { return fAtEnd; } in atEnd() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h1023 bool atEnd() const { return Op == nullptr; } in atEnd() function
1129 bool atEnd() const { return Op == nullptr; } in atEnd() function
/third_party/skia/src/gpu/
DGrAHardwareBufferUtils.cpp514 bool atEnd = (cropExtLen+1) < extsLen in can_import_protected_content_eglimpl() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h171 bool atEnd() const { return *this == user_iterator_impl(); } in atEnd() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLowering.h92 bool atEnd() const { return Cur == End; } in atEnd() function
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h312 bool atEnd() { return currentPos >= stream.size(); } in atEnd() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DImmutableSet.h675 bool atEnd() const { return stack.empty(); } in atEnd() function
/third_party/skia/experimental/sktext/src/
DText.cpp203 bool atEnd() const override { in atEnd() function in skia::text::FormattingFontIterator
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java959 public boolean atEnd() { in atEnd() method in TextFormat.Tokenizer
/third_party/typescript/tests/lib/
Dlib.d.ts17227 atEnd(): boolean; method