Home
last modified time | relevance | path

Searched refs:encode_fixed32 (Results 1 – 4 of 4) sorted by relevance

/external/nanopb-c/tests/callbacks/
Dencode_callbacks.c27 bool encode_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in encode_fixed32() function
73 testmessage.fixed32value.funcs.encode = &encode_fixed32; in main()
79 testmessage.submsg.fixed32value.funcs.encode = &encode_fixed32; in main()
/external/grpc-grpc/third_party/nanopb/tests/callbacks/
Dencode_callbacks.c27 bool encode_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in encode_fixed32() function
73 testmessage.fixed32value.funcs.encode = &encode_fixed32; in main()
79 testmessage.submsg.fixed32value.funcs.encode = &encode_fixed32; in main()
/external/protobuf/php/ext/google/protobuf/
Dupb.c8825 static bool encode_fixed32(upb_pb_encoder *e, uint32_t val) { in encode_fixed32() function
8913 T(float, float, flt2uint32, encode_fixed32) in T()
8917 T(fixed32, uint32_t, uint32_t, encode_fixed32) in T()
8922 T(sfixed32, int32_t, uint32_t, encode_fixed32) in T()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9536 static bool encode_fixed32(upb_pb_encoder *e, uint32_t val) { in encode_fixed32() function
9624 T(float, float, flt2uint32, encode_fixed32) in T()
9628 T(fixed32, uint32_t, uint32_t, encode_fixed32) in T()
9633 T(sfixed32, int32_t, uint32_t, encode_fixed32) in T()