Searched refs:_type (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/include/rocksdb/utilities/ |
| D | debug.h | 22 SequenceNumber _sequence, int _type) in KeyVersion() 23 : user_key(_user_key), value(_value), sequence(_sequence), type(_type) {} in KeyVersion()
|
| /rocksdb-6.9/util/ |
| D | compression.h | 402 const CompressionDict& _dict, CompressionType _type, in CompressionInfo() argument 407 type_(_type), in CompressionInfo() 455 const UncompressionDict& _dict, CompressionType _type) in UncompressionInfo() argument 456 : context_(_context), dict_(_dict), type_(_type) {} in UncompressionInfo()
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction_iterator_test.cc | 101 explicit Action(Type _type, std::string _arg = "") in Action() 102 : type(_type), arg(_arg) {} in Action()
|
| /rocksdb-6.9/utilities/blob_db/ |
| D | blob_db_test.cc | 45 ValueType _type) in BlobIndexVersion() 50 type(_type) {} in BlobIndexVersion()
|