Searched refs:ExtentCountType (Results 1 – 5 of 5) sorted by relevance
21 NodeCountForExtents(static_cast<ExtentCountType>(extents_.size()))); in NodePopulator()24 uint32_t NodePopulator::NodeCountForExtents(ExtentCountType extent_count) { in NodeCountForExtents()40 ExtentCountType extent_index = 0; in Walk()
251 typedef uint16_t ExtentCountType; typedef254 constexpr size_t kMaxBlobExtents = std::numeric_limits<ExtentCountType>::max();297 ExtentCountType extent_count;311 ExtentCountType extent_count;
34 static uint32_t NodeCountForExtents(ExtentCountType extent_count);
16 for (ExtentCountType i = 0; i <= kInlineMaxExtents; i++) { in NodeCountTest()20 for (ExtentCountType i = kInlineMaxExtents + 1; in NodeCountTest()25 for (ExtentCountType i = kInlineMaxExtents + kContainerMaxExtents + 1; in NodeCountTest()
375 const ExtentCountType extent_count = static_cast<ExtentCountType>(extents.size()); in SpaceAllocate()
Completed in 15 milliseconds