Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/
Dtestinstall.cc16 f.FirstMatch("abbccc", ids); in main()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dfiltered_re2.h63 int FirstMatch(const StringPiece& text,
Dfiltered_re2.cc79 int FilteredRE2::FirstMatch(const StringPiece& text, in FirstMatch() function in re2::FilteredRE2
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dfiltered_re2_test.cc232 EXPECT_EQ(0, v.f.FirstMatch(text, atom_ids)); in TEST()