Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_client.cc255 if (!ValidateResponse(reply)) { in RegisterClient()
309 bool CrashGenerationClient::ValidateResponse( in ValidateResponse() function in google_breakpad::CrashGenerationClient
Dcrash_generation_client.h124 bool ValidateResponse(const ProtocolMessage& msg) const;
/external/llvm-project/lldb/include/lldb/Utility/
DStringExtractorGDBRemote.h34 bool ValidateResponse() const;
/external/llvm-project/lldb/source/Utility/
DStringExtractorGDBRemote.cpp602 bool StringExtractorGDBRemote::ValidateResponse() const { in ValidateResponse() function in StringExtractorGDBRemote
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteClientBase.cpp210 if (response.ValidateResponse()) in SendPacketAndWaitForResponseNoLock()