Lines Matching refs:Rep
434 struct WriteBatchWithIndex::Rep { struct in ROCKSDB_NAMESPACE::WriteBatchWithIndex
435 explicit Rep(const Comparator* index_comparator, size_t reserved_bytes = 0, in Rep() function
485 bool WriteBatchWithIndex::Rep::UpdateExistingEntry( in UpdateExistingEntry()
491 bool WriteBatchWithIndex::Rep::UpdateExistingEntryWithCfId( in UpdateExistingEntryWithCfId()
515 void WriteBatchWithIndex::Rep::AddOrUpdateIndex( in AddOrUpdateIndex()
527 void WriteBatchWithIndex::Rep::AddOrUpdateIndex(const Slice& key) { in AddOrUpdateIndex()
533 void WriteBatchWithIndex::Rep::AddNewEntry(uint32_t column_family_id) { in AddNewEntry()
551 void WriteBatchWithIndex::Rep::Clear() { in Clear()
556 void WriteBatchWithIndex::Rep::ClearIndex() { in ClearIndex()
566 Status WriteBatchWithIndex::Rep::ReBuildIndex() { in ReBuildIndex()
636 : rep(new Rep(default_index_comparator, reserved_bytes, max_bytes, in WriteBatchWithIndex()