Home
last modified time | relevance | path

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

/external/xmlrpcpp/src/
DXmlRpcValue.h150 bool doubleFromXml(std::string const& valueXml, int* offset);
DXmlRpcValue.cpp233 result = doubleFromXml(valueXml, offset); in fromXml()
347 bool XmlRpcValue::doubleFromXml(std::string const& valueXml, int* offset) in doubleFromXml() function in XmlRpc::XmlRpcValue