package pb3
Get desktop application:
View/edit binary Protocol Buffers messages
Used in: Enums, Maps, Oneofs, Proto3Optional
ZERO = 0
ONE = 1
TWO = 2
TEN = 10
Used in: Enums
CERO = 0
UNO = 1
DOS = 2
DIEZ = 10
map<int32, string> int32_to_str = 1
map<bool, uint32> bool_to_uint32 = 2
map<uint64, Enum> uint64_to_enum = 3
map<string, Nested> str_to_nested = 4
map<string, Oneofs> str_to_oneofs = 5
Used in: Maps, Nests, Oneofs, Proto3Optional
string s_string = 1
optional Nested s_nested = 2
Used in: Maps
oneof union
Enum oneof_enum = 1
string oneof_string = 2
Nested oneof_nested = 3
optional bool opt_bool = 1
optional int32 opt_int32 = 2
optional int64 opt_int64 = 3
optional uint32 opt_uint32 = 4
optional uint64 opt_uint64 = 5
optional float opt_float = 6
optional double opt_double = 7
optional string opt_string = 8
optional bytes opt_bytes = 9
optional Enum opt_enum = 10
optional Nested opt_message = 11
repeated bool rpt_bool = 1
repeated int32 rpt_int32 = 2
repeated int64 rpt_int64 = 3
repeated uint32 rpt_uint32 = 4
repeated uint64 rpt_uint64 = 5
repeated float rpt_float = 6
repeated double rpt_double = 7
repeated string rpt_string = 8
repeated bytes rpt_bytes = 9
bool s_bool = 1
int32 s_int32 = 2
int64 s_int64 = 3
uint32 s_uint32 = 4
uint64 s_uint64 = 5
sint32 s_sint32 = 6
sint64 s_sint64 = 7
fixed32 s_fixed32 = 8
fixed64 s_fixed64 = 9
sfixed32 s_sfixed32 = 10
sfixed64 s_sfixed64 = 11
float s_float = 20
double s_double = 21
bytes s_bytes = 14
string s_string = 13