Searched refs:kFixed64Size (Results 1 – 5 of 5) sorted by relevance
61 case FieldDescriptor::TYPE_FIXED64 : return WireFormatLite::kFixed64Size; in FixedSize()
390 case FieldDescriptor::TYPE_FIXED64 : return internal::WireFormatLite::kFixed64Size; in GetFixedSize()
683 case FieldDescriptor::TYPE_FIXED64 : return WireFormatLite::kFixed64Size; in FixedSize()
137 case FieldDescriptor::TYPE_FIXED64 : return WireFormatLite::kFixed64Size; in FixedSize()
523 static const int kFixed64Size = 8; variable