Searched refs:POINTER (Results 1 – 5 of 5) sorted by relevance
139 ('fields', ct.POINTER(TracingFieldFormatStruct))]180 ('mapping', ct.POINTER(MappingStruct))]210 ('entries', ct.POINTER(CallChainEntryStructure))]218 _fields_ = [('data', ct.POINTER(ct.c_char)),236 self._CreateReportLibFunc.restype = ct.POINTER(ReportLibStructure)246 self._GetNextSampleFunc.restype = ct.POINTER(SampleStruct)248 self._GetEventOfCurrentSampleFunc.restype = ct.POINTER(EventStruct)250 self._GetSymbolOfCurrentSampleFunc.restype = ct.POINTER(SymbolStruct)252 self._GetCallChainOfCurrentSampleFunc.restype = ct.POINTER(CallChainStructure)254 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); }
1580 wintypes.LPDWORD = ctypes.POINTER(wintypes.DWORD)1581 wintypes.PSMALL_RECT = ctypes.POINTER(wintypes.SMALL_RECT)1602 PCONSOLE_SCREEN_BUFFER_INFOEX = ctypes.POINTER(