Home
last modified time | relevance | path

Searched refs:kSFixed64Size (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc73 return WireFormatLite::kSFixed64Size; in FixedSize()
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc443 case FieldDescriptor::TYPE_SFIXED64: return internal::WireFormatLite::kSFixed64Size; in GetFixedSize()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc796 return WireFormatLite::kSFixed64Size; in FixedSize()
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.h691 static constexpr size_t kSFixed64Size = 8; variable