Home
last modified time | relevance | path

Searched refs:UPB_TIMESTAMP_MAX_JSON_LEN (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c13308 #define UPB_TIMESTAMP_MAX_JSON_LEN 31 macro
13315 char buffer[UPB_TIMESTAMP_MAX_JSON_LEN]; in printer_endtimestampmsg()
13320 strftime(buffer, UPB_TIMESTAMP_MAX_JSON_LEN, "%Y", gmtime(&time)); in printer_endtimestampmsg()
13341 strftime(buffer + (4 - year_length), UPB_TIMESTAMP_MAX_JSON_LEN, in printer_endtimestampmsg()

Completed in 27 milliseconds