Home
last modified time | relevance | path

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

/external/libcppbor/src/
Dcppbor.cpp172 const ViewTstr* viewTstr = item->asViewTstr(); in prettyPrintInternal() local
173 assert(viewTstr != nullptr); in prettyPrintInternal()
174 out.append(viewTstr->view()); in prettyPrintInternal()