Searched refs:encode_fixed32 (Results 1 – 7 of 7) 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/ruby/ext/google/protobuf_c/ |
D | ruby-upb.c | 1454 static void encode_fixed32(upb_encstate* e, uint32_t val) { in encode_fixed32() function 1492 encode_fixed32(e, u32); in encode_float()
|
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.c | 1454 static void encode_fixed32(upb_encstate* e, uint32_t val) { in encode_fixed32() function 1492 encode_fixed32(e, u32); in encode_float()
|
/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 1430 static void encode_fixed32(upb_encstate* e, uint32_t val) { in encode_fixed32() function 1468 encode_fixed32(e, u32); in encode_float()
|
/external/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 1430 static void encode_fixed32(upb_encstate* e, uint32_t val) { in encode_fixed32() function 1468 encode_fixed32(e, u32); in encode_float()
|