Searched refs:ASSIGN_OR_RETURN_CONCAT (Results 1 - 1 of 1) sorted by relevance

/system/netd/libnetdutils/include/netdutils/
H A DStatusOr.h76 #define ASSIGN_OR_RETURN_CONCAT(line, lhs, stmt) \ macro
94 #define ASSIGN_OR_RETURN(lhs, stmt) ASSIGN_OR_RETURN_CONCAT(__LINE__, lhs, stmt)

Completed in 112 milliseconds