Searched refs:DumpByteMap (Results 1 – 5 of 5) sorted by relevance
/third_party/re2/re2/testing/ |
D | compile_test.cc | 145 static void DumpByteMap(StringPiece pattern, Regexp::ParseFlags flags, in DumpByteMap() function 152 *bytemap = prog->DumpByteMap(); in DumpByteMap() 163 DumpByteMap(".", Regexp::PerlX|Regexp::Latin1, &bytemap); in TEST() 174 DumpByteMap("[0-9A-Fa-f]+", Regexp::PerlX|Regexp::Latin1, &bytemap); in TEST() 185 DumpByteMap("\\b", Regexp::LikePerl|Regexp::Latin1, &bytemap); in TEST() 198 DumpByteMap("[^_]", Regexp::LikePerl|Regexp::Latin1, &bytemap); in TEST() 212 DumpByteMap(".", Regexp::PerlX, &bytemap); in TEST()
|
D | dfa_test.cc | 373 LOG(ERROR) << t.regexp << " bytemap:\n" << prog->DumpByteMap(); in TEST()
|
/third_party/re2/re2/ |
D | prog.h | 227 std::string DumpByteMap();
|
D | onepass.cc | 585 LOG(ERROR) << "bytemap:\n" << DumpByteMap(); in IsOnePass()
|
D | prog.cc | 175 std::string Prog::DumpByteMap() { in DumpByteMap() function in re2::Prog
|