-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b38a475
commit 19c5bba
Showing
3 changed files
with
75 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
syntax = "proto3"; | ||
|
||
message BrowseShorts { | ||
Sub0BrowseShorts two = 2; | ||
int32 three = 3; | ||
string four = 4; | ||
} | ||
|
||
message Sub0BrowseShorts { | ||
string two = 2; | ||
string three = 3; | ||
} | ||
|
||
message Sub1BrowseShorts { | ||
Sub2BrowseShorts two = 2; | ||
} | ||
|
||
message Sub2BrowseShorts { | ||
Sub3BrowseShorts eighteen = 18; | ||
} | ||
|
||
message Sub3BrowseShorts { | ||
Sub4_7BrowseShorts seven = 7; | ||
Sub4_9BrowseShorts nine = 9; | ||
} | ||
|
||
message Sub4_7BrowseShorts { | ||
int32 twelve = 12; | ||
} | ||
|
||
message Sub4_9BrowseShorts { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters