Searched refs:ErrorCodeToString (Results 1 – 8 of 8) sorted by relevance
97 static const char* ErrorCodeToString(ErrorCode error_code);
159 return BalsaFrameEnums::ErrorCodeToString(http_framer_->ErrorCode()); in ErrorAsString()
116 const char* BalsaFrameEnums::ErrorCodeToString( in ErrorCodeToString() function in net::BalsaFrameEnums1586 LOG(INFO) << BalsaFrameEnums::ErrorCodeToString(ErrorCode()); in ProcessInput()
327 return SpdyFramer::ErrorCodeToString(spdy_framer_->error_code()); in ErrorAsString()
129 static std::string ErrorCodeToString(JsonParseError error_code);
114 std::string JSONReader::ErrorCodeToString(JsonParseError error_code) { in ErrorCodeToString() function in base::JSONReader142 ErrorCodeToString(error_code_)); in GetErrorMessage()
306 static const char* ErrorCodeToString(int error_code);
868 const char* SpdyFramer::ErrorCodeToString(int error_code) { in ErrorCodeToString() function in spdy::SpdyFramer