Home
last modified time | relevance | path

Searched defs:find_arg (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/gio/gdbus-2.0/codegen/
Dcodegen_main.py36 def find_arg(arg_list, arg_name): function
/third_party/boost/boost/math/policies/
Dpolicy.hpp292 struct find_arg struct
295 typedef typename mpl::find_if<Seq, Pred>::type iter;
296 typedef typename mpl::end<Seq>::type end_type;
300 ::boost::is_same<iter, end_type>::value>::type type;
/third_party/grpc/test/core/util/
Dcmdline.cc183 static arg* find_arg(gpr_cmdline* cl, char* name) { in find_arg() function
/third_party/quickjs/
Dquickjs.c21675 static int find_arg(JSContext *ctx, JSFunctionDef *fd, JSAtom name) in find_arg() function