Searched refs:child_stdin_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc64 child_handle_(NULL), child_stdin_(NULL), child_stdout_(NULL) {}
67 if (child_stdin_ != NULL) {
68 CloseHandleOrDie(child_stdin_);
133 child_stdin_ = stdin_pipe_write;
164 if (child_stdin_ != NULL) {
165 handles[handle_count++] = child_stdin_;
186 if (signaled_handle == child_stdin_) {
188 if (!WriteFile(child_stdin_,
201 CloseHandleOrDie(child_stdin_);
202 child_stdin_
[all...]
H A Dsubprocess.h90 HANDLE child_stdin_; member in class:google::protobuf::compiler::Subprocess
98 int child_stdin_; member in class:google::protobuf::compiler::Subprocess
/external/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc61 child_handle_(NULL), child_stdin_(NULL), child_stdout_(NULL) {}
64 if (child_stdin_ != NULL) {
65 CloseHandleOrDie(child_stdin_);
130 child_stdin_ = stdin_pipe_write;
161 if (child_stdin_ != NULL) {
162 handles[handle_count++] = child_stdin_;
183 if (signaled_handle == child_stdin_) {
185 if (!WriteFile(child_stdin_,
198 CloseHandleOrDie(child_stdin_);
199 child_stdin_
[all...]
H A Dsubprocess.h89 HANDLE child_stdin_; member in class:google::protobuf::compiler::Subprocess
97 int child_stdin_; member in class:google::protobuf::compiler::Subprocess

Completed in 158 milliseconds