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

  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /external/pdfium/third_party/agg23/
agg_color_gray.h 42 typedef gray8 self_type; typedef in struct:agg::gray8
agg_scanline_u.h 32 typedef scanline_u<CoverT> self_type; typedef in class:agg::scanline_u
137 scanline_u(const self_type&);
138 const self_type& operator = (const self_type&);
agg_basics.h 65 typedef rect_base<T> self_type; typedef in struct:agg::rect_base
73 const self_type& normalize()
88 bool clip(const self_type& r)
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyiterators.swg 25 typedef ConstIterator self_type;
46 virtual self_type* advance(ptrdiff_t n)
65 virtual self_type* next( size_t n = 1 )
70 virtual self_type* previous( size_t n = 1 )
102 ConstIterator( const self_type& b ) : _seq( b._seq )
106 self_type& operator=( const self_type& b )
123 self_type& operator--()
129 self_type& operator++()
135 self_type operator--(int
    [all...]
std_set.i 50 typedef SetIteratorOpen_T<InOutIterator, ValueType, FromOper, AsvalOper> self_type;
66 return new self_type(*this);
88 typedef SetIteratorClosed_T<InOutIterator, ValueType, FromOper, AsvalOper> self_type;
119 return new self_type(*this);
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octiterators.swg 124 typedef OctSwigIterator_T<out_iterator> self_type;
139 const self_type *iters = dynamic_cast<const self_type *>(&iter);
149 const self_type *iters = dynamic_cast<const self_type *>(&iter);
182 typedef OctSwigIteratorOpen_T<OutIterator, ValueType, FromOper> self_type;
195 return new self_type(*this);
225 typedef OctSwigIteratorClosed_T<OutIterator, ValueType, FromOper> self_type;
242 return new self_type(*this);
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyiterators.swg 150 typedef SwigPyIterator_T<out_iterator> self_type;
165 const self_type *iters = dynamic_cast<const self_type *>(&iter);
175 const self_type *iters = dynamic_cast<const self_type *>(&iter);
208 typedef SwigPyIteratorOpen_T<OutIterator, ValueType, FromOper> self_type;
221 return new self_type(*this);
251 typedef SwigPyIteratorClosed_T<OutIterator, ValueType, FromOper> self_type;
268 return new self_type(*this);

Completed in 322 milliseconds