Searched refs:next_child (Results 1 – 5 of 5) sorted by relevance
1041 goto next_child; in GetFunctionStackParamSize()1050 goto next_child; in GetFunctionStackParamSize()1064 goto next_child; in GetFunctionStackParamSize()1069 goto next_child; in GetFunctionStackParamSize()1074 goto next_child; in GetFunctionStackParamSize()1079 goto next_child; in GetFunctionStackParamSize()1090 next_child: in GetFunctionStackParamSize()
435 XmlChild* next_child; in ClearNamedChildren() local437 for (child = FirstChild(); child; child = next_child) { in ClearNamedChildren()438 next_child = child->NextChild(); in ClearNamedChildren()
518 XmlChild * next_child; in FindGroup() local520 for (child = raw_xml_->FirstChild(); child; child = next_child) { in FindGroup()521 next_child = child->NextChild(); in FindGroup()
319 INLINE(void next_child()) { ++child_idx_; } in INLINE() argument342 parent.next_child(); in TraverseDepthFirst()
326 next_child = self.contents[position]327 new_child.next_sibling = next_child330 new_childs_last_element.next_element = next_child