HomeSort by relevance Sort by last modified time
    Searched refs:SelectV (Results 1 - 2 of 2) sorted by null

  /external/skia/experimental/svg/model/
SkPEG.h 67 template <size_t, typename... Es> struct SelectV;
70 struct SelectV<0, E, Es...> {
75 struct SelectV<idx, E, Es...> {
76 using V = typename SelectV<idx - 1, Es...>::V;
112 const typename SelectV<idx, E, Es...>::V& get() const {
  /external/skqp/experimental/svg/model/
SkPEG.h 67 template <size_t, typename... Es> struct SelectV;
70 struct SelectV<0, E, Es...> {
75 struct SelectV<idx, E, Es...> {
76 using V = typename SelectV<idx - 1, Es...>::V;
112 const typename SelectV<idx, E, Es...>::V& get() const {

Completed in 68 milliseconds