HomeSort by relevance Sort by last modified time
    Searched full:type_index (Results 1 - 25 of 49) sorted by null

1 2

  /external/libcxx/include/
typeindex 21 class type_index
24 type_index(const type_info& rhs) noexcept;
26 bool operator==(const type_index& rhs) const noexcept;
27 bool operator!=(const type_index& rhs) const noexcept;
28 bool operator< (const type_index& rhs) const noexcept;
29 bool operator<=(const type_index& rhs) const noexcept;
30 bool operator> (const type_index& rhs) const noexcept;
31 bool operator>=(const type_index& rhs) const noexcept;
38 struct hash<type_index>
39 : public unary_function<type_index, size_t
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
typeindex 21 class type_index
24 type_index(const type_info& rhs) noexcept;
26 bool operator==(const type_index& rhs) const noexcept;
27 bool operator!=(const type_index& rhs) const noexcept;
28 bool operator< (const type_index& rhs) const noexcept;
29 bool operator<=(const type_index& rhs) const noexcept;
30 bool operator> (const type_index& rhs) const noexcept;
31 bool operator>=(const type_index& rhs) const noexcept;
38 struct hash<type_index>
39 : public unary_function<type_index, size_t
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
typeindex 21 class type_index
24 type_index(const type_info& rhs) noexcept;
26 bool operator==(const type_index& rhs) const noexcept;
27 bool operator!=(const type_index& rhs) const noexcept;
28 bool operator< (const type_index& rhs) const noexcept;
29 bool operator<=(const type_index& rhs) const noexcept;
30 bool operator> (const type_index& rhs) const noexcept;
31 bool operator>=(const type_index& rhs) const noexcept;
38 struct hash<type_index>
39 : public unary_function<type_index, size_t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
typeindex 45 * @brief Class type_index
48 * The class type_index provides a simple wrapper for type_info
52 struct type_index
54 type_index(const type_info& __rhs) noexcept
58 operator==(const type_index& __rhs) const noexcept
62 operator!=(const type_index& __rhs) const noexcept
66 operator<(const type_index& __rhs) const noexcept
70 operator<=(const type_index& __rhs) const noexcept
74 operator>(const type_index& __rhs) const noexcept
78 operator>=(const type_index& __rhs) const noexcep
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
typeindex 45 * @brief Class type_index
48 * The class type_index provides a simple wrapper for type_info
52 struct type_index
54 type_index(const type_info& __rhs) noexcept
58 operator==(const type_index& __rhs) const noexcept
62 operator!=(const type_index& __rhs) const noexcept
66 operator<(const type_index& __rhs) const noexcept
70 operator<=(const type_index& __rhs) const noexcept
74 operator>(const type_index& __rhs) const noexcept
78 operator>=(const type_index& __rhs) const noexcep
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
typeindex 45 * @brief Class type_index
48 * The class type_index provides a simple wrapper for type_info
52 struct type_index
54 type_index(const type_info& __rhs) noexcept
58 operator==(const type_index& __rhs) const noexcept
62 operator!=(const type_index& __rhs) const noexcept
66 operator<(const type_index& __rhs) const noexcept
70 operator<=(const type_index& __rhs) const noexcept
74 operator>(const type_index& __rhs) const noexcept
78 operator>=(const type_index& __rhs) const noexcep
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
typeindex 45 * @brief Class type_index
48 * The class type_index provides a simple wrapper for type_info
52 struct type_index
54 type_index(const type_info& __rhs) noexcept
58 operator==(const type_index& __rhs) const noexcept
62 operator!=(const type_index& __rhs) const noexcept
66 operator<(const type_index& __rhs) const noexcept
70 operator<=(const type_index& __rhs) const noexcept
74 operator>(const type_index& __rhs) const noexcept
78 operator>=(const type_index& __rhs) const noexcep
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
typeindex 45 @brief The class type_index provides a simple wrapper for type_info
49 struct type_index
51 type_index(const type_info& __rhs)
55 operator==(const type_index& __rhs) const
59 operator!=(const type_index& __rhs) const
63 operator<(const type_index& __rhs) const
67 operator<=(const type_index& __rhs) const
71 operator>(const type_index& __rhs) const
75 operator>=(const type_index& __rhs) const
92 /// std::hash specialization for type_index
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
typeindex 45 @brief The class type_index provides a simple wrapper for type_info
49 struct type_index
51 type_index(const type_info& __rhs)
55 operator==(const type_index& __rhs) const
59 operator!=(const type_index& __rhs) const
63 operator<(const type_index& __rhs) const
67 operator<=(const type_index& __rhs) const
71 operator>(const type_index& __rhs) const
75 operator>=(const type_index& __rhs) const
92 /// std::hash specialization for type_index
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
typeindex 45 @brief The class type_index provides a simple wrapper for type_info
49 struct type_index
51 type_index(const type_info& __rhs) noexcept
55 operator==(const type_index& __rhs) const noexcept
59 operator!=(const type_index& __rhs) const noexcept
63 operator<(const type_index& __rhs) const noexcept
67 operator<=(const type_index& __rhs) const noexcept
71 operator>(const type_index& __rhs) const noexcept
75 operator>=(const type_index& __rhs) const noexcept
92 /// std::hash specialization for type_index
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
typeindex 45 @brief The class type_index provides a simple wrapper for type_info
49 struct type_index
51 type_index(const type_info& __rhs)
55 operator==(const type_index& __rhs) const
59 operator!=(const type_index& __rhs) const
63 operator<(const type_index& __rhs) const
67 operator<=(const type_index& __rhs) const
71 operator>(const type_index& __rhs) const
75 operator>=(const type_index& __rhs) const
92 /// std::hash specialization for type_index
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
typeindex 45 @brief The class type_index provides a simple wrapper for type_info
49 struct type_index
51 type_index(const type_info& __rhs) noexcept
55 operator==(const type_index& __rhs) const noexcept
59 operator!=(const type_index& __rhs) const noexcept
63 operator<(const type_index& __rhs) const noexcept
67 operator<=(const type_index& __rhs) const noexcept
71 operator>(const type_index& __rhs) const noexcept
75 operator>=(const type_index& __rhs) const noexcept
92 /// std::hash specialization for type_index
    [all...]
  /external/libcxx/test/utilities/type.index/type.index.members/
