Searched refs:encode_fixed32 (Results 1 – 5 of 5) sorted by relevance
/external/grpc-grpc/third_party/nanopb/tests/callbacks/ |
D | encode_callbacks.c | 27 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/nanopb-c/tests/callbacks/ |
D | encode_callbacks.c | 27 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/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | encode.c | 96 static void encode_fixed32(upb_encstate *e, uint32_t val) { in encode_fixed32() function 134 encode_fixed32(e, u32); in encode_float()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 8122 static bool encode_fixed32(upb_pb_encoder *e, uint32_t val) { in encode_fixed32() function 8216 T(float, float, flt2uint32, encode_fixed32) in T() 8220 T(fixed32, uint32_t, uint32_t, encode_fixed32) in T() 8225 T(sfixed32, int32_t, uint32_t, encode_fixed32) in T()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 11893 static bool encode_fixed32(upb_pb_encoder *e, uint32_t val) { in encode_fixed32() function 11987 T(float, float, flt2uint32, encode_fixed32) in T() 11991 T(fixed32, uint32_t, uint32_t, encode_fixed32) in T() 11996 T(sfixed32, int32_t, uint32_t, encode_fixed32) in T()
|