Home
last modified time | relevance | path

Searched refs:next_child (Results 1 – 4 of 4) 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.cc358 INLINE(void next_child()) { ++child_idx_; } in INLINE() argument
381 parent.next_child(); in TraverseDepthFirst()