OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isfault
(Results
1 - 2
of
2
) sorted by null
/external/xmlrpcpp/src/
XmlRpcClient.h
56
//! does not return until it receives a response or an error). Use
isFault
()
61
bool
isFault
() const { return _isFault; }
/external/xmlrpcpp/test/
HelloClient.cpp
59
std::cout << "NoSuchMethod call: fault: " << c.
isFault
() << ", result = " << result << std::endl;
Completed in 56 milliseconds