Home
last modified time | relevance | path

Searched refs:pe (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
Dshared_ptr.hpp101 …s( boost::shared_ptr<X> const * ppx, Y const * py, boost::enable_shared_from_this< T > const * pe ) in sp_enable_shared_from_this() argument
103 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() argument
111 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()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_demangle.cpp2865 const char* pe = pf + s.size(); in base_name() local
2866 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()