Searched refs:objType (Results 1 – 7 of 7) sorted by relevance
/external/sonivox/jet_tools/JetCreator/ |
D | JetUtils.py | 39 def __init__ (self, objType, objSave, currentSegmentName): argument 40 self.objType = objType 47 if self.objType == JetDefs.MAIN_SEGLIST: 62 elif self.objType == JetDefs.MAIN_EVENTLIST:
|
D | JetCreator.py | 1116 … if self.currentCtrl == JetDefs.MAIN_SEGLIST and self.clipBoard.objType == JetDefs.MAIN_SEGLIST: 1121 …elif self.currentCtrl == JetDefs.MAIN_EVENTLIST and self.clipBoard.objType == JetDefs.MAIN_EVENTLI…
|
/external/clang/lib/AST/ |
D | Type.cpp | 1259 if (auto *objType = splitType.Ty->getAs<ObjCObjectType>()) { in stripObjCKindOfType() local 1260 if (!objType->isKindOfType()) in stripObjCKindOfType() 1264 = objType->getBaseType().stripObjCKindOfType(ctx); in stripObjCKindOfType() 1267 objType->getTypeArgsAsWritten(), in stripObjCKindOfType() 1268 objType->getProtocols(), in stripObjCKindOfType()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 5919 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType() local 5923 if (!objType) { in checkObjCKindOfType() 5934 objType->getBaseType(), objType->getTypeArgsAsWritten(), in checkObjCKindOfType() 5935 objType->getProtocols(), in checkObjCKindOfType() 5936 /*isKindOf=*/objType->isObjCUnqualifiedId() ? false : true); in checkObjCKindOfType()
|
D | SemaExprObjC.cpp | 1718 const ObjCObjectType *objType = type->castAs<ObjCObjectType>(); in LookupMethodInObjectType() local 1719 if (ObjCInterfaceDecl *iface = objType->getInterface()) { in LookupMethodInObjectType() 1731 for (const auto *I : objType->quals()) in LookupMethodInObjectType()
|
/external/libxml2/ |
D | xpath.c | 1794 xmlXPathObjectType objType) in xmlXPathDebugObjUsageRequested() argument 1806 switch (objType) { in xmlXPathDebugObjUsageRequested() 1843 switch (objType) { in xmlXPathDebugObjUsageRequested() 1948 xmlXPathObjectType objType) in xmlXPathDebugObjUsageReleased() argument 1960 switch (objType) { in xmlXPathDebugObjUsageReleased() 1997 switch (objType) { in xmlXPathDebugObjUsageReleased()
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 186 …Bool32 VKAPI_CALL myDbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObje… 429 …Bool32 VKAPI_CALL myDbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObje… in myDbgFunc() argument
|