Home
last modified time | relevance | path

Searched refs:eBasicTypeUnsignedLong (Results 1 – 16 of 16) sorted by relevance

/external/lldb/examples/summaries/cocoa/
DCFDictionary.py35 …sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong)
73 …sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong)
113 …sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong)
DNSSet.py35 …sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong)
96 …sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong)
137 …sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong)
DNSMachPort.py35 …sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong)
DCFBag.py35 …sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong)
DNSData.py36 …sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong)
DCFBinaryHeap.py35 …sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong)
DNSIndexSet.py35 …sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong)
DCFBitVector.py55 …sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong)
DCFArray.py61 …self.sys_params.types_cache.ulong = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong)
DNSNumber.py79 …self.sys_params.types_cache.ulong = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong)
Dobjc_runtime.py603 self.types_cache.addr_type = valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong)
/external/lldb/include/lldb/
Dlldb-enumerations.h572 eBasicTypeUnsignedLong, enumerator
/external/lldb/source/Symbol/
DClangASTContext.cpp640 g_type_map.Append(ConstString("unsigned long").GetCString(), eBasicTypeUnsignedLong); in GetBasicTypeEnumeration()
641 … g_type_map.Append(ConstString("unsigned long int").GetCString(), eBasicTypeUnsignedLong); in GetBasicTypeEnumeration()
748 case eBasicTypeUnsignedLong: in GetBasicType()
DClangASTType.cpp2213 case clang::BuiltinType::ULong: return eBasicTypeUnsignedLong; in GetBasicTypeEnumeration()
/external/lldb/examples/synthetic/
Dlibcxx.py720 self.count_type = valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong)
/external/lldb/www/python_reference/
Dapi-objects.txt329 _lldb'.eBasicTypeUnsignedLong _lldb%27-module.html#eBasicTypeUnsignedLong
2097 lldb.eBasicTypeUnsignedLong lldb-module.html#eBasicTypeUnsignedLong