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

  /external/xmlrpcpp/src/
XmlRpcClient.h 61 bool isFault() const { return _isFault; }
113 bool _isFault;
XmlRpcClient.cpp 89 _isFault = false;
397 (XmlRpcUtil::nextTagIs(FAULT_TAG,_response,&offset) && (_isFault = true)))

Completed in 114 milliseconds