HomeSort by relevance Sort by last modified time
    Searched refs:CLine (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 13 class CLine;
216 class CLine : public CFX_Object
219 CLine();
220 virtual ~CLine();
240 CLine * GetAt(FX_INT32 nIndex) const
259 if (CLine * pLine = FX_NEW CLine) {
266 if (CLine * pLine = GetAt(m_nTotal)) {
280 CPVT_ArrayTemplate<CLine*> m_Lines;
doc_vt.cpp 19 CLine::CLine()
22 CLine::~CLine()
25 CPVT_WordPlace CLine::GetBeginWordPlace() const
29 CPVT_WordPlace CLine::GetEndWordPlace() const
33 CPVT_WordPlace CLine::GetPrevWordPlace(const CPVT_WordPlace & place) const
40 CPVT_WordPlace CLine::GetNextWordPlace(const CPVT_WordPlace & place) const
73 if (CLine * pLine = m_LineArray.GetAt(i)) {
109 if (CLine * pLine = m_LineArray.GetAt(0)) {
    [all...]
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 46 unsigned CLine = SM.getSpellingLineNumber(Start, &Invalid);
52 Comments.push_back(Comment(C, CLine, CCol));

Completed in 209 milliseconds