Lines Matching refs:pLabelName
21386 , pLabelName( pLabelName_ )
21413 pLabelName = pLabelName_;
21442 return std::tie( sType, pNext, pLabelName, color );
21453 if ( pLabelName != rhs.pLabelName )
21454 if ( auto cmp = strcmp( pLabelName, rhs.pLabelName ); cmp != 0 )
21465 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( ( pLabelName == rhs.pLabelName ) || ( strcmp( pLabelName, rhs.pLabelName ) == 0 ) ) &&
21477 const char * pLabelName = {};