Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dcompile.cc1046 static bool IsAnchorEnd(Regexp** pre, int depth) { in IsAnchorEnd() function
1061 if (IsAnchorEnd(&sub, depth+1)) { in IsAnchorEnd()
1075 if (IsAnchorEnd(&sub, depth+1)) { in IsAnchorEnd()
1139 bool is_anchor_end = IsAnchorEnd(&sre, 0); in Compile()