Home
last modified time | relevance | path

Searched defs:integer_sequence (Results 1 – 6 of 6) 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.hpp65 struct integer_sequence struct
67 using value_type = T;
68 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.hpp3122 struct integer_sequence struct
3124 using value_type = T;
3125 static constexpr std::size_t size() noexcept in size()
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp3082 struct integer_sequence struct
3084 using value_type = T;
3085 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()