Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp255 DocNode::ArrayTy::iterator ArrayIt; member
307 if (Stack.back().ArrayIt != Stack.back().Node.getArray().end()) in writeToBlob()
326 Node = *Stack.back().ArrayIt; in writeToBlob()
327 ++Stack.back().ArrayIt; in writeToBlob()