Home
last modified time | relevance | path

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

/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/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/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dencode.c96 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/
Druby-upb.c1454 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/
Druby-upb.c1454 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/
Dphp-upb.c1430 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/
Dphp-upb.c1430 static void encode_fixed32(upb_encstate* e, uint32_t val) { in encode_fixed32() function
1468 encode_fixed32(e, u32); in encode_float()