Searched refs:bytesNeeded (Results 1 – 1 of 1) sorted by relevance
36 std::string insufficientLengthString(size_t bytesNeeded, size_t bytesAvail, in insufficientLengthString() argument39 snprintf(buf, sizeof(buf), "Need %zu byte(s) for %s, have %zu.", bytesNeeded, type.c_str(), in insufficientLengthString()