Home
last modified time | relevance | path

Searched defs:maxBStrSize (Results 1 – 1 of 1) sorted by relevance

/external/libcppbor/src/
Dcppbor.cpp90 bool prettyPrintInternal(const Item* item, string& out, size_t indent, size_t maxBStrSize, in prettyPrintInternal()
602 string prettyPrint(const Item* item, size_t maxBStrSize, const vector<string>& mapKeysToNotPrint) { in prettyPrint()
607 string prettyPrint(const vector<uint8_t>& encodedCbor, size_t maxBStrSize, in prettyPrint()