Home
last modified time | relevance | path

Searched refs:_If (Results 1 – 25 of 30) sorted by relevance

12

/external/cronet/buildtools/third_party/libc++/trunk/include/__type_traits/
Dconditional.h36 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;
/external/cronet/buildtools/third_party/libc++/trunk/include/__ranges/
Dfilter_view.h57 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,
Djoin_view.h60 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<
Diota_view.h65 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,
Ddangling.h33 using borrowed_iterator_t = _If<borrowed_range<_Rp>, iterator_t<_Rp>, dangling>;
Dlazy_split_view.h73 …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<
Ddrop_while_view.h88 …using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __emp…
Dreverse_view.h47 …using _Cache = _If<_UseCache, __non_propagating_cache<reverse_iterator<iterator_t<_View>>>, __empt…
Dsubrange.h255 using borrowed_subrange_t = _If<borrowed_range<_Rp>, subrange<iterator_t<_Rp>>, dangling>;
Ddrop_view.h68 using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>;
/external/cronet/buildtools/third_party/libc++/trunk/include/__utility/
Dforward_like.h28 using _CopyConst = _If<is_const_v<_Ap>, const _Bp, _Bp>;
31 using _OverrideRef = _If<is_rvalue_reference_v<_Ap>, remove_reference_t<_Bp>&&, _Bp&>;
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/utilities/meta/
Dmeta_base.pass.cpp27 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()
/external/libphonenumber/demo/
DREADME.md27 _If you have worked with the App Engine Plugin before,
/external/cronet/buildtools/third_party/libc++/trunk/include/__iterator/
Dreverse_iterator.h76 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…
Dcommon_iterator.h266 using iterator_concept = _If<forward_iterator<_Iter>,
269 using iterator_category = _If<__denotes_forward_iter<_Iter>,
Dmove_iterator.h51 using iterator_category = _If<
96 typedef _If<
Diterator_traits.h81 using type = _If<
/external/iperf3/.github/
DISSUE_TEMPLATE.md48 _If submitting a proposed implementation of an enhancement request,
/external/rust/crates/gdbstub/.github/
Dpull_request_template.md25 - _If implementing a new protocol extension IDET_
29 - _If upstreaming an `Arch` implementation_
/external/cronet/buildtools/third_party/libc++/trunk/include/__functional/
Dbind.h26 struct is_bind_expression : _If<
38 struct is_placeholder : _If<
/external/tensorflow/tensorflow/python/framework/
Dconvert_to_constants.py250 return _If(node, function, enclosing_graph)
578 class _If(_FunctionCaller): class
582 super(_If, self).__init__(
/external/perfetto/docs/quickstart/
Dlinux-tracing.md20 _If the script fails with SSL errors, try upgrading your openssl package._
/external/python/cpython2/Demo/parser/
Dunparse.py267 def _If(self, t): member in Unparser
/external/cronet/buildtools/third_party/libc++/trunk/include/
Doptional678 using _CheckOptionalArgsCtor = _If<
724 using _CheckOptionalLikeCtor = _If<
733 using _CheckOptionalLikeAssign = _If<
Dtuple1104 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>...>(),

12