| 170 | } |
| 171 | |
| 172 | inline int NodePosition(const string& name) { |
| 173 | int position; |
| 174 | ParseNodeNameAsStringPiece(name, &position); |
| 175 | return position; |
| 176 | } |
| 177 | |
| 178 | // Add a prefix to a node name with a custom delimiter. |
| 179 | string AddPrefixToNodeName(const string& name, const string& prefix, |