HomeSort by relevance Sort by last modified time
    Searched refs:pi_ (Results 1 - 3 of 3) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
shared_count.hpp 65 sp_counted_base * pi_; member in class:boost::detail::shared_count
75 shared_count(): pi_(0) // nothrow
82 template<class Y> explicit shared_count( Y * p ): pi_( 0 )
91 pi_ = new sp_counted_impl_p<Y>( p );
101 pi_ = new sp_counted_impl_p<Y>( p );
103 if( pi_ == 0 )
113 template<class Y, class D> shared_count( Y * p, D d ): pi_(0)
115 template<class P, class D> shared_count( P p, D d ): pi_(0)
128 pi_ = new sp_counted_impl_pd<P, D>(p, d);
138 pi_ = new sp_counted_impl_pd<P, D>(p, d)
391 sp_counted_base * pi_; member in class:boost::detail::weak_count
    [all...]
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 324 PngReadStructDestroyer(png_struct** ps, png_info** pi) : ps_(ps), pi_(pi) {
327 png_destroy_read_struct(ps_, pi_, NULL);
331 png_info** pi_; member in class:gfx::__anon20676::PngReadStructDestroyer
339 explicit PngWriteStructDestroyer(png_struct** ps) : ps_(ps), pi_(0) {
342 png_destroy_write_struct(ps_, pi_);
345 pi_ = pi;
349 png_info** pi_; member in class:gfx::__anon20676::PngWriteStructDestroyer
  /external/chromium_org/tools/imagediff/
image_diff_png.cc 285 PngReadStructDestroyer(png_struct** ps, png_info** pi) : ps_(ps), pi_(pi) {
288 png_destroy_read_struct(ps_, pi_, NULL);
292 png_info** pi_; member in class:image_diff_png::__anon20400::PngReadStructDestroyer

Completed in 88 milliseconds