Searched refs:POINTER (Results 1 – 6 of 6) sorted by relevance
42 POINTER = 15, enumerator44 kMaxValue = POINTER
165 case POINTER: { in fuzzFormat()
154 ('fields', ct.POINTER(TracingFieldFormatStruct))]195 ('mapping', ct.POINTER(MappingStruct))]225 ('entries', ct.POINTER(CallChainEntryStructure))]233 _fields_ = [('data', ct.POINTER(ct.c_char)),269 self._CreateReportLibFunc.restype = ct.POINTER(ReportLibStructure)291 self._GetNextSampleFunc.restype = ct.POINTER(SampleStruct)293 self._GetEventOfCurrentSampleFunc.restype = ct.POINTER(EventStruct)295 self._GetSymbolOfCurrentSampleFunc.restype = ct.POINTER(SymbolStruct)297 self._GetCallChainOfCurrentSampleFunc.restype = ct.POINTER(CallChainStructure)299 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); }