Searched refs:encode_fixed64 (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
|