Home | History | Annotate | Download | only in Serialization

Lines Matching refs:ProcessingUpdateRecords

898   bool ProcessingUpdateRecords = false;
1121 : Reader(reader), PrevState(Reader.ProcessingUpdateRecords) {
1122 Reader.ProcessingUpdateRecords = true;
1125 ~ProcessingUpdatesRAIIObj() { Reader.ProcessingUpdateRecords = PrevState; }
2252 bool isProcessingUpdateRecords() { return ProcessingUpdateRecords; }