Searched refs:kBoolSize (Results 1 – 9 of 9) sorted by relevance
78 DCHECK_LE(count_to_fill_, kBoolSize); in Fill()79 int max_bits_to_read = kBigBoolBitSize - kBoolSize + count_to_fill_; in Fill()99 unsigned int split = (bool_range_ * prob + (256 - prob)) >> kBoolSize; in ReadBool()101 << (kBigBoolBitSize - kBoolSize); in ReadBool()
50 const int kBoolSize = 8; variable
81 return WireFormatLite::kBoolSize; in FixedSize()
141 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize; in FixedSize()
422 case FieldDescriptor::TYPE_BOOL : return internal::WireFormatLite::kBoolSize; in GetFixedSize()
143 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize; in FixedSize()
804 return WireFormatLite::kBoolSize; in FixedSize()
147 return size * WireFormatLite::kBoolSize; in TotalPackedSize()
678 static const size_t kBoolSize = 1; variable