Searched refs:pe (Results 1 – 2 of 2) sorted by relevance
101 …s( boost::shared_ptr<X> const * ppx, Y const * py, boost::enable_shared_from_this< T > const * pe ) in sp_enable_shared_from_this() argument103 if( pe != 0 ) in sp_enable_shared_from_this()105 pe->_internal_accept_owner( ppx, const_cast< Y* >( py ) ); in sp_enable_shared_from_this()109 …m_this( boost::shared_ptr<X> * ppx, Y const * py, boost::enable_shared_from_this2< T > const * pe ) in sp_enable_shared_from_this() argument111 if( pe != 0 ) in sp_enable_shared_from_this()113 pe->_internal_accept_owner( ppx, const_cast< Y* >( py ) ); in sp_enable_shared_from_this()
2865 const char* pe = pf + s.size(); in base_name() local2866 if (pe[-1] == '>') in base_name()2871 if (--pe == pf) in base_name()2873 if (pe[-1] == '<') in base_name()2877 --pe; in base_name()2881 else if (pe[-1] == '>') in base_name()2885 const char* p0 = pe - 1; in base_name()2894 return String(p0, pe); in base_name()