Searched refs:GetCode (Results 1 – 5 of 5) sorted by relevance
318 if (connect.GetCode () == Cody::Client::PC_CONNECT) in open_module_client()320 else if (connect.GetCode () == Cody::Client::PC_ERROR) in open_module_client()324 if (repo.GetCode () == Cody::Client::PC_PATHNAME) in open_module_client()
19150 if (packet.GetCode () == Cody::Client::PC_PATHNAME) in set_filename()19154 gcc_checking_assert (packet.GetCode () == Cody::Client::PC_ERROR); in set_filename()19186 if (packet.GetCode () == Cody::Client::PC_BOOL) in maybe_translate_include()19188 else if (packet.GetCode () == Cody::Client::PC_PATHNAME) in maybe_translate_include()19197 gcc_checking_assert (packet.GetCode () == Cody::Client::PC_ERROR); in maybe_translate_include()
134 if (result.GetCode () == Client::PC_ERROR && result.GetString ().empty ()) in ProcessResponse()142 else if (result.GetCode () == Client::PC_CONNECT) in ProcessResponse()
118 `Packet::GetCode ()` method.432 if (t.GetCode () == Cody::Client::TC_CONNECT)434 else if (t.GetCode () == Cody::Client::TC_ERROR)454 if (t.GetCode () == Cody::Client::TC_CONNECT)456 else if (t.GetCode () == Cody::Client::TC_ERROR)
302 unsigned GetCode () const in GetCode() function in Cody::Packet