Home
last modified time | relevance | path

Searched refs:constThis (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/ganesh/d3d/
DGrD3DRenderTarget.cpp155 auto* constThis = const_cast<const GrD3DRenderTarget*>(this); in msaaTextureResource() local
156 return const_cast<GrD3DTextureResource*>(constThis->msaaTextureResource()); in msaaTextureResource()
/external/armnn/src/armnn/
DLayer.cpp543 const Layer *constThis = const_cast<const Layer*>(this); in GetConstantTensorsByRef() local
546 ImmutableConstantTensors immutableData = constThis->GetConstantTensorsByRef(); in GetConstantTensorsByRef()
/external/parameter-framework/upstream/parameter/
DParameterMgr.cpp729 const auto *constThis = this; in getConfigurableElement() local
730 return const_cast<CConfigurableElement *>(constThis->getConfigurableElement(strPath, strError)); in getConfigurableElement()