Home | History | Annotate | Download | only in Support

Lines Matching full:currententry

2125     CurrentEntry = nullptr;
2128 if (CurrentEntry) {
2129 CurrentEntry->skip();
2132 CurrentEntry = nullptr;
2139 CurrentEntry = new (getAllocator()) KeyValueNode(Doc);
2145 CurrentEntry = nullptr;
2151 CurrentEntry = nullptr;
2164 CurrentEntry = nullptr;
2171 CurrentEntry = nullptr;
2179 CurrentEntry = nullptr;
2182 if (CurrentEntry)
2183 CurrentEntry->skip();
2189 CurrentEntry = parseBlockNode();
2190 if (!CurrentEntry) { // An error occurred.
2192 CurrentEntry = nullptr;
2198 CurrentEntry = nullptr;
2205 CurrentEntry = nullptr;
2211 CurrentEntry = parseBlockNode();
2212 if (!CurrentEntry) { // An error occurred.
2214 CurrentEntry = nullptr;
2220 CurrentEntry = nullptr;
2234 CurrentEntry = nullptr;
2242 CurrentEntry = nullptr;
2248 CurrentEntry = nullptr;
2252 CurrentEntry = parseBlockNode();
2253 if (!CurrentEntry) {