Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dcompile.cc999 static bool IsAnchorStart(Regexp** pre, int depth) { in IsAnchorStart() function
1014 if (IsAnchorStart(&sub, depth+1)) { in IsAnchorStart()
1028 if (IsAnchorStart(&sub, depth+1)) { in IsAnchorStart()
1138 bool is_anchor_start = IsAnchorStart(&sre, 0); in Compile()