Home
last modified time | relevance | path

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

/external/xmlrpcpp/src/
DXmlRpcValue.h154 bool arrayFromXml(std::string const& valueXml, int* offset);
DXmlRpcValue.cpp241 result = arrayFromXml(valueXml, offset); in fromXml()
478 bool XmlRpcValue::arrayFromXml(std::string const& valueXml, int* offset) in arrayFromXml() function in XmlRpc::XmlRpcValue