Home
last modified time | relevance | path

Searched refs:fixed64 (Results 1 – 12 of 12) sorted by relevance

/nanopb-3.4.0/tests/callbacks/
Dcallbacks.proto7 repeated fixed64 fixed64value = 4;
14 repeated fixed64 fixed64value = 4;
/nanopb-3.4.0/tests/multiple_files/
Dmultifile1.proto7 repeated fixed64 fixed64value = 4;
14 repeated fixed64 fixed64value = 4;
/nanopb-3.4.0/tests/message_sizes/
Dmessages1.proto14 required fixed64 interface_id = 1;
/nanopb-3.4.0/tests/backwards_compatibility/
Dalltypes_legacy.proto51 required fixed64 req_fixed64 = 11;
73 repeated fixed64 rep_fixed64 = 31 [packed = true];
94 optional fixed64 opt_fixed64 = 51 [default = 4051];
/nanopb-3.4.0/tests/alltypes_proto3/
Dalltypes.proto53 fixed64 sng_fixed64 = 11;
76 repeated fixed64 rep_fixed64 = 31 [packed = true];
/nanopb-3.4.0/tests/field_size_16_proto3/
Dalltypes.proto53 fixed64 sng_fixed64 = 11;
76 repeated fixed64 rep_fixed64 = 31 [packed = true];
/nanopb-3.4.0/tests/field_size_16/
Dalltypes.proto72 required fixed64 req_fixed64 = 11;
95 repeated fixed64 rep_fixed64 = 10031;
119 optional fixed64 opt_fixed64 = 10051 [default = 4051];
/nanopb-3.4.0/tests/field_size_32/
Dalltypes.proto72 required fixed64 req_fixed64 = 11;
95 repeated fixed64 rep_fixed64 = 10031;
119 optional fixed64 opt_fixed64 = 10051 [default = 4051];
/nanopb-3.4.0/tests/alltypes/
Dalltypes.proto73 required fixed64 req_fixed64 = 11;
96 repeated fixed64 rep_fixed64 = 31 [packed = true];
120 optional fixed64 opt_fixed64 = 51 [default = 4051];
/nanopb-3.4.0/
Dpb_decode.c1395 uint64_t fixed64; in pb_decode_fixed64() member
1404 *(uint64_t*)dest = u.fixed64; in pb_decode_fixed64()
/nanopb-3.4.0/docs/
Dreference.md675 Works for fields of type `fixed64`, `sfixed64` and `double`:
926 Decode a `fixed64`, `sfixed64` or `double` value. :
/nanopb-3.4.0/generator/proto/google/protobuf/
Ddescriptor.proto519 // (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING