| 72 | } |
| 73 | |
| 74 | void NodeBuilder::OnMapEnd() { |
| 75 | assert(m_mapDepth > 0); |
| 76 | m_mapDepth--; |
| 77 | Pop(); |
| 78 | } |
| 79 | |
| 80 | detail::node& NodeBuilder::Push(const Mark& mark, anchor_t anchor) { |
| 81 | detail::node& node = m_pMemory->create_node(); |
no outgoing calls
no test coverage detected