Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dencode_proto_op.cc134 return size * WireFormatLite::kFixed32Size; in TotalPackedSize()
140 return size * WireFormatLite::kFixed32Size; in TotalPackedSize()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc60 case FieldDescriptor::TYPE_FIXED32 : return WireFormatLite::kFixed32Size; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_primitive_field.cc134 case FieldDescriptor::TYPE_FIXED32 : return WireFormatLite::kFixed32Size; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc389 case FieldDescriptor::TYPE_FIXED32 : return internal::WireFormatLite::kFixed32Size; in GetFixedSize()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc663 case FieldDescriptor::TYPE_FIXED32 : return WireFormatLite::kFixed32Size; in FixedSize()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h494 static const int kFixed32Size = 4; variable
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_primitive_field.cc136 case FieldDescriptor::TYPE_FIXED32 : return WireFormatLite::kFixed32Size; in FixedSize()