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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
driverspecs.h 25 #define __out_ecount(Size) macro
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
specstrings.h 125 // __out_ecount(cchMax) LPSTR pszOut, // A string buffer with cch elements that will
164 // like __out_ecount. This should only be used to annotate old APIs.
210 // PathCanonicalizeA(__out_ecount(MAX_PATH) LPSTR pszBuf, LPCSTR pszPath) :
215 // __out_ecount(cch) __typefix(LPWSTR) void *psz : psz is a buffer parameter which will be
573 #ifndef __out_ecount
574 #define __out_ecount(size) __ecount(size) __post __valid __refparam macro
580 #define __out_ecount_part(size,length) __out_ecount(size) __post __elem_readableTo(length)
595 #define __inout_ecount(size) __out_ecount(size) __pre __valid
632 #define __out_ecount_opt(size) __out_ecount(size) __exceptthat __maybenull
    [all...]
DWrite.h     [all...]
sal.h 132 __out_ecount(cchMax) LPSTR pszOut, -- A string buffer with cch elements that will
207 PathCanonicalizeA(__out_ecount(MAX_PATH) LPSTR pszBuf, LPCSTR pszPath) :
212 __out_ecount(cch) __typefix(LPWSTR) void *psz : psz is a buffer parameter which will be
509 #define __out_ecount(size) __ecount(size) __post __valid __refparam macro
511 #define __out_ecount_part(size,length) __out_ecount(size) __post __elem_readableTo(length)
528 #define __inout_ecount(size) __out_ecount(size) __pre __valid
552 #define __out_ecount_opt(size) __out_ecount(size) __exceptthat __maybenull
    [all...]

Completed in 37 milliseconds