Searched defs:is_namespace (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dsymtable.py210 def is_namespace(self): member in class:Symbol
217 is_namespace() is true, the name may also be bound to other
242 print info, info.is_local(), info.is_namespace()
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dsymtable.py210 def is_namespace(self): member in class:Symbol
217 is_namespace() is true, the name may also be bound to other
242 print info, info.is_local(), info.is_namespace()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsymtable.py210 def is_namespace(self): member in class:Symbol
217 is_namespace() is true, the name may also be bound to other
242 print info, info.is_local(), info.is_namespace()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsymtable.py210 def is_namespace(self): member in class:Symbol
217 is_namespace() is true, the name may also be bound to other
242 print info, info.is_local(), info.is_namespace()

Completed in 368 milliseconds