Home
last modified time | relevance | path

Searched refs:min_args (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/python/
Draw_function.hpp47 object raw_function(F f, std::size_t min_args = 0) in raw_function() argument
53 , min_args in raw_function()
/third_party/boost/boost/python/detail/
Ddefaults_gen.hpp367 #define BOOST_PYTHON_FUNCTION_OVERLOADS(generator_name, fname, min_args, max_args) \ argument
372 BOOST_PP_SUB_D(1, max_args, min_args))
374 #define BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(generator_name, fname, min_args, max_args) \ argument
379 BOOST_PP_SUB_D(1, max_args, min_args))
/third_party/boost/libs/python/doc/reference/
Doverloads.qbk33 BOOST_PYTHON_FUNCTION_OVERLOADS(name, func_id, min_args, max_args)
37 for all `min_args <= i <= max_args`.
39 BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(name, member_name, min_args, max_args)
43 for all min_args <= i <= max_args, where x is a reference to an object of class type.
Draw_function.qbk8 object raw_function(F f, std::size_t min_args = 0);
12 [[Returns][a callable object which requires at least min_args arguments. When called, the actual no…
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dhostapd_cli.c225 int min_args, int argc, char *argv[]) in hostapd_cli_cmd() argument
229 if (argc < min_args) { in hostapd_cli_cmd()
231 cmd, min_args, min_args > 1 ? "s are" : " is"); in hostapd_cli_cmd()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dhostapd_cli.c228 int min_args, int argc, char *argv[]) in hostapd_cli_cmd() argument
232 if (argc < min_args) { in hostapd_cli_cmd()
234 cmd, min_args, min_args > 1 ? "s are" : " is"); in hostapd_cli_cmd()
/third_party/grpc/test/cpp/util/
Dgrpc_tool.cc238 int min_args; member
295 if (argc < cmd->min_args || argc > cmd->max_args) { in GrpcToolMainLib()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwpa_cli.c267 static int wpa_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd, int min_args, in wpa_cli_cmd() argument
271 if (argc < min_args) { in wpa_cli_cmd()
273 "required.\n", cmd, min_args, in wpa_cli_cmd()
274 min_args > 1 ? "s are" : " is"); in wpa_cli_cmd()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwpa_cli.c270 static int wpa_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd, int min_args, in wpa_cli_cmd() argument
274 if (argc < min_args) { in wpa_cli_cmd()
276 "required.\n", cmd, min_args, in wpa_cli_cmd()
277 min_args > 1 ? "s are" : " is"); in wpa_cli_cmd()