Home
last modified time | relevance | path

Searched refs:stream_t (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dtokenize.c56 } stream_t; typedef
75 static struct position stream_pos(stream_t *stream) in stream_pos()
343 static struct token * alloc_token(stream_t *stream) in alloc_token()
354 static int nextchar_slow(stream_t *stream) in nextchar_slow()
440 static inline int nextchar(stream_t *stream) in nextchar()
460 static struct token *mark_eof(stream_t *stream) in mark_eof()
478 static void add_token(stream_t *stream) in add_token()
488 static void drop_token(stream_t *stream) in drop_token()
545 static int get_one_number(int c, int next, stream_t *stream) in get_one_number()
585 static int eat_string(int next, stream_t *stream, enum token_type type) in eat_string()
[all …]
/third_party/boost/boost/format/
Dalt_sstream.hpp132 typedef ::std::basic_ostream<Ch, Tr> stream_t; typedef in boost::io::basic_oaltstringstream
142 : pbase_type(new stringbuf_t), stream_t(pbase_type::member.get()) in basic_oaltstringstream()
145 : pbase_type(buf), stream_t(pbase_type::member.get()) in basic_oaltstringstream()
148 : pbase_type(buf, No_Op() ), stream_t(pbase_type::member.get()) in basic_oaltstringstream()