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