Searched defs:userType (Results 1 - 2 of 2) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/address/
H A DUserInfo.java55 /** userType field
57 protected int userType; field in class:UserInfo
83 if (this.userType != other.userType) {
129 return userType;
181 userType = type;
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DSymbolTable.h73 TVariable(const TString *name, const TType& t, bool uT = false ) : TSymbol(name), type(t), userType(uT), unionArray(0), arrayInformationType(0) { }
78 bool isUserType() const { return userType; }
108 bool userType; member in class:TVariable

Completed in 78 milliseconds