HomeSort by relevance Sort by last modified time
    Searched refs:NodeString (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/re2/re2/
prefilter_tree.h 94 // Returns the prefilter node that has the same NodeString as this
100 string NodeString(Prefilter* node) const;
prefilter_tree.cc 137 string node_string = NodeString(node);
150 string PrefilterTree::NodeString(Prefilter* node) const {
206 node_map_[NodeString(node)] = node;

Completed in 1498 milliseconds