OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SecondFactor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/google_apis/gaia/
google_service_auth_error.h
115
struct
SecondFactor
{
116
SecondFactor
();
117
SecondFactor
(const std::string& token,
121
~
SecondFactor
();
123
bool operator==(const
SecondFactor
&b) const;
174
const
SecondFactor
& second_factor() const;
208
SecondFactor
second_factor_;
google_service_auth_error.cc
38
GoogleServiceAuthError::
SecondFactor
::
SecondFactor
() : field_length(0) {
41
GoogleServiceAuthError::
SecondFactor
::
SecondFactor
(
48
GoogleServiceAuthError::
SecondFactor
::~
SecondFactor
() {
51
bool GoogleServiceAuthError::
SecondFactor
::operator==(
52
const
SecondFactor
& b) const {
130
const GoogleServiceAuthError::
SecondFactor
&
Completed in 131 milliseconds