Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h148 convertToMap();
221 void convertToMap();
/src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp27 void DocNode::convertToMap() { *this = getDocument()->getMapNode(); } in convertToMap() function in DocNode