Home | History | Annotate | Download | only in Support

Lines Matching refs:CurrentEntry

1879     CurrentEntry = nullptr;
1882 if (CurrentEntry) {
1883 CurrentEntry->skip();
1886 CurrentEntry = nullptr;
1893 CurrentEntry = new (getAllocator()) KeyValueNode(Doc);
1899 CurrentEntry = nullptr;
1905 CurrentEntry = nullptr;
1918 CurrentEntry = nullptr;
1925 CurrentEntry = nullptr;
1933 CurrentEntry = nullptr;
1936 if (CurrentEntry)
1937 CurrentEntry->skip();
1943 CurrentEntry = parseBlockNode();
1944 if (!CurrentEntry) { // An error occurred.
1946 CurrentEntry = nullptr;
1952 CurrentEntry = nullptr;
1959 CurrentEntry = nullptr;
1965 CurrentEntry = parseBlockNode();
1966 if (!CurrentEntry) { // An error occurred.
1968 CurrentEntry = nullptr;
1974 CurrentEntry = nullptr;
1988 CurrentEntry = nullptr;
1996 CurrentEntry = nullptr;
2002 CurrentEntry = nullptr;
2006 CurrentEntry = parseBlockNode();
2007 if (!CurrentEntry) {