Searched defs:IsIn (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/python/
H A Dxpt.py182 if tag==T_ARRAY and p.IsIn():
184 elif tag in [T_PSTRING_SIZE_IS, T_PWSTRING_SIZE_IS] and p.IsIn():
271 def IsIn(self): member in class:Parameter
276 return self.IsIn() and self.IsOut()
293 if self.IsIn() and not self.IsDipper():
310 elif self.IsIn():
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dndrtypes.h44 unsigned short IsIn : 1; /* 0x0008 - The parameter is an input */ member in struct:__anon13697
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dndrtypes.h44 unsigned short IsIn : 1; /* 0x0008 - The parameter is an input */ member in struct:__anon1073
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/public/
H A Dxptinfo.h212 PRBool IsIn() const {return 0 != (XPT_PD_IS_IN(flags));} function in class:nsXPTParamInfo

Completed in 75 milliseconds