Searched refs:_upb_snprintf (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 11305 _upb_snprintf(escape_buf, sizeof(escape_buf), "\\u%04x", (int)byte); in putstring() 11341 size_t n = _upb_snprintf(buf, length, "%.17g", val); in fmt_double() 11347 size_t n = _upb_snprintf(buf, length, "%.8g", val); in fmt_float() 11353 size_t n = _upb_snprintf(buf, length, "%s", (val ? "true" : "false")); in fmt_bool() 11359 size_t n = _upb_snprintf(buf, length, "%ld", val); in fmt_int64() 11365 size_t n = _upb_snprintf(buf, length, "%llu", val); in fmt_uint64()
|
D | upb.h | 114 #define _upb_snprintf __builtin_snprintf macro 119 #define _upb_snprintf snprintf macro
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 12122 _upb_snprintf(escape_buf, sizeof(escape_buf), "\\u%04x", (int)byte); in putstring() 12158 size_t n = _upb_snprintf(buf, length, "%.17g", val); in fmt_double() 12164 size_t n = _upb_snprintf(buf, length, "%.8g", val); in fmt_float() 12170 size_t n = _upb_snprintf(buf, length, "%s", (val ? "true" : "false")); in fmt_bool() 12176 size_t n = _upb_snprintf(buf, length, "%ld", val); in fmt_int64() 12182 size_t n = _upb_snprintf(buf, length, "%llu", val); in fmt_uint64()
|
D | upb.h | 127 #define _upb_snprintf __builtin_snprintf macro 132 #define _upb_snprintf snprintf macro
|