Home
last modified time | relevance | path

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

/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/java/
Djava_primitive_field.cc134 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/
Dwire_format_lite.h458 static const int kFixed32Size = 4; variable