Searched refs:ops_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/courgette/
H A Dencoded_program.cc196 return ops_.push_back(ORIGIN) && origins_.push_back(origin);
210 if (!ops_.empty()) {
211 if (ops_.back() == COPY1) {
212 ops_.back() = COPY;
215 if (ok && ops_.back() == COPY) {
226 ok = ops_.push_back(COPY1) && copy_bytes_.push_back(source[0]);
228 ok = ops_.push_back(COPY) && copy_counts_.push_back(count);
239 return ops_.push_back(ABS32) && abs32_ix_.push_back(label_index);
243 return ops_.push_back(REL32) && rel32_ix_.push_back(label_index);
247 return ops_
[all...]
H A Dencoded_program.h110 OPVector ops_; member in class:courgette::EncodedProgram
/external/chromium_org/third_party/re2/re2/testing/
H A Dregexp_generator.h54 vector<string> ops_; // Possible ops. member in class:re2::RegexpGenerator
H A Dregexp_generator.cc49 : maxatoms_(maxatoms), maxops_(maxops), atoms_(atoms), ops_(ops) {
53 if (ops_.size() == 0)
123 for (int i = 0; i < ops_.size(); i++) {
124 const string& fmt = ops_[i];
154 const string& fmt = ops_[acm_->Uniform(ops_.size())];
/external/regex-re2/re2/testing/
H A Dregexp_generator.h54 vector<string> ops_; // Possible ops. member in class:re2::RegexpGenerator
H A Dregexp_generator.cc49 : maxatoms_(maxatoms), maxops_(maxops), atoms_(atoms), ops_(ops) {
53 if (ops_.size() == 0)
123 for (int i = 0; i < ops_.size(); i++) {
124 const string& fmt = ops_[i];
154 const string& fmt = ops_[acm_->Uniform(ops_.size())];

Completed in 139 milliseconds