Home
last modified time | relevance | path

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

/system/libcppbor/src/
Dcppbor_parse.cpp36 std::string insufficientLengthString(size_t bytesNeeded, size_t bytesAvail, in insufficientLengthString() argument
39 snprintf(buf, sizeof(buf), "Need %zu byte(s) for %s, have %zu.", bytesNeeded, type.c_str(), in insufficientLengthString()