Home
last modified time | relevance | path

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

/external/libmojo/mojo/edk/system/
Dmessage_pipe_dispatcher.cc308 size_t next_platform_handle_index = in ReadMessage() local
310 if (num_msg_handles < next_platform_handle_index || in ReadMessage()
311 next_platform_handle_index < platform_handle_index) { in ReadMessage()
327 platform_handle_index = next_platform_handle_index; in ReadMessage()