HomeSort by relevance Sort by last modified time
    Searched defs:m_pSection (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/fpdfdoc/
ctypeset.h 32 CSection* const m_pSection;
  /frameworks/compile/mclinker/include/mcld/LD/
DebugString.h 28 : m_pSection(NULL) {}
49 { m_pSection = &pSection; }
52 const LDSection* getSection() const { return m_pSection; }
53 LDSection* getSection() { return m_pSection; }
57 LDSection* m_pSection;
RelocData.h 63 const LDSection& getSection() const { return *m_pSection; }
64 LDSection& getSection() { return *m_pSection; }
97 LDSection* m_pSection;
SectionData.h 54 const LDSection& getSection() const { return *m_pSection; }
55 LDSection& getSection() { return *m_pSection; }
84 LDSection* m_pSection;
EhFrame.h 239 LDSection* m_pSection;
  /frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h 44 const LDSection* getSection() const { return m_pSection; }
45 LDSection* getSection() { return m_pSection; }
58 LDSection* m_pSection;
91 const LDSection* getSection() const { return m_pSection; }
92 LDSection* getSection() { return m_pSection; }
94 void setSection(LDSection* pSection) { m_pSection = pSection; }
132 LDSection* m_pSection;

Completed in 1536 milliseconds