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

/external/chromium_org/chromeos/network/
H A Dclient_cert_util.h29 enum ConfigType { enum in namespace:chromeos::client_cert
42 ConfigType location;
75 ConfigType* cert_config_type,
81 CHROMEOS_EXPORT void SetShillProperties(const ConfigType cert_config_type,
88 CHROMEOS_EXPORT void SetEmptyShillProperties(const ConfigType cert_config_type,
92 bool IsCertificateConfigured(const client_cert::ConfigType cert_config_type,
/external/llvm/unittests/IR/
H A DValueMapTest.cpp201 typedef LockMutex<TypeParam*, sys::Mutex> ConfigType; typedef
202 typename ConfigType::ExtraData Data = {&M, &CalledRAUW, &CalledDeleted};
203 ValueMap<TypeParam*, int, ConfigType> VM(Data);

Completed in 575 milliseconds