Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_internalmap.inl223 const ValueInternalMap* constThis = this; local
224 return const_cast<Value*>(constThis->find(key));
/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()