Searched refs:expandBufGetLength (Results 1 – 6 of 6) sorted by relevance
44 size_t expandBufGetLength(ExpandBuf* pBuf);
131 DCHECK_LE(length, expandBufGetLength(pReply)); in WritePacket()185 ssize_t actual = netState->WritePacket(pReq, expandBufGetLength(pReq)); in SendRequest()186 if (static_cast<size_t>(actual) != expandBufGetLength(pReq)) { in SendRequest()188 actual, expandBufGetLength(pReq)); in SendRequest()
78 size_t expandBufGetLength(ExpandBuf* pBuf) { in expandBufGetLength() function
1648 replyLength = (result == ERR_NONE) ? expandBufGetLength(pReply) : kJDWPHeaderLen; in ProcessRequest()1654 CHECK_GT(expandBufGetLength(pReply), 0U) << GetCommandName(request) << " " << request->GetId(); in ProcessRequest()1656 size_t respLen = expandBufGetLength(pReply) - kJDWPHeaderLen; in ProcessRequest()
745 Set4BE(buf + kJDWPHeaderSizeOffset, expandBufGetLength(pReq)); in EventFinish()
1653 size_t numLinesOffset = expandBufGetLength(pReply); in OutputLineTable()1708 size_t variable_count_offset = expandBufGetLength(pReply); in OutputVariableTable()4151 JDWP::Set4BE(buf + kJDWPHeaderSizeOffset, expandBufGetLength(pReply)); in BuildInvokeReply()4170 const size_t replyDataLength = expandBufGetLength(pReply) - kJDWPHeaderLen; in FinishInvokeMethod()