package schema

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ExternalNested

nested.proto:7

message KeyInt

test.proto:10

Simply check that key is serialized properly

Used in: KeyableNested

message KeyStr

test.proto:15

Key should match the provided value

message KeyableInNonkeyableNested

test.proto:52

TODO `nested_nonkeyable.nested_keyable` Key should appear in MessageTree

message KeyableInNonkeyableNested.NonkeyableNested

test.proto:55

Used in: KeyableInNonkeyableNested

message KeyableInNonkeyableNested.NonkeyableNested.KeyableNested

test.proto:56

Used in: NonkeyableNested

message KeyableNested

test.proto:35

`nested_keyable` should be in root MessageTree children

message MessageAsKey

test.proto:42

A Key can also be a message

message MessageAsKey.MyKeyObj

test.proto:43

Used in: MessageAsKey

message NonKeyableNested

test.proto:25

The nested message shouldn't appear in the MessageTree

message NonKeyableNested.Nested

test.proto:28

Used in: NonKeyableNested

message RecursionChild

test.proto:78

Used in: RecursionParent

message RecursionParent

test.proto:72

TODO Avoid circular recursion, multiple occurrencies when writing, infinite loop when reading

Used in: RecursionChild

message RepeatedKeyInt

test.proto:20

Check repeated key with separator

message RepeatedKeyStr

test.proto:65

TODO This is to test collisions with repeated Key separator (currently $)