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