HomeSort by relevance Sort by last modified time
    Searched full:__tmp (Results 476 - 500 of 753) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h 98 istream_iterator __tmp = *this; local
100 return __tmp;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
extptr_allocator.h 169 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
171 __larg._M_real_alloc = __tmp;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 188 _Node_iterator __tmp(*this);
190 return __tmp;
233 _Node_const_iterator __tmp(*this);
235 return __tmp;
333 _Hashtable_iterator __tmp(*this);
335 return __tmp;
383 _Hashtable_const_iterator __tmp(*this);
385 return __tmp;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_stream_iterator.h 125 _Self __tmp = *this; local
127 return __tmp;
_streambuf.c 47 locale __tmp = _M_locale; local
49 return __tmp;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h 98 istream_iterator __tmp = *this; local
100 return __tmp;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
extptr_allocator.h 169 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
171 __larg._M_real_alloc = __tmp;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 188 _Node_iterator __tmp(*this);
190 return __tmp;
233 _Node_const_iterator __tmp(*this);
235 return __tmp;
333 _Hashtable_iterator __tmp(*this);
335 return __tmp;
383 _Hashtable_const_iterator __tmp(*this);
385 return __tmp;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_stream_iterator.h 125 _Self __tmp = *this; local
127 return __tmp;
_streambuf.c 47 locale __tmp = _M_locale; local
49 return __tmp;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h 98 istream_iterator __tmp = *this; local
100 return __tmp;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
extptr_allocator.h 169 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
171 __larg._M_real_alloc = __tmp;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 188 _Node_iterator __tmp(*this);
190 return __tmp;
233 _Node_const_iterator __tmp(*this);
235 return __tmp;
333 _Hashtable_iterator __tmp(*this);
335 return __tmp;
383 _Hashtable_const_iterator __tmp(*this);
385 return __tmp;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_stream_iterator.h 125 _Self __tmp = *this; local
127 return __tmp;
_streambuf.c 47 locale __tmp = _M_locale; local
49 return __tmp;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h 98 istream_iterator __tmp = *this; local
100 return __tmp;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/
extptr_allocator.h 169 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
171 __larg._M_real_alloc = __tmp;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 188 _Node_iterator __tmp(*this);
190 return __tmp;
233 _Node_const_iterator __tmp(*this);
235 return __tmp;
333 _Hashtable_iterator __tmp(*this);
335 return __tmp;
383 _Hashtable_const_iterator __tmp(*this);
385 return __tmp;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_stream_iterator.h 125 _Self __tmp = *this; local
127 return __tmp;
_streambuf.c 47 locale __tmp = _M_locale; local
49 return __tmp;
  /external/stlport/stlport/stl/
_hashtable.c 459 _BucketVector __tmp(__num_buckets + 1, __STATIC_CAST(_BucketType*, 0), _M_buckets.get_allocator());
469 _ElemsIte __prev = _S_before_begin(__tmp_elems, __tmp, __prev_bucket)._M_ite;
471 fill(__tmp.begin() + __prev_bucket, __tmp.begin() + __new_bucket + 1, __cur._M_node);
474 _M_buckets.swap(__tmp);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 459 _BucketVector __tmp(__num_buckets + 1, __STATIC_CAST(_BucketType*, 0), _M_buckets.get_allocator());
469 _ElemsIte __prev = _S_before_begin(__tmp_elems, __tmp, __prev_bucket)._M_ite;
471 fill(__tmp.begin() + __prev_bucket, __tmp.begin() + __new_bucket + 1, __cur._M_node);
474 _M_buckets.swap(__tmp);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
sso_string_base.h 509 _CharT* __tmp = _M_create(__new_capacity, __capacity); local
511 _M_data(__tmp);
537 _CharT* __tmp = _M_create(__res, __capacity); local
538 this->_S_copy(__tmp, _M_data(), _M_length() + 1);
540 _M_data(__tmp);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
sso_string_base.h 515 _CharT* __tmp = _M_create(__new_capacity, __capacity); local
517 _M_data(__tmp);
543 _CharT* __tmp = _M_create(__res, __capacity); local
544 this->_S_copy(__tmp, _M_data(), _M_length() + 1);
546 _M_data(__tmp);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
sso_string_base.h 515 _CharT* __tmp = _M_create(__new_capacity, __capacity); local
517 _M_data(__tmp);
543 _CharT* __tmp = _M_create(__res, __capacity); local
544 this->_S_copy(__tmp, _M_data(), _M_length() + 1);
546 _M_data(__tmp);

Completed in 2502 milliseconds

<<11121314151617181920>>