Searched refs:expectedNumEntriesPerNamespace_ (Results 1 – 2 of 2) sorted by relevance
559 for (size_t n = 0; n < expectedNumEntriesPerNamespace_.size(); n++) { in startRetrieval()560 if (expectedNumEntriesPerNamespace_[n] > 0) { in startRetrieval()694 expectedNumEntriesPerNamespace_ = numEntriesPerNamespace; in calcDeviceNameSpacesSize()770 if (expectedNumEntriesPerNamespace_.size() == 0) { in startRetrieveEntryValue()775 newNamespaceNumEntries = expectedNumEntriesPerNamespace_[0]; in startRetrieveEntryValue()776 expectedNumEntriesPerNamespace_.erase( in startRetrieveEntryValue()777 expectedNumEntriesPerNamespace_.begin()); in startRetrieveEntryValue()
139 vector<unsigned int> expectedNumEntriesPerNamespace_; variable