HomeSort by relevance Sort by last modified time
    Searched refs:to_int_type (Results 26 - 49 of 49) sorted by null

12

  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 187 static int_type _STLP_CALL to_int_type(const char_type& __c) function in class:__char_traits_base
222 static int _STLP_CALL to_int_type(const char& __c) function in class:char_traits
_sstream.c 98 ? _Traits::to_int_type(*this->gptr())
107 int_type __c = _Traits::to_int_type(*this->gptr());
_fstream.c 173 return traits_type::to_int_type(*this->gptr());
557 return traits_type::to_int_type(*_M_int_buf);
_fstream.h 329 return traits_type::to_int_type(*_M_ext_buf);
415 int_type __c = traits_type::to_int_type(*__this->gptr());
_bitset.h 643 typename _Traits::int_type __k = _Traits::to_int_type(__s[__pos + __Nbits - __i - 1]);
  /external/libchrome/base/strings/
string16.h 120 static int_type to_int_type(const char_type& c) {
  /external/libcxx/test/support/
constexpr_char_traits.hpp 49 static _LIBCPP_CONSTEXPR int_type to_int_type(char_type __c) _NOEXCEPT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
pod_char_traits.h 168 to_int_type(const char_type& __c) function in struct:char_traits
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
pod_char_traits.h 168 to_int_type(const char_type& __c) function in struct:char_traits
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pod_char_traits.h 168 to_int_type(const char_type& __c) function in struct:char_traits
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pod_char_traits.h 170 to_int_type(const char_type& __c) function in struct:char_traits
  /external/zlib/src/contrib/iostream3/
zfstream.cc 189 return traits_type::to_int_type(*(this->gptr()));
209 return traits_type::to_int_type(*(this->gptr()));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 98 ? _Traits::to_int_type(*this->gptr())
107 int_type __c = _Traits::to_int_type(*this->gptr());
_fstream.c 173 return traits_type::to_int_type(*this->gptr());
557 return traits_type::to_int_type(*_M_int_buf);
_fstream.h 329 return traits_type::to_int_type(*_M_ext_buf);
415 int_type __c = traits_type::to_int_type(*__this->gptr());
_bitset.h 643 typename _Traits::int_type __k = _Traits::to_int_type(__s[__pos + __Nbits - __i - 1]);
  /external/xmlrpcpp/src/
base64.h 370 if(_Ch == _Tr::to_int_type('='))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h 379 const int_type __ival = traits_type::to_int_type(__val);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h 379 const int_type __ival = traits_type::to_int_type(__val);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
streambuf_iterator.h 379 const int_type __ival = traits_type::to_int_type(__val);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
streambuf_iterator.h 379 const int_type __ival = traits_type::to_int_type(__val);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp 609 int_type const zero = Traits::to_int_type(czero);
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 1455 milliseconds

12