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

/external/lldb/examples/python/
H A Dsbvalue.py147 def __or__(self, other): member in class:variable
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dexpr.pxi47 ((operator.__or__, operator.or_, '|'), YASM_EXPR_OR),
H A Dintnum.pxi125 def __or__(x, y): return __intnum_op(x, YASM_EXPR_OR, y) member in class:IntNum
/external/chromium_org/third_party/bintrees/bintrees/
H A Dtreemixin.py53 * __or__(other) <==> T | other, union
179 def __or__(self, other): member in class:TreeMixin
180 """ x.__or__(other) <==> self | other """
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A DRegexps.py139 def __or__(self, other): member in class:RE

Completed in 117 milliseconds