Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprefilter_tree.cc364 LOG(ERROR) << DebugNodeString(prefilter_vec_[regexpid]); in PrintPrefilter()
386 std::string PrefilterTree::DebugNodeString(Prefilter* node) const { in DebugNodeString() function in re2::PrefilterTree
400 node_string += DebugNodeString((*node->subs())[i]); in DebugNodeString()
Dprefilter_tree.h108 std::string DebugNodeString(Prefilter* node) const;