Searched refs:has_child (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/bintrees/bintrees/
H A Dcwalker.pyx81 def has_child(self, int direction): member in class:cWalker
H A Dtreemixin.py235 if node.has_child(direction) and go_down:
240 if node.has_child(other):
H A Dwalker.py70 def has_child(self, direction): member in class:Walker
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb254 def has_child?( node )
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c1030 Bool has_child; local
1053 has_child = *(abbrev_img++) == 1; /* DW_CHILDREN_yes */
1055 if ( has_child )

Completed in 147 milliseconds