Home
last modified time | relevance | path

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

/external/libcppbor/src/
Dcppbor_parse.cpp32 std::string insufficientLengthString(size_t bytesNeeded, size_t bytesAvail, in insufficientLengthString() function
44 parseClient->error(pos - 1, insufficientLengthString(sizeof(T), end - pos, "length field")); in parseLength()
101 parseClient->error(hdrBegin, insufficientLengthString(length, end - valueBegin, errLabel)); in handleString()