Searched defs:bit_size (Results 1 – 3 of 3) sorted by relevance
261 size_t bit_size = GetLsbForPosition(kCapacity) - lsb; in Truncate() local
40 ALWAYS_INLINE BitMemoryRegion(uint8_t* data, ssize_t bit_start, size_t bit_size) { in BitMemoryRegion()65 void Resize(size_t bit_size) { in Resize()
48 std::vector<bool> ProtoStringToBranch(const std::string& s, size_t bit_size) { in ProtoStringToBranch()