Searched refs:Captcha (Results 1 – 2 of 2) sorted by relevance
94 struct Captcha { struct95 Captcha();96 Captcha(const std::string& token,102 ~Captcha();104 bool operator==(const Captcha &b) const;173 const Captcha& captcha() const;200 Captcha captcha_;
16 GoogleServiceAuthError::Captcha::Captcha() : image_width(0), image_height(0) { in Captcha() function in GoogleServiceAuthError::Captcha19 GoogleServiceAuthError::Captcha::Captcha( in Captcha() function in GoogleServiceAuthError::Captcha26 GoogleServiceAuthError::Captcha::~Captcha() { in ~Captcha()29 bool GoogleServiceAuthError::Captcha::operator==(const Captcha& b) const { in operator ==()120 const GoogleServiceAuthError::Captcha& GoogleServiceAuthError::captcha() const { in captcha()