Get desktop application:
View/edit binary Protocol Buffers messages
Used in: TestAllTypes
FOREIGN_ZERO = 0
FOREIGN_FOO = 4
FOREIGN_BAR = 5
FOREIGN_BAZ = 6
Used in: TestAllTypes
map<string, int64> map_string_to_int64 = 3
Used in: NestedTestAllTypes
int32 optional_int32 = 1000
int64 optional_int64 = 2
uint32 optional_uint32 = 3
uint64 optional_uint64 = 999
sint32 optional_sint32 = 5
sint64 optional_sint64 = 6
fixed32 optional_fixed32 = 7
fixed64 optional_fixed64 = 8
sfixed32 optional_sfixed32 = 9
sfixed64 optional_sfixed64 = 10
float optional_float = 11
double optional_double = 12
bool optional_bool = 13
string optional_string = 14
bytes optional_bytes = 15
optional ForeignMessage optional_foreign_message = 19
ForeignEnum optional_foreign_enum = 22
string optional_cord = 25
repeated int32 repeated_int32 = 31
repeated int64 repeated_int64 = 32
repeated uint32 repeated_uint32 = 33
repeated uint64 repeated_uint64 = 34
repeated sint32 repeated_sint32 = 35
repeated sint64 repeated_sint64 = 36
repeated fixed32 repeated_fixed32 = 37
repeated fixed64 repeated_fixed64 = 38
repeated sfixed32 repeated_sfixed32 = 39
repeated sfixed64 repeated_sfixed64 = 40
repeated float repeated_float = 41
repeated double repeated_double = 42
repeated bool repeated_bool = 43
repeated string repeated_string = 44
repeated bytes repeated_bytes = 45
repeated string repeated_cord = 55
oneof oneof_field
uint32 oneof_uint32 = 111
string oneof_string = 113
bytes oneof_bytes = 114
map<string, int64> map_string_to_int64 = 62
map<int64, string> map_int64_to_string = 63
repeated int64 packed_repeated_int64 = 64
Used in: TestAllTypes
ZERO = 0
FOO = 1
BAR = 2
BAZ = 3
NEG = -1
Used in: TestAllTypes
int32 optional_int32 = 1
repeated int32 repeated_int32 = 2
int64 optional_int64 = 4
Used in: NestedMessage
string optional_string = 1
(message has no fields)