DEBSOURCES
Skip Quicknav
sources / protozero / 1.8.1-1 / test / t / uint32 / testcase.proto
1234567891011
option optimize_for = LITE_RUNTIME; package TestUInt32; message Test { required uint32 i = 1; }