HomeSort by relevance Sort by last modified time
    Searched refs:_STLP_LONG_LONG (Results 126 - 150 of 164) sorted by null

1 2 3 4 56 7

  /external/stlport/stlport/stl/
_ostream.h 119 #ifdef _STLP_LONG_LONG
120 _Self& operator<< (_STLP_LONG_LONG __x);
121 _Self& operator<< (unsigned _STLP_LONG_LONG __x);
char_traits.h 60 # if defined (_STLP_LONG_LONG) && !defined (__CYGWIN__)
63 typedef _STLP_LONG_LONG streamoff;
_num_get.c 590 #if defined (_STLP_LONG_LONG) && !defined (__MRC__) //*ty 12/07/2001 - MrCpp can not cast from long long to void*
591 unsigned _STLP_LONG_LONG __val;
601 #if defined (_STLP_LONG_LONG)
606 _STLP_LONG_LONG& __val) const
613 unsigned _STLP_LONG_LONG& __val) const
_ostream.c 265 #ifdef _STLP_LONG_LONG
267 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<< (_STLP_LONG_LONG __x)
271 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<< (unsigned _STLP_LONG_LONG __x)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.h 107 #ifdef _STLP_LONG_LONG
108 _Self& operator>> (_STLP_LONG_LONG& __val);
109 _Self& operator>> (unsigned _STLP_LONG_LONG& __val);
_ostream.h 119 #ifdef _STLP_LONG_LONG
120 _Self& operator<< (_STLP_LONG_LONG __x);
121 _Self& operator<< (unsigned _STLP_LONG_LONG __x);
char_traits.h 60 # if defined (_STLP_LONG_LONG) && !defined (__CYGWIN__)
63 typedef _STLP_LONG_LONG streamoff;
_num_get.c 590 #if defined (_STLP_LONG_LONG) && !defined (__MRC__) //*ty 12/07/2001 - MrCpp can not cast from long long to void*
591 unsigned _STLP_LONG_LONG __val;
601 #if defined (_STLP_LONG_LONG)
606 _STLP_LONG_LONG& __val) const
613 unsigned _STLP_LONG_LONG& __val) const
_ostream.c 265 #ifdef _STLP_LONG_LONG
267 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<< (_STLP_LONG_LONG __x)
271 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<< (unsigned _STLP_LONG_LONG __x)
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_istream.h 107 #ifdef _STLP_LONG_LONG
108 _Self& operator>> (_STLP_LONG_LONG& __val);
109 _Self& operator>> (unsigned _STLP_LONG_LONG& __val);
_ostream.h 119 #ifdef _STLP_LONG_LONG
120 _Self& operator<< (_STLP_LONG_LONG __x);
121 _Self& operator<< (unsigned _STLP_LONG_LONG __x);
char_traits.h 60 # if defined (_STLP_LONG_LONG) && !defined (__CYGWIN__)
63 typedef _STLP_LONG_LONG streamoff;
_num_get.c 590 #if defined (_STLP_LONG_LONG) && !defined (__MRC__) //*ty 12/07/2001 - MrCpp can not cast from long long to void*
591 unsigned _STLP_LONG_LONG __val;
601 #if defined (_STLP_LONG_LONG)
606 _STLP_LONG_LONG& __val) const
613 unsigned _STLP_LONG_LONG& __val) const
_ostream.c 265 #ifdef _STLP_LONG_LONG
267 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<< (_STLP_LONG_LONG __x)
271 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<< (unsigned _STLP_LONG_LONG __x)
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_istream.h 107 #ifdef _STLP_LONG_LONG
108 _Self& operator>> (_STLP_LONG_LONG& __val);
109 _Self& operator>> (unsigned _STLP_LONG_LONG& __val);
_ostream.h 119 #ifdef _STLP_LONG_LONG
120 _Self& operator<< (_STLP_LONG_LONG __x);
121 _Self& operator<< (unsigned _STLP_LONG_LONG __x);
char_traits.h 60 # if defined (_STLP_LONG_LONG) && !defined (__CYGWIN__)
63 typedef _STLP_LONG_LONG streamoff;
_num_get.c 590 #if defined (_STLP_LONG_LONG) && !defined (__MRC__) //*ty 12/07/2001 - MrCpp can not cast from long long to void*
591 unsigned _STLP_LONG_LONG __val;
601 #if defined (_STLP_LONG_LONG)
606 _STLP_LONG_LONG& __val) const
613 unsigned _STLP_LONG_LONG& __val) const
_ostream.c 265 #ifdef _STLP_LONG_LONG
267 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<< (_STLP_LONG_LONG __x)
271 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<< (unsigned _STLP_LONG_LONG __x)
  /external/stlport/stlport/stl/config/
_como.h 13 #define _STLP_LONG_LONG long long
_mwerks.h 17 # define _STLP_LONG_LONG long long
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 13 #define _STLP_LONG_LONG long long
_mwerks.h 17 # define _STLP_LONG_LONG long long
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 13 #define _STLP_LONG_LONG long long
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 13 #define _STLP_LONG_LONG long long

Completed in 426 milliseconds

1 2 3 4 56 7