Home
last modified time | relevance | path

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

12345678910

/third_party/boost/libs/units/test/
Dtest_custom_unit.cpp36 simple_unit<Mass, Length, Time> operator+(const simple_unit<Mass, Length, Time>&, in operator +() argument
43 simple_unit<Mass, Length, Time> operator-(const simple_unit<Mass, Length, Time>&, in operator -() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBinaryStreamReader.cpp92 size_t Length = FoundOffset - OriginalOffset; in readCString() local
103 uint32_t Length = 0; in readWideString() local
122 Error BinaryStreamReader::readFixedString(StringRef &Dest, uint32_t Length) { in readFixedString()
134 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref, uint32_t Length) { in readStreamRef()
143 uint32_t Length) { in readSubstream()
DLineIterator.cpp87 size_t Length = 0; in advance() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamRef.h34 Optional<uint32_t> Length) in BinaryStreamRefBase()
38 Optional<uint32_t> Length) in BinaryStreamRefBase()
146 Optional<uint32_t> Length; variable
161 Optional<uint32_t> Length) in BinaryStreamRef()
227 uint32_t ViewOffset, Optional<uint32_t> Length) in WritableBinaryStreamRef()
/third_party/libcoap/include/coap3/
Dcoap_prng.h48 #define coap_prng(Buf,Length) contiki_prng_impl((Buf), (Length)) argument
67 #define coap_prng(Buf,Length) lwip_prng_impl((Buf), (Length)) argument
Dcoap_hashkey.h38 #define coap_hash(String,Length,Result) \ argument
/third_party/typescript/tests/cases/compiler/
DunusedTypeParameters_infer.ts3 type Length<T> = T extends ArrayLike<infer U> ? number : never; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugArangeSet.h26 uint32_t Length; member
42 uint64_t Length; member
DDWARFDebugFrame.h135 FrameEntry(FrameKind K, uint64_t Offset, uint64_t Length, uint64_t CodeAlign, in FrameEntry()
159 const uint64_t Length; variable
169 CIE(uint64_t Offset, uint64_t Length, uint8_t Version, in CIE()
229 FDE(uint64_t Offset, uint64_t Length, int64_t LinkedCIEOffset, in FDE()
/third_party/libphonenumber/cpp/src/phonenumbers/
Dstringutil.h96 size_t Length() const { in Length() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h62 uint64_t Length; member
66 InitialLength Length; member
81 InitialLength Length; member
101 InitialLength Length; member
113 uint64_t Length; member
128 InitialLength Length; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DFileWriter.cpp22 auto Length = encodeSLEB128(S, Bytes); in writeSLEB() local
29 auto Length = encodeULEB128(U, Bytes); in writeULEB() local
DFunctionInfo.cpp118 const auto Length = O.tell() - StartOffset; in encode() local
136 const auto Length = O.tell() - StartOffset; in encode() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypeBuiltin.h43 uint64_t Length; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_split.cc66 size_t Length(absl::string_view delimiter) { return delimiter.length(); } in Length() function
75 size_t Length(absl::string_view /* delimiter */) { return 1; } in Length() function
/third_party/abseil-cpp/absl/strings/
Dstr_split.cc66 size_t Length(absl::string_view delimiter) { return delimiter.length(); } in Length() function
75 size_t Length(absl::string_view /* delimiter */) { return 1; } in Length() function
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dbyte_array.h35 int32_t Length() const { return filled_length_; } in Length() function
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dbyte_array.h35 int32_t Length() const { return filled_length_; } in Length() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DByteStreamer.h95 unsigned Length = encodeSLEB128(DWord, OSE); in EmitSLEB128() local
107 unsigned Length = encodeULEB128(DWord, OSE, PadTo); in EmitULEB128() local
/third_party/googletest/googletest/samples/
Dsample2.h74 size_t Length() const { return c_string_ == nullptr ? 0 : strlen(c_string_); } in Length() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugSubsectionRecord.h32 support::ulittle32_t Length; // number of bytes occupied by this record. member
/third_party/boost/boost/hana/
Dlength.hpp27 using Length = BOOST_HANA_DISPATCH_IF(length_impl<S>, in operator ()() typedef
/third_party/boost/libs/hana/include/boost/hana/
Dlength.hpp27 using Length = BOOST_HANA_DISPATCH_IF(length_impl<S>, in operator ()() typedef
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dpolar_coordinates.inl12 T const Length(length(euclidean)); local
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DSlice.cs41 public int Length => length; field

12345678910