Searched refs:kMaxInt32 (Results 1 – 10 of 10) sorted by relevance
89 const int kMaxInt32 = INT32_MAX; variable107 const int kMaxInt32 = std::numeric_limits<int>::max();
63 kLevelMaxIndex = ROCKSDB_NAMESPACE::port::kMaxInt32
804 if (res >= port::kMaxInt32) { in GetL0ThresholdSpeedupCompaction()805 return port::kMaxInt32; in GetL0ThresholdSpeedupCompaction()
88 static const uint32_t kMaxVectorIdx = port::kMaxInt32;
96 const int kMaxInt32 = std::numeric_limits<int32_t>::max();
19 port::kMaxInt32;
47 new BlockBuilder(port::kMaxInt32 /* restart interval */)) {} in PropertyBlockBuilder()
288 if (num <= port::kMaxInt32 && num >= port::kMinInt32) { in ParseInt32()
581 if (options_.max_valid_backups_to_open != port::kMaxInt32) { in Initialize()582 options_.max_valid_backups_to_open = port::kMaxInt32; in Initialize()
1788 backupable_options_->max_valid_backups_to_open = port::kMaxInt32; in TEST_F()