Searched refs:kBoolSize (Results 1 – 4 of 4) sorted by relevance
80 return WireFormatLite::kBoolSize; in FixedSize()
447 case FieldDescriptor::TYPE_BOOL : return internal::WireFormatLite::kBoolSize; in GetFixedSize()
803 return WireFormatLite::kBoolSize; in FixedSize()
694 static constexpr size_t kBoolSize = 1; variable