#include "test/multiprocess_exec.h"
#include <map>
#include <ostream>
#include "base/check.h"
#include "base/strings/utf_string_conversions.h"
#include "build/build_config.h"
#include "test/main_arguments.h"
#include "test/test_paths.h"
#include "util/stdlib/map_insert.h"
namespace crashpad {
namespace test {
namespace internal {
namespace {
std::map<std::string, int(*)()>* GetMultiprocessFunctionMap() { … }
}
AppendMultiprocessTest::AppendMultiprocessTest(const std::string& test_name,
int (*main_function_pointer)()) { … }
int CheckedInvokeMultiprocessChild(const std::string& test_name) { … }
}
void MultiprocessExec::SetChildTestMainFunction(
const std::string& function_name) { … }
}
}