Searched refs:ops_ (Results 1 – 4 of 4) sorted by relevance
49 : maxatoms_(maxatoms), maxops_(maxops), atoms_(atoms), ops_(ops) { in RegexpGenerator()53 if (ops_.size() == 0) in RegexpGenerator()123 for (int i = 0; i < ops_.size(); i++) { in GeneratePostfix()124 const string& fmt = ops_[i]; in GeneratePostfix()154 const string& fmt = ops_[acm_->Uniform(ops_.size())]; in GenerateRandomPostfix()
54 vector<string> ops_; // Possible ops. variable
163 stream->ops_ = 0; in jas_stream_create()190 stream->ops_ = &jas_stream_memops; in jas_stream_memopen()282 stream->ops_ = &jas_stream_fileops; in jas_stream_fopen()336 stream->ops_ = &jas_stream_sfileops; in jas_stream_freopen()400 stream->ops_ = &jas_stream_fileops; in jas_stream_tmpfile()453 stream->ops_ = &jas_stream_fileops; in jas_stream_fdopen()475 (*stream->ops_->close_)(stream->obj_); in jas_stream_close()632 if (stream->ops_ == &jas_stream_memops) { in jas_stream_isseekable()634 } else if (stream->ops_ == &jas_stream_fileops) { in jas_stream_isseekable()635 if ((*stream->ops_->seek_)(stream->obj_, 0, SEEK_CUR) < 0) { in jas_stream_isseekable()[all …]
232 jas_stream_ops_t *ops_; member