Searched refs:encode_fixed64 (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/third_party/nanopb/tests/callbacks/ |
D | encode_callbacks.c | 37 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/ |
D | encode_callbacks.c | 37 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/protobuf/php/ext/google/protobuf/ |
D | upb.c | 8820 static bool encode_fixed64(upb_pb_encoder *e, uint64_t val) { in encode_fixed64() function 8912 T(double, double, dbl2uint64, encode_fixed64) in T() argument 8916 T(fixed64, uint64_t, uint64_t, encode_fixed64) in T() 8923 T(sfixed64, int64_t, uint64_t, encode_fixed64) in T()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 9531 static bool encode_fixed64(upb_pb_encoder *e, uint64_t val) { in encode_fixed64() function 9623 T(double, double, dbl2uint64, encode_fixed64) in T() argument 9627 T(fixed64, uint64_t, uint64_t, encode_fixed64) in T() 9634 T(sfixed64, int64_t, uint64_t, encode_fixed64) in T()
|