Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc63 case FieldDescriptor::TYPE_SFIXED64: return WireFormatLite::kSFixed64Size; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_primitive_field.cc137 case FieldDescriptor::TYPE_SFIXED64: return WireFormatLite::kSFixed64Size; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc392 case FieldDescriptor::TYPE_SFIXED64: return internal::WireFormatLite::kSFixed64Size; in GetFixedSize()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc666 case FieldDescriptor::TYPE_SFIXED64: return WireFormatLite::kSFixed64Size; in FixedSize()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h497 static const int kSFixed64Size = 8; variable
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_primitive_field.cc139 case FieldDescriptor::TYPE_SFIXED64: return WireFormatLite::kSFixed64Size; in FixedSize()
/external/tensorflow/tensorflow/core/kernels/
Dencode_proto_op.cc204 return size * WireFormatLite::kSFixed64Size; in TotalPackedSize()