lt.pass.cpp 12 // class type_index
14 // bool operator< (const type_index& rhs) const;
15 // bool operator<=(const type_index& rhs) const;
16 // bool operator> (const type_index& rhs) const;
17 // bool operator>=(const type_index& rhs) const;
24 std::type_index t1 = typeid(int);
25 std::type_index t2 = typeid(int);
26 std::type_index t3 = typeid(long);
eq.pass.cpp 12 // class type_index
14 // bool operator==(const type_index& rhs) const;
15 // bool operator!=(const type_index& rhs) const;
22 std::type_index t1 = typeid(int);
23 std::type_index t2 = typeid(int);
24 std::type_index t3 = typeid(long);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.members/
lt.pass.cpp 12 // class type_index
14 // bool operator< (const type_index& rhs) const;
15 // bool operator<=(const type_index& rhs) const;
16 // bool operator> (const type_index& rhs) const;
17 // bool operator>=(const type_index& rhs) const;
24 std::type_index t1 = typeid(int);
25 std::type_index t2 = typeid(int);
26 std::type_index t3 = typeid(long);
eq.pass.cpp 12 // class type_index
14 // bool operator==(const type_index& rhs) const;
15 // bool operator!=(const type_index& rhs) const;
22 std::type_index t1 = typeid(int);
23 std::type_index t2 = typeid(int);
24 std::type_index t3 = typeid(long);
  /external/libcxx/test/utilities/type.index/type.index.hash/
hash.pass.cpp 12 // class type_index
15 // struct hash<type_index>
16 // : public unary_function<type_index, size_t>
18 // size_t operator()(type_index index) const;
26 std::type_index t1 = typeid(int);
27 assert(std::hash<std::type_index>()(t1) == t1.hash_code());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.hash/
hash.pass.cpp 12 // class type_index
15 // struct hash<type_index>
16 // : public unary_function<type_index, size_t>
18 // size_t operator()(type_index index) const;
26 std::type_index t1 = typeid(int);
27 assert(std::hash<std::type_index>()(t1) == t1.hash_code());
  /external/libcxx/test/utilities/type.index/type.index.overview/
copy_assign.pass.cpp 12 // class type_index
14 // type_index& operator=(const type_index& ti);
21 std::type_index t1(typeid(int));
22 std::type_index t2(typeid(double));
copy_ctor.pass.cpp 12 // class type_index
14 // type_index(const type_index& ti);
21 std::type_index t1(typeid(int));
22 std::type_index t2 = t1;
  /external/libcxx/test/utilities/type.index/type.index.synopsis/
hash_type_index.pass.cpp 12 // struct hash<type_index>
13 // : public unary_function<type_index, size_t>
15 // size_t operator()(type_index index) const;
23 static_assert((std::is_base_of<std::unary_function<std::type_index, std::size_t>,
24 std::hash<std::type_index> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.overview/
copy_assign.pass.cpp 12 // class type_index
14 // type_index& operator=(const type_index& ti);
21 std::type_index t1(typeid(int));
22 std::type_index t2(typeid(double));
copy_ctor.pass.cpp 12 // class type_index
14 // type_index(const type_index& ti);
21 std::type_index t1(typeid(int));
22 std::type_index t2 = t1;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.synopsis/
hash_type_index.pass.cpp 12 // struct hash<type_index>
13 // : public unary_function<type_index, size_t>
15 // size_t operator()(type_index index) const;
23 static_assert((std::is_base_of<std::unary_function<std::type_index, std::size_t>,
24 std::hash<std::type_index> >::value), "");
  /external/dhcpcd/
dhcpcd_test.cpp 83 type_index = 0;
91 length_index = type_index + 1;
93 dhcpmsgs[0].options[type_index] = DHO_DNSDOMAIN;
100 size_t type_index; member in class:DhcpcdGetOptionTest
111 type_index = sizeof(dhcpmsgs[0].options);
117 type_index = sizeof(dhcpmsgs[0].options) - 1;
123 type_index = sizeof(dhcpmsgs[0].options) - 2;
129 type_index = sizeof(dhcpmsgs[0].options) - 6;
138 type_index = sizeof(dhcpmsgs[0].options) - 16;
140 type_index = sizeof(dhcpmsgs[0].options) - 6
    [all...]

Completed in 1503 milliseconds

1 2