Searched defs:Subprocess (Results 1 - 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.h55 class Subprocess { class in namespace:google::protobuf::compiler
57 Subprocess();
58 ~Subprocess();
79 static string Subprocess::Win32ErrorMessage(DWORD error_code);
H A Dsubprocess.cc55 << Subprocess::Win32ErrorMessage(GetLastError());
59 Subprocess::Subprocess() function in class:google::protobuf::compiler::Subprocess
63 Subprocess::~Subprocess() {
72 void Subprocess::Start(const string& program, SearchMode search_mode) {
143 bool Subprocess::Communicate(const Message& input, Message* output,
255 string Subprocess::Win32ErrorMessage(DWORD error_code) {
275 Subprocess::Subprocess()
[all...]
/external/chromium/testing/gmock/test/
H A Dgmock_test_utils.py99 # Exposes Subprocess from gtest_test_utils.
100 Subprocess = gtest_test_utils.Subprocess variable
/external/chromium/testing/gtest/test/
H A Dgtest_test_utils.py192 class Subprocess: class in inherits:
300 # TODO(vladl@google.com): Move this into Subprocess when we implement
/external/gtest/test/
H A Dgtest_test_utils.py192 class Subprocess: class in inherits:
300 # TODO(vladl@google.com): Move this into Subprocess when we implement
/external/protobuf/gtest/test/
H A Dgtest_test_utils.py192 class Subprocess: class in inherits:

Completed in 139 milliseconds