Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dnull_walker.cc14 class NullWalker : public Regexp::Walker<bool> { class
16 NullWalker() {} in NullWalker() function in re2::NullWalker
30 NullWalker(const NullWalker&) = delete;
31 NullWalker& operator=(const NullWalker&) = delete;
38 bool NullWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg, in PostVisit()
45 NullWalker w; in NullWalk()