Searched defs:GetAs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/cert/
H A Dx509_util_mac.h79 template <typename T> const T* GetAs() const { function in class:net::x509_util::CSSMFieldValue
/external/chromium_org/chrome/browser/download/
H A Ddownload_query.cc39 // Templatized base::Value::GetAs*().
40 template <typename T> bool GetAs(const base::Value& in, T* out);
41 template<> bool GetAs(const base::Value& in, bool* out) { function in namespace:__anon3588
44 template<> bool GetAs(const base::Value& in, int* out) { function in namespace:__anon3588
47 template<> bool GetAs(const base::Value& in, std::string* out) { function in namespace:__anon3588
50 template<> bool GetAs(const base::Value& in, base::string16* out) { function in namespace:__anon3588
53 template<> bool GetAs(const base::Value& in, std::vector<base::string16>* out) { function in namespace:__anon3588
199 if (!GetAs(value, &cpp_value)) return DownloadQuery::FilterCallback();
217 if (!GetAs(regex_value, &regex_str)) return DownloadQuery::FilterCallback();
287 return GetAs(valu
[all...]

Completed in 80 milliseconds