Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dencode_proto_op.cc192 return size * WireFormatLite::kSFixed32Size; in TotalPackedSize()
198 return size * WireFormatLite::kSFixed32Size; in TotalPackedSize()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc62 case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::kSFixed32Size; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_primitive_field.cc136 case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::kSFixed32Size; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc391 case FieldDescriptor::TYPE_SFIXED32: return internal::WireFormatLite::kSFixed32Size; in GetFixedSize()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc665 case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::kSFixed32Size; in FixedSize()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h496 static const int kSFixed32Size = 4; variable
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_primitive_field.cc138 case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::kSFixed32Size; in FixedSize()