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
192 class CLine {
194 CLine();
195 virtual ~CLine();
208 CLine* GetAt(int32_t nIndex) const { return m_Lines.GetAt(nIndex); } in GetAt()
219 CLine* pLine = new CLine; in Add()
222 } else if (CLine* pLine = GetAt(m_nTotal)) { in Add()
235 CPVT_ArrayTemplate<CLine*> m_Lines;
Ddoc_vt.cpp24 CLine::CLine() {} in CLine() function in CLine
25 CLine::~CLine() {} in ~CLine()
26 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()
41 CPVT_WordPlace CLine::GetNextWordPlace(const CPVT_WordPlace& place) const { in GetNextWordPlace()
68 if (CLine* pLine = m_LineArray.GetAt(i)) { in ResetLinePlace()
98 if (CLine* pLine = m_LineArray.GetAt(0)) { in GetBeginWordPlace()
104 if (CLine* pLine = m_LineArray.GetAt(m_LineArray.GetSize() - 1)) { in GetEndWordPlace()
116 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()