Home
last modified time | relevance | path

Searched defs:offset_by (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/hana/
Dgroup.hpp75 struct offset_by<offset, std::index_sequence<i...>> { struct
76 using type = std::index_sequence<(offset + i)...>;
/third_party/boost/libs/hana/include/boost/hana/
Dgroup.hpp75 struct offset_by<offset, std::index_sequence<i...>> { struct
76 using type = std::index_sequence<(offset + i)...>;
/third_party/libxml2/os400/dlfcn/
Ddlfcn.c56 #define offset_by(t, b, o) ((t *) ((char *) (b) + (unsigned int) (o))) macro