Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h143 convertToMap();
215 void convertToMap();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp27 void DocNode::convertToMap() { *this = getDocument()->getMapNode(); } in convertToMap() function in DocNode