Get desktop application:
View/edit binary Protocol Buffers messages
int32 optional_int32 = 1
int64 optional_int64 = 2
uint32 optional_uint32 = 3
uint64 optional_uint64 = 4
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 TestRecursive optional_recursive = 53
optional int32 explicit_presence_int32 = 54
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 TestRecursive repeated_recursive = 55
Used in: TestAllTypes
ALIAS_FOO = 0
ALIAS_BAR = 1
ALIAS_BAZ = 2
QUX = 2
qux = 2
bAz = 2
Used in: TestAllTypes, TestMap
Used in: TestAllTypes, TestMap, TestOneof
map<int32, int32> int32_to_int32_map = 1
map<int64, int32> int64_to_int32_map = 2
map<uint32, int32> uint32_to_int32_map = 3
map<uint64, int32> uint64_to_int32_map = 4
map<sint32, int32> sint32_to_int32_map = 5
map<sint64, int32> sint64_to_int32_map = 6
map<fixed32, int32> fixed32_to_int32_map = 7
map<fixed64, int32> fixed64_to_int32_map = 8
map<sfixed32, int32> sfixed32_to_int32_map = 9
map<sfixed64, int32> sfixed64_to_int32_map = 10
map<bool, int32> bool_to_int32_map = 11
map<string, int32> string_to_int32_map = 12
map<int32, int64> int32_to_int64_map = 101
map<int32, uint32> int32_to_uint32_map = 102
map<int32, uint64> int32_to_uint64_map = 103
map<int32, sint32> int32_to_sint32_map = 104
map<int32, sint64> int32_to_sint64_map = 105
map<int32, fixed32> int32_to_fixed32_map = 106
map<int32, fixed64> int32_to_fixed64_map = 107
map<int32, sfixed32> int32_to_sfixed32_map = 108
map<int32, sfixed64> int32_to_sfixed64_map = 109
map<int32, float> int32_to_float_map = 110
map<int32, double> int32_to_double_map = 111
map<int32, bool> int32_to_bool_map = 112
map<int32, string> int32_to_string_map = 113
map<int32, bytes> int32_to_bytes_map = 114
oneof oneof_field
int32 oneof_int32 = 1
string oneof_string = 4
Used in: TestAllTypes