Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/profile_resetter/
Djtl_interpreter.cc42 sentence_(sentence), in ExecutionContext()
56 if (next_instruction_index_ >= sentence_.size()) in ContinueExecution()
59 Operation* op = sentence_[next_instruction_index_]; in ContinueExecution()
96 const std::vector<Operation*> sentence_; member in __anonf2dd75130111::ExecutionContext