TYPE_SINT32       235 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc     case FieldDescriptor::TYPE_SINT32  : return "SInt32";
TYPE_SINT32        58 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc     case FieldDescriptor::TYPE_SINT32  : return -1;
TYPE_SINT32        52 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc     case FieldDescriptor::TYPE_SINT32  : return "SINT32";
TYPE_SINT32       213 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc     case FieldDescriptor::TYPE_SINT32:
TYPE_SINT32       100 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc     case FieldDescriptor::TYPE_SINT32  : return "SInt32"  ;
TYPE_SINT32       133 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc     case FieldDescriptor::TYPE_SINT32  : return -1;
TYPE_SINT32        79 third_party/protobuf/src/google/protobuf/compiler/parser.cc   result["sint32"  ] = FieldDescriptorProto::TYPE_SINT32;
TYPE_SINT32       801 third_party/protobuf/src/google/protobuf/compiler/parser.cc     case FieldDescriptorProto::TYPE_SINT32:
TYPE_SINT32       807 third_party/protobuf/src/google/protobuf/compiler/parser.cc           field->type() == FieldDescriptorProto::TYPE_SINT32 ||
TYPE_SINT32      4879 third_party/protobuf/src/google/protobuf/descriptor.cc     case FieldDescriptor::TYPE_SINT32:
TYPE_SINT32      2412 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT32;
TYPE_SINT32       789 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static const Type TYPE_SINT32 = FieldDescriptorProto_Type_TYPE_SINT32;
TYPE_SINT32      1594 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("sint32"  , GetTypeNameForFieldType(FD::TYPE_SINT32  ));
TYPE_SINT32      1619 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ(FD::CPPTYPE_INT32  , GetCppTypeForFieldType(FD::TYPE_SINT32  ));
TYPE_SINT32      1644 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("int32"  , GetCppTypeNameForFieldType(FD::TYPE_SINT32  ));
TYPE_SINT32        84 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SINT32>(