Searched refs:GenerateRandomPostfix (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/regex-re2/re2/testing/ |
H A D | regexp_generator.cc | 78 GenerateRandomPostfix(&postfix, 0, 0, 0); in GenerateRandom() 142 bool RegexpGenerator::GenerateRandomPostfix(std::vector<string>* post, int nstk, in GenerateRandomPostfix() function in re2::RegexpGenerator 170 bool ret = GenerateRandomPostfix(post, nstk - nargs + 1, in GenerateRandomPostfix() 181 bool ret = GenerateRandomPostfix(post, nstk + 1, ops, atoms + 1); in GenerateRandomPostfix()
|
H A D | regexp_generator.h | 51 bool GenerateRandomPostfix(std::vector<string>* post, int nstk, int ops,
|
/aosp_15_r20/external/cronet/third_party/re2/src/re2/testing/ |
H A D | regexp_generator.cc | 80 GenerateRandomPostfix(&postfix, 0, 0, 0); in GenerateRandom() 144 bool RegexpGenerator::GenerateRandomPostfix(std::vector<std::string>* post, in GenerateRandomPostfix() function in re2::RegexpGenerator 172 bool ret = GenerateRandomPostfix(post, nstk - nargs + 1, in GenerateRandomPostfix() 183 bool ret = GenerateRandomPostfix(post, nstk + 1, ops, atoms + 1); in GenerateRandomPostfix()
|
H A D | regexp_generator.h | 52 bool GenerateRandomPostfix(std::vector<std::string>* post,
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
D | regexp_generator.cc | 78 GenerateRandomPostfix(&postfix, 0, 0, 0); in GenerateRandom() 142 bool RegexpGenerator::GenerateRandomPostfix(std::vector<std::string>* post, in GenerateRandomPostfix() function in re2::RegexpGenerator 170 bool ret = GenerateRandomPostfix(post, nstk - nargs + 1, in GenerateRandomPostfix() 181 bool ret = GenerateRandomPostfix(post, nstk + 1, ops, atoms + 1); in GenerateRandomPostfix()
|
D | regexp_generator.h | 53 bool GenerateRandomPostfix(std::vector<std::string>* post,
|