Get desktop application:
View/edit binary Protocol Buffers messages
optional int32 optional_int = 1
Used in: TestMessage2
required string required_string = 1
Used in: SubTestMessage2
optional int32 o_int = 1
repeated string r_string = 2
optional float o_float = 3
optional double o_double = 4
Used in: SubTestMessage3
int32 o_int = 1
repeated string r_string = 2
float o_float = 3
double o_double = 4
Used in: TestMessage2
optional int32 o_int = 1
repeated string r_string = 2
optional float o_float = 3
optional double o_double = 4
optional TestMessage2 o_test_message = 5
Used in: TestMessage3
int32 o_int = 1
repeated string r_string = 2
float o_float = 3
double o_double = 4
optional TestMessage3 o_test_message = 5
Used in: SubTestMessage2
optional int32 o_int = 1
repeated string r_string = 2
optional int64 o_long_defaults_to_42 = 3
optional float o_float = 5
optional float o_float2 = 6
optional double o_double = 7
optional double o_double2 = 8
optional float o_float_defaults_to_42 = 9
optional double o_double_defaults_to_42 = 10
optional TestMessage2 o_test_message = 13
repeated TestMessage2 r_test_message = 14
optional SubTestMessage2 o_sub_test_message = 15
repeated SubTestMessage2 r_sub_test_message = 16
map<string, TestMessage2> test_message_map = 17
oneof oneof_field
Used in: TestMessage2
DEFAULT = 0
ONE = 1
TWO = 2
Used in: SubTestMessage3
int32 o_int = 1
repeated string r_string = 2
float o_float = 5
float o_float2 = 6
double o_double = 7
double o_double2 = 8
optional TestMessage3 o_test_message = 13
repeated TestMessage3 r_test_message = 14
optional SubTestMessage3 o_sub_test_message = 15
repeated SubTestMessage3 r_sub_test_message = 16
map<string, TestMessage3> test_message_map = 17
oneof oneof_field
Used in: TestMessage3
DEFAULT = 0
ONE = 1
TWO = 2
optional int32 optional_int = 1
Used in: TestMessageLite2
optional string optional_string = 1
required int32 required_int = 1
optional string optional_string = 2
Used in: TestMessageLite3
string optional_string = 1