Home
last modified time | relevance | path

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

/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/java/
Djava_helpers.cc645 case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::kSFixed32Size; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_primitive_field.cc138 case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::kSFixed32Size; in FixedSize()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h473 static const int kSFixed32Size = 4; variable