Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: lib/src/descriptor.pb.dart

Issue 26842002: Update internal generated files (Closed) Base URL: https://github.com/dart-lang/dart-protoc-plugin.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/src/plugin.pb.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/descriptor.pb.dart
diff --git a/lib/src/descriptor.pb.dart b/lib/src/descriptor.pb.dart
index e54c58d8e6f4cedf7f8346b9309d6a4ddebb9179..654bfd70fd94c111bddbfef4630bc4371babe5c4 100644
--- a/lib/src/descriptor.pb.dart
+++ b/lib/src/descriptor.pb.dart
@@ -1,10 +1,11 @@
///
// Generated code. Do not modify.
///
-library Descriptor.pb;
+library proto2;
import 'dart:typed_data';
+import 'package:fixnum/fixnum.dart';
import 'package:protobuf/protobuf.dart';
class FileDescriptorSet extends GeneratedMessage {
@@ -709,13 +710,13 @@ class UninterpretedOption extends GeneratedMessage {
bool hasIdentifierValue() => hasField(3);
void clearIdentifierValue() => clearField(3);
- ByteData get positiveIntValue => getField(4);
- void set positiveIntValue(ByteData v) { setField(4, v); }
+ Int64 get positiveIntValue => getField(4);
+ void set positiveIntValue(Int64 v) { setField(4, v); }
bool hasPositiveIntValue() => hasField(4);
void clearPositiveIntValue() => clearField(4);
- ByteData get negativeIntValue => getField(5);
- void set negativeIntValue(ByteData v) { setField(5, v); }
+ Int64 get negativeIntValue => getField(5);
+ void set negativeIntValue(Int64 v) { setField(5, v); }
bool hasNegativeIntValue() => hasField(5);
void clearNegativeIntValue() => clearField(5);
« no previous file with comments | « no previous file | lib/src/plugin.pb.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698