Searched refs:ComputeFirstByte (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dnfa.cc107 int ComputeFirstByte();
143 first_byte_ = ComputeFirstByte();
623 int NFA::ComputeFirstByte() { function in class:re2::NFA
637 LOG(DFATAL) << "unhandled " << ip->opcode() << " in ComputeFirstByte";
/external/regex-re2/re2/
H A Dnfa.cc107 int ComputeFirstByte();
143 first_byte_ = ComputeFirstByte();
623 int NFA::ComputeFirstByte() { function in class:re2::NFA
637 LOG(DFATAL) << "unhandled " << ip->opcode() << " in ComputeFirstByte";

Completed in 145 milliseconds