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