Searched refs:nsMap (Results 1 – 1 of 1) sorted by relevance
501 const cppbor::Map* nsMap = nullptr; in startRetrieval() local507 nsMap = valueItem->asMap(); in startRetrieval()511 if (nsMap == nullptr) { in startRetrieval()517 for (size_t n = 0; n < nsMap->size(); n++) { in startRetrieval()518 auto& [nsKeyItem, nsValueItem] = (*nsMap)[n]; in startRetrieval()