Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dprefilter_tree.h100 string DebugNodeString(Prefilter* node) const;
Dprefilter_tree.cc354 LOG(INFO) << DebugNodeString(prefilter_vec_[regexpid]); in PrintPrefilter()
376 string PrefilterTree::DebugNodeString(Prefilter* node) const { in DebugNodeString() function in re2::PrefilterTree
391 node_string += DebugNodeString((*node->subs())[i]); in DebugNodeString()
/external/chromium_org/third_party/re2/re2/
Dprefilter_tree.h103 string DebugNodeString(Prefilter* node) const;
Dprefilter_tree.cc361 LOG(INFO) << DebugNodeString(prefilter_vec_[regexpid]); in PrintPrefilter()
383 string PrefilterTree::DebugNodeString(Prefilter* node) const { in DebugNodeString() function in re2::PrefilterTree
398 node_string += DebugNodeString((*node->subs())[i]); in DebugNodeString()