Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc70 return WireFormatLite::kFixed64Size; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_primitive_field.cc135 case FieldDescriptor::TYPE_FIXED64 : return WireFormatLite::kFixed64Size; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc416 case FieldDescriptor::TYPE_FIXED64 : return internal::WireFormatLite::kFixed64Size; in GetFixedSize()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_primitive_field.cc137 case FieldDescriptor::TYPE_FIXED64 : return WireFormatLite::kFixed64Size; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc793 return WireFormatLite::kFixed64Size; in FixedSize()
/external/tensorflow/tensorflow/core/kernels/
Dencode_proto_op.cc128 return size * WireFormatLite::kFixed64Size; in TotalPackedSize()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h673 static const size_t kFixed64Size = 8; variable