NFA 36 third_party/re2/re2/nfa.cc NFA(Prog* prog); NFA 37 third_party/re2/re2/nfa.cc ~NFA(); NFA 125 third_party/re2/re2/nfa.cc DISALLOW_EVIL_CONSTRUCTORS(NFA); NFA 128 third_party/re2/re2/nfa.cc NFA::NFA(Prog* prog) { NFA 146 third_party/re2/re2/nfa.cc NFA::~NFA() { NFA 157 third_party/re2/re2/nfa.cc void NFA::FreeThread(Thread *t) { NFA 164 third_party/re2/re2/nfa.cc NFA::Thread* NFA::AllocThread() { NFA 175 third_party/re2/re2/nfa.cc void NFA::CopyCapture(const char** dst, const char** src) { NFA 186 third_party/re2/re2/nfa.cc void NFA::AddToThreadq(Threadq* q, int id0, int flag, NFA 292 third_party/re2/re2/nfa.cc int NFA::Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p) { NFA 378 third_party/re2/re2/nfa.cc string NFA::FormatCapture(const char** capture) { NFA 400 third_party/re2/re2/nfa.cc bool NFA::Search(const StringPiece& text, const StringPiece& const_context, NFA 623 third_party/re2/re2/nfa.cc int NFA::ComputeFirstByte() { NFA 689 third_party/re2/re2/nfa.cc if (NFA::Debug) NFA 692 third_party/re2/re2/nfa.cc NFA nfa(this);