OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MessageID
(Results
1 - 4
of
4
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
rfc2251.py
309
class
MessageID
(univ.Integer):
316
namedtype.NamedType('
messageID
',
MessageID
()),
/external/deqp/modules/gles31/functional/
es31fDebugTests.cpp
273
struct
MessageID
279
MessageID
(void) : source(GL_NONE), type(GL_NONE), id(0) {}
280
MessageID
(GLenum source_, GLenum type_, GLuint id_) : source(source_), type(type_), id(id_) {}
282
bool operator== (const
MessageID
& rhs) const { return source == rhs.source && type == rhs.type && id == rhs.id;}
283
bool operator!= (const
MessageID
& rhs) const { return source != rhs.source || type != rhs.type || id != rhs.id;}
284
bool operator< (const
MessageID
& rhs) const
290
std::ostream& operator<< (std::ostream& str, const
MessageID
&id)
298
MessageID
id;
302
MessageData (void) : id(
MessageID
()), severity(GL_NONE) {}
303
MessageData (const
MessageID
& id_, GLenum severity_, const string& message_) : id(id_) , severity(severity_) , message(message_ (…)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdtypes.h
77
const WCHAR *
MessageID
;
83
const WCHAR *
MessageID
;
/external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h
618
mDNSOpaque32
MessageID
;
[
all
...]
Completed in 1233 milliseconds