Lines Matching refs:type
21 void appendToReplayLog(std::string* replay_log, ValueType type, Slice value) { in appendToReplayLog() argument
29 replay_log->push_back(type); in appendToReplayLog()
34 (void)type; in appendToReplayLog()
197 assert((state_ != kMerge && parsed_key.type != kTypeMerge) || in SaveValue()
206 appendToReplayLog(replay_log_, parsed_key.type, value); in SaveValue()
215 auto type = parsed_key.type; in SaveValue() local
217 if ((type == kTypeValue || type == kTypeMerge || type == kTypeBlobIndex) && in SaveValue()
220 type = kTypeRangeDeletion; in SaveValue()
222 switch (type) { in SaveValue()
226 if (type == kTypeBlobIndex && is_blob_index_ == nullptr) { in SaveValue()
281 *is_blob_index_ = (type == kTypeBlobIndex); in SaveValue()
364 auto type = static_cast<ValueType>(*s.data()); in replayGetContextLog() local
375 ParsedInternalKey(user_key, kMaxSequenceNumber, type), value, in replayGetContextLog()