Home
last modified time | relevance | path

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

123456

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryByteStream.h57 uint32_t getLength() override { return Data.size(); } in getLength() function
110 uint32_t getLength() override { return ImmutableStream.getLength(); } in getLength() function
170 uint32_t getLength() override { return Data.size(); } in getLength() function
253 uint32_t getLength() override { return Impl.getLength(); } in getLength() function
/third_party/node/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/
DQR8bitByte.js10 getLength : function() { method in QR8bitByte
DQRPolynomial.js26 getLength : function() { method in QRPolynomial
/third_party/typescript/tests/cases/conformance/types/typeRelationships/recursiveTypes/
DnominalSubtypeCheckOfTypeParameter.ts15 getLength(): number method
/third_party/node/deps/npm/node_modules/gauge/
Dtemplate-item.js58 TemplateItem.prototype.getLength = function () { method in TemplateItem
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeBuiltin.cpp38 uint64_t NativeTypeBuiltin::getLength() const { return Length; } in getLength() function in NativeTypeBuiltin
DNativeTypeArray.cpp66 uint64_t NativeTypeArray::getLength() const { return Record.Size; } in getLength() function in NativeTypeArray
/third_party/icu/icu4c/source/common/
Dlocaleprioritylist.h88 int32_t getLength() const { return listLength - numRemoved; } in getLength() function
/third_party/node/deps/icu-small/source/common/
Dlocaleprioritylist.h88 int32_t getLength() const { return listLength - numRemoved; } in getLength() function
/third_party/skia/third_party/externals/icu/source/common/
Dlocaleprioritylist.h88 int32_t getLength() const { return listLength - numRemoved; } in getLength() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DShaderExecutableD3D.cpp30 size_t ShaderExecutableD3D::getLength() const in getLength() function in rx::ShaderExecutableD3D
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DShaderExecutableD3D.cpp30 size_t ShaderExecutableD3D::getLength() const in getLength() function in rx::ShaderExecutableD3D
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DBidiRun.java99 public int getLength() in getLength() method in BidiRun
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidiRun.java102 public int getLength() in getLength() method in BidiRun
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBinaryStreamRef.cpp32 uint32_t getLength() override { return BBS.getLength(); } in getLength() function in __anonf9a380760111::ArrayRefImpl
55 uint32_t getLength() override { return BBS.getLength(); } in getLength() function in __anonf9a380760111::MutableArrayRefImpl
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dchariter.h723 CharacterIterator::getLength(void) const { in getLength() function
/third_party/skia/src/core/
DSkDescriptor.h33 uint32_t getLength() const { return fLength; } in getLength() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCharArrayIterator.java47 public int getLength() { in getLength() method in UCharArrayIterator
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dchariter.h726 CharacterIterator::getLength(void) const { in getLength() function
/third_party/icu/icu4c/source/common/unicode/
Dchariter.h726 CharacterIterator::getLength(void) const { in getLength() function
/third_party/flutter/skia/src/core/
DSkDescriptor.h32 uint32_t getLength() const { return fLength; } in getLength() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharArrayIterator.java45 public int getLength() { in getLength() method in UCharArrayIterator
/third_party/node/deps/icu-small/source/common/unicode/
Dchariter.h726 CharacterIterator::getLength(void) const { in getLength() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAddr.cpp169 uint32_t DWARFDebugAddrTable::getLength() const { in getLength() function in DWARFDebugAddrTable
/third_party/icu/icu4c/source/i18n/unicode/
Dsortkey.h269 int32_t getLength() const { return fFlagAndLength & 0x7fffffff; } in getLength() function

123456