Lines Matching refs:aGrammar
557 PDFGrammar<const char*> aGrammar( pBuffer ); in read() local
564 aGrammar, in read()
579 unsigned int nElem = aGrammar.m_aObjectStack.size(); in read()
582 fprintf( stderr, " %s\n", typeid( *(aGrammar.m_aObjectStack[i]) ).name() ); in read()
588 unsigned int nEntries = aGrammar.m_aObjectStack.size(); in read()
591 pRet = aGrammar.m_aObjectStack.back(); in read()
592 aGrammar.m_aObjectStack.pop_back(); in read()
635 PDFGrammar< file_iterator<> > aGrammar( file_start ); in read()
642 aGrammar, in read()
657 unsigned int nElem = aGrammar.m_aObjectStack.size(); in read()
660 fprintf( stderr, " %s\n", typeid( *(aGrammar.m_aObjectStack[i]) ).name() ); in read()
666 unsigned int nEntries = aGrammar.m_aObjectStack.size(); in read()
669 pRet = aGrammar.m_aObjectStack.back(); in read()
670 aGrammar.m_aObjectStack.pop_back(); in read()
678 fprintf( stderr, "%s\n", typeid(*aGrammar.m_aObjectStack[i]).name() ); in read()
679 PDFObject* pObj = dynamic_cast<PDFObject*>(aGrammar.m_aObjectStack[i]); in read()
683 fprintf( stderr, "(type %s)\n", typeid(*aGrammar.m_aObjectStack[i]).name() ); in read()