Searched refs:hasOldValue (Results 1 – 2 of 2) sorted by relevance
60 if (hasOldValue(iter->value)) in isOldValueRequested()72 if (hasOldValue(iter->value)) { in enqueueMutationRecord()
80 bool hasOldValue(MutationRecordDeliveryOptions options) { return options & m_oldValueFlag; } in hasOldValue() function