Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h137 convertToArray();
220 void convertToArray();
/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp24 void DocNode::convertToArray() { *this = getDocument()->getArrayNode(); } in convertToArray() function in DocNode