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

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DDWrite.h2757 __maybenull IDWriteNumberSubstitution* numberSubstitution,
3380 __maybenull void* clientDrawingContext,
3386 __maybenull IUnknown* clientDrawingEffect
3450 __maybenull void* clientDrawingContext,
3464 __maybenull void* clientDrawingContext,
3479 __maybenull void* clientDrawingContext,
3515 __maybenull void* clientDrawingContext,
3521 __maybenull IUnknown* clientDrawingEffect
3552 __maybenull void* clientDrawingContext,
3556 __maybenull IUnknow
[all...]
H A Dsal.h262 __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...]
H A Dspecstrings.h263 // __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...]

Completed in 346 milliseconds