HomeSort by relevance Sort by last modified time
    Searched full:process_start_error_ (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
subprocess.cc 60 : process_start_error_(ERROR_SUCCESS),
133 process_start_error_ = GetLastError();
145 if (process_start_error_ != ERROR_SUCCESS) {
146 *error = Win32ErrorMessage(process_start_error_);
subprocess.h 84 DWORD process_start_error_; member in class:google::protobuf::compiler::Subprocess

Completed in 45 milliseconds