Home
last modified time | relevance | path

Searched refs:next_child (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc1041 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()
/external/webrtc/webrtc/libjingle/xmllite/
Dxmlelement.cc435 XmlChild* next_child; in ClearNamedChildren() local
437 for (child = FirstChild(); child; child = next_child) { in ClearNamedChildren()
438 next_child = child->NextChild(); in ClearNamedChildren()
/external/webrtc/webrtc/libjingle/xmpp/
Drostermoduleimpl.cc518 XmlChild * next_child; in FindGroup() local
520 for (child = raw_xml_->FirstChild(); child; child = next_child) { in FindGroup()
521 next_child = child->NextChild(); in FindGroup()
/external/v8/src/profiler/
Dprofile-generator.cc319 INLINE(void next_child()) { ++child_idx_; } in INLINE() argument
342 parent.next_child(); in TraverseDepthFirst()
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
Delement.py326 next_child = self.contents[position]
327 new_child.next_sibling = next_child
330 new_childs_last_element.next_element = next_child