Home
last modified time | relevance | path

Searched refs:submatch_ (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dbacktrack.cc78 StringPiece *submatch_; // submatches to fill in member in re2::Backtracker
94 submatch_(NULL), in Backtracker()
113 submatch_ = submatch; in Search()
122 submatch_ = &sp0; in Search()
125 submatch_[0] = StringPiece(); in Search()
231 if (submatch_[0].data() == NULL || in Try()
232 (longest_ && p > submatch_[0].data() + submatch_[0].size())) { in Try()
235 submatch_[i] = StringPiece( in Try()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dbitstate.cc62 StringPiece* submatch_; // submatches to fill in member in re2::BitState
81 submatch_(NULL), in BitState()
256 if (submatch_[0].data() == NULL || in TrySearch()
257 (longest_ && p > submatch_[0].data() + submatch_[0].size())) { in TrySearch()
259 submatch_[i] = in TrySearch()
303 submatch_ = submatch; in Search()
306 submatch_[i] = StringPiece(); in Search()