Searched defs:m_iAllocStep (Results 1 - 1 of 1) sorted by relevance
/external/pdfium/xfa/fde/xml/ | ||
H A D | fde_xml_imp.h | 223 bool IsInitialized() { return m_iBufferSize / m_iAllocStep >= 1; } 225 inline int32_t GetAllocStep() const { return m_iAllocStep; } 248 int32_t m_iAllocStep; member in class:CFDE_BlockBuffer 331 int32_t m_iAllocStep; member in class:CFDE_XMLSyntaxParser |
Completed in 82 milliseconds