Lines Matching refs:pAttributes
34210 , pAttributes( pAttributes_ )
34241 pAttributes = pAttributes_;
34276 return std::tie( sType, pNext, pAttributes, dwAccess, name );
34288 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( pAttributes == rhs.pAttributes ) && ( dwAccess == rhs.dwAccess ) && ( name == rhs.name );
34301 const SECURITY_ATTRIBUTES * pAttributes = {};
34524 , pAttributes( pAttributes_ )
34555 pAttributes = pAttributes_;
34590 return std::tie( sType, pNext, pAttributes, dwAccess, name );
34602 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( pAttributes == rhs.pAttributes ) && ( dwAccess == rhs.dwAccess ) && ( name == rhs.name );
34615 const SECURITY_ATTRIBUTES * pAttributes = {};
34639 , pAttributes( pAttributes_ )
34669 pAttributes = pAttributes_;
34698 return std::tie( sType, pNext, pAttributes, dwAccess );
34710 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( pAttributes == rhs.pAttributes ) && ( dwAccess == rhs.dwAccess );
34723 const SECURITY_ATTRIBUTES * pAttributes = {};
35721 , pAttributes( pAttributes_ )
35752 pAttributes = pAttributes_;
35787 return std::tie( sType, pNext, pAttributes, dwAccess, name );
35799 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( pAttributes == rhs.pAttributes ) && ( dwAccess == rhs.dwAccess ) && ( name == rhs.name );
35812 const SECURITY_ATTRIBUTES * pAttributes = {};