Go to the source code of this file.
◆ ASSIGN_OR_RETURN
#define ASSIGN_OR_RETURN |
( |
|
lhs, |
|
|
|
rexpr |
|
) |
| |
Value:#define ASSIGN_OR_RETURN_IMPL(status, lhs, rexpr)
Definition: status_macros.h:68
#define STATUS_MACROS_CONCAT_NAME(x, y)
Definition: status_macros.h:58
◆ ASSIGN_OR_RETURN_IMPL
#define ASSIGN_OR_RETURN_IMPL |
( |
|
status, |
|
|
|
lhs, |
|
|
|
rexpr |
|
) |
| |
Value:return
Definition: plot_neteq_delay.m:187
Status DoAssignOrReturn(T &lhs, StatusOr< T > result)
Definition: status_macros.h:61
#define GOOGLE_PREDICT_FALSE(x)
Definition: port.h:216
◆ RETURN_IF_ERROR
#define RETURN_IF_ERROR |
( |
|
expr | ) |
|
Value:do { \
\
const ::google::protobuf::util::Status _status = (expr); \
while( $noTimeout||$timeoutMsecs > 0)
Definition: get-ping-data.php:12
return
Definition: plot_neteq_delay.m:187
#define GOOGLE_PREDICT_FALSE(x)
Definition: port.h:216
◆ STATUS_MACROS_CONCAT_NAME
◆ STATUS_MACROS_CONCAT_NAME_INNER
#define STATUS_MACROS_CONCAT_NAME_INNER |
( |
|
x, |
|
|
|
y |
|
) |
| x##y |