OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:process_start_error_
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/compiler/
subprocess.h
84
DWORD
process_start_error_
;
member in class:google::protobuf::compiler::Subprocess
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_
);
Completed in 53 milliseconds