HomeSort by relevance Sort by last modified time
    Searched refs:__maybenull (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
specstrings.h 263 // __maybenull p
266 // in the negated form __notnull or the possibly null form __maybenull.
270 #define __maybenull __declspec("SAL_maybenull") macro
397 // Example 1: __valid __exceptthat __maybenull on a pointer p means that the
402 // Example 2: __valid __deref __exceptthat __maybenull on an int **p means
454 #ifndef __maybenull
455 #define __maybenull macro
614 #define __ecount_opt(size) __ecount(size) __exceptthat __maybenull
617 #define __bcount_opt(size) __bcount(size) __exceptthat __maybenull
620 #define __in_opt __in __exceptthat __maybenull
    [all...]
sal.h 262 __maybenull p
265 in the negated form __notnull or the possibly null form __maybenull.
270 #define __maybenull __declspec("SAL_maybenull") macro
402 Example 1: __valid __exceptthat __maybenull on a pointer p means that the
407 Example 2: __valid __deref __exceptthat __maybenull on an int **p means
454 #define __maybenull macro
516 #define __out_z_opt __post __valid __refparam __post __nullterminated __exceptthat __maybenull
524 #define __out_nz_opt __post __valid __refparam __post __exceptthat __maybenull
540 #define __ecount_opt(size) __ecount(size) __exceptthat __maybenull
541 #define __bcount_opt(size) __bcount(size) __exceptthat __maybenull
    [all...]
DWrite.h     [all...]

Completed in 2502 milliseconds