Home
last modified time | relevance | path

Searched defs:EndColumn (Results 1 – 5 of 5) 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()
99 uint16_t StartColumn, uint16_t EndColumn, bool IsStatement) 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h71 uint16_t EndColumn; member
/third_party/node/deps/v8/src/debug/
Ddebug-interface.cc423 int Script::EndColumn() const { in EndColumn() function in v8::debug::Script