Searched refs:msvc_snprintf (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.h | 100 int msvc_snprintf(char* s, size_t n, const char* format, ...); 103 #define _upb_snprintf msvc_snprintf
|
H A D | php-upb.c | 101 int msvc_snprintf(char* s, size_t n, const char* format, ...); 104 #define _upb_snprintf msvc_snprintf 5986 int msvc_snprintf(char* s, size_t n, const char* format, ...) { in msvc_snprintf() function
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 94 int msvc_snprintf(char* s, size_t n, const char* format, ...); 97 #define _upb_snprintf msvc_snprintf
|
H A D | upb.c | 95 int msvc_snprintf(char* s, size_t n, const char* format, ...); 98 #define _upb_snprintf msvc_snprintf 6008 int msvc_snprintf(char* s, size_t n, const char* format, ...) { in msvc_snprintf() function
|
Completed in 59 milliseconds