OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLIENT_NUM_ITEMS
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/google_apis/
google_api_keys.h
76
CLIENT_NUM_ITEMS
// Must be last item.
google_api_keys.cc
183
DCHECK_LT(client,
CLIENT_NUM_ITEMS
);
188
DCHECK_LT(client,
CLIENT_NUM_ITEMS
);
238
std::string client_ids_[
CLIENT_NUM_ITEMS
];
239
std::string client_secrets_[
CLIENT_NUM_ITEMS
];
249
for (size_t client_id = 0; client_id <
CLIENT_NUM_ITEMS
; ++client_id) {
google_api_keys_unittest.cc
98
// Why 2 times
CLIENT_NUM_ITEMS
? This is the number of different
101
EnvironmentCache env_cache_[3 + 2 * google_apis::
CLIENT_NUM_ITEMS
];
Completed in 3437 milliseconds