Searched refs:Itoa (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dprefilter_tree.cc144 static string Itoa(int n) { function in namespace:re2
152 string s = Itoa(node->op()) + ":";
159 s += Itoa((*node->subs())[i]->unique_id());
396 node_string += Itoa((*node->subs())[i]->unique_id());
/external/regex-re2/re2/
H A Dprefilter_tree.cc137 static string Itoa(int n) { function in namespace:re2
145 string s = Itoa(node->op()) + ":";
152 s += Itoa((*node->subs())[i]->unique_id());
389 node_string += Itoa((*node->subs())[i]->unique_id());

Completed in 137 milliseconds