HomeSort by relevance Sort by last modified time
    Searched refs:MessageID (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp 193 struct MessageID
199 MessageID (void) : source(GL_NONE), type(GL_NONE), id(0) {}
200 MessageID (GLenum source_, GLenum type_, GLuint id_) : source(source_), type(type_), id(id_) {}
202 bool operator== (const MessageID& rhs) const { return source == rhs.source && type == rhs.type && id == rhs.id;}
203 bool operator!= (const MessageID& rhs) const { return source != rhs.source || type != rhs.type || id != rhs.id;}
204 bool operator< (const MessageID& rhs) const
210 std::ostream& operator<< (std::ostream& str, const MessageID &id)
218 MessageID id;
222 MessageData (void) : id(MessageID()), severity(GL_NONE) {}
223 MessageData (const MessageID& id_, GLenum severity_, const string& message_) : id(id_) , severity(severity_) , message(message_ (…)
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 618 mDNSOpaque32 MessageID;
    [all...]

Completed in 230 milliseconds