Home | History | Annotate | Download | only in Serialization

Lines Matching refs:ProcessingUpdateRecords

896   bool ProcessingUpdateRecords = false;
1122 : Reader(reader), PrevState(Reader.ProcessingUpdateRecords) {
1123 Reader.ProcessingUpdateRecords = true;
1126 ~ProcessingUpdatesRAIIObj() { Reader.ProcessingUpdateRecords = PrevState; }
2273 bool isProcessingUpdateRecords() { return ProcessingUpdateRecords; }