HomeSort by relevance Sort by last modified time
    Searched refs:self_type (Results 1 - 16 of 16) 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 
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
basic_cstring.hpp 40 typedef basic_cstring<CharT> self_type; typedef in class:boost::unit_test::basic_cstring
90 self_type& trim_right( size_type trim_size );
91 self_type& trim_left( size_type trim_size );
92 self_type& trim_right( iterator it );
93 self_type& trim_left( iterator it );
95 self_type& trim_left( self_type exclusions = self_type() ) ;
96 self_type& trim_right( self_type exclusions = self_type() )
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
mock_object.hpp 68 self_type const& operator op() const \
139 typedef mock_object<i,Base> self_type; typedef in class:boost::itest::mock_object
207 self_type const& operator =( mock_object const& ) const
213 self_type const& operator =( T const& ) const
228 self_type const& operator ++(int) const
232 self_type const& operator --(int) const
245 self_type const& operator ()() const
250 self_type const& operator ()( T1 const& arg1 ) const
255 self_type const& operator ()( T1 const&, T2 const& ) const
260 self_type const& operator ()( T1 const&, T2 const&, T3 const& ) cons
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btAlignedAllocator.h 63 typedef btAlignedAllocator< T , Alignment > self_type; typedef in class:btAlignedAllocator
70 btAlignedAllocator( const self_type & ) {}
99 self_type & operator=( const btAlignedAllocator< O , Alignment > & ) { return *this; }
101 friend bool operator==( const self_type & , const self_type & ) { return true; }
  /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);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_member_function_pointer.hpp 72 typedef result_<T> self_type;
76 1 == sizeof(::boost::type_traits::is_mem_fun_pointer_tester(self_type::make_t))
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
named_params.hpp 123 typedef named_parameter_combine<NP,Rest> self_type; typedef in struct:boost::nfp::nfp_detail::named_parameter_combine
145 named_parameter_combine<NP,self_type> operator,( NP const& np ) const
146 { return named_parameter_combine<NP,self_type>( np, *this ); }

Completed in 155 milliseconds