Home
last modified time | relevance | path

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

/external/openscreen/third_party/abseil/src/absl/utility/
Dutility.h76 struct integer_sequence { struct
83 // A helper template for an `integer_sequence` of `size_t`, argument
/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
/external/pdfium/third_party/abseil-cpp/absl/utility/
Dutility.h76 struct integer_sequence { struct
83 // A helper template for an `integer_sequence` of `size_t`, argument
/external/cronet/tot/third_party/libc++/src/include/__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
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__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
/external/cronet/stable/third_party/libc++/src/include/__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
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__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
/external/cronet/stable/third_party/llvm-libc/src/src/__support/CPP/utility/
Dinteger_sequence.h18 template <typename T, T... Ints> struct integer_sequence { struct
20 template <T Next> using append = integer_sequence<T, Ints..., Next>; argument
/external/cronet/tot/third_party/llvm-libc/src/src/__support/CPP/utility/
Dinteger_sequence.h18 template <typename T, T... Ints> struct integer_sequence { struct
20 template <T Next> using append = integer_sequence<T, Ints..., Next>; argument
/external/llvm-libc/src/__support/CPP/utility/
Dinteger_sequence.h18 template <typename T, T... Ints> struct integer_sequence { struct
20 template <T Next> using append = integer_sequence<T, Ints..., Next>; argument
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h346 template <class T, T... I> struct integer_sequence { struct
354 struct index_sequence : integer_sequence<std::size_t, I...> {}; argument
/external/llvm/include/llvm/ADT/
DSTLExtras.h275 template <class T, T... I> struct integer_sequence { struct
283 struct index_sequence : integer_sequence<std::size_t, I...> {}; argument
/external/tensorflow/tensorflow/core/kernels/
Dsobol_op.cc68 Eigen::VectorXi integer_sequence = Eigen::VectorXi::Zero(dim); in GetFirstPoint() local
107 Eigen::VectorXi integer_sequence = in CalculateSobolSample() local
/external/pigweed/pw_minimal_cpp_stdlib/public/pw_minimal_cpp_stdlib/internal/
Dutility.h45 class integer_sequence; variable
/external/clang/test/SemaTemplate/
Dclass-template-spec.cpp154 template<typename T, T...N> struct integer_sequence { typedef T value_type; }; struct
/external/clang/test/CodeGenCXX/
Dmangle-template.cpp206 template <class _Tp, _Tp...> struct integer_sequence {}; struct
/external/icu/icu4c/source/tools/toolutil/
Djson-json.hpp3150 struct integer_sequence struct
3152 using value_type = T;
3153 static constexpr std::size_t size() noexcept in size()
/external/ublksrv/include/nlohmann/
Djson.hpp3010 struct integer_sequence struct
3012 using value_type = T;
3013 static constexpr std::size_t size() noexcept in size()