Home
last modified time | relevance | path

Searched refs:next_child (Results 1 – 7 of 7) 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/yapf/yapf/yapflib/
Dpytree_unwrapper.py363 next_child = node.children[index + 1]
364 if next_child.type == grammar_token.COMMENT:
/external/deqp-deps/SPIRV-Tools/source/opt/
Dscalar_analysis_simplification.cpp273 for (SENode* next_child : *child) { in GatherAccumulatorsFromChildNodes()
274 GatherAccumulatorsFromChildNodes(new_node, next_child, negation); in GatherAccumulatorsFromChildNodes()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis_simplification.cpp273 for (SENode* next_child : *child) { in GatherAccumulatorsFromChildNodes()
274 GatherAccumulatorsFromChildNodes(new_node, next_child, negation); in GatherAccumulatorsFromChildNodes()
/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.cc356 V8_INLINE void next_child() { ++child_idx_; } in next_child() function in v8::internal::Position
379 parent.next_child(); in TraverseDepthFirst()