Home
last modified time | relevance | path

Searched refs:eBasicTypeUnsignedInt (Results 1 – 13 of 13) sorted by relevance

/external/lldb/examples/summaries/cocoa/
DNSIndexSet.py36 …self.sys_params.types_cache.uint32 = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
38 ….sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
39 …self.sys_params.types_cache.uint32 = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
41 …self.sys_params.types_cache.uint32 = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
DCFDictionary.py37 ….sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
75 ….sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
115 ….sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
DNSSet.py37 ….sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
98 ….sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
139 ….sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
DNSMachPort.py37 ….sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
DNSData.py38 ….sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
DCFBag.py37 ….sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
DCFBinaryHeap.py37 ….sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
DCFBitVector.py57 ….sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
Dobjc_runtime.py605 self.types_cache.uint32_t = valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
/external/lldb/include/lldb/
Dlldb-enumerations.h570 eBasicTypeUnsignedInt, enumerator
/external/lldb/source/Symbol/
DClangASTContext.cpp634 g_type_map.Append(ConstString("unsigned int").GetCString(), eBasicTypeUnsignedInt); in GetBasicTypeEnumeration()
635 g_type_map.Append(ConstString("unsigned").GetCString(), eBasicTypeUnsignedInt); in GetBasicTypeEnumeration()
742 case eBasicTypeUnsignedInt: in GetBasicType()
DClangASTType.cpp2211 case clang::BuiltinType::UInt: return eBasicTypeUnsignedInt; in GetBasicTypeEnumeration()
/external/lldb/www/python_reference/
Dapi-objects.txt262 _lldb'.eBasicTypeUnsignedInt _lldb%27-module.html#eBasicTypeUnsignedInt
2002 lldb.eBasicTypeUnsignedInt lldb-module.html#eBasicTypeUnsignedInt