Searched refs:signedDataNamespaces_ (Results 1 – 2 of 2) sorted by relevance
139 signedDataNamespaces_ = cppbor::Map(); in startPersonalization()266 signedDataNamespaces_.add(entryNameSpace_, std::move(signedDataCurrentNamespace_)); in beginAddEntry()364 signedDataNamespaces_.add(entryNameSpace_, std::move(signedDataCurrentNamespace_)); in finishAddingEntries()370 .add(std::move(signedDataNamespaces_)) in finishAddingEntries()
107 cppbor::Map signedDataNamespaces_; variable