Home
last modified time | relevance | path

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

/aosp_15_r20/system/libcppbor/src/
H A Dcppbor_parse.cpp148 std::tuple<const uint8_t*, ParseClient*> handleIncompleteString( in handleIncompleteString() function
439 return handleIncompleteString(std::make_unique<IncompleteBstr>(), begin, pos, end, in parseRecursively()
450 return handleIncompleteString(std::make_unique<IncompleteTstr>(), begin, pos, end, in parseRecursively()