Home
last modified time | relevance | path

Searched refs:GenerateRandomPostfix (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/regex-re2/re2/testing/
H A Dregexp_generator.cc78 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 Dregexp_generator.h51 bool GenerateRandomPostfix(std::vector<string>* post, int nstk, int ops,
/aosp_15_r20/external/cronet/third_party/re2/src/re2/testing/
H A Dregexp_generator.cc80 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 Dregexp_generator.h52 bool GenerateRandomPostfix(std::vector<std::string>* post,
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dregexp_generator.cc78 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()
Dregexp_generator.h53 bool GenerateRandomPostfix(std::vector<std::string>* post,