OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:child_stdout_
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/compiler/
subprocess.cc
61
child_handle_(NULL), child_stdin_(NULL),
child_stdout_
(NULL) {}
67
if (
child_stdout_
!= NULL) {
68
CloseHandleOrDie(
child_stdout_
);
131
child_stdout_
= stdout_pipe_read;
157
while (
child_stdout_
!= NULL) {
164
if (
child_stdout_
!= NULL) {
165
handles[handle_count++] =
child_stdout_
;
201
} else if (signaled_handle ==
child_stdout_
) {
205
if (!ReadFile(
child_stdout_
, buffer, sizeof(buffer), &n, NULL)) {
207
CloseHandleOrDie(
child_stdout_
);
[
all
...]
subprocess.h
90
HANDLE
child_stdout_
;
member in class:google::protobuf::compiler::Subprocess
98
int
child_stdout_
;
member in class:google::protobuf::compiler::Subprocess
Completed in 253 milliseconds