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
67 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize; in FixedSize()
141 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize; in FixedSize()
396 case FieldDescriptor::TYPE_BOOL : return internal::WireFormatLite::kBoolSize; in GetFixedSize()
670 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize; in FixedSize()
500 static const int kBoolSize = 1; variable
143 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize; in FixedSize()
147 return size * WireFormatLite::kBoolSize; in TotalPackedSize()