Google OR-Tools v9.12
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.29.3
5
6package com.google.ortools.util;
7
8public final class Int128OuterClass {
9 private Int128OuterClass() {}
10 static {
11 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
12 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
13 /* major= */ 4,
14 /* minor= */ 29,
15 /* patch= */ 3,
16 /* suffix= */ "",
17 Int128OuterClass.class.getName());
18 }
19 public static void registerAllExtensions(
20 com.google.protobuf.ExtensionRegistryLite registry) {
21 }
22
23 public static void registerAllExtensions(
24 com.google.protobuf.ExtensionRegistry registry) {
26 (com.google.protobuf.ExtensionRegistryLite) registry);
27 }
28 static final com.google.protobuf.Descriptors.Descriptor
29 internal_static_operations_research_Int128_descriptor;
30 static final
31 com.google.protobuf.GeneratedMessage.FieldAccessorTable
32 internal_static_operations_research_Int128_fieldAccessorTable;
33
34 public static com.google.protobuf.Descriptors.FileDescriptor
36 return descriptor;
37 }
38 private static com.google.protobuf.Descriptors.FileDescriptor
39 descriptor;
40 static {
41 java.lang.String[] descriptorData = {
42 "\n\031ortools/util/int128.proto\022\023operations_" +
43 "research\"#\n\006Int128\022\014\n\004high\030\001 \001(\003\022\013\n\003low\030" +
44 "\002 \001(\004B1\n\027com.google.ortools.utilP\001\252\002\023Goo" +
45 "gle.OrTools.Utilb\006proto3"
46 };
47 descriptor = com.google.protobuf.Descriptors.FileDescriptor
48 .internalBuildGeneratedFileFrom(descriptorData,
49 new com.google.protobuf.Descriptors.FileDescriptor[] {
50 });
51 internal_static_operations_research_Int128_descriptor =
52 getDescriptor().getMessageTypes().get(0);
53 internal_static_operations_research_Int128_fieldAccessorTable = new
54 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
55 internal_static_operations_research_Int128_descriptor,
56 new java.lang.String[] { "High", "Low", });
57 descriptor.resolveAllFeaturesImmutable();
58 }
59
60 // @@protoc_insertion_point(outer_class_scope)
61}
static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)