Home
last modified time | relevance | path

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

/haiku/src/tests/kits/shared/
H A DJsonErrorHandlingTest.cpp20 class ErrorCapturingListener : public BJsonEventListener { class
22 ErrorCapturingListener();
23 virtual ~ErrorCapturingListener();
100 ErrorCapturingListener::ErrorCapturingListener() in ErrorCapturingListener() function in ErrorCapturingListener
108 ErrorCapturingListener::~ErrorCapturingListener() in ~ErrorCapturingListener()
114 ErrorCapturingListener::Handle(const BJsonEvent& event) in Handle()
127 ErrorCapturingListener::HandleError(status_t status, int32 line, in HandleError()
141 ErrorCapturingListener::ErrorStatus() in ErrorStatus()
148 ErrorCapturingListener::GetErrorLine() in GetErrorLine()
155 ErrorCapturingListener::GetErrorMessage() in GetErrorMessage()
[all …]