Searched refs:POINTER (Results 1 – 5 of 5) sorted by relevance
138 ('fields', ct.POINTER(TracingFieldFormatStruct))]179 ('mapping', ct.POINTER(MappingStruct))]209 ('entries', ct.POINTER(CallChainEntryStructure))]217 _fields_ = [('data', ct.POINTER(ct.c_char)),235 self._CreateReportLibFunc.restype = ct.POINTER(ReportLibStructure)245 self._GetNextSampleFunc.restype = ct.POINTER(SampleStruct)247 self._GetEventOfCurrentSampleFunc.restype = ct.POINTER(EventStruct)249 self._GetSymbolOfCurrentSampleFunc.restype = ct.POINTER(SymbolStruct)251 self._GetCallChainOfCurrentSampleFunc.restype = ct.POINTER(CallChainStructure)253 self._GetTracingDataOfCurrentSampleFunc.restype = ct.POINTER(ct.c_char)[all …]
41 POINTER, enumerator78 case Qualifier::POINTER: return "*"; in qualifierText()
133 case Type::Qualifier::POINTER: in getHidlType()
518 | '*' { $$ = new Type::Qualifier(Type::Qualifier::POINTER); }
1498 wintypes.LPDWORD = ctypes.POINTER(wintypes.DWORD)1499 wintypes.PSMALL_RECT = ctypes.POINTER(wintypes.SMALL_RECT)1520 PCONSOLE_SCREEN_BUFFER_INFOEX = ctypes.POINTER(