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 15 class CLine;
192 class CLine {
194 CLine();
195 virtual ~CLine();
208 CLine* GetAt(int32_t nIndex) const { return m_Lines.GetAt(nIndex); }
219 CLine* pLine = new CLine;
222 } else if (CLine* pLine = GetAt(m_nTotal)) {
235 CPVT_ArrayTemplate<CLine*> m_Lines;
doc_vt.cpp 24 CLine::CLine() {}
25 CLine::~CLine() {}
26 CPVT_WordPlace CLine::GetBeginWordPlace() const {
29 CPVT_WordPlace CLine::GetEndWordPlace() const {
33 CPVT_WordPlace CLine::GetPrevWordPlace(const CPVT_WordPlace& place) const {
41 CPVT_WordPlace CLine::GetNextWordPlace(const CPVT_WordPlace& place) const {
68 if (CLine* pLine = m_LineArray.GetAt(i)) {
98 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 1000 milliseconds