OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ops_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/courgette/
encoded_program.cc
196
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_
.push_back(static_cast<OP>(op)) &
[
all
...]
encoded_program.h
110
OPVector
ops_
;
member in class:courgette::EncodedProgram
/external/chromium_org/third_party/re2/re2/testing/
regexp_generator.h
54
vector<string>
ops_
; // Possible ops.
member in class:re2::RegexpGenerator
regexp_generator.cc
49
: 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/
regexp_generator.h
54
vector<string>
ops_
; // Possible ops.
member in class:re2::RegexpGenerator
regexp_generator.cc
49
: 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 114 milliseconds