TYPE_INT64        232 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc     case FieldDescriptor::TYPE_INT64   : return "Int64";
TYPE_INT64         55 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc     case FieldDescriptor::TYPE_INT64   : return -1;
TYPE_INT64         55 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc     case FieldDescriptor::TYPE_INT64   : return "INT64";
TYPE_INT64        218 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc     case FieldDescriptor::TYPE_INT64:
TYPE_INT64        103 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc     case FieldDescriptor::TYPE_INT64   : return "Int64"   ;
TYPE_INT64        130 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc     case FieldDescriptor::TYPE_INT64   : return -1;
TYPE_INT64         78 third_party/protobuf/src/google/protobuf/compiler/parser.cc   result["int64"   ] = FieldDescriptorProto::TYPE_INT64;
TYPE_INT64        800 third_party/protobuf/src/google/protobuf/compiler/parser.cc     case FieldDescriptorProto::TYPE_INT64:
TYPE_INT64       4893 third_party/protobuf/src/google/protobuf/descriptor.cc     case FieldDescriptor::TYPE_INT64:
TYPE_INT64       2398 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_INT64;
TYPE_INT64       7234 third_party/protobuf/src/google/protobuf/descriptor.pb.cc                    ::google::protobuf::int64, ::google::protobuf::internal::WireFormatLite::TYPE_INT64>(
TYPE_INT64        775 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static const Type TYPE_INT64 = FieldDescriptorProto_Type_TYPE_INT64;
TYPE_INT64       1580 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("int64"   , GetTypeNameForFieldType(FD::TYPE_INT64   ));
TYPE_INT64       1605 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ(FD::CPPTYPE_INT64  , GetCppTypeForFieldType(FD::TYPE_INT64   ));
TYPE_INT64       1630 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("int64"  , GetCppTypeNameForFieldType(FD::TYPE_INT64   ));
TYPE_INT64       1665 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   AddField(message_proto, "int64" , 2, label, FD::TYPE_INT64 )
TYPE_INT64       1694 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   AddField(message_proto, "implicit_int64" , 22, label, FD::TYPE_INT64 );
TYPE_INT64         63 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_INT64>(