Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/utility/
Dutility.h76 struct integer_sequence { struct
83 // A helper template for an `integer_sequence` of `size_t`, argument
/third_party/json/include/nlohmann/detail/meta/
Dcpp_future.hpp56 struct integer_sequence struct
58 using value_type = T;
59 static constexpr std::size_t size() noexcept in size()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h344 template <class T, T... I> struct integer_sequence { struct
352 struct index_sequence : integer_sequence<std::size_t, I...> {}; argument
/third_party/json/single_include/nlohmann/
Djson.hpp3086 struct integer_sequence struct
3088 using value_type = T;
3089 static constexpr std::size_t size() noexcept in size()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp37120 struct integer_sequence struct
37122 typedef _Tp value_type;
37123 static constexpr size_t size() { return sizeof...(_Idx); } in size()