Searched refs:GetPayloadSize (Results 1 – 2 of 2) sorted by relevance
25 bool Packet::EndOfPacket() const { return (read_index_ >= GetPayloadSize()); } in EndOfPacket()170 if (read_index_ >= GetPayloadSize()) return false; in GetRawChar()181 if (read_index_ >= GetPayloadSize()) { in GetRawChar()254 read_index_ = GetPayloadSize(); in GetString()286 size_t Packet::GetPayloadSize() const { return data_.size(); } in GetPayloadSize() function in v8::internal::wasm::gdb_server::Packet324 size_t size = GetPayloadSize(); in GetPacketData()
74 size_t GetPayloadSize() const;