Home
last modified time | relevance | path

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

/external/rust/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,