Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
Int128OuterClass.java
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// NO CHECKED-IN PROTOBUF GENCODE
3// source: ortools/util/int128.proto
4// Protobuf Java Version: 4.31.1
5
6package com.google.ortools.util;
7
8@com.google.protobuf.Generated
9public final class Int128OuterClass {
10 private Int128OuterClass() {}
11 static {
12 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
13 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
14 /* major= */ 4,
15 /* minor= */ 31,
16 /* patch= */ 1,
17 /* suffix= */ "",
18 Int128OuterClass.class.getName());
19 }
20 public static void registerAllExtensions(
21 com.google.protobuf.ExtensionRegistryLite registry) {
22 }
23
24 public static void registerAllExtensions(
25 com.google.protobuf.ExtensionRegistry registry) {
27 (com.google.protobuf.ExtensionRegistryLite) registry);
28 }
29 static final com.google.protobuf.Descriptors.Descriptor
30 internal_static_operations_research_Int128_descriptor;
31 static final
32 com.google.protobuf.GeneratedMessage.FieldAccessorTable
33 internal_static_operations_research_Int128_fieldAccessorTable;
34
35 public static com.google.protobuf.Descriptors.FileDescriptor
37 return descriptor;
38 }
39 private static com.google.protobuf.Descriptors.FileDescriptor
40 descriptor;
41 static {
42 java.lang.String[] descriptorData = {
43 "\n\031ortools/util/int128.proto\022\023operations_" +
44 "research\"#\n\006Int128\022\014\n\004high\030\001 \001(\003\022\013\n\003low\030" +
45 "\002 \001(\004B1\n\027com.google.ortools.utilP\001\252\002\023Goo" +
46 "gle.OrTools.Utilb\006proto3"
47 };
48 descriptor = com.google.protobuf.Descriptors.FileDescriptor
49 .internalBuildGeneratedFileFrom(descriptorData,
50 new com.google.protobuf.Descriptors.FileDescriptor[] {
51 });
52 internal_static_operations_research_Int128_descriptor =
53 getDescriptor().getMessageTypes().get(0);
54 internal_static_operations_research_Int128_fieldAccessorTable = new
55 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
56 internal_static_operations_research_Int128_descriptor,
57 new java.lang.String[] { "High", "Low", });
58 descriptor.resolveAllFeaturesImmutable();
59 }
60
61 // @@protoc_insertion_point(outer_class_scope)
62}
static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)