xref
: /
aosp_15_r20
/
external
/
nanopb-c
/
examples
/
cmake_relpath
/
proto
/
sub
/
unlucky.proto
(revision c8d645cafcee3f91213d30caa0fe303887010b9b)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
syntax = "proto2";
2
3
message UnluckyNumber {
4
required uint32 number = 1;
5
}
6