Home
last modified time | relevance | path

Searched refs:istream (Results 1 – 25 of 169) sorted by relevance

1234567

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3tokenstream.c128 if (stream->tstream->istream->super == stream->tstream) in antlr3CTSFree()
130 stream->tstream->istream->free(stream->tstream->istream); in antlr3CTSFree()
131 stream->tstream->istream = NULL; in antlr3CTSFree()
224 stream->tstream->istream->consume = dbgConsume; in antlr3CommonTokenDebugStreamSourceNew()
225 stream->tstream->istream->_LA = dbgLA; in antlr3CommonTokenDebugStreamSourceNew()
226 stream->tstream->istream->mark = dbgMark; in antlr3CommonTokenDebugStreamSourceNew()
227 stream->tstream->istream->rewind = dbgRewindStream; in antlr3CommonTokenDebugStreamSourceNew()
228 stream->tstream->istream->rewindLast = dbgRewindLast; in antlr3CommonTokenDebugStreamSourceNew()
229 stream->tstream->istream->seek = dbgSeek; in antlr3CommonTokenDebugStreamSourceNew()
274 stream->tstream->istream = antlr3IntStreamNew(); in antlr3CommonTokenStreamNew()
[all …]
Dantlr3commontreenodestream.c170 stream->tnstream->istream = antlr3IntStreamNew(); in antlr3CommonTreeNodeStreamNewStream()
172 if (stream->tnstream->istream == NULL) in antlr3CommonTreeNodeStreamNewStream()
206 stream->tnstream->istream->consume = consume; in antlr3CommonTreeNodeStreamNewStream()
207 stream->tnstream->istream->index = tindex; in antlr3CommonTreeNodeStreamNewStream()
208 stream->tnstream->istream->_LA = _LA; in antlr3CommonTreeNodeStreamNewStream()
209 stream->tnstream->istream->mark = mark; in antlr3CommonTreeNodeStreamNewStream()
210 stream->tnstream->istream->release = release; in antlr3CommonTreeNodeStreamNewStream()
211 stream->tnstream->istream->rewind = rewindMark; in antlr3CommonTreeNodeStreamNewStream()
212 stream->tnstream->istream->rewindLast = rewindLast; in antlr3CommonTreeNodeStreamNewStream()
213 stream->tnstream->istream->seek = seek; in antlr3CommonTreeNodeStreamNewStream()
[all …]
Dantlr3inputstream.c143 input->istream = antlr3IntStreamNew(); in antlr3GenericSetupStream()
144 input->istream->type = ANTLR3_CHARSTREAM; in antlr3GenericSetupStream()
145 input->istream->super = input; in antlr3GenericSetupStream()
149 …input->istream->consume = antlr38BitConsume; // Consume the next 8 bit character in the bu… in antlr3GenericSetupStream()
150 …input->istream->_LA = antlr38BitLA; // Return the UTF32 character at offset n (1 … in antlr3GenericSetupStream()
151 …input->istream->index = antlr38BitIndex; // Current index (offset from first chara… in antlr3GenericSetupStream()
152 …input->istream->mark = antlr38BitMark; // Record the current lex state for later restore … in antlr3GenericSetupStream()
153 input->istream->rewind = antlr38BitRewind; // How to rewind the input in antlr3GenericSetupStream()
154 input->istream->rewindLast = antlr38BitRewindLast; // How to rewind the input in antlr3GenericSetupStream()
155 …input->istream->seek = antlr38BitSeek; // How to seek to a specific point in the stream … in antlr3GenericSetupStream()
[all …]
Dantlr3lexer.c62 … void * getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream);
63 static void * getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream
222 pANTLR3_INT_STREAM istream; in nextTokenStr() local
227 istream = input->istream; in nextTokenStr()
256 if (istream->_LA(istream, 1) == ANTLR3_CHARSTREAM_EOF) in nextTokenStr()
587 lexer->input->istream->mark(lexer->input->istream); in pushCharStream()
631 lexer->input->istream->rewindLast(lexer->input->istream); in popCharStream()
731 if (lexer->input->istream->_LA(lexer->input->istream, 1) != (*string)) in matchs()
750 lexer->input->istream->consume(lexer->input->istream); in matchs()
772 if (lexer->input->istream->_LA(lexer->input->istream, 1) == c) in matchc()
[all …]
Dantlr3baserecognizer.c78 … void * getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream);
79 static void * getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream
295 is = ins->istream; in antlr3RecognitionExceptionNew()
303 is = parser->tstream->istream; in antlr3RecognitionExceptionNew()
311 is = tns->istream; in antlr3RecognitionExceptionNew()
350 ex->index = cts->tstream->istream->index (cts->tstream->istream); in antlr3RecognitionExceptionNew()
367 ex->index = tns->istream->index (tns->istream); in antlr3RecognitionExceptionNew()
429 is = parser->tstream->istream; in match()
437 is = tparser->ctnstream->tnstream->istream; in match()
501 is = parser->tstream->istream; in matchAny()
[all …]
Dantlr3treeparser.c46 …tic void * getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream);
47 static void * getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream, p…
189 getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream) in getCurrentInputSymbol() argument
194 tns = (pANTLR3_TREE_NODE_STREAM)(istream->super); in getCurrentInputSymbol()
204 getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream, pANTLR3_EXCEPTI… in getMissingSymbol() argument
217 tns = (pANTLR3_TREE_NODE_STREAM)(istream->super); in getMissingSymbol()
/external/openfst/src/include/fst/
Dpair-weight.h39 istream &operator>>(istream &strm, PairWeight<W1, W2> &w);
44 friend istream &operator>><W1, W2>(istream&, PairWeight<W1, W2>&);
71 istream &Read(istream &strm) { in Read()
115 inline static istream &ReadNoParen( in ReadNoParen()
116 istream &strm, PairWeight<W1, W2>& w, char separator) { in ReadNoParen()
144 inline static istream &ReadWithParen( in ReadWithParen()
145 istream &strm, PairWeight<W1, W2>& w, in ReadWithParen()
256 inline istream &operator>>(istream &strm, PairWeight<W1, W2> &w) {
Dutil.h64 inline istream &ReadType(istream &strm, T *t) { in ReadType()
70 inline istream &ReadType(istream &strm, T *t) { \
90 inline istream &ReadType(istream &strm, string *s) { in ReadType()
104 inline istream &ReadType(istream &strm, pair<S, T> *p) { in ReadType()
111 inline istream &ReadType(istream &strm, pair<const S, T> *p) { in ReadType()
130 inline istream &ReadType(istream &strm, C<S, T> *c) { \
149 inline istream &ReadType(istream &strm, C<S, T, U> *c) { \
363 bool AlignInput(istream &strm);
Dtuple-weight.h38 istream &operator>>(istream &strm, TupleWeight<W, n> &w);
83 istream &Read(istream &strm) { in Read()
135 inline static istream &ReadNoParen(istream &strm, in ReadNoParen()
171 inline static istream &ReadWithParen(istream &strm, in ReadWithParen()
242 friend istream &operator>><W, n>(istream&, TupleWeight<W, n>&);
306 inline istream &operator>>(istream &strm, TupleWeight<W, n> &w) {
Dsparse-tuple-weight.h54 istream &operator>>(istream &strm, SparseTupleWeight<W, K> &w);
111 istream &Read(istream &strm) { in Read()
204 static istream& ReadNoParen(
205 istream&, SparseTupleWeight<W, K>&, char separator);
207 static istream& ReadWithParen(
208 istream&, SparseTupleWeight<W, K>&,
221 friend istream &operator>><W, K>(istream&, SparseTupleWeight<W, K>&);
373 inline istream &operator>>(istream &strm, SparseTupleWeight<W, K> &w) {
397 inline istream& SparseTupleWeight<W, K>::ReadNoParen( in ReadNoParen()
398 istream &strm, in ReadNoParen()
[all …]
/external/chromium_org/third_party/icu/source/io/unicode/
Dustream.h54 U_IO_API std::istream & U_EXPORT2 operator>>(std::istream& stream, UnicodeString& s);
64 U_IO_API istream & U_EXPORT2 operator>>(istream& stream, UnicodeString& s);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dutil.h34 inline istream &ReadType(istream &strm, T *t) { in ReadType()
39 inline istream &ReadType(istream &strm, string *s) { in ReadType()
Dfloat-weight.h46 istream &Read(istream &strm) { in Read()
96 inline istream &operator>>(istream &strm, FloatWeight &w) {
/external/openssl/crypto/comp/
Dc_zlib.c133 z_stream istream; member
148 state->istream.zalloc = zlib_zalloc; in zlib_stateful_init()
149 state->istream.zfree = zlib_zfree; in zlib_stateful_init()
150 state->istream.opaque = Z_NULL; in zlib_stateful_init()
151 state->istream.next_in = Z_NULL; in zlib_stateful_init()
152 state->istream.next_out = Z_NULL; in zlib_stateful_init()
153 state->istream.avail_in = 0; in zlib_stateful_init()
154 state->istream.avail_out = 0; in zlib_stateful_init()
155 err = inflateInit_(&state->istream, in zlib_stateful_init()
185 inflateEnd(&state->istream); in zlib_stateful_finish()
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/comp/
Dc_zlib.c133 z_stream istream; member
148 state->istream.zalloc = zlib_zalloc; in zlib_stateful_init()
149 state->istream.zfree = zlib_zfree; in zlib_stateful_init()
150 state->istream.opaque = Z_NULL; in zlib_stateful_init()
151 state->istream.next_in = Z_NULL; in zlib_stateful_init()
152 state->istream.next_out = Z_NULL; in zlib_stateful_init()
153 state->istream.avail_in = 0; in zlib_stateful_init()
154 state->istream.avail_out = 0; in zlib_stateful_init()
155 err = inflateInit_(&state->istream, in zlib_stateful_init()
185 inflateEnd(&state->istream); in zlib_stateful_finish()
[all …]
/external/oprofile/gui/
Doprof_start_config.h38 void load(std::istream & in);
54 std::istream & operator>>(std::istream & in, config_setting & object);
Doprof_start_config.cpp64 void config_setting::load(istream & in) in load()
108 istream & operator>>(istream & in, config_setting & object) in operator >>()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dmodule.cpp44 __proc(compat::istream &is, T &x) { in __proc()
50 __proc(compat::istream &is) { in __proc()
66 proc(compat::istream &is, T &x) { in proc()
83 proc(compat::istream &is, compat::vector<T> &v) { in proc()
145 module::deserialize(compat::istream &is) { in deserialize()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
Dmodule.cpp44 __proc(compat::istream &is, T &x) { in __proc()
50 __proc(compat::istream &is) { in __proc()
66 proc(compat::istream &is, T &x) { in proc()
83 proc(compat::istream &is, compat::vector<T> &v) { in proc()
145 module::deserialize(compat::istream &is) { in deserialize()
/external/stlport/stlport/
Diostream.h53 class istream_withassign : public istream {
55 istream_withassign() : istream((streambuf*)0) {}
58 istream_withassign& operator=(istream& __s) {
/external/icu4c/io/unicode/
Dustream.h54 U_IO_API std::istream & U_EXPORT2 operator>>(std::istream& stream, UnicodeString& s);
/external/openfst/src/include/fst/script/
Dcompile.h32 fst::istream &istrm;
45 FstCompileArgs(istream &istrm, const string &source, const string &dest,
82 void CompileFst(istream &istrm, const string &source, const string &dest,
/external/stlport/src/
Diostream.cpp70 _STLP_DECLSPEC istream cin(0);
100 _STLP_DECLSPEC _Stl_aligned_buffer<istream> cin;
105 _Stl_aligned_buffer<istream> cin;
224 istream* ptr_cin = new(&cin) istream(cin_buf.get()); cin_buf.release(); in _S_initialize()
250 istream* ptr_cin = &cin; in _S_uninitialize()
/external/oprofile/libabi/
Dabi.h36 friend std::istream & operator>>(std::istream & i, abi & abi);
/external/llvm/examples/BrainF/
DBrainF.h42 Module *parse(std::istream *in1, int mem, CompileFlags cf,
79 std::istream *in;

1234567