Home
last modified time | relevance | path

Searched refs:kFixed32Size (Results 1 – 5 of 5) 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/javamicro/
Djavamicro_primitive_field.cc134 case FieldDescriptor::TYPE_FIXED32 : return WireFormatLite::kFixed32Size; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc643 case FieldDescriptor::TYPE_FIXED32 : return WireFormatLite::kFixed32Size; in FixedSize()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h471 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()