Home
last modified time | relevance | path

Searched defs:Length (Results 1 - 25 of 193) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp22 auto Length = encodeSLEB128(S, Bytes); in writeSLEB() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DSymbolSerializer.cpp48 uint16_t Length = RecordEnd - 2; in visitSymbolEnd() local
/third_party/googletest/googletest/samples/
H A Dsample2.h73 size_t Length() const { return c_string_ == nullptr ? 0 : strlen(c_string_); } in Length() function in MyString
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dstringutil.h96 size_t Length() const { in Length() function in i18n::phonenumbers::StringHolder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeBuiltin.h43 uint64_t Length; member in llvm::pdb::NativeTypeBuiltin
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DLineIterator.cpp87 size_t Length = 0; in advance() local
H A DStringRef.cpp27 static int ascii_strncasecmp(const char *LHS, const char *RHS, size_t Length) { in ascii_strncasecmp() argument
[all...]
H A DUnicode.cpp344 unsigned Length; in columnWidthUTF8() local
H A DBinaryStreamRef.cpp69 BinaryStreamRef(BinaryStream &Stream, uint32_t Offset, Optional<uint32_t> Length) BinaryStreamRef() argument
106 WritableBinaryStreamRef(WritableBinaryStream &Stream, uint32_t Offset, Optional<uint32_t> Length) WritableBinaryStreamRef() argument
/third_party/mesa3d/src/mesa/main/
H A Dglspirv.h46 GLint Length; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h95 unsigned Length = encodeSLEB128(DWord, OSE); variable
107 unsigned Length = encodeULEB128(DWord, OSE, PadTo); variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.cpp50 uint32_t Length = sizeof(InfoStreamHeader) + in finalizeMsfLayout() local
/third_party/skia/src/core/
H A DSkPoint3.cpp35 SkScalar SkPoint3::Length(SkScalar x, SkScalar y, SkScalar z) { in Length() function in SkPoint3
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
H A Dbyte_array.h35 int32_t Length() const { return filled_length_; } in Length() function in sfntly::ByteArray
H A Dfont_data.cc56 int32_t FontData::Length() const { in Length() function in sfntly::FontData
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h32 support::ulittle32_t Length; // number of bytes occupied by this record. member
H A DDebugSymbolsSubsection.h49 uint32_t Length = 0; member in llvm::codeview::final
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAranges.h57 uint64_t Length; /// End of address range (not including this address). member
H A DDWARFDebugPubTable.h45 uint32_t Length; member
H A DDWARFDebugAddr.h34 uint32_t Length = 0; member
H A DDWARFDebugArangeSet.h26 uint32_t Length; member
42 uint64_t Length; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DStringRef.cpp41 static int ascii_strncasecmp(const char *LHS, const char *RHS, size_t Length) { in ascii_strncasecmp() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h30 explicit Vector(unsigned Length) in Vector() argument
34 Vector(unsigned Length, PBQPNum InitVal) in Vector() argument
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A DnsStyleAutoArray.hpp31 unsigned long Length() const { in Length() function in nsStyleAutoArray
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_test_helpers.h80 inline size_t Length(TestCordSize size) { return static_cast<size_t>(size); } in Length() function in absl::TestCordSize

Completed in 7 milliseconds

12345678