Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dpacket.cc114 if (!GetRawChar(&ch)) { in GetNumberSep()
123 if (!GetRawChar(&ch)) { in GetNumberSep()
131 GetRawChar(&ch); in GetNumberSep()
153 if (!GetRawChar(&ch)) { in GetNumberSep()
167 bool Packet::GetRawChar(char* ch) { in GetRawChar() function in v8::internal::wasm::gdb_server::Packet
226 if (!GetRawChar(&seq[0]) || !GetRawChar(&seq[1])) { in GetWord8()
268 while (GetRawChar(&ch1)) { in GetHexString()
276 if (!GetRawChar(&ch2) || !NibbleToUInt8(ch2, &nib2)) { in GetHexString()
303 if (GetWord8(&seq) && GetRawChar(&ch)) { in ParseSequence()
Dpacket.h55 bool GetRawChar(char* ch);
Dtarget.cc224 pkt_in->GetRawChar(&cmd); in ProcessPacket()
273 if (!pkt_in->GetRawChar(&operation)) { in ProcessPacket()