Searched refs:cborNumBytesForLength (Results 1 – 1 of 1) sorted by relevance
593 size_t cborNumBytesForLength(size_t length) { in cborNumBytesForLength() function607 return 1 + cborNumBytesForLength(value.size()) + value.size(); in cborNumBytesForTstr()677 ret += 1 + cborNumBytesForLength(itemsToInclude.size()); in calcDeviceNameSpacesSize()691 ret += 1 + cborNumBytesForLength(numEntriesPerNamespace.size()); in calcDeviceNameSpacesSize()