OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:input_fds_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ipc/
ipc_channel_nacl.h
105
std::vector<int>
input_fds_
;
member in class:IPC::Channel::ChannelImpl
ipc_channel_posix.h
97
//
input_fds_
queue. Returns false if there was a message receiving error.
104
// appends the descriptors to the
input_fds_
member and returns true
110
// Closes all handles in the
input_fds_
list and clears the list. This is
178
// them to
input_fds_
, since this buffer will be re-used anytime we call
188
std::vector<int>
input_fds_
;
member in class:IPC::Channel::ChannelImpl
Completed in 26 milliseconds