Home
last modified time | relevance | path

Searched defs:can_go_right (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/bintrees/bintrees/
Dtreemixin.py312 can_go_right = lambda: node.has_right() function
315 can_go_right = lambda: node.key < endkey and node.has_right() function