Searched refs:allow_null (Results 1 – 2 of 2) sorted by relevance
61 bool PortMatches(const PortDispatcher* port, bool allow_null);
219 bool ExceptionPort::PortMatches(const PortDispatcher *port, bool allow_null) { in PortMatches() argument221 return (allow_null && port_ == nullptr) || port_.get() == port; in PortMatches()
Completed in 7 milliseconds