Get desktop application:
View/edit binary Protocol Buffers messages
Used in: TestAllTypes
Used in: NestedTestAllTypes
int32 single_int32 = 1
int64 single_int64 = 2
uint32 single_uint32 = 3
uint64 single_uint64 = 4
sint32 single_sint32 = 5
sint64 single_sint64 = 6
fixed32 single_fixed32 = 7
fixed64 single_fixed64 = 8
sfixed32 single_sfixed32 = 9
sfixed64 single_sfixed64 = 10
float single_float = 11
double single_double = 12
bool single_bool = 13
string single_string = 14
bytes single_bytes = 15
optional bool optional_bool = 16
optional bool optional_string = 17
bool in = 18
oneof nested_type
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_string_piece = 53
repeated string repeated_cord = 54
map<int64, NestedTestAllTypes> map_int64_nested_type = 62
map<bool, bool> map_bool_bool = 63
map<bool, string> map_bool_string = 64
map<bool, bytes> map_bool_bytes = 65
map<bool, int32> map_bool_int32 = 66
map<bool, int64> map_bool_int64 = 67
map<bool, uint32> map_bool_uint32 = 68
map<bool, uint64> map_bool_uint64 = 69
map<bool, float> map_bool_float = 70
map<bool, double> map_bool_double = 71
map<int32, bool> map_int32_bool = 74
map<int32, string> map_int32_string = 75
map<int32, bytes> map_int32_bytes = 76
map<int32, int32> map_int32_int32 = 77
map<int32, int64> map_int32_int64 = 78
map<int32, uint32> map_int32_uint32 = 79
map<int32, uint64> map_int32_uint64 = 80
map<int32, float> map_int32_float = 81
map<int32, double> map_int32_double = 82
map<int64, bool> map_int64_bool = 85
map<int64, string> map_int64_string = 86
map<int64, bytes> map_int64_bytes = 87
map<int64, int32> map_int64_int32 = 88
map<int64, int64> map_int64_int64 = 89
map<int64, uint32> map_int64_uint32 = 90
map<int64, uint64> map_int64_uint64 = 91
map<int64, float> map_int64_float = 92
map<int64, double> map_int64_double = 93
map<uint32, bool> map_uint32_bool = 96
map<uint32, string> map_uint32_string = 97
map<uint32, bytes> map_uint32_bytes = 98
map<uint32, int32> map_uint32_int32 = 99
map<uint32, int64> map_uint32_int64 = 200
map<uint32, uint32> map_uint32_uint32 = 201
map<uint32, uint64> map_uint32_uint64 = 202
map<uint32, float> map_uint32_float = 203
map<uint32, double> map_uint32_double = 204
map<uint64, bool> map_uint64_bool = 207
map<uint64, string> map_uint64_string = 208
map<uint64, bytes> map_uint64_bytes = 209
map<uint64, int32> map_uint64_int32 = 210
map<uint64, int64> map_uint64_int64 = 211
map<uint64, uint32> map_uint64_uint32 = 212
map<uint64, uint64> map_uint64_uint64 = 213
map<uint64, float> map_uint64_float = 214
map<uint64, double> map_uint64_double = 215
map<string, bool> map_string_bool = 218
map<string, string> map_string_string = 61
map<string, bytes> map_string_bytes = 219
map<string, int32> map_string_int32 = 220
map<string, int64> map_string_int64 = 221
map<string, uint32> map_string_uint32 = 222
map<string, uint64> map_string_uint64 = 223
map<string, float> map_string_float = 224
map<string, double> map_string_double = 225
oneof kind
Used in: TestAllTypes
Used in: TestAllTypes