Searched refs:GPR_PRINT_FORMAT_CHECK (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/include/grpc/impl/codegen/ |
D | port_platform.h | 486 #ifndef GPR_PRINT_FORMAT_CHECK 488 #define GPR_PRINT_FORMAT_CHECK(FORMAT_STR, ARGS) \ macro 491 #define GPR_PRINT_FORMAT_CHECK(FORMAT_STR, ARGS) macro
|
D | log.h | 62 const char* format, ...) GPR_PRINT_FORMAT_CHECK(4, 5);
|
/external/grpc-grpc/include/grpc/support/ |
D | string_util.h | 45 GPR_PRINT_FORMAT_CHECK(2, 3);
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_grpc_imports.generated.h | 467 …* file, int line, gpr_log_severity severity, const char* format, ...) GPR_PRINT_FORMAT_CHECK(4, 5); 665 typedef int(*gpr_asprintf_type)(char** strp, const char* format, ...) GPR_PRINT_FORMAT_CHECK(2, 3);
|