Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc69 return WireFormatLite::kFixed64Size; in FixedSize()
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc441 case FieldDescriptor::TYPE_FIXED64 : return internal::WireFormatLite::kFixed64Size; in GetFixedSize()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc792 return WireFormatLite::kFixed64Size; in FixedSize()
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.h689 static constexpr size_t kFixed64Size = 8; variable