Home | History | Annotate | Download | only in protobuf

Lines Matching defs:TYPE_INT32

334     TYPE_INT32          = 5,   // int32, varint on the wire.  Negative numbers
360 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
689 // e.g. the full name of FieldDescriptorProto::TYPE_INT32 is actually
690 // "google.protobuf.FieldDescriptorProto.TYPE_INT32", NOT
691 // "google.protobuf.FieldDescriptorProto.Type.TYPE_INT32". This is to conform