Searched refs:offset_by (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/hana/ |
D | group.hpp | 72 struct offset_by; 75 struct offset_by<offset, std::index_sequence<i...>> { struct 108 typename offset_by< in finish()
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | group.hpp | 72 struct offset_by; 75 struct offset_by<offset, std::index_sequence<i...>> { struct 108 typename offset_by< in finish()
|
/third_party/libxml2/os400/dlfcn/ |
D | dlfcn.c | 56 #define offset_by(t, b, o) ((t *) ((char *) (b) + (unsigned int) (o))) macro 310 imp = offset_by(Qmh_Rtvm_RTVM0300_t, rtvmbuf, 0); in dlseterror_from_exception() 318 cp = offset_by(char, imp, imp->Offset_Message_Returned); in dlseterror_from_exception() 320 cp = offset_by(char, imp, imp->Offset_Help_Returned); in dlseterror_from_exception()
|