Home
last modified time | relevance | path

Searched refs:get_args (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/cmd/
H A Dtrace.c12 static int get_args(int argc, char * const argv[], char **buff, in get_args() function
38 if (get_args(argc, argv, &buff, &buff_ptr, &buff_size)) in create_func_list()
62 if (get_args(argc, argv, &buff, &buff_ptr, &buff_size)) in create_call_list()
/openbmc/qemu/tests/guest-debug/
H A Drun-test.py22 def get_args(): function
54 args = get_args()
/openbmc/boost-dbus/include/dbus/
H A Dproperties.hpp29 virtual std::vector<DbusArgument> get_args() { return {}; }; in get_args() function in dbus::DbusMethod
138 std::vector<DbusArgument> get_args() override { return args; }; in get_args() function in dbus::LambdaDbusMethod
146 virtual std::vector<DbusArgument> get_args() { return {}; } in get_args() function in dbus::DbusSignal
171 std::vector<DbusArgument> get_args() override { return args; }; in get_args() function in dbus::DbusTemplateSignal
614 for (auto& arg : method.second->get_args()) { in get_xml_for_path()
630 for (auto& arg : signal.second->get_args()) { in get_xml_for_path()