Home
last modified time | relevance | path

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

/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
/third_party/re2/re2/
Dregexp.h380 std::map<std::string, int>* NamedCaptures();
Dregexp.cc606 std::map<std::string, int>* Regexp::NamedCaptures() { in NamedCaptures() function in re2::Regexp
Dre2.cc314 re->named_groups_ = re->suffix_regexp_->NamedCaptures(); in NamedCapturingGroups()