Searched refs:IsSupportedHttp2ErrorCode (Results 1 – 2 of 2) sorted by relevance
137 inline bool IsSupportedHttp2ErrorCode(uint32_t v) { in IsSupportedHttp2ErrorCode() function140 inline bool IsSupportedHttp2ErrorCode(Http2ErrorCode v) { in IsSupportedHttp2ErrorCode() function141 return IsSupportedHttp2ErrorCode(static_cast<uint32_t>(v)); in IsSupportedHttp2ErrorCode()
187 return IsSupportedHttp2ErrorCode(error_code); in IsSupportedErrorCode()268 return IsSupportedHttp2ErrorCode(error_code); in IsSupportedErrorCode()