Home
last modified time | relevance | path

Searched refs:GetXmlRpcType (Results 1 – 1 of 1) sorted by relevance

/system/connectivity/shill/test-rpc-proxy/
Dproxy_util.cc111 template<typename ValueType> XmlRpc::XmlRpcValue::Type GetXmlRpcType();
112 template<> XmlRpc::XmlRpcValue::Type GetXmlRpcType<bool>() { in GetXmlRpcType() function
115 template<> XmlRpc::XmlRpcValue::Type GetXmlRpcType<int>() { in GetXmlRpcType() function
118 template<> XmlRpc::XmlRpcValue::Type GetXmlRpcType<double>() { in GetXmlRpcType() function
121 template<> XmlRpc::XmlRpcValue::Type GetXmlRpcType<std::string>() { in GetXmlRpcType() function
130 GetXmlRpcType<ValueType>())) { in IsMemberValuePresent()
156 GetXmlRpcType<ElementType>())) { in IsMemberVectorPresent()