Sign in
pigweed
/
third_party
/
github
/
nanopb
/
nanopb
/
404b2f072d46d53c12b87818b86b34ebb6ad1184
/
.
/
tests
/
float_double_conversion
/
doublemsg.proto
blob: d022692a1874aced4e7f4ad97800550ca6e22ebd [
file
] [
log
] [
blame
]
syntax
=
"proto2"
;
message
DoubleMsg
{
required
double
value
=
1
;
}