Home
last modified time | relevance | path

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

/external/xmlrpcpp/src/
DXmlRpcValue.cpp17 static const char VALUE_TAG[] = "<value>"; variable
220 if ( ! XmlRpcUtil::nextTagIs(VALUE_TAG, valueXml, offset)) in fromXml()
287 std::string xml = VALUE_TAG; in nilToXml()
310 std::string xml = VALUE_TAG; in boolToXml()
338 std::string xml = VALUE_TAG; in intToXml()
367 std::string xml = VALUE_TAG; in doubleToXml()
390 std::string xml = VALUE_TAG; in stringToXml()
426 std::string xml = VALUE_TAG; in timeToXml()
468 std::string xml = VALUE_TAG; in binaryToXml()
499 std::string xml = VALUE_TAG; in arrayToXml()
[all …]