/third_party/boost/libs/units/test/ |
D | test_custom_unit.cpp | 36 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/ |
D | BinaryStreamReader.cpp | 92 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()
|
D | LineIterator.cpp | 87 size_t Length = 0; in advance() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | BinaryStreamRef.h | 34 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/ |
D | coap_prng.h | 48 #define coap_prng(Buf,Length) contiki_prng_impl((Buf), (Length)) argument 67 #define coap_prng(Buf,Length) lwip_prng_impl((Buf), (Length)) argument
|
D | coap_hashkey.h | 38 #define coap_hash(String,Length,Result) \ argument
|
/third_party/typescript/tests/cases/compiler/ |
D | unusedTypeParameters_infer.ts | 3 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/ |
D | DWARFDebugArangeSet.h | 26 uint32_t Length; member 42 uint64_t Length; member
|
D | DWARFDebugFrame.h | 135 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/ |
D | stringutil.h | 96 size_t Length() const { in Length() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 62 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/ |
D | FileWriter.cpp | 22 auto Length = encodeSLEB128(S, Bytes); in writeSLEB() local 29 auto Length = encodeULEB128(U, Bytes); in writeULEB() local
|
D | FunctionInfo.cpp | 118 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/ |
D | NativeTypeBuiltin.h | 43 uint64_t Length; variable
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | str_split.cc | 66 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/ |
D | str_split.cc | 66 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/ |
D | byte_array.h | 35 int32_t Length() const { return filled_length_; } in Length() function
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
D | byte_array.h | 35 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/ |
D | ByteStreamer.h | 95 unsigned Length = encodeSLEB128(DWord, OSE); in EmitSLEB128() local 107 unsigned Length = encodeULEB128(DWord, OSE, PadTo); in EmitULEB128() local
|
/third_party/googletest/googletest/samples/ |
D | sample2.h | 74 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/ |
D | DebugSubsectionRecord.h | 32 support::ulittle32_t Length; // number of bytes occupied by this record. member
|
/third_party/boost/boost/hana/ |
D | length.hpp | 27 using Length = BOOST_HANA_DISPATCH_IF(length_impl<S>, in operator ()() typedef
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | length.hpp | 27 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/ |
D | polar_coordinates.inl | 12 T const Length(length(euclidean)); local
|
/third_party/grpc/src/csharp/Grpc.Core/Internal/ |
D | Slice.cs | 41 public int Length => length; field
|