Home
last modified time | relevance | path

Searched defs:integer_sequence (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/utility/
H A Dutility.h76 struct integer_sequence { struct
83 // A helper template for an `integer_sequence` of `size_t`, argument
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/utility/
H A Dutility.h76 struct integer_sequence { struct
83 // A helper template for an `integer_sequence` of `size_t`, argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/utility/
Dutility.h76 struct integer_sequence { struct
83 // A helper template for an `integer_sequence` of `size_t`, argument
/aosp_15_r20/external/pdfium/third_party/abseil-cpp/absl/utility/
H A Dutility.h76 struct integer_sequence { struct
83 // A helper template for an `integer_sequence` of `size_t`, argument
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/utility/
H A Dutility.h76 struct integer_sequence { struct
83 // A helper template for an `integer_sequence` of `size_t`, argument
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__utility/
H A Dinteger_sequence.h49 struct _LIBCPP_TEMPLATE_VIS integer_sequence { struct
51 …static_assert(is_integral<_Tp>::value, "std::integer_sequence can only be instantiated with an int… argument
56 using index_sequence = integer_sequence<size_t, _Ip...>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__utility/
Dinteger_sequence.h49 struct _LIBCPP_TEMPLATE_VIS integer_sequence { struct
51 …static_assert(is_integral<_Tp>::value, "std::integer_sequence can only be instantiated with an int… argument
56 using index_sequence = integer_sequence<size_t, _Ip...>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__utility/
Dinteger_sequence.h49 struct _LIBCPP_TEMPLATE_VIS integer_sequence { struct
51 …static_assert(is_integral<_Tp>::value, "std::integer_sequence can only be instantiated with an int… argument
56 using index_sequence = integer_sequence<size_t, _Ip...>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__utility/
Dinteger_sequence.h49 struct _LIBCPP_TEMPLATE_VIS integer_sequence { struct
51 …static_assert(is_integral<_Tp>::value, "std::integer_sequence can only be instantiated with an int… argument
56 using index_sequence = integer_sequence<size_t, _Ip...>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__utility/
Dinteger_sequence.h49 struct _LIBCPP_TEMPLATE_VIS integer_sequence { struct
51 …static_assert(is_integral<_Tp>::value, "std::integer_sequence can only be instantiated with an int… argument
56 using index_sequence = integer_sequence<size_t, _Ip...>; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSTLExtras.h344 template <class T, T... I> struct integer_sequence { struct
352 struct index_sequence : integer_sequence<std::size_t, I...> {}; argument
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DSTLExtras.h275 template <class T, T... I> struct integer_sequence { struct
283 struct index_sequence : integer_sequence<std::size_t, I...> {}; argument
/aosp_15_r20/external/llvm-libc/src/__support/CPP/utility/
H A Dinteger_sequence.h18 template <typename T, T... Ints> struct integer_sequence { struct
20 template <T Next> using append = integer_sequence<T, Ints..., Next>; argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsobol_op.cc68 Eigen::VectorXi integer_sequence = Eigen::VectorXi::Zero(dim); in GetFirstPoint() local
107 Eigen::VectorXi integer_sequence = in CalculateSobolSample() local
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dclass-template-spec.cpp154 template<typename T, T...N> struct integer_sequence { typedef T value_type; }; struct
/aosp_15_r20/external/pigweed/pw_minimal_cpp_stdlib/public/pw_minimal_cpp_stdlib/internal/
H A Dutility.h45 class integer_sequence; variable
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmangle-template.cpp206 template <class _Tp, _Tp...> struct integer_sequence {}; struct
/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp3010 struct integer_sequence struct
3012 using value_type = T;
3013 static constexpr std::size_t size() noexcept in size()