Searched defs:__post (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A Dsal.h372 __post __next_annotation
376 #define __post __declspec("SAL_post") macro
392 #define __postcond(expr) __post
469 #define __post macro
508 #define __out __ecount(1) __post __valid __refparam
509 #define __out_ecount(size) __ecount(size) __post __valid __refparam
510 #define __out_bcount(size) __bcount(size) __post __valid __refparam
511 #define __out_ecount_part(size,length) __out_ecount(size) __post __elem_readableTo(length)
512 #define __out_bcount_part(size,length) __out_bcount(size) __post __byte_readableTo(length)
515 #define __out_z __post __vali
[all...]
H A Dspecstrings.h367 // __post __next_annotation
371 #define __post __declspec("SAL_post") macro
387 #define __postcond(expr) __post
499 #ifndef __post
500 #define __post macro
571 #define __out __ecount(1) __post __valid __refparam
574 #define __out_ecount(size) __ecount(size) __post __valid __refparam
577 #define __out_bcount(size) __bcount(size) __post __valid __refparam
580 #define __out_ecount_part(size,length) __out_ecount(size) __post __elem_readableTo(length)
583 #define __out_bcount_part(size,length) __out_bcount(size) __post __byte_readableT
[all...]

Completed in 99 milliseconds