Home
last modified time | relevance | path

Searched refs:consumed_descriptor_highwater_ (Results 1 – 2 of 2) sorted by relevance

/external/libmojo/ipc/
Dipc_message_attachment_set.cc42 : consumed_descriptor_highwater_(0) { in MessageAttachmentSet()
46 if (consumed_descriptor_highwater_ == num_non_brokerable_attachments()) in ~MessageAttachmentSet()
58 << consumed_descriptor_highwater_ << "/" << num_descriptors(); in ~MessageAttachmentSet()
152 consumed_descriptor_highwater_ == num_non_brokerable_attachments()) { in GetNonBrokerableAttachmentAt()
153 consumed_descriptor_highwater_ = 0; in GetNonBrokerableAttachmentAt()
156 if (index != consumed_descriptor_highwater_) in GetNonBrokerableAttachmentAt()
159 consumed_descriptor_highwater_ = index + 1; in GetNonBrokerableAttachmentAt()
179 consumed_descriptor_highwater_ = 0; in CommitAllDescriptors()
238 DCHECK_EQ(consumed_descriptor_highwater_, 0u); in AddDescriptorsToOwn()
Dipc_message_attachment_set.h156 mutable unsigned consumed_descriptor_highwater_; variable