LLVM 20.0.0git
|
Public Member Functions | |
StackLevel (DocNode Node, size_t StartIndex, size_t Length, DocNode *MapEntry=nullptr) | |
Public Attributes | |
DocNode | Node |
size_t | Index |
size_t | End |
DocNode * | MapEntry |
DocNode | MapKey |
Definition at line 109 of file MsgPackDocument.cpp.
|
inline |
Definition at line 110 of file MsgPackDocument.cpp.
size_t StackLevel::End |
Definition at line 116 of file MsgPackDocument.cpp.
size_t StackLevel::Index |
Definition at line 115 of file MsgPackDocument.cpp.
DocNode* StackLevel::MapEntry |
Definition at line 118 of file MsgPackDocument.cpp.
DocNode StackLevel::MapKey |
Definition at line 119 of file MsgPackDocument.cpp.
DocNode StackLevel::Node |
Definition at line 114 of file MsgPackDocument.cpp.