HomeSort by relevance Sort by last modified time
    Searched refs:astack_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/re2/re2/
nfa.cc 119 AddState* astack_; // pre-allocated for AddToThreadq member in class:re2::NFA
139 astack_ = new AddState[nastack_];
148 delete[] astack_;
191 // Astack_ is pre-allocated to avoid resize operations.
197 AddState* stk = astack_;
dfa.cc 353 int* astack_; // Pre-allocated stack for AddToQueue member in class:re2::DFA
442 astack_(NULL),
484 astack_ = new int[nastack_];
490 delete[] astack_;
811 // Use astack_ to hold our stack of states yet to process.
817 int* stk = astack_;
    [all...]

Completed in 379 milliseconds