Searched defs:UnreachableException (Results 1 – 1 of 1) sorted by relevance
49 explicit UnreachableException(const char *msg) : msg_(msg) {} in UnreachableException() function50 explicit UnreachableException(const std::string_view &msg) : msg_(msg) {} in UnreachableException() function