Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp187 static bool cborPrettyPrintInternal(const cppbor::Item* item, string& out, size_t indent, in cborPrettyPrintInternal() function
248 if (!cborPrettyPrintInternal((*array)[n].get(), out, indent + 2, maxBStrSize, in cborPrettyPrintInternal()
259 if (!cborPrettyPrintInternal((*array)[n].get(), out, indent + 2, maxBStrSize, in cborPrettyPrintInternal()
281 if (!cborPrettyPrintInternal(map_key.get(), out, indent + 2, maxBStrSize, in cborPrettyPrintInternal()
291 if (!cborPrettyPrintInternal(map_value.get(), out, indent + 2, maxBStrSize, in cborPrettyPrintInternal()
306 cborPrettyPrintInternal(semantic->child().get(), out, indent, maxBStrSize, in cborPrettyPrintInternal()
336 cborPrettyPrintInternal(item.get(), out, 0, maxBStrSize, mapKeysToNotPrint); in cborPrettyPrint()