Home
last modified time | relevance | path

Searched defs:index_sequence (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/include/private/
DSkTLogic.h44 template <std::size_t... Ints> struct index_sequence { struct
45 using type = index_sequence; argument
52 struct make_index_sequence_combine<skstd::index_sequence<I1...>, skstd::index_sequence<I2...>> argument
/third_party/skia/third_party/externals/abseil-cpp/absl/utility/
Dutility.h87 using index_sequence = integer_sequence<size_t, Ints...>; variable
/third_party/json/include/nlohmann/detail/meta/
Dcpp_future.hpp71 using index_sequence = integer_sequence<size_t, Ints...>; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h352 struct index_sequence : integer_sequence<std::size_t, I...> {}; struct
/third_party/json/single_include/nlohmann/
Djson.hpp3101 using index_sequence = integer_sequence<size_t, Ints...>; typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp37146 using index_sequence = integer_sequence<size_t, _Idx...>; typedef