Home
last modified time | relevance | path

Searched refs:CLine (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h15 class CLine; variable
218 class CLine
221 CLine();
222 virtual ~CLine();
242 CLine * GetAt(FX_INT32 nIndex) const in GetAt()
261 CLine* pLine = new CLine; in Add()
264 } else if (CLine* pLine = GetAt(m_nTotal)) { in Add()
277 CPVT_ArrayTemplate<CLine*> m_Lines;
Ddoc_vt.cpp19 CLine::CLine() in CLine() function in CLine
22 CLine::~CLine() in ~CLine()
25 CPVT_WordPlace CLine::GetBeginWordPlace() const in GetBeginWordPlace()
29 CPVT_WordPlace CLine::GetEndWordPlace() const in GetEndWordPlace()
33 CPVT_WordPlace CLine::GetPrevWordPlace(const CPVT_WordPlace & place) const in GetPrevWordPlace()
40 CPVT_WordPlace CLine::GetNextWordPlace(const CPVT_WordPlace & place) const in GetNextWordPlace()
73 if (CLine * pLine = m_LineArray.GetAt(i)) { in ResetLinePlace()
108 if (CLine * pLine = m_LineArray.GetAt(0)) { in GetBeginWordPlace()
116 if (CLine * pLine = m_LineArray.GetAt(m_LineArray.GetSize() - 1)) { in GetEndWordPlace()
130 if (CLine * pLine = m_LineArray.GetAt(place.nLineIndex)) { in GetPrevWordPlace()
[all …]
/external/clang/unittests/Tooling/
DCommentHandlerTest.cpp46 unsigned CLine = SM.getSpellingLineNumber(Start, &Invalid); in HandleComment() local
52 Comments.push_back(Comment(C, CLine, CCol)); in HandleComment()