Get desktop application:
View/edit binary Protocol Buffers messages
Used in: TestAllTypes
IMPORT_FOO = 0
IMPORT_BAR = 1
IMPORT_BAZ = 2
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 protobuf.Any single_any = 100
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 = 54
repeated string repeated_cord = 55
map<string, string> map_string_string = 58
map<int64, NestedTestAllTypes> map_int64_nested_type = 59
Used in: TestAllTypes
Used in: TestAllTypes