TYPE_SINT64       236 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc     case FieldDescriptor::TYPE_SINT64  : return "SInt64";
TYPE_SINT64        59 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc     case FieldDescriptor::TYPE_SINT64  : return -1;
TYPE_SINT64        57 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc     case FieldDescriptor::TYPE_SINT64  : return "SINT64";
TYPE_SINT64       220 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc     case FieldDescriptor::TYPE_SINT64:
TYPE_SINT64       105 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc     case FieldDescriptor::TYPE_SINT64  : return "SInt64"  ;
TYPE_SINT64       134 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc     case FieldDescriptor::TYPE_SINT64  : return -1;
TYPE_SINT64        80 third_party/protobuf/src/google/protobuf/compiler/parser.cc   result["sint64"  ] = FieldDescriptorProto::TYPE_SINT64;
TYPE_SINT64       802 third_party/protobuf/src/google/protobuf/compiler/parser.cc     case FieldDescriptorProto::TYPE_SINT64:
TYPE_SINT64      4901 third_party/protobuf/src/google/protobuf/descriptor.cc     case FieldDescriptor::TYPE_SINT64:
TYPE_SINT64      2413 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT64;
TYPE_SINT64       790 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static const Type TYPE_SINT64 = FieldDescriptorProto_Type_TYPE_SINT64;
TYPE_SINT64      1595 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("sint64"  , GetTypeNameForFieldType(FD::TYPE_SINT64  ));
TYPE_SINT64      1620 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ(FD::CPPTYPE_INT64  , GetCppTypeForFieldType(FD::TYPE_SINT64  ));
TYPE_SINT64      1645 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("int64"  , GetCppTypeNameForFieldType(FD::TYPE_SINT64  ));
TYPE_SINT64        93 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_SINT64>(