HomeSort by relevance Sort by last modified time
    Searched refs:_doubleFormat (Results 1 - 2 of 2) sorted by null

  /external/xmlrpcpp/src/
XmlRpcValue.h 128 static std::string const& getDoubleFormat() { return _doubleFormat; }
131 static void setDoubleFormat(const char* f) { _doubleFormat = f; }
169 static std::string _doubleFormat;
XmlRpcValue.cpp 49 std::string XmlRpcValue::_doubleFormat("%f");

Completed in 398 milliseconds