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

1 2 3 4 5 6 7 8 910

  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
variant 238 template <class... _Types>
257 template <class... _Types>
258 struct _LIBCPP_TEMPLATE_VIS variant_size<variant<_Types...>>
259 : integral_constant<size_t, sizeof...(_Types)> {};
279 template <size_t _Ip, class... _Types>
280 struct _LIBCPP_TEMPLATE_VIS variant_alternative<_Ip, variant<_Types...>> {
281 static_assert(_Ip < sizeof...(_Types));
282 using type = __type_pack_element<_Ip, _Types...>;
290 template <class _Tp, class... _Types>
293 constexpr bool __matches[] = {is_same_v<_Tp, _Types>...}
    [all...]
__tuple 262 template <class _Types, class _Indexes> struct __indexer;
264 template <class ..._Types, size_t ..._Idx>
265 struct __indexer<__tuple_types<_Types...>, __tuple_indices<_Idx...>>
266 : __indexed<_Idx, _Types>...
274 template <size_t _Idx, class ..._Types>
278 __tuple_types<_Types...>,
279 typename __make_tuple_indices<sizeof...(_Types)>::type
284 template <size_t _Ip, class ..._Types>
285 class _LIBCPP_TEMPLATE_VIS tuple_element<_Ip, __tuple_types<_Types...>>
288 static_assert(_Ip < sizeof...(_Types), "tuple_element index out of range")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
variant 238 template <class... _Types>
257 template <class... _Types>
258 struct _LIBCPP_TEMPLATE_VIS variant_size<variant<_Types...>>
259 : integral_constant<size_t, sizeof...(_Types)> {};
279 template <size_t _Ip, class... _Types>
280 struct _LIBCPP_TEMPLATE_VIS variant_alternative<_Ip, variant<_Types...>> {
281 static_assert(_Ip < sizeof...(_Types));
282 using type = __type_pack_element<_Ip, _Types...>;
290 template <class _Tp, class... _Types>
293 constexpr bool __matches[] = {is_same_v<_Tp, _Types>...}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
variant 238 template <class... _Types>
257 template <class... _Types>
258 struct _LIBCPP_TEMPLATE_VIS variant_size<variant<_Types...>>
259 : integral_constant<size_t, sizeof...(_Types)> {};
279 template <size_t _Ip, class... _Types>
280 struct _LIBCPP_TEMPLATE_VIS variant_alternative<_Ip, variant<_Types...>> {
281 static_assert(_Ip < sizeof...(_Types), "Index out of bounds in std::variant_alternative<>");
282 using type = __type_pack_element<_Ip, _Types...>;
290 template <class _Tp, class... _Types>
293 constexpr bool __matches[] = {is_same_v<_Tp, _Types>...}
    [all...]
__tuple 262 template <class _Types, class _Indexes> struct __indexer;
264 template <class ..._Types, size_t ..._Idx>
265 struct __indexer<__tuple_types<_Types...>, __tuple_indices<_Idx...>>
266 : __indexed<_Idx, _Types>...
274 template <size_t _Idx, class ..._Types>
278 __tuple_types<_Types...>,
279 typename __make_tuple_indices<sizeof...(_Types)>::type
284 template <size_t _Ip, class ..._Types>
285 class _LIBCPP_TEMPLATE_VIS tuple_element<_Ip, __tuple_types<_Types...>>
288 static_assert(_Ip < sizeof...(_Types), "tuple_element index out of range")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
variant 238 template <class... _Types>
257 template <class... _Types>
258 struct _LIBCPP_TEMPLATE_VIS variant_size<variant<_Types...>>
259 : integral_constant<size_t, sizeof...(_Types)> {};
279 template <size_t _Ip, class... _Types>
280 struct _LIBCPP_TEMPLATE_VIS variant_alternative<_Ip, variant<_Types...>> {
281 static_assert(_Ip < sizeof...(_Types), "Index out of bounds in std::variant_alternative<>");
282 using type = __type_pack_element<_Ip, _Types...>;
290 template <class _Tp, class... _Types>
293 constexpr bool __matches[] = {is_same_v<_Tp, _Types>...}
    [all...]
__tuple 262 template <class _Types, class _Indexes> struct __indexer;
264 template <class ..._Types, size_t ..._Idx>
265 struct __indexer<__tuple_types<_Types...>, __tuple_indices<_Idx...>>
266 : __indexed<_Idx, _Types>...
274 template <size_t _Idx, class ..._Types>
278 __tuple_types<_Types...>,
279 typename __make_tuple_indices<sizeof...(_Types)>::type
284 template <size_t _Ip, class ..._Types>
285 class _LIBCPP_TEMPLATE_VIS tuple_element<_Ip, __tuple_types<_Types...>>
288 static_assert(_Ip < sizeof...(_Types), "tuple_element index out of range")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
variant 238 template <class... _Types>
257 template <class... _Types>
258 struct _LIBCPP_TEMPLATE_VIS variant_size<variant<_Types...>>
259 : integral_constant<size_t, sizeof...(_Types)> {};
279 template <size_t _Ip, class... _Types>
280 struct _LIBCPP_TEMPLATE_VIS variant_alternative<_Ip, variant<_Types...>> {
281 static_assert(_Ip < sizeof...(_Types), "Index out of bounds in std::variant_alternative<>");
282 using type = __type_pack_element<_Ip, _Types...>;
290 template <class _Tp, class... _Types>
293 constexpr bool __matches[] = {is_same_v<_Tp, _Types>...}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
variant 238 template <class... _Types>
257 template <class... _Types>
258 struct _LIBCPP_TEMPLATE_VIS variant_size<variant<_Types...>>
259 : integral_constant<size_t, sizeof...(_Types)> {};
279 template <size_t _Ip, class... _Types>
280 struct _LIBCPP_TEMPLATE_VIS variant_alternative<_Ip, variant<_Types...>> {
281 static_assert(_Ip < sizeof...(_Types), "Index out of bounds in std::variant_alternative<>");
282 using type = __type_pack_element<_Ip, _Types...>;
290 template <class _Tp, class... _Types>
293 constexpr bool __matches[] = {is_same_v<_Tp, _Types>...}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
variant 238 template <class... _Types>
257 template <class... _Types>
258 struct _LIBCPP_TEMPLATE_VIS variant_size<variant<_Types...>>
259 : integral_constant<size_t, sizeof...(_Types)> {};
279 template <size_t _Ip, class... _Types>
280 struct _LIBCPP_TEMPLATE_VIS variant_alternative<_Ip, variant<_Types...>> {
281 static_assert(_Ip < sizeof...(_Types), "Index out of bounds in std::variant_alternative<>");
282 using type = __type_pack_element<_Ip, _Types...>;
290 template <class _Tp, class... _Types>
293 constexpr bool __matches[] = {is_same_v<_Tp, _Types>...}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
variant 238 template <class... _Types>
257 template <class... _Types>
258 struct _LIBCPP_TEMPLATE_VIS variant_size<variant<_Types...>>
259 : integral_constant<size_t, sizeof...(_Types)> {};
279 template <size_t _Ip, class... _Types>
280 struct _LIBCPP_TEMPLATE_VIS variant_alternative<_Ip, variant<_Types...>> {
281 static_assert(_Ip < sizeof...(_Types), "Index out of bounds in std::variant_alternative<>");
282 using type = __type_pack_element<_Ip, _Types...>;
290 template <class _Tp, class... _Types>
293 constexpr bool __matches[] = {is_same_v<_Tp, _Types>...}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
variant 238 template <class... _Types>
257 template <class... _Types>
258 struct _LIBCPP_TEMPLATE_VIS variant_size<variant<_Types...>>
259 : integral_constant<size_t, sizeof...(_Types)> {};
279 template <size_t _Ip, class... _Types>
280 struct _LIBCPP_TEMPLATE_VIS variant_alternative<_Ip, variant<_Types...>> {
281 static_assert(_Ip < sizeof...(_Types), "Index out of bounds in std::variant_alternative<>");
282 using type = __type_pack_element<_Ip, _Types...>;
290 template <class _Tp, class... _Types>
293 constexpr bool __matches[] = {is_same_v<_Tp, _Types>...}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
variant 238 template <class... _Types>
257 template <class... _Types>
258 struct _LIBCPP_TEMPLATE_VIS variant_size<variant<_Types...>>
259 : integral_constant<size_t, sizeof...(_Types)> {};
279 template <size_t _Ip, class... _Types>
280 struct _LIBCPP_TEMPLATE_VIS variant_alternative<_Ip, variant<_Types...>> {
281 static_assert(_Ip < sizeof...(_Types), "Index out of bounds in std::variant_alternative<>");
282 using type = __type_pack_element<_Ip, _Types...>;
290 template <class _Tp, class... _Types>
293 constexpr bool __matches[] = {is_same_v<_Tp, _Types>...}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
variant 238 template <class... _Types>
257 template <class... _Types>
258 struct _LIBCPP_TEMPLATE_VIS variant_size<variant<_Types...>>
259 : integral_constant<size_t, sizeof...(_Types)> {};
279 template <size_t _Ip, class... _Types>
280 struct _LIBCPP_TEMPLATE_VIS variant_alternative<_Ip, variant<_Types...>> {
281 static_assert(_Ip < sizeof...(_Types), "Index out of bounds in std::variant_alternative<>");
282 using type = __type_pack_element<_Ip, _Types...>;
290 template <class _Tp, class... _Types>
293 constexpr bool __matches[] = {is_same_v<_Tp, _Types>...}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
variant 238 template <class... _Types>
257 template <class... _Types>
258 struct _LIBCPP_TEMPLATE_VIS variant_size<variant<_Types...>>
259 : integral_constant<size_t, sizeof...(_Types)> {};
279 template <size_t _Ip, class... _Types>
280 struct _LIBCPP_TEMPLATE_VIS variant_alternative<_Ip, variant<_Types...>> {
281 static_assert(_Ip < sizeof...(_Types), "Index out of bounds in std::variant_alternative<>");
282 using type = __type_pack_element<_Ip, _Types...>;
290 template <class _Tp, class... _Types>
293 constexpr bool __matches[] = {is_same_v<_Tp, _Types>...}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
variant 238 template <class... _Types>
257 template <class... _Types>
258 struct _LIBCPP_TEMPLATE_VIS variant_size<variant<_Types...>>
259 : integral_constant<size_t, sizeof...(_Types)> {};
279 template <size_t _Ip, class... _Types>
280 struct _LIBCPP_TEMPLATE_VIS variant_alternative<_Ip, variant<_Types...>> {
281 static_assert(_Ip < sizeof...(_Types), "Index out of bounds in std::variant_alternative<>");
282 using type = __type_pack_element<_Ip, _Types...>;
290 template <class _Tp, class... _Types>
293 constexpr bool __matches[] = {is_same_v<_Tp, _Types>...}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
variant 238 template <class... _Types>
257 template <class... _Types>
258 struct _LIBCPP_TEMPLATE_VIS variant_size<variant<_Types...>>
259 : integral_constant<size_t, sizeof...(_Types)> {};
279 template <size_t _Ip, class... _Types>
280 struct _LIBCPP_TEMPLATE_VIS variant_alternative<_Ip, variant<_Types...>> {
281 static_assert(_Ip < sizeof...(_Types), "Index out of bounds in std::variant_alternative<>");
282 using type = __type_pack_element<_Ip, _Types...>;
290 template <class _Tp, class... _Types>
293 constexpr bool __matches[] = {is_same_v<_Tp, _Types>...}
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
variant 238 template <class... _Types>
257 template <class... _Types>
258 struct _LIBCPP_TEMPLATE_VIS variant_size<variant<_Types...>>
259 : integral_constant<size_t, sizeof...(_Types)> {};
279 template <size_t _Ip, class... _Types>
280 struct _LIBCPP_TEMPLATE_VIS variant_alternative<_Ip, variant<_Types...>> {
281 static_assert(_Ip < sizeof...(_Types), "Index out of bounds in std::variant_alternative<>");
282 using type = __type_pack_element<_Ip, _Types...>;
290 template <class _Tp, class... _Types>
293 constexpr bool __matches[] = {is_same_v<_Tp, _Types>...}
    [all...]
  /external/libcxx/include/
variant 242 template <class... _Types>
261 template <class... _Types>
262 struct _LIBCPP_TEMPLATE_VIS variant_size<variant<_Types...>>
263 : integral_constant<size_t, sizeof...(_Types)> {};
283 template <size_t _Ip, class... _Types>
284 struct _LIBCPP_TEMPLATE_VIS variant_alternative<_Ip, variant<_Types...>> {
285 static_assert(_Ip < sizeof...(_Types), "Index out of bounds in std::variant_alternative<>");
286 using type = __type_pack_element<_Ip, _Types...>;
315 template <class _Tp, class... _Types>
318 constexpr bool __matches[] = {is_same_v<_Tp, _Types>...}
    [all...]
__tuple 262 template <class _Types, class _Indexes> struct __indexer;
264 template <class ..._Types, size_t ..._Idx>
265 struct __indexer<__tuple_types<_Types...>, __tuple_indices<_Idx...>>
266 : __indexed<_Idx, _Types>...
274 template <size_t _Idx, class ..._Types>
278 __tuple_types<_Types...>,
279 typename __make_tuple_indices<sizeof...(_Types)>::type
284 template <size_t _Ip, class ..._Types>
285 class _LIBCPP_TEMPLATE_VIS tuple_element<_Ip, __tuple_types<_Types...>>
288 static_assert(_Ip < sizeof...(_Types), "tuple_element index out of range")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_memoryview.py 23 def _types(self): member in class:AbstractMemoryTests
49 for tp in self._types:
53 for tp in self._types:
59 for tp in self._types:
122 for tp in self._types:
131 for tp in self._types:
141 for tp in self._types:
149 for tp in self._types:
151 for tp_comp in self._types:
200 #for tp in self._types:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_memoryview.py 23 def _types(self): member in class:AbstractMemoryTests
49 for tp in self._types:
53 for tp in self._types:
59 for tp in self._types:
122 for tp in self._types:
131 for tp in self._types:
141 for tp in self._types:
149 for tp in self._types:
151 for tp_comp in self._types:
200 #for tp in self._types
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_memoryview.py 23 def _types(self): member in class:AbstractMemoryTests
49 for tp in self._types:
53 for tp in self._types:
59 for tp in self._types:
122 for tp in self._types:
131 for tp in self._types:
141 for tp in self._types:
149 for tp in self._types:
151 for tp_comp in self._types:
200 #for tp in self._types
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_memoryview.py 23 def _types(self): member in class:AbstractMemoryTests
49 for tp in self._types:
53 for tp in self._types:
59 for tp in self._types:
122 for tp in self._types:
131 for tp in self._types:
141 for tp in self._types:
149 for tp in self._types:
151 for tp_comp in self._types:
200 #for tp in self._types
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_memoryview.py 23 def _types(self): member in class:AbstractMemoryTests
49 for tp in self._types:
53 for tp in self._types:
59 for tp in self._types:
122 for tp in self._types:
131 for tp in self._types:
141 for tp in self._types:
149 for tp in self._types:
151 for tp_comp in self._types:
200 #for tp in self._types
    [all...]

Completed in 1971 milliseconds

1 2 3 4 5 6 7 8 910