Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmapper-client.cc318 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()
H A Dmodule.cc19150 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()
/netbsd-src/external/gpl3/gcc/dist/libcody/
H A Dclient.cc134 if (result.GetCode () == Client::PC_ERROR && result.GetString ().empty ()) in ProcessResponse()
142 else if (result.GetCode () == Client::PC_CONNECT) in ProcessResponse()
H A DREADME.md118 `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)
H A Dcody.hh302 unsigned GetCode () const in GetCode() function in Cody::Packet