Lines Matching refs:pANTLR3_INT_STREAM
66 static void consume (pANTLR3_INT_STREAM is);
67 static ANTLR3_MARKER tindex (pANTLR3_INT_STREAM is);
68 static ANTLR3_UINT32 _LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i);
69 static ANTLR3_MARKER mark (pANTLR3_INT_STREAM is);
70 static void release (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker);
71 static void rewindMark (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker);
72 static void rewindLast (pANTLR3_INT_STREAM is);
73 static void seek (pANTLR3_INT_STREAM is, ANTLR3_MARKER index);
74 static ANTLR3_UINT32 size (pANTLR3_INT_STREAM is);
615 consume (pANTLR3_INT_STREAM is) in consume()
631 _LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i) in _LA()
656 mark (pANTLR3_INT_STREAM is) in mark()
677 release (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker) in release()
688 rewindMark (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker) in rewindMark()
694 rewindLast (pANTLR3_INT_STREAM is) in rewindLast()
703 seek (pANTLR3_INT_STREAM is, ANTLR3_MARKER index) in seek()
715 tindex (pANTLR3_INT_STREAM is) in tindex()
731 size (pANTLR3_INT_STREAM is) in size()