Searched defs:valueXml (Results 1 – 1 of 1) sorted by relevance
215 bool XmlRpcValue::fromXml(std::string const& valueXml, int* offset) in fromXml()294 bool XmlRpcValue::boolFromXml(std::string const& valueXml, int* offset) in boolFromXml()319 bool XmlRpcValue::intFromXml(std::string const& valueXml, int* offset) in intFromXml()347 bool XmlRpcValue::doubleFromXml(std::string const& valueXml, int* offset) in doubleFromXml()376 bool XmlRpcValue::stringFromXml(std::string const& valueXml, int* offset) in stringFromXml()399 bool XmlRpcValue::timeFromXml(std::string const& valueXml, int* offset) in timeFromXml()436 bool XmlRpcValue::binaryFromXml(std::string const& valueXml, int* offset) in binaryFromXml()478 bool XmlRpcValue::arrayFromXml(std::string const& valueXml, int* offset) in arrayFromXml()515 bool XmlRpcValue::structFromXml(std::string const& valueXml, int* offset) in structFromXml()