Searched refs:_If (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/libcxx/test/libcxx/utilities/meta/ |
D | meta_base.pass.cpp | 25 ASSERT_SAME_TYPE(std::_If<true, int, long>, int); in test_if() 26 ASSERT_SAME_TYPE(std::_If<false, int, long>, long); in test_if()
|
/external/iperf3/.github/ |
D | ISSUE_TEMPLATE.md | 48 _If submitting a proposed implementation of an enhancement request,
|
/external/perfetto/docs/quickstart/ |
D | linux-tracing.md | 20 _If the script fails with SSL errors, try invoking it as `python3 tools/install-build-deps`, or upg…
|
/external/tensorflow/tensorflow/python/framework/ |
D | convert_to_constants.py | 236 return _If(node, function, enclosing_graph) 562 class _If(_FunctionCaller): class 566 super(_If, self).__init__(
|
/external/llvm-project/libcxx/include/ |
D | optional | 622 using _CheckOptionalArgsCtor = _If< 668 using _CheckOptionalLikeCtor = _If< 677 using _CheckOptionalLikeAssign = _If<
|
D | type_traits | 494 using _If _LIBCPP_NODEBUG_TYPE = typename _MetaBase<_Cond>::template _SelectImpl<_IfRes, _ElseRes>; 529 template <bool _Bp, class _If, class _Then> 530 struct _LIBCPP_TEMPLATE_VIS conditional {typedef _If type;}; 531 template <class _If, class _Then> 532 struct _LIBCPP_TEMPLATE_VIS conditional<false, _If, _Then> {typedef _Then type;}; 535 template <bool _Bp, class _If, class _Then> using conditional_t = typename conditional<_Bp, _If, _T…
|
D | __bit_reference | 1119 _If<_IsConst, __bit_iterator<_Cp, false>, struct __private_nat>; 1129 _If<!_IsConst, __bit_iterator, struct __private_nat>;
|
D | variant | 1116 typename _If<
|
D | iterator | 448 using type = _If<
|
/external/python/cpython2/Demo/parser/ |
D | unparse.py | 267 def _If(self, t): member in Unparser
|
/external/catch2/docs/ |
D | tutorial.md | 30 _If you have installed Catch2 from system package manager, or CMake
|
/external/libcxx/include/ |
D | type_traits | 428 template <bool _Bp, class _If, class _Then> 429 struct _LIBCPP_TEMPLATE_VIS conditional {typedef _If type;}; 430 template <class _If, class _Then> 431 struct _LIBCPP_TEMPLATE_VIS conditional<false, _If, _Then> {typedef _Then type;}; 434 template <bool _Bp, class _If, class _Then> using conditional_t = typename conditional<_Bp, _If, _T…
|