HomeSort by relevance Sort by last modified time
    Searched refs:__gnu_cxx (Results 1 - 25 of 169) sorted by null

1 2 3 4 5 6 7

  /external/libcxx/test/libcxx/extensions/hash/
specializations.pass.cpp 19 assert(__gnu_cxx::hash<const char *>()("test") ==
21 assert(__gnu_cxx::hash<char *>()(str) == std::hash<std::string>()("test"));
22 assert(__gnu_cxx::hash<char>()(42) == 42);
23 assert(__gnu_cxx::hash<signed char>()(42) == 42);
24 assert(__gnu_cxx::hash<unsigned char>()(42) == 42);
25 assert(__gnu_cxx::hash<short>()(42) == 42);
26 assert(__gnu_cxx::hash<unsigned short>()(42) == 42);
27 assert(__gnu_cxx::hash<int>()(42) == 42);
28 assert(__gnu_cxx::hash<unsigned int>()(42) == 42);
29 assert(__gnu_cxx::hash<long>()(42) == 42)
    [all...]
specializations.fail.cpp 16 assert(__gnu_cxx::hash<std::string>()(std::string()) == 0); // error
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/extensions/hash/
specializations.pass.cpp 19 assert(__gnu_cxx::hash<const char *>()("test") ==
21 assert(__gnu_cxx::hash<char *>()(str) == std::hash<std::string>()("test"));
22 assert(__gnu_cxx::hash<char>()(42) == 42);
23 assert(__gnu_cxx::hash<signed char>()(42) == 42);
24 assert(__gnu_cxx::hash<unsigned char>()(42) == 42);
25 assert(__gnu_cxx::hash<short>()(42) == 42);
26 assert(__gnu_cxx::hash<unsigned short>()(42) == 42);
27 assert(__gnu_cxx::hash<int>()(42) == 42);
28 assert(__gnu_cxx::hash<unsigned int>()(42) == 42);
29 assert(__gnu_cxx::hash<long>()(42) == 42)
    [all...]
specializations.fail.cpp 16 assert(__gnu_cxx::hash<std::string>()(std::string()) == 0); // error
  /external/libcxx/test/libcxx/extensions/hash_map/
const_iterator.fail.cpp 14 __gnu_cxx::hash_map<int, int> m;
16 const __gnu_cxx::hash_map<int, int> &cm = m;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/extensions/hash_map/
const_iterator.fail.cpp 14 __gnu_cxx::hash_map<int, int> m;
16 const __gnu_cxx::hash_map<int, int> &cm = m;
  /external/libcxx/test/libcxx/containers/gnu_cxx/
hash_map.pass.cpp 17 namespace __gnu_cxx { namespace
22 typedef __gnu_cxx::hash_map<int, int> Map;
hash_set.pass.cpp 17 namespace __gnu_cxx { namespace
22 typedef __gnu_cxx::hash_set<int> Set;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++allocator.h 43 * __gnu_cxx::new_allocator.
48 using __allocator_base = __gnu_cxx::new_allocator<_Tp>;
52 # define __allocator_base __gnu_cxx::new_allocator
c++locale.h 48 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default)
75 __c_locale __old = __gnu_cxx::__uselocale(__cloc);
100 __gnu_cxx::__uselocale(__old);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++allocator.h 43 * __gnu_cxx::new_allocator.
48 using __allocator_base = __gnu_cxx::new_allocator<_Tp>;
52 # define __allocator_base __gnu_cxx::new_allocator
c++locale.h 48 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default)
75 __c_locale __old = __gnu_cxx::__uselocale(__cloc);
100 __gnu_cxx::__uselocale(__old);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++allocator.h 43 * __gnu_cxx::new_allocator.
48 using __allocator_base = __gnu_cxx::new_allocator<_Tp>;
52 # define __allocator_base __gnu_cxx::new_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++allocator.h 43 * __gnu_cxx::new_allocator.
48 using __allocator_base = __gnu_cxx::new_allocator<_Tp>;
52 # define __allocator_base __gnu_cxx::new_allocator
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/containers/gnu_cxx/
hash_map.pass.cpp 17 namespace __gnu_cxx { namespace
22 typedef __gnu_cxx::hash_map<int, int> Map;
hash_set.pass.cpp 17 namespace __gnu_cxx { namespace
22 typedef __gnu_cxx::hash_set<int> Set;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
concept_check.h 68 __gnu_cxx::__function_requires< __gnu_cxx::__VA_ARGS__ >();
70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C);
72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C);
74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C);
76 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
concept_check.h 68 __gnu_cxx::__function_requires< __gnu_cxx::__VA_ARGS__ >();
70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C);
72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C);
74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C);
76 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
container_base_dispatch.hpp 111 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
113 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
127 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
129 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
142 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
155 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
168 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
170 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
184 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
186 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
container_base_dispatch.hpp 111 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
113 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
127 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
129 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
142 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
155 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
168 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
170 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
184 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
186 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1
    [all...]
  /external/google-breakpad/src/common/
unordered.h 44 template <class T, class U, class H = __gnu_cxx::hash<T> >
46 template <class T, class H = __gnu_cxx::hash<T> >
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
vstring_util.h 46 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default)
63 typedef __gnu_cxx::
64 __normal_iterator<pointer, __gnu_cxx::
68 typedef __gnu_cxx::
69 __normal_iterator<const_pointer, __gnu_cxx::
75 typedef __gnu_cxx::
76 __normal_iterator<pointer, __gnu_cxx::
80 typedef __gnu_cxx::
81 __normal_iterator<const_pointer, __gnu_cxx::
enc_filebuf.h 36 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring_util.h 46 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default)
63 typedef __gnu_cxx::
64 __normal_iterator<pointer, __gnu_cxx::
68 typedef __gnu_cxx::
69 __normal_iterator<const_pointer, __gnu_cxx::
75 typedef __gnu_cxx::
76 __normal_iterator<pointer, __gnu_cxx::
80 typedef __gnu_cxx::
81 __normal_iterator<const_pointer, __gnu_cxx::
enc_filebuf.h 36 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default)

Completed in 487 milliseconds

1 2 3 4 5 6 7