/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | Line.cpp | 14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo() argument 16 uint32_t LineDelta = EndLine - StartLine; in LineInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | Line.h | 36 LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement); 98 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, in Line() argument 100 : CodeOffset(CodeOffset), LineInf(StartLine, EndLine, IsStatement), in Line()
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | DescriptorDeclaration.cs | 65 public int EndLine { get; } property in Google.Protobuf.Reflection.DescriptorDeclaration 102 EndLine = hasEndLine ? location.Span[2] + 1 : StartLine; in DescriptorDeclaration()
|
/third_party/abseil-cpp/absl/flags/internal/ |
D | usage.cc | 143 EndLine(); in Write() 149 EndLine(); in Write() 175 void EndLine() { in EndLine() function in absl::flags_internal::__anon9dfa7cb80111::FlagHelpPrettyPrinter 216 printer.EndLine(); in FlagHelpHumanReadable()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
D | usage.cc | 146 EndLine(); in Write() 153 EndLine(); in Write() 178 void EndLine() { in EndLine() function in absl::flags_internal::__anon0992948d0111::FlagHelpPrettyPrinter 221 printer.EndLine(); in FlagHelpHumanReadable() 308 printer.EndLine(); in FlagsHelpImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Memory.inc | 241 const intptr_t EndLine = ((intptr_t) Addr + Len + LineSize - 1) & Mask; 243 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) 247 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Memory.inc | 311 const intptr_t EndLine = ((intptr_t) Addr + Len + LineSize - 1) & Mask; 313 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) 317 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
D | DescriptorDeclarationTest.cs | 92 Assert.AreEqual(404, message.Declaration.EndLine); in MessageLocations()
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | tsprotocol.go | 352 EndLine float64 `json:"endLine"` member
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | tsprotocol.go | 352 EndLine float64 `json:"endLine"` member
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | ksmedia.h | 2501 ULONG EndLine; member
|