Get desktop application:
View/edit binary Protocol Buffers messages
map<string, int32> toInt32 = 1
map<string, int64> toInt64 = 2
map<string, uint32> toUInt32 = 3
map<string, uint64> toUInt64 = 4
map<string, string> toString = 5
map<string, bytes> toBytes = 6
map<string, sint32> toSInt32 = 7
map<string, sint64> toSInt64 = 8
map<string, fixed32> toFixed32 = 9
map<string, sfixed32> toSFixed32 = 10
map<string, fixed64> toFixed64 = 11
map<string, sfixed64> toSFixed64 = 12
map<string, float> toFloat = 13
map<string, double> toDouble = 14
map<string, EmbeddedEvent> toMessage = 15
map<string, EventType> toEnum = 16
int32 ID = 1
string theString = 2
bool theBool = 3
int32 theInt32 = 4
int64 theInt64 = 5
uint32 theUInt32 = 6
uint64 theUInt64 = 7
sint32 theSInt32 = 8
sint64 theSInt64 = 9
fixed32 theFixed32 = 10
fixed64 theFixed64 = 11
sfixed32 theSFixed32 = 12
sfixed64 theSFixed64 = 13
float theFloat = 14
double theDouble = 15
bytes theBytes = 17
Used in: AllTheMaps, AllTheThings, RepeatAllTheThings, TestEvent
int32 ID = 1
string stuff = 2
repeated int32 favoriteNumbers = 3
repeated bytes randomThings = 4
int32 Size = 5
Used in: AllTheMaps, AllTheThings, RepeatAllTheThings
EVENT_TYPE_UNDEFINED = 0
EVENT_TYPE_ONE = 1
EVENT_TYPE_TWO = 2
oneof one_of_values
string opt_one = 1
string opt_two = 2
Used in: Msg
int32 ID = 1
repeated string theStrings = 2
repeated bool theBools = 3
repeated int32 theInt32s = 4
repeated int64 theInt64s = 5
repeated uint32 theUInt32s = 6
repeated uint64 theUInt64s = 7
repeated sint32 theSInt32s = 8
repeated sint64 theSInt64s = 9
repeated fixed32 theFixed32s = 10
repeated fixed64 theFixed64s = 11
repeated sfixed32 theSFixed32s = 12
repeated sfixed64 theSFixed64s = 13
repeated float theFloats = 14
repeated double theDoubles = 15
repeated EventType theEventTypes = 16
repeated bytes theBytes = 17
string name = 1
string info = 2
bool isAwesome = 3
repeated string labels = 4
oneof path
bool jedi = 6
bool sith = 7
string other = 8
Used in: TestEvent