Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Duser_message_impl.cc605 base::CheckedNumeric<size_t> next_port_index = port_index; in ExtractSerializedHandles() local
606 next_port_index += dh.num_ports; in ExtractSerializedHandles()
607 if (!next_port_index.IsValid() || in ExtractSerializedHandles()
608 message_event_->num_ports() < next_port_index.ValueOrDie()) { in ExtractSerializedHandles()
634 port_index = next_port_index.ValueOrDie(); in ExtractSerializedHandles()