Searched refs:_If (Results 1 – 25 of 30) sorted by relevance
12
36 using _If _LIBCPP_NODEBUG = typename _IfImpl<_Cond>::template _Select<_IfRes, _ElseRes>;38 template <bool _Bp, class _If, class _Then>40 using type _LIBCPP_NODEBUG = _If;42 template <class _If, class _Then>43 struct _LIBCPP_TEMPLATE_VIS conditional<false, _If, _Then> {53 template <bool _Bp, class _If, class _Then>54 using __conditional_t _LIBCPP_NODEBUG = typename conditional<_Bp, _If, _Then>::type;
57 using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>;111 _If<derived_from<_Cat, bidirectional_iterator_tag>, bidirectional_iterator_tag,112 _If<derived_from<_Cat, forward_iterator_tag>, forward_iterator_tag,126 _If<bidirectional_range<_View>, bidirectional_iterator_tag,127 _If<forward_range<_View>, forward_iterator_tag,
60 using iterator_category = _If<64 _If<87 …using _Cache = _If<_UseCache, __non_propagating_cache<remove_cvref_t<_InnerRange>>, __empty_cache>;240 using iterator_concept = _If<244 _If<
65 using _IotaDiffT = typename _If<104 _If<__advanceable<_Start>, random_access_iterator_tag,105 _If<__decrementable<_Start>, bidirectional_iterator_tag,106 _If<incrementable<_Start>, forward_iterator_tag,
33 using borrowed_iterator_t = _If<borrowed_range<_Rp>, iterator_t<_Rp>, dangling>;
73 …using _MaybeCurrent = _If<!forward_range<_View>, __non_propagating_cache<iterator_t<_View>>, __emp…151 using _MaybeCurrent = _If<forward_range<_View>, iterator_t<_Base>, __empty_cache>;293 using iterator_category = _If<
88 …using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __emp…
47 …using _Cache = _If<_UseCache, __non_propagating_cache<reverse_iterator<iterator_t<_View>>>, __empt…
255 using borrowed_subrange_t = _If<borrowed_range<_Rp>, subrange<iterator_t<_Rp>>, dangling>;
68 using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>;
28 using _CopyConst = _If<is_const_v<_Ap>, const _Bp, _Bp>;31 using _OverrideRef = _If<is_rvalue_reference_v<_Ap>, remove_reference_t<_Bp>&&, _Bp&>;
27 ASSERT_SAME_TYPE(std::_If<true, int, long>, int); in test_if()28 ASSERT_SAME_TYPE(std::_If<false, int, long>, long); in test_if()
27 _If you have worked with the App Engine Plugin before,
76 using iterator_category = _If<__is_cpp17_random_access_iterator<_Iter>::value,81 …using iterator_concept = _If<random_access_iterator<_Iter>, random_access_iterator_tag, bidirectio…372 …_If<__is_cpp17_random_access_iterator<_Iter>::value, random_access_iterator_tag, __iterator_catego…
266 using iterator_concept = _If<forward_iterator<_Iter>,269 using iterator_category = _If<__denotes_forward_iter<_Iter>,
51 using iterator_category = _If<96 typedef _If<
81 using type = _If<
48 _If submitting a proposed implementation of an enhancement request,
25 - _If implementing a new protocol extension IDET_29 - _If upstreaming an `Arch` implementation_
26 struct is_bind_expression : _If<38 struct is_placeholder : _If<
250 return _If(node, function, enclosing_graph)578 class _If(_FunctionCaller): class582 super(_If, self).__init__(
20 _If the script fails with SSL errors, try upgrading your openssl package._
267 def _If(self, t): member in Unparser
678 using _CheckOptionalArgsCtor = _If<724 using _CheckOptionalLikeCtor = _If<733 using _CheckOptionalLikeAssign = _If<
1104 tuple& operator=(_If<_And<is_copy_assignable<_Tp>...>::value, tuple, __nat> const& __tuple)1132 tuple& operator=(_If<_And<is_move_assignable<_Tp>...>::value, tuple, __nat>&& __tuple)1289 __tuple_types<_If<true, _Up, _Tp>...>(),