Home | History | Annotate | Download | only in common

Lines Matching refs:Mailbox

20 struct GPU_EXPORT Mailbox {
21 Mailbox();
26 // Generate a unique unguessable mailbox name.
27 static Mailbox Generate();
29 // Verify that the mailbox was created through Mailbox::Generate. This only
31 // check, only to catch bugs where clients forgot to call Mailbox::Generate.
35 bool operator<(const Mailbox& other) const {
38 bool operator==(const Mailbox& other) const {
41 bool operator!=(const Mailbox& other) const {