void QuantumTSTaggedStringAttributeHandler::_consumeValue(const std::string& key, const KeyValue& value) { consumeTSTaggedValue(key, attribute, value->getUInt64Value(ts_attribute), value->getStringValue(attribute)); }
void QuantumTSTaggedBinaryAttributeHandler::_consumeValue(const std::string& key, const KeyValue& value) { uint32_t buf_size = 0; consumeTSTaggedValue(key, attribute, value->getUInt64Value(ts_attribute), ChaosSharedPtr<SerializationBuffer>(new SerializationBuffer(value->getBinaryValue(attribute, buf_size), buf_size))); }