HomeSort by relevance Sort by last modified time
    Searched defs:eq_int_type (Results 1 - 25 of 33) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
char_traits.h 132 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
141 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
290 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
359 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
368 { return eq_int_type(__c, eof()) ? 0 : __c; }
465 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
474 { return eq_int_type(__c, eof()) ? 0 : __c; }
558 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
567 { return eq_int_type(__c, eof()) ? 0 : __c; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
char_traits.h 130 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
139 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
288 eq_int_type(const int_type& __c1, const int_type& __c2) _GLIBCXX_NOEXCEPT
357 eq_int_type(const int_type& __c1, const int_type& __c2) _GLIBCXX_NOEXCEPT
366 { return eq_int_type(__c, eof()) ? 0 : __c; }
463 eq_int_type(const int_type& __c1, const int_type& __c2) noexcept
472 { return eq_int_type(__c, eof()) ? 0 : __c; }
556 eq_int_type(const int_type& __c1, const int_type& __c2) noexcept
565 { return eq_int_type(__c, eof()) ? 0 : __c; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
char_traits.h 130 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
139 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
288 eq_int_type(const int_type& __c1, const int_type& __c2) _GLIBCXX_NOEXCEPT
357 eq_int_type(const int_type& __c1, const int_type& __c2) _GLIBCXX_NOEXCEPT
366 { return eq_int_type(__c, eof()) ? 0 : __c; }
463 eq_int_type(const int_type& __c1, const int_type& __c2) noexcept
472 { return eq_int_type(__c, eof()) ? 0 : __c; }
556 eq_int_type(const int_type& __c1, const int_type& __c2) noexcept
565 { return eq_int_type(__c, eof()) ? 0 : __c; }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 137 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
146 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
292 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
361 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
370 { return eq_int_type(__c, eof()) ? 0 : __c; }
464 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
473 { return eq_int_type(__c, eof()) ? 0 : __c; }
557 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
566 { return eq_int_type(__c, eof()) ? 0 : __c; }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 137 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
146 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
292 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
361 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
370 { return eq_int_type(__c, eof()) ? 0 : __c; }
464 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
473 { return eq_int_type(__c, eof()) ? 0 : __c; }
557 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
566 { return eq_int_type(__c, eof()) ? 0 : __c; }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 137 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
146 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
292 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
361 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
370 { return eq_int_type(__c, eof()) ? 0 : __c; }
464 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
473 { return eq_int_type(__c, eof()) ? 0 : __c; }
557 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
566 { return eq_int_type(__c, eof()) ? 0 : __c; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
char_traits.h 137 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
146 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
292 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
361 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
370 { return eq_int_type(__c, eof()) ? 0 : __c; }
464 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
473 { return eq_int_type(__c, eof()) ? 0 : __c; }
557 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
566 { return eq_int_type(__c, eof()) ? 0 : __c; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
char_traits.h 132 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
141 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
290 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
359 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
368 { return eq_int_type(__c, eof()) ? 0 : __c; }
465 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
474 { return eq_int_type(__c, eof()) ? 0 : __c; }
558 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
567 { return eq_int_type(__c, eof()) ? 0 : __c; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
char_traits.h 132 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
141 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
290 eq_int_type(const int_type& __c1, const int_type& __c2) _GLIBCXX_NOEXCEPT
359 eq_int_type(const int_type& __c1, const int_type& __c2) _GLIBCXX_NOEXCEPT
368 { return eq_int_type(__c, eof()) ? 0 : __c; }
465 eq_int_type(const int_type& __c1, const int_type& __c2) noexcept
474 { return eq_int_type(__c, eof()) ? 0 : __c; }
558 eq_int_type(const int_type& __c1, const int_type& __c2) noexcept
567 { return eq_int_type(__c, eof()) ? 0 : __c; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
char_traits.h 132 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
141 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
290 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
359 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
368 { return eq_int_type(__c, eof()) ? 0 : __c; }
465 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
474 { return eq_int_type(__c, eof()) ? 0 : __c; }
558 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
567 { return eq_int_type(__c, eof()) ? 0 : __c; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
char_traits.h 132 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
141 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
290 eq_int_type(const int_type& __c1, const int_type& __c2) _GLIBCXX_NOEXCEPT
359 eq_int_type(const int_type& __c1, const int_type& __c2) _GLIBCXX_NOEXCEPT
368 { return eq_int_type(__c, eof()) ? 0 : __c; }
465 eq_int_type(const int_type& __c1, const int_type& __c2) noexcept
474 { return eq_int_type(__c, eof()) ? 0 : __c; }
558 eq_int_type(const int_type& __c1, const int_type& __c2) noexcept
567 { return eq_int_type(__c, eof()) ? 0 : __c; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
char_traits.h 130 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
139 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
288 eq_int_type(const int_type& __c1, const int_type& __c2) _GLIBCXX_NOEXCEPT
357 eq_int_type(const int_type& __c1, const int_type& __c2) _GLIBCXX_NOEXCEPT
366 { return eq_int_type(__c, eof()) ? 0 : __c; }
463 eq_int_type(const int_type& __c1, const int_type& __c2) noexcept
472 { return eq_int_type(__c, eof()) ? 0 : __c; }
556 eq_int_type(const int_type& __c1, const int_type& __c2) noexcept
565 { return eq_int_type(__c, eof()) ? 0 : __c; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
char_traits.h 130 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
139 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
292 eq_int_type(const int_type& __c1, const int_type& __c2) _GLIBCXX_NOEXCEPT
361 eq_int_type(const int_type& __c1, const int_type& __c2) _GLIBCXX_NOEXCEPT
370 { return eq_int_type(__c, eof()) ? 0 : __c; }
467 eq_int_type(const int_type& __c1, const int_type& __c2) noexcept
476 { return eq_int_type(__c, eof()) ? 0 : __c; }
560 eq_int_type(const int_type& __c1, const int_type& __c2) noexcept
569 { return eq_int_type(__c, eof()) ? 0 : __c; }
  /external/stlport/stlport/stl/
char_traits.h 182 { return !eq_int_type(__c, eof()) ? __c : __STATIC_CAST(int_type, 0); }
190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2) function in class:__char_traits_base
  /ndk/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 182 { return !eq_int_type(__c, eof()) ? __c : __STATIC_CAST(int_type, 0); }
190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2) function in class:__char_traits_base
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
pod_char_traits.h 170 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
182 { return eq_int_type(__c, eof()) ? int_type() : __c; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
pod_char_traits.h 172 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
184 { return eq_int_type(__c, eof()) ? int_type() : __c; }
  /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 172 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
184 { return eq_int_type(__c, eof()) ? int_type() : __c; }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 165 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
177 { return eq_int_type(__c, eof()) ? int_type() : __c; }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 182 { return !eq_int_type(__c, eof()) ? __c : __STATIC_CAST(int_type, 0); }
190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2) function in class:__char_traits_base
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 165 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
177 { return eq_int_type(__c, eof()) ? int_type() : __c; }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 182 { return !eq_int_type(__c, eof()) ? __c : __STATIC_CAST(int_type, 0); }
190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2) function in class:__char_traits_base
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 165 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
177 { return eq_int_type(__c, eof()) ? int_type() : __c; }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 182 { return !eq_int_type(__c, eof()) ? __c : __STATIC_CAST(int_type, 0); }
190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2) function in class:__char_traits_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pod_char_traits.h 165 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
177 { return eq_int_type(__c, eof()) ? int_type() : __c; }

Completed in 761 milliseconds

1 2