Home
last modified time | relevance | path

Searched refs:ReverseProgramFanout (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/fuzzing/
Dre2_fuzzer.cc94 int rfanout = re.ReverseProgramFanout(&histogram); in TestOneInput()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dre2_test.cc505 ASSERT_EQ(2, re1.ReverseProgramFanout(&histogram)); in TEST()
509 ASSERT_EQ(5, re10.ReverseProgramFanout(&histogram)); in TEST()
513 ASSERT_EQ(9, re100.ReverseProgramFanout(&histogram)); in TEST()
517 ASSERT_EQ(12, re1000.ReverseProgramFanout(&histogram)); in TEST()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.h309 int ReverseProgramFanout(std::vector<int>* histogram) const;
Dre2.cc338 int RE2::ReverseProgramFanout(std::vector<int>* histogram) const { in ReverseProgramFanout() function in re2::RE2