Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dchannel_fuchsia.cc386 std::vector<PlatformHandleInTransit> outgoing_handles = in WriteNoLock() local
389 size_t handles_count = outgoing_handles.size(); in WriteNoLock()
393 DCHECK(outgoing_handles[i].handle().is_valid()); in WriteNoLock()
394 handles[i] = outgoing_handles[i].handle().GetHandle().get(); in WriteNoLock()
403 for (auto& outgoing_handle : outgoing_handles) in WriteNoLock()