Searched refs:__deref_bcount (Results 1 - 2 of 2) sorted by last modified time

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A Dsal.h141 __deref_bcount(cb) T **ppv -- A pointer whose dereference will be set to an
581 #define __deref_bcount(size) __ecount(1) __post __elem_readableTo(1) __post __deref __notnull __post __deref __byte_writableTo(size) macro
584 #define __deref_out_bcount(size) __deref_bcount(size) __post __deref __valid __refparam
610 #define __deref_bcount_opt(size) __deref_bcount(size) __post __deref __exceptthat __maybenull
638 #define __deref_opt_bcount(size) __deref_bcount(size) __exceptthat __maybenull
H A Dspecstrings.h134 // __deref_bcount(cb) T **ppv // A pointer whose dereference will be set to an
674 #ifndef __deref_bcount
675 #define __deref_bcount(size) __ecount(1) __post __elem_readableTo(1) __post __deref __notnull __post __deref __byte_writableTo(size) macro
693 #define __deref_out_bcount(size) __deref_bcount(size) __post __deref __valid __refparam
733 #define __deref_bcount_opt(size) __deref_bcount(size) __post __deref __exceptthat __maybenull
791 #define __deref_opt_bcount(size) __deref_bcount(size) __exceptthat __maybenull

Completed in 60 milliseconds