Searched refs:nativeXcomponentsMap_ (Results 1 – 1 of 1) sorted by relevance
68 auto it = nativeXcomponentsMap_.find(idWithContainerId); in GetNativeXComponentFromXcomponentsMap()69 if (it != nativeXcomponentsMap_.end()) { in GetNativeXComponentFromXcomponentsMap()74 … nativeXcomponentsMap_[idWithContainerId] = std::make_pair(nativeXComponentImpl, nativeXComponent); in GetNativeXComponentFromXcomponentsMap()75 return nativeXcomponentsMap_[idWithContainerId]; in GetNativeXComponentFromXcomponentsMap()94 auto it = nativeXcomponentsMap_.find(idWithContainerId); in DeleteFromNativeXcomponentsMapById()95 if (it == nativeXcomponentsMap_.end()) { in DeleteFromNativeXcomponentsMapById()102 nativeXcomponentsMap_.erase(it); in DeleteFromNativeXcomponentsMapById()140 nativeXcomponentsMap_; variable