Searched refs:GenerateRandomPostfix (Results 1 – 2 of 2) sorted by relevance
/external/rust/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,
|