Home
last modified time | relevance | path

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

/third_party/boost/boost/proto/
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
610 … return *(This *)((char *)this - BOOST_PROTO_OFFSETOF(This, proto_member_union_start_)); in child0()