Lines Matching refs:supportsProtected
110889 , supportsProtected( supportsProtected_ )
110918 supportsProtected = supportsProtected_;
110941 return std::tie( sType, pNext, supportsProtected );
110953 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( supportsProtected == rhs.supportsProtected );
110966 VULKAN_HPP_NAMESPACE::Bool32 supportsProtected = {};