Home
last modified time | relevance | path

Searched refs:comment_stream (Results 1 – 14 of 14) sorted by relevance

/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/src/cascade/cl/
H A Dcomment_stream.h69 class comment_stream : public std::istream {
71 comment_stream(std::istream& is) : std::istream(&buf_), buf_(is.rdbuf()) {} in comment_stream() function
H A Dfile_arg.h46 comment_stream cs(ifs); in operator()
H A Ddir_arg.h78 comment_stream cs(ifs); in walk()
/dports/java/jikes/jikes-1.22/src/
H A Dstream.h319 inline unsigned NumComments() { return comment_stream.Length(); } in NumComments()
395 for (i = 1; i < comment_stream.Length(); i++) in SetUpComments()
399 for (i = 1; i < comment_stream.Length(); i++) in SetUpComments()
426 return comment_stream.Length() * sizeof(Comment); in CommentSpaceAllocated()
529 ConvertibleArray<Comment> comment_stream; variable
H A Dstream.cpp345 comment_stream(10, 8), in LexStream()
564 comments = comment_stream.Array(); in CompressSpace()
670 int hi = comment_stream.Length() - 1; in FirstComment()
677 if (comment_stream[mid].location < location) in FirstComment()
681 i = comment_stream[lo].location > location ? lo : lo + 1; in FirstComment()
683 return i < (unsigned) comment_stream.Length() && in FirstComment()
684 comment_stream[i].previous_token == tok ? i : 0; in FirstComment()
H A Dscanner.cpp144 LexStream::Comment* current_comment = &(lex -> comment_stream.Next()); in Initialize()
270 current_comment = &(lex -> comment_stream.Next()); in ScanStarComment()
416 LexStream::Comment* current_comment = &(lex -> comment_stream.Next()); in ScanSlashComment()
/dports/www/py-praw/praw-6.2.0/tests/integration/models/reddit/
H A Dtest_multi.py176 comment_stream = multi.stream.comments(pause_after=0)
179 comment = next(comment_stream)
182 comment = next(comment_stream)
185 comment = next(comment_stream)
H A Dtest_subreddit.py1451 comment_stream = self.reddit.subreddit("kakapo").stream.comments(
1456 comment = next(comment_stream)
1459 comment = next(comment_stream)
1462 comment = next(comment_stream)
/dports/math/py-pystan/pystan-2.19.0.0/pystan/
H A Dpystan_writer.hpp268 std::ostream& comment_stream, in sample_writer_factory() argument
292 comment_writer comments(comment_stream, prefix); in sample_writer_factory()
H A Dstan_fit.hpp795 std::stringstream comment_stream; in command() local
950 comment_stream, "# ", in command()
976 comment_stream, "# ", in command()
1083 comment_stream, "# ", in command()
1207 std::string comments = comment_stream.str(); in command()
1256 comment_stream, "# ", in command()
/dports/archivers/zip/zip30/
H A Dzip.c2481 comment_stream = (FILE *)stdin;
3261 comment_stream = NULL;
3716 comment_stream = NULL;
5696 if (comment_stream == NULL) {
5700 comment_stream = stderr;
5708 setmode(fileno(comment_stream), O_TEXT);
5734 if (fgets(e, MAXCOM+1, comment_stream) != NULL)
5765 if (comment_stream == NULL) {
5769 comment_stream = stderr;
5792 setmode(fileno(comment_stream), O_TEXT);
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/zip/zip/
H A Dzip.c2481 comment_stream = (FILE *)stdin;
3261 comment_stream = NULL;
3716 comment_stream = NULL;
5696 if (comment_stream == NULL) {
5700 comment_stream = stderr;
5708 setmode(fileno(comment_stream), O_TEXT);
5734 if (fgets(e, MAXCOM+1, comment_stream) != NULL)
5765 if (comment_stream == NULL) {
5769 comment_stream = stderr;
5792 setmode(fileno(comment_stream), O_TEXT);
[all …]
/dports/www/py-ttrv/ttrv-1.27.3/ttrv/packages/praw/
H A Dhelpers.py40 def comment_stream(reddit_session, subreddit, limit=None, verbosity=1): function
/dports/www/py-tuir/tuir-1.29.0/tuir/packages/praw/
H A Dhelpers.py40 def comment_stream(reddit_session, subreddit, limit=None, verbosity=1): function