Searched refs:kFixed32Size (Results 1 – 5 of 5) sorted by relevance
60 case FieldDescriptor::TYPE_FIXED32 : return WireFormatLite::kFixed32Size; in FixedSize()
389 case FieldDescriptor::TYPE_FIXED32 : return internal::WireFormatLite::kFixed32Size; in GetFixedSize()
682 case FieldDescriptor::TYPE_FIXED32 : return WireFormatLite::kFixed32Size; in FixedSize()
136 case FieldDescriptor::TYPE_FIXED32 : return WireFormatLite::kFixed32Size; in FixedSize()
522 static const int kFixed32Size = 4; variable