HomeSort by relevance Sort by last modified time
    Searched refs:child_stdin_ (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) {}
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_ = NULL
    [all...]
subprocess.h 89 HANDLE child_stdin_; member in class:google::protobuf::compiler::Subprocess
97 int child_stdin_; member in class:google::protobuf::compiler::Subprocess

Completed in 35 milliseconds