Home
last modified time | relevance | path

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

/third_party/re2/re2/testing/
Dcompile_test.cc145 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()
Ddfa_test.cc373 LOG(ERROR) << t.regexp << " bytemap:\n" << prog->DumpByteMap(); in TEST()
/third_party/re2/re2/
Dprog.h227 std::string DumpByteMap();
Donepass.cc585 LOG(ERROR) << "bytemap:\n" << DumpByteMap(); in IsOnePass()
Dprog.cc175 std::string Prog::DumpByteMap() { in DumpByteMap() function in re2::Prog