HomeSort by relevance Sort by last modified time
    Searched full:num_get (Results 51 - 75 of 140) sorted by null

1 23 4 5 6

  /ndk/sources/cxx-stl/stlport/src/
locale_impl.cpp 232 num_get<char, istreambuf_iterator<char, char_traits<char> > >::id);
235 num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id);
571 // and also to money_get/put, num_get/put, and time_get/put
577 num_get<char, istreambuf_iterator<char, char_traits<char> > >::id._M_index = 10;
585 num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id._M_index = 23;
641 new num_get<char, istreambuf_iterator<char, char_traits<char> > >(1),
655 new num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >(1),
737 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_get<char, istreambuf_iterator<char, char_traits<char> > >*)
738 { return num_get<char, istreambuf_iterator<char, char_traits<char> > >::id; }
740 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >*
    [all...]
  /external/llvm/test/CodeGen/X86/
pr1505b.ll 6 %"struct.std::basic_ios<char,std::char_traits<char> >" = type { %"struct.std::ios_base", %"struct.std::basic_ostream<char,std::char_traits<char> >"*, i8, i8, %"struct.std::basic_streambuf<char,std::char_traits<char> >"*, %"struct.std::ctype<char>"*, %"struct.std::num_get<char,std::istreambuf_iterator<char, std::char_traits<char> > >"*, %"struct.std::num_get<char,std::istreambuf_iterator<char, std::char_traits<char> > >"* }
17 %"struct.std::num_get<char,std::istreambuf_iterator<char, std::char_traits<char> > >" = type { %"struct.std::locale::facet" }
  /external/llvm/test/Transforms/SimplifyCFG/
dbginfo.ll 31 %"struct.std::basic_ios<char,std::char_traits<char> >" = type { %"struct.std::ios_base", %"struct.std::basic_ostream<char,std::char_traits<char> >"*, i8, i8, %"struct.std::basic_streambuf<char,std::char_traits<char> >"*, %"struct.std::ctype<char>"*, %"struct.std::num_get<char,std::istreambuf_iterator<char, std::char_traits<char> > >"*, %"struct.std::num_get<char,std::istreambuf_iterator<char, std::char_traits<char> > >"* }
43 %"struct.std::num_get<char,std::istreambuf_iterator<char, std::char_traits<char> > >" = type { %"struct.std::locale::facet" }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr2/
bool_set.tcc 84 * num_get::do_get().
110 num_get<_CharT, _InIter>::
193 // 23. Num_get overflow result.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr2/
bool_set.tcc 84 * num_get::do_get().
110 num_get<_CharT, _InIter>::
193 // 23. Num_get overflow result.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr2/
bool_set.tcc 84 * num_get::do_get().
110 num_get<_CharT, _InIter>::
193 // 23. Num_get overflow result.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/
bool_set.tcc 84 * num_get::do_get().
110 num_get<_CharT, _InIter>::
193 // 23. Num_get overflow result.
  /external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_float.pass.cpp 12 // class num_get<charT, InputIterator>
25 typedef std::num_get<char, input_iterator<const char*> > F;
get_bool.pass.cpp 12 // class num_get<charT, InputIterator>
23 typedef std::num_get<char, input_iterator<const char*> > F;
get_double.pass.cpp 15 // class num_get<charT, InputIterator>
28 typedef std::num_get<char, input_iterator<const char*> > F;
get_long_double.pass.cpp 12 // class num_get<charT, InputIterator>
25 typedef std::num_get<char, input_iterator<const char*> > F;
  /external/libcxx/test/std/localization/locales/locale/locale.cons/
char_pointer.pass.cpp 59 assert((std::has_facet<std::num_get<char> >(loc)));
60 assert((std::has_facet<std::num_get<wchar_t> >(loc)));
locale_facetptr.pass.cpp 58 assert((std::has_facet<std::num_get<char> >(loc)));
59 assert((std::has_facet<std::num_get<wchar_t> >(loc)));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_float.pass.cpp 12 // class num_get<charT, InputIterator>
25 typedef std::num_get<char, input_iterator<const char*> > F;
get_bool.pass.cpp 12 // class num_get<charT, InputIterator>
23 typedef std::num_get<char, input_iterator<const char*> > F;
get_double.pass.cpp 15 // class num_get<charT, InputIterator>
28 typedef std::num_get<char, input_iterator<const char*> > F;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/
locale_facetptr.pass.cpp 55 assert((std::has_facet<std::num_get<char> >(loc)));
56 assert((std::has_facet<std::num_get<wchar_t> >(loc)));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.members/
combine.pass.cpp 53 assert((std::has_facet<std::num_get<char> >(loc)));
54 assert((std::has_facet<std::num_get<wchar_t> >(loc)));
  /external/libcxx/include/
istream 362 typedef num_get<char_type, _Ip> _Fp;
389 typedef num_get<char_type, _Ip> _Fp;
416 typedef num_get<char_type, _Ip> _Fp;
443 typedef num_get<char_type, _Ip> _Fp;
470 typedef num_get<char_type, _Ip> _Fp;
497 typedef num_get<char_type, _Ip> _Fp;
524 typedef num_get<char_type, _Ip> _Fp;
551 typedef num_get<char_type, _Ip> _Fp;
578 typedef num_get<char_type, _Ip> _Fp;
605 typedef num_get<char_type, _Ip> _Fp
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
istream 346 typedef num_get<char_type, _Ip> _Fp;
373 typedef num_get<char_type, _Ip> _Fp;
400 typedef num_get<char_type, _Ip> _Fp;
427 typedef num_get<char_type, _Ip> _Fp;
454 typedef num_get<char_type, _Ip> _Fp;
481 typedef num_get<char_type, _Ip> _Fp;
508 typedef num_get<char_type, _Ip> _Fp;
535 typedef num_get<char_type, _Ip> _Fp;
562 typedef num_get<char_type, _Ip> _Fp;
589 typedef num_get<char_type, _Ip> _Fp
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
istream 346 typedef num_get<char_type, _Ip> _Fp;
373 typedef num_get<char_type, _Ip> _Fp;
400 typedef num_get<char_type, _Ip> _Fp;
427 typedef num_get<char_type, _Ip> _Fp;
454 typedef num_get<char_type, _Ip> _Fp;
481 typedef num_get<char_type, _Ip> _Fp;
508 typedef num_get<char_type, _Ip> _Fp;
535 typedef num_get<char_type, _Ip> _Fp;
562 typedef num_get<char_type, _Ip> _Fp;
589 typedef num_get<char_type, _Ip> _Fp
    [all...]
  /ndk/sources/cxx-stl/stlport/
Android.mk 33 src/num_get.cpp \
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_numpunct.h 45 template <class _Ch, class _InIt> class num_get;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_numpunct.h 45 template <class _Ch, class _InIt> class num_get;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libmsvcp60.a     [all...]

Completed in 847 milliseconds

1 23 4 5 6