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

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
sal.h 372 __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 __valid __refparam __post __nullterminated
    [all...]
specstrings.h 367 // __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_readableTo(length)
    [all...]

Completed in 42 milliseconds