Home
last modified time | relevance | path

Searched defs:encode_fixed64 (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/third_party/upb/upb/
Dencode.c91 static void encode_fixed64(upb_encstate *e, uint64_t val) { in encode_fixed64() function
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c8299 static bool encode_fixed64(upb_pb_encoder *e, uint64_t val) { in encode_fixed64() function
8397 T(double, double, dbl2uint64, encode_fixed64) in T() argument