Searched refs:MessageID (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fDebugTests.cpp | 279 struct MessageID struct 285 MessageID (void) : source(GL_NONE), type(GL_NONE), id(0) {} in MessageID() function 286 MessageID (GLenum source_, GLenum type_, GLuint id_) : source(source_), type(type_), id(id_) {} in MessageID() function 288 …bool operator== (const MessageID& rhs) const { return source == rhs.source && type == rhs.type && … in operator ==() argument 289 …bool operator!= (const MessageID& rhs) const { return source != rhs.source || type != rhs.type || … in operator !=() argument 290 bool operator< (const MessageID& rhs) const in operator <() argument 296 std::ostream& operator<< (std::ostream& str, const MessageID &id) in operator <<() 304 MessageID id; 308 MessageData (void) : id(MessageID()), severity(GL_NONE) {} in MessageData() 309 …MessageData (const MessageID& id_, GLenum severity_, const string& message_) : id(id_) , severity(… in MessageData() [all …]
|
/external/mdnsresponder/mDNSCore/ |
D | mDNSEmbeddedAPI.h | 629 mDNSOpaque32 MessageID;
|