Searched refs:MessageID (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fDebugTests.cpp | 273 struct MessageID struct 279 MessageID (void) : source(GL_NONE), type(GL_NONE), id(0) {} in MessageID() argument 280 MessageID (GLenum source_, GLenum type_, GLuint id_) : source(source_), type(type_), id(id_) {} in MessageID() argument 282 …bool operator== (const MessageID& rhs) const { return source == rhs.source && type == rhs.type && … in operator ==() argument 283 …bool operator!= (const MessageID& rhs) const { return source != rhs.source || type != rhs.type || … in operator !=() argument 284 bool operator< (const MessageID& rhs) const in operator <() argument 290 std::ostream& operator<< (std::ostream& str, const MessageID &id) in operator <<() 298 MessageID id; 302 MessageData (void) : id(MessageID()), severity(GL_NONE) {} in MessageData() 303 …MessageData (const MessageID& id_, GLenum severity_, const string& message_) : id(id_) , severity(… in MessageData() [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/ |
D | rfc2251.py | 309 class MessageID(univ.Integer): class 316 namedtype.NamedType('messageID', MessageID()),
|
/external/mdnsresponder/mDNSCore/ |
D | mDNSEmbeddedAPI.h | 618 mDNSOpaque32 MessageID;
|