Searched refs:next_child (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/xmllite/
H A Dxmlelement.cc449 XmlChild * next_child; local
451 for (child = FirstChild(); child; child = next_child) {
452 next_child = child->NextChild();
/external/linux-tools-perf/util/
H A Dcallchain.c401 struct callchain_node *child, *next_child; local
418 chain_for_each_child_safe(child, next_child, src) {
/external/libxslt/libxslt/
H A Dattributes.c376 goto next_child;
400 next_child:
/external/v8/src/
H A Dprofile-generator.cc395 INLINE(void next_child()) { ++child_idx_; } argument
418 parent.next_child();

Completed in 105 milliseconds