Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Djson_decode.c1032 static int64_t jsondec_unixtime(int y, int m, int d, int h, int min, int s) { in jsondec_unixtime() function
1054 seconds.int64_val = jsondec_unixtime(year, mon, day, hour, min, sec); in jsondec_timestamp()