Searched refs:signedDataNamespaces_ (Results 1 – 2 of 2) sorted by relevance
126 signedDataNamespaces_ = cppbor::Map(); in startPersonalization()253 signedDataNamespaces_.add(entryNameSpace_, std::move(signedDataCurrentNamespace_)); in beginAddEntry()351 signedDataNamespaces_.add(entryNameSpace_, std::move(signedDataCurrentNamespace_)); in finishAddingEntries()357 .add(std::move(signedDataNamespaces_)) in finishAddingEntries()
98 cppbor::Map signedDataNamespaces_; variable