Home
last modified time | relevance | path

Searched refs:kMaxInt32 (Results 1 – 10 of 10) sorted by relevance

/rocksdb-6.9/port/win/
Dport_win.h89 const int kMaxInt32 = INT32_MAX; variable
107 const int kMaxInt32 = std::numeric_limits<int>::max();
/rocksdb-6.9/db/
Dfile_indexer.h63 kLevelMaxIndex = ROCKSDB_NAMESPACE::port::kMaxInt32
Dcolumn_family.cc804 if (res >= port::kMaxInt32) { in GetL0ThresholdSpeedupCompaction()
805 return port::kMaxInt32; in GetL0ThresholdSpeedupCompaction()
/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_builder.h88 static const uint32_t kMaxVectorIdx = port::kMaxInt32;
/rocksdb-6.9/port/
Dport_posix.h96 const int kMaxInt32 = std::numeric_limits<int32_t>::max();
/rocksdb-6.9/table/
Dtable_properties.cc19 port::kMaxInt32;
Dmeta_blocks.cc47 new BlockBuilder(port::kMaxInt32 /* restart interval */)) {} in PropertyBlockBuilder()
/rocksdb-6.9/util/
Dstring_util.cc288 if (num <= port::kMaxInt32 && num >= port::kMinInt32) { in ParseInt32()
/rocksdb-6.9/utilities/backupable/
Dbackupable_db.cc581 if (options_.max_valid_backups_to_open != port::kMaxInt32) { in Initialize()
582 options_.max_valid_backups_to_open = port::kMaxInt32; in Initialize()
Dbackupable_db_test.cc1788 backupable_options_->max_valid_backups_to_open = port::kMaxInt32; in TEST_F()