Searched refs:POINTER (Results 1 – 6 of 6) 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)244 self._GetNextSampleFunc.restype = ct.POINTER(SampleStruct)246 self._GetEventOfCurrentSampleFunc.restype = ct.POINTER(EventStruct)248 self._GetSymbolOfCurrentSampleFunc.restype = ct.POINTER(SymbolStruct)250 self._GetCallChainOfCurrentSampleFunc.restype = ct.POINTER(CallChainStructure)252 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); }
69 POINTER("pointer", TokenCategory.TypeDef),
1427 wintypes.LPDWORD = ctypes.POINTER(wintypes.DWORD)1428 wintypes.PSMALL_RECT = ctypes.POINTER(wintypes.SMALL_RECT)1449 PCONSOLE_SCREEN_BUFFER_INFOEX = ctypes.POINTER(