Searched defs:Args (Results 1 – 6 of 6) sorted by relevance
124 struct Args { struct125 Args(std::initializer_list<std::string> _cmd = {}) : exec_cmd(_cmd) {} in exec_cmd() argument127 Args& operator=(Args&&); argument129 std::vector<std::string> exec_cmd;134 std::string argv0_override;143 std::function<void()> entrypoint_for_testing;146 std::vector<std::string> env;149 std::vector<int> preserve_fds;152 std::string input;154 OutputMode stdout_mode = kInherit;[all …]
214 FunctionImpl(Result (*target)(Args...)) : Base(target) {} in FunctionImpl()387 CallbackImpl(Result (*target)(Args...)) : Base(target) {} in CallbackImpl()508 auto bindMember(T* instance, R (T::*fn)(Args...)) { in bindMember()
594 # define YYDPRINTF(Args) \ argument704 # define YYDPRINTF(Args) argument
1624 # define YYDPRINTF(Args) \ argument1786 # define YYDPRINTF(Args) argument
2704 struct Args { struct in perfetto::base::PeriodicTask2705 uint32_t period_ms = 0;2706 std::function<void()> task = nullptr;2707 bool start_first_task_immediately = false;2708 bool use_suspend_aware_timer = false;6999 struct Args { struct in perfetto::base::Subprocess7000 Args(std::initializer_list<std::string> _cmd = {}) : exec_cmd(_cmd) {} in Args() argument7004 std::vector<std::string> exec_cmd;7010 std::string posix_argv0_override_for_testing;7018 std::function<void()> posix_entrypoint_for_testing;[all …]
3404 struct Args { struct in perfetto::base::Subprocess3405 Args(std::initializer_list<std::string> _cmd = {}) : exec_cmd(_cmd) {} in Args() argument3409 std::vector<std::string> exec_cmd;3414 std::string argv0_override;3423 std::function<void()> entrypoint_for_testing;3426 std::vector<std::string> env;3429 std::vector<int> preserve_fds;3432 std::string input;3434 OutputMode stdout_mode = kInherit;3435 OutputMode stderr_mode = kInherit;[all …]