Home
last modified time | relevance | path

Searched refs:NamedCaptures (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dregexp_test.cc47 TEST(Regexp, NamedCaptures) { in TEST() argument
54 const std::map<std::string, int>* have = x->NamedCaptures(); in TEST()
Dparse_test.cc493 TEST(NamedCaptures, ErrorArgs) { in TEST() argument
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.h380 std::map<std::string, int>* NamedCaptures();
Dregexp.cc608 std::map<std::string, int>* Regexp::NamedCaptures() { in NamedCaptures() function in re2::Regexp
Dre2.cc351 re->named_groups_ = re->suffix_regexp_->NamedCaptures(); in NamedCapturingGroups()