Searched defs:zx_err (Results 1 – 2 of 2) sorted by relevance
| /external/cronet/base/allocator/partition_allocator/partition_alloc_base/fuchsia/ |
| D | fuchsia_logging.h | 41 #define PA_ZX_LOG_STREAM(severity, zx_err) \ argument 44 #define PA_ZX_LOG(severity, zx_err) \ argument 46 #define PA_ZX_LOG_IF(severity, condition, zx_err) \ argument 50 #define PA_ZX_CHECK(condition, zx_err) \ argument 54 #define PA_ZX_DLOG(severity, zx_err) \ argument 58 #define PA_ZX_DLOG_IF(severity, condition, zx_err) \ argument 62 #define PA_ZX_DLOG_IF(severity, condition, zx_err) PA_EAT_STREAM_PARAMETERS argument 65 #define PA_ZX_DCHECK(condition, zx_err) \ argument
|
| D | fuchsia_logging.cc | 16 zx_status_t zx_err) in ZxLogMessage()
|