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

  /external/pdfium/testing/
test_support.h 115 const size_t m_Len;
test_support.cpp 206 : m_pBuf(pBuf), m_Len(len) {
215 if (pos + size < pos || pos + size > pLoader->m_Len)
  /external/pdfium/core/fpdfapi/page/
cpdf_streamcontentparser.cpp 320 param.m_Name.m_Len = str.GetLength();
323 param.m_Name.m_Len = bsName.GetLength();
375 ByteString(param.m_Name.m_Buffer, param.m_Name.m_Len));
395 return ByteString(param.m_Name.m_Buffer, param.m_Name.m_Len);
    [all...]
cpdf_streamcontentparser.h 77 int m_Len;

Completed in 100 milliseconds