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 101 const size_t m_Len;
test_support.cpp 180 : m_pBuf(pBuf), m_Len(len) {
189 if (pos + size < pos || pos + size > pLoader->m_Len)
  /external/pdfium/core/fpdfapi/page/
cpdf_streamcontentparser.cpp 334 param.m_Name.m_Len = bsName.GetLength();
338 param.m_Name.m_Len = str.GetLength();
390 CFX_ByteString(param.m_Name.m_Buffer, param.m_Name.m_Len));
410 return CFX_ByteString(param.m_Name.m_Buffer, param.m_Name.m_Len);
    [all...]
cpdf_streamcontentparser.h 69 int m_Len;

Completed in 104 milliseconds