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

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
specstrings.h 289 // __valid v
297 #define __valid __declspec("SAL_valid") macro
397 // Example 1: __valid __exceptthat __maybenull on a pointer p means that the
399 // the implicit notnull annotation implied by __valid on
402 // Example 2: __valid __deref __exceptthat __maybenull on an int **p means
466 #ifndef __valid
467 #define __valid macro
562 #define __in __pre __valid __pre __deref __readonly
571 #define __out __ecount(1) __post __valid __refparam
574 #define __out_ecount(size) __ecount(size) __post __valid __refparam
    [all...]
sal.h 290 __valid v
299 #define __valid __declspec("SAL_valid") macro
402 Example 1: __valid __exceptthat __maybenull on a pointer p means that the
404 the implicit notnull annotation implied by __valid on
407 Example 2: __valid __deref __exceptthat __maybenull on an int **p means
458 #define __valid macro
499 #define __in __pre __valid __pre __deref __readonly
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
    [all...]

Completed in 588 milliseconds