OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedDataPipeProducerHandle
(Results
1 - 6
of
6
) sorted by null
/external/libmojo/mojo/common/
data_pipe_utils.h
35
ScopedDataPipeProducerHandle
destination,
49
const
ScopedDataPipeProducerHandle
& destination);
data_pipe_file_utils.cc
20
ScopedDataPipeProducerHandle
destination,
70
ScopedDataPipeProducerHandle
destination,
data_pipe_utils.cc
79
const
ScopedDataPipeProducerHandle
& destination) {
/external/libmojo/mojo/public/cpp/system/
data_pipe.h
37
typedef ScopedHandleBase<DataPipeProducerHandle>
ScopedDataPipeProducerHandle
;
38
static_assert(sizeof(
ScopedDataPipeProducerHandle
) ==
40
"Bad size for C++
ScopedDataPipeProducerHandle
");
64
ScopedDataPipeProducerHandle
* data_pipe_producer,
140
ScopedDataPipeProducerHandle
producer_handle;
/external/libmojo/mojo/public/cpp/bindings/tests/
sample_service_unittest.cc
64
std::vector<mojo::
ScopedDataPipeProducerHandle
> output_streams(2);
71
mojo::
ScopedDataPipeProducerHandle
producer;
handle_passing_unittest.cc
265
ScopedDataPipeProducerHandle
producer_handle;
Completed in 1147 milliseconds