Home
last modified time | relevance | path

Searched refs:encode_fixed64 (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/third_party/nanopb/tests/callbacks/
Dencode_callbacks.c37 bool encode_fixed64(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in encode_fixed64() function
74 testmessage.fixed64value.funcs.encode = &encode_fixed64; in main()
80 testmessage.submsg.fixed64value.funcs.encode = &encode_fixed64; in main()
/external/nanopb-c/tests/callbacks/
Dencode_callbacks.c37 bool encode_fixed64(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in encode_fixed64() function
74 testmessage.fixed64value.funcs.encode = &encode_fixed64; in main()
80 testmessage.submsg.fixed64value.funcs.encode = &encode_fixed64; in main()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dencode.c91 static void encode_fixed64(upb_encstate *e, uint64_t val) { in encode_fixed64() function
127 encode_fixed64(e, u64); in encode_double()
/external/protobuf/php/ext/google/protobuf/
Dupb.c8117 static bool encode_fixed64(upb_pb_encoder *e, uint64_t val) { in encode_fixed64() function
8215 T(double, double, dbl2uint64, encode_fixed64) in T() argument
8219 T(fixed64, uint64_t, uint64_t, encode_fixed64) in T()
8226 T(sfixed64, int64_t, uint64_t, encode_fixed64) in T()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c11888 static bool encode_fixed64(upb_pb_encoder *e, uint64_t val) { in encode_fixed64() function
11986 T(double, double, dbl2uint64, encode_fixed64) in T() argument
11990 T(fixed64, uint64_t, uint64_t, encode_fixed64) in T()
11997 T(sfixed64, int64_t, uint64_t, encode_fixed64) in T()