Home
last modified time | relevance | path

Searched refs:EndColumn (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DLine.h70 ColumnInfo(uint16_t StartColumn, uint16_t EndColumn) { in ColumnInfo() argument
73 ((static_cast<uint32_t>(EndColumn) << EndColumnShift) & EndColumnMask); in ColumnInfo()
99 uint16_t StartColumn, uint16_t EndColumn, bool IsStatement) in Line() argument
101 ColumnInf(StartColumn, EndColumn) {} in Line()
DDebugLinesSubsection.h61 support::ulittle16_t EndColumn; member
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorDeclaration.cs70 public int EndColumn { get; } property in Google.Protobuf.Reflection.DescriptorDeclaration
103 EndColumn = location.Span[hasEndLine ? 3 : 2] + 1; in DescriptorDeclaration()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h71 uint16_t EndColumn; member
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorDeclarationTest.cs93 Assert.AreEqual(2, message.Declaration.EndColumn); in MessageLocations()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp274 IO.mapRequired("EndColumn", Obj.EndColumn); in mapping()
430 C.StartColumn, C.EndColumn); in toCodeViewSubsection()
598 SCE.EndColumn = C.EndColumn; in fromCodeViewSubsection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugLinesSubsection.cpp99 CNE.EndColumn = ColEnd; in addLineAndColumnInfo()
/third_party/node/deps/v8/src/inspector/
Dv8-debugger-script.cc305 m_endColumn = script->EndColumn(); in Initialize()
/third_party/node/deps/v8/src/debug/
Ddebug-interface.h206 int EndColumn() const;
Ddebug-interface.cc423 int Script::EndColumn() const { in EndColumn() function in v8::debug::Script