Home
last modified time | relevance | path

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

/external/libcppbor/src/
Dcppbor_parse.cpp57 bool emitViews, ParseClient* parseClient);
166 bool emitViews, in handleEntries() argument
174 std::tie(pos, parseClient) = parseRecursively(pos, end, emitViews, parseClient); in handleEntries()
183 bool emitViews, ParseClient* parseClient) { in handleCompound() argument
190 handleEntries(entryCount, hdrBegin, valueBegin, end, typeName, emitViews, parseClient); in handleCompound()
197 … bool emitViews, ParseClient* parseClient) { in parseRecursively() argument
247 if (emitViews) { in parseRecursively()
254 if (emitViews) { in parseRecursively()
262 end, "array", emitViews, parseClient); in parseRecursively()
266 pos, end, "map", emitViews, parseClient); in parseRecursively()
[all …]