Searched refs:kFixed64Size (Results 1 – 5 of 5) sorted by relevance
61 case FieldDescriptor::TYPE_FIXED64 : return WireFormatLite::kFixed64Size; in FixedSize()
135 case FieldDescriptor::TYPE_FIXED64 : return WireFormatLite::kFixed64Size; in FixedSize()
644 case FieldDescriptor::TYPE_FIXED64 : return WireFormatLite::kFixed64Size; in FixedSize()
137 case FieldDescriptor::TYPE_FIXED64 : return WireFormatLite::kFixed64Size; in FixedSize()
472 static const int kFixed64Size = 8; variable