Lines Matching refs:Doc
1592 : Doc(D) in Node()
1600 return Doc->peekNext(); in peekNext()
1604 return Doc->getNext(); in getNext()
1608 return Doc->parseBlockNode(); in parseBlockNode()
1612 return Doc->NodeAllocator; in getAllocator()
1616 Doc->setError(Msg, Tok); in setError()
1620 return Doc->failed(); in failed()
1810 return Key = new (getAllocator()) NullNode(Doc); in getKey()
1819 return Key = new (getAllocator()) NullNode(Doc); in getKey()
1831 return Value = new (getAllocator()) NullNode(Doc); in getValue()
1841 return Value = new (getAllocator()) NullNode(Doc); in getValue()
1846 return Value = new (getAllocator()) NullNode(Doc); in getValue()
1854 return Value = new (getAllocator()) NullNode(Doc); in getValue()
1878 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()