OpenGrok
Cross Reference: unlucky.proto
xref
: /
external
/
nanopb-c
/
examples
/
cmake_relpath
/
proto
/
sub
/
unlucky.proto
Home
|
History
|
Annotate
|
Download
|
only in
sub
1
syntax = "proto2";
2
3
message UnluckyNumber {
4
required uint32 number = 1;
5
}
6