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

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

Completed in 111 milliseconds