Lines Matching refs:iteratorT

87 template< class iteratorT >
88 class PDFGrammar : public grammar< PDFGrammar<iteratorT> >
92 PDFGrammar( const iteratorT& first ) in PDFGrammar()
104 iteratorT m_aGlobalBegin;
145 definition( const PDFGrammar<iteratorT>& rSelf ) in definition()
147 PDFGrammar<iteratorT>* pSelf = const_cast< PDFGrammar<iteratorT>* >( &rSelf ); in definition()
283 void parseError( const char* pMessage, iteratorT pLocation ) in parseError()
288 rtl::OString iteratorToString( iteratorT first, iteratorT last ) const in iteratorToString()
299 void haveFile( iteratorT pBegin, iteratorT /*pEnd*/ ) in haveFile() argument
314 void pushComment( iteratorT first, iteratorT last ) in pushComment()
327 void insertNewValue( PDFEntry* pNewValue, iteratorT pPos ) in insertNewValue()
381 void pushName( iteratorT first, iteratorT last ) in pushName()
386 void pushDouble( iteratorT first, iteratorT /*last*/ ) in pushDouble() argument
391 void pushString( iteratorT first, iteratorT last ) in pushString()
396 void pushBool( iteratorT first, iteratorT last ) in pushBool()
401 void pushNull( iteratorT first, iteratorT ) in pushNull() argument
407 void beginObject( iteratorT first, iteratorT /*last*/ ) in beginObject() argument
432 void endObject( iteratorT first, iteratorT ) in endObject() argument
442 void pushObjectRef( iteratorT first, iteratorT ) in pushObjectRef() argument
451 void beginDict( iteratorT first, iteratorT ) in beginDict() argument
460 void endDict( iteratorT first, iteratorT ) in endDict() argument
481 void beginArray( iteratorT first, iteratorT ) in beginArray() argument
491 void endArray( iteratorT first, iteratorT ) in endArray() argument
501 void emitStream( iteratorT first, iteratorT last ) in emitStream()
524 void beginTrailer( iteratorT first, iteratorT ) in beginTrailer() argument
544 void endTrailer( iteratorT first, iteratorT ) in endTrailer() argument