Searched defs:MessageID (Results 1 – 3 of 3) sorted by relevance
280 struct MessageID struct282 GLenum source;283 GLenum type;284 GLuint id;286 MessageID (void) : source(GL_NONE), type(GL_NONE), id(0) {} in MessageID() argument287 MessageID (GLenum source_, GLenum type_, GLuint id_) : source(source_), type(type_), id(id_) {} in MessageID() argument289 …== (const MessageID& rhs) const { return source == rhs.source && type == rhs.type && id == rhs.id;} in operator ==()290 …!= (const MessageID& rhs) const { return source != rhs.source || type != rhs.type || id != rhs.id;} in operator !=()291 bool operator< (const MessageID& rhs) const in operator <()
526 class MessageID(univ.Integer): class
854 class MessageID(MsgID): class