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

Side by Side Diff: third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code_pb.rb

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years 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 unified diff | Download patch
OLDNEW
1 # Generated by the protocol buffer compiler. DO NOT EDIT! 1 # Generated by the protocol buffer compiler. DO NOT EDIT!
2 # source: ruby_generated_code.proto 2 # source: ruby_generated_code.proto
3 3
4 require 'google/protobuf' 4 require 'google/protobuf'
5 5
6 Google::Protobuf::DescriptorPool.generated_pool.build do 6 Google::Protobuf::DescriptorPool.generated_pool.build do
7 add_message "A.B.C.TestMessage" do 7 add_message "A.B.C.TestMessage" do
8 optional :optional_int32, :int32, 1 8 optional :optional_int32, :int32, 1
9 optional :optional_int64, :int64, 2 9 optional :optional_int64, :int64, 2
10 optional :optional_uint32, :uint32, 3 10 optional :optional_uint32, :uint32, 3
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 65
66 module A 66 module A
67 module B 67 module B
68 module C 68 module C
69 TestMessage = Google::Protobuf::DescriptorPool.generated_pool.lookup("A.B. C.TestMessage").msgclass 69 TestMessage = Google::Protobuf::DescriptorPool.generated_pool.lookup("A.B. C.TestMessage").msgclass
70 TestMessage::NestedMessage = Google::Protobuf::DescriptorPool.generated_po ol.lookup("A.B.C.TestMessage.NestedMessage").msgclass 70 TestMessage::NestedMessage = Google::Protobuf::DescriptorPool.generated_po ol.lookup("A.B.C.TestMessage.NestedMessage").msgclass
71 TestEnum = Google::Protobuf::DescriptorPool.generated_pool.lookup("A.B.C.T estEnum").enummodule 71 TestEnum = Google::Protobuf::DescriptorPool.generated_pool.lookup("A.B.C.T estEnum").enummodule
72 end 72 end
73 end 73 end
74 end 74 end
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698