HomeSort by relevance Sort by last modified time
    Searched refs:__end (Results 151 - 175 of 179) sorted by null

1 2 3 4 5 67 8

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 245 * @param __end End of range.
249 __versa_string(_InputIterator __beg, _InputIterator __end,
251 : __vstring_base(__beg, __end, __a) { }
900 * @param __end End of range.
910 insert(iterator __p, _InputIterator __beg, _InputIterator __end)
911 { this->replace(__p, __p, __beg, __end); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 245 * @param __end End of range.
249 __versa_string(_InputIterator __beg, _InputIterator __end,
251 : __vstring_base(__beg, __end, __a) { }
900 * @param __end End of range.
910 insert(iterator __p, _InputIterator __beg, _InputIterator __end)
911 { this->replace(__p, __p, __beg, __end); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 245 * @param __end End of range.
249 __versa_string(_InputIterator __beg, _InputIterator __end,
251 : __vstring_base(__beg, __end, __a) { }
900 * @param __end End of range.
910 insert(iterator __p, _InputIterator __beg, _InputIterator __end)
911 { this->replace(__p, __p, __beg, __end); }
    [all...]
  /external/stlport/stlport/stl/
_bitset.h 73 //returns the number of bit set within the buffer between __beg and __end.
74 static size_t _S_count(const unsigned char *__beg, const unsigned char *__end)
78 for (; __beg != __end; ++__beg) {
_hashtable.h 201 static void _STLP_CALL _S_prev_sizes(size_t __hint, const size_t *&__begin, const size_t *&__end);
  /external/stlport/test/unit/
fstream_test.cpp 657 const extern_type* __end,
659 { return (int)min(static_cast<size_t>(__end - __from), __max); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 73 //returns the number of bit set within the buffer between __beg and __end.
74 static size_t _S_count(const unsigned char *__beg, const unsigned char *__end)
78 for (; __beg != __end; ++__beg) {
_hashtable.h 201 static void _STLP_CALL _S_prev_sizes(size_t __hint, const size_t *&__begin, const size_t *&__end);
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 675 const extern_type* __end,
677 { return (int)min(static_cast<size_t>(__end - __from), __max); }
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 675 const extern_type* __end,
677 { return (int)min(static_cast<size_t>(__end - __from), __max); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_compiler.h 103 _Scanner(_IteratorT __begin, _IteratorT __end, _FlagT __flags,
105 : _M_current(__begin) , _M_end(__end) , _M_flags(__flags),
stl_algo.h 1821 _ForwardIterator __end = std::__inplace_stable_partition(__middle, __last, local
1866 _ForwardIterator __end = local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_compiler.h 103 _Scanner(_IteratorT __begin, _IteratorT __end, _FlagT __flags,
105 : _M_current(__begin) , _M_end(__end) , _M_flags(__flags),
stl_algo.h 1821 _ForwardIterator __end = std::__inplace_stable_partition(__middle, __last, local
1866 _ForwardIterator __end = local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 73 //returns the number of bit set within the buffer between __beg and __end.
74 static size_t _S_count(const unsigned char *__beg, const unsigned char *__end)
78 for (; __beg != __end; ++__beg) {
_hashtable.h 201 static void _STLP_CALL _S_prev_sizes(size_t __hint, const size_t *&__begin, const size_t *&__end);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 73 //returns the number of bit set within the buffer between __beg and __end.
74 static size_t _S_count(const unsigned char *__beg, const unsigned char *__end)
78 for (; __beg != __end; ++__beg) {
_hashtable.h 201 static void _STLP_CALL _S_prev_sizes(size_t __hint, const size_t *&__begin, const size_t *&__end);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 73 //returns the number of bit set within the buffer between __beg and __end.
74 static size_t _S_count(const unsigned char *__beg, const unsigned char *__end)
78 for (; __beg != __end; ++__beg) {
_hashtable.h 201 static void _STLP_CALL _S_prev_sizes(size_t __hint, const size_t *&__begin, const size_t *&__end);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 73 //returns the number of bit set within the buffer between __beg and __end.
74 static size_t _S_count(const unsigned char *__beg, const unsigned char *__end)
78 for (; __beg != __end; ++__beg) {
_hashtable.h 201 static void _STLP_CALL _S_prev_sizes(size_t __hint, const size_t *&__begin, const size_t *&__end);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algo.h 1825 _ForwardIterator __end = std::__inplace_stable_partition(__middle, __last, local
1870 _ForwardIterator __end = local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 1825 _ForwardIterator __end = std::__inplace_stable_partition(__middle, __last, local
1870 _ForwardIterator __end = local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 1825 _ForwardIterator __end = std::__inplace_stable_partition(__middle, __last, local
1870 _ForwardIterator __end = local
    [all...]

Completed in 746 milliseconds

1 2 3 4 5 67 8