Home
last modified time | relevance | path

Searched refs:BOOST_PROTO_OFFSETOF (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dextends.hpp50 …# define BOOST_PROTO_OFFSETOF(s,m) (BOOST_PROTO_ADDROF((((s *)this)->m)) - BOOST_PROTO_ADDROF(*((s… macro
54 # define BOOST_PROTO_OFFSETOF offsetof
602 … return *(This *)((char *)this - BOOST_PROTO_OFFSETOF(This, proto_member_union_start_)); in child0()