This repository has been archived by the owner on Mar 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Manifest.txt
87 lines (87 loc) · 2.39 KB
/
Manifest.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
History.txt
Manifest.txt
README.txt
Rakefile
TODO
bin/rprotoc
examples/addressbook.pb.rb
examples/addressbook.proto
examples/reading_a_message.rb
examples/writing_a_message.rb
lib/protobuf/common/exceptions.rb
lib/protobuf/common/util.rb
lib/protobuf/common/wire_type.rb
lib/protobuf/compiler/compiler.rb
lib/protobuf/compiler/nodes.rb
lib/protobuf/compiler/proto.y
lib/protobuf/compiler/proto2.ebnf
lib/protobuf/compiler/proto_parser.rb
lib/protobuf/compiler/template/rpc_bin.erb
lib/protobuf/compiler/template/rpc_client.erb
lib/protobuf/compiler/template/rpc_service.erb
lib/protobuf/compiler/visitors.rb
lib/protobuf/descriptor/descriptor.proto
lib/protobuf/descriptor/descriptor.rb
lib/protobuf/descriptor/descriptor_builder.rb
lib/protobuf/descriptor/descriptor_proto.rb
lib/protobuf/descriptor/enum_descriptor.rb
lib/protobuf/descriptor/field_descriptor.rb
lib/protobuf/descriptor/file_descriptor.rb
lib/protobuf/message/decoder.rb
lib/protobuf/message/encoder.rb
lib/protobuf/message/enum.rb
lib/protobuf/message/extend.rb
lib/protobuf/message/field.rb
lib/protobuf/message/message.rb
lib/protobuf/message/protoable.rb
lib/protobuf/message/service.rb
lib/protobuf/rpc/client.rb
lib/protobuf/rpc/handler.rb
lib/protobuf/rpc/server.rb
script/mk_parser
test/check_unbuild.rb
test/data/data.bin
test/data/data_source.py
test/data/types.bin
test/data/types_source.py
test/data/unk.png
test/proto/addressbook.pb.rb
test/proto/addressbook.proto
test/proto/addressbook_base.pb.rb
test/proto/addressbook_base.proto
test/proto/addressbook_ext.pb.rb
test/proto/addressbook_ext.proto
test/proto/collision.pb.rb
test/proto/collision.proto
test/proto/ext_collision.pb.rb
test/proto/ext_collision.proto
test/proto/ext_range.pb.rb
test/proto/ext_range.proto
test/proto/float_default.proto
test/proto/lowercase.pb.rb
test/proto/lowercase.proto
test/proto/merge.pb.rb
test/proto/merge.proto
test/proto/nested.pb.rb
test/proto/nested.proto
test/proto/optional_field.pb.rb
test/proto/optional_field.proto
test/proto/packed.pb.rb
test/proto/packed.proto
test/proto/rpc.proto
test/proto/types.pb.rb
test/proto/types.proto
test/test_addressbook.rb
test/test_compiler.rb
test/test_descriptor.rb
test/test_enum_value.rb
test/test_extension.rb
test/test_lowercase.rb
test/test_message.rb
test/test_optional_field.rb
test/test_packed_field.rb
test/test_parse.rb
test/test_repeated_types.rb
test/test_serialize.rb
test/test_standard_message.rb
test/test_types.rb