Searched refs:ParamCommandCommentBits (Results 1 – 2 of 2) sorted by relevance
174 ParamCommandCommentBitfields ParamCommandCommentBits; member735 ParamCommandCommentBits.Direction = In; in ParamCommandComment()736 ParamCommandCommentBits.IsDirectionExplicit = false; in ParamCommandComment()752 return static_cast<PassDirection>(ParamCommandCommentBits.Direction); in getDirection()756 return ParamCommandCommentBits.IsDirectionExplicit; in isDirectionExplicit()760 ParamCommandCommentBits.Direction = Direction; in setDirection()761 ParamCommandCommentBits.IsDirectionExplicit = Explicit; in setDirection()
174 ParamCommandCommentBitfields ParamCommandCommentBits; member729 ParamCommandCommentBits.Direction = In; in ParamCommandComment()730 ParamCommandCommentBits.IsDirectionExplicit = false; in ParamCommandComment()746 return static_cast<PassDirection>(ParamCommandCommentBits.Direction); in getDirection()750 return ParamCommandCommentBits.IsDirectionExplicit; in isDirectionExplicit()754 ParamCommandCommentBits.Direction = Direction; in setDirection()755 ParamCommandCommentBits.IsDirectionExplicit = Explicit; in setDirection()