Searched refs:is_root (Results 1 – 3 of 3) sorted by relevance
52 if (!element_->is_root()) { in ~JsonObjectWriter()67 if (element()->is_root()) NewLine(); in EndObject()81 if (element()->is_root()) NewLine(); in EndList()170 if (not_first || !element()->is_root()) NewLine(); in WritePrefix()
101 not new_parent.is_root()):106 while not new_parent.is_root():112 if not new_parent.is_root():198 def is_root(self): member in CallTreeNode202 return not self.is_root() and self.mark is None211 if self.is_root():213 if self.parent.is_root():281 if not self.is_root():
133 return self.mytree.current.is_root()