Searched refs:EndColumn (Results 1 – 10 of 10) sorted by relevance
70 ColumnInfo(uint16_t StartColumn, uint16_t EndColumn) { in ColumnInfo() argument73 ((static_cast<uint32_t>(EndColumn) << EndColumnShift) & EndColumnMask); in ColumnInfo()99 uint16_t StartColumn, uint16_t EndColumn, bool IsStatement) in Line() argument101 ColumnInf(StartColumn, EndColumn) {} in Line()
61 support::ulittle16_t EndColumn; member
70 public int EndColumn { get; } property in Google.Protobuf.Reflection.DescriptorDeclaration103 EndColumn = location.Span[hasEndLine ? 3 : 2] + 1; in DescriptorDeclaration()
71 uint16_t EndColumn; member
93 Assert.AreEqual(2, message.Declaration.EndColumn); in MessageLocations()
274 IO.mapRequired("EndColumn", Obj.EndColumn); in mapping()430 C.StartColumn, C.EndColumn); in toCodeViewSubsection()598 SCE.EndColumn = C.EndColumn; in fromCodeViewSubsection()
99 CNE.EndColumn = ColEnd; in addLineAndColumnInfo()
305 m_endColumn = script->EndColumn(); in Initialize()
206 int EndColumn() const;
423 int Script::EndColumn() const { in EndColumn() function in v8::debug::Script