Searched refs:__notnull (Results 1 - 3 of 3) sorted by path

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DDWrite.h2585 __notnull IDWriteNumberSubstitution* numberSubstitution
2897 __notnull IDWriteFontFace* fontFace;
H A Dsal.h261 __notnull p
265 in the negated form __notnull or the possibly null form __maybenull.
269 #define __notnull __declspec("SAL_notnull") macro
453 #define __notnull macro
497 #define __ecount(size) __notnull __elem_writableTo(size)
498 #define __bcount(size) __notnull __byte_writableTo(size)
580 #define __deref_ecount(size) __ecount(1) __post __elem_readableTo(1) __post __deref __notnull __post __deref __elem_writableTo(size)
581 #define __deref_bcount(size) __ecount(1) __post __elem_readableTo(1) __post __deref __notnull __post __deref __byte_writableTo(size)
595 #define __deref_inout __notnull __elem_readableTo(1) __pre __deref __valid __post __deref __valid __refparam
H A Dspecstrings.h262 // __notnull p
266 // in the negated form __notnull or the possibly null form __maybenull.
269 #define __notnull __declspec("SAL_notnull") macro
451 #ifndef __notnull
452 #define __notnull macro
556 #define __ecount(size) __notnull __elem_writableTo(size)
559 #define __bcount(size) __notnull __byte_writableTo(size)
672 #define __deref_ecount(size) __ecount(1) __post __elem_readableTo(1) __post __deref __notnull __post __deref __elem_writableTo(size)
675 #define __deref_bcount(size) __ecount(1) __post __elem_readableTo(1) __post __deref __notnull __post __deref __byte_writableTo(size)
708 #define __deref_inout __notnull __elem_readableT
[all...]

Completed in 282 milliseconds