Searched refs:bytesPos (Results 1 – 2 of 2) sorted by relevance
47 const size_t bytesPos = 7; in GetPerCpuStatsInfo() local56 traceStats.bytes = std::stod(line.substr(bytesPos)); in GetPerCpuStatsInfo()
428 constexpr int32_t bytesPos = 1; in ExtractIcmpSeqInfo() local435 icmpRespInfo.bytes_ = static_cast<uint16_t>(CommonUtils::StrToUint(match[bytesPos].str())); in ExtractIcmpSeqInfo()