Home | History | Annotate | Download | only in docs

Lines Matching full:block_byref

356         struct Block_byref *forwarding;
619 In turn, the ``block_byref`` copy support helpers distinguish between whether
796 ``block_byref`` data structure as do other variables. Such objects (if not
797 ``const`` objects) must support a regular copy constructor. The ``block_byref``
800 constructor based on the initial stack ``block_byref`` data structure, and will
803 ``block_byref`` heap data structure. For example,
883 The ``block_byref`` data structure similarly requires copy/dispose helpers for
890 ``BLOCK_FIELD_IS_BYREF`` flag when copying the ``block_byref`` structure in the
892 ``block_byref`` copy/dispose helper calls.