Home
last modified time | relevance | path

Searched defs:has_arg (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/boost/lockfree/detail/
Dparameter.hpp28 struct has_arg struct
30 typedef typename parameter::binding<bound_args, tag_type, mpl::void_>::type type;
31 static const bool value = mpl::is_not_void_<type>::type::value;
/third_party/boost/boost/heap/
Dpolicies.hpp81 struct has_arg struct
83 typedef typename boost::parameter::binding<bound_args, tag_type, void>::type type;
84 static const bool value = !boost::is_void<type>::value;
/third_party/python/Include/internal/
Dpycore_getopt.h16 int has_arg; member
/third_party/flutter/glfw/deps/
Dgetopt.h43 int has_arg; member
/third_party/musl/include/
Dgetopt.h14 int has_arg; member
/third_party/libwebsockets/win32port/win32helpers/
Dgetopt.h17 int has_arg; member
/third_party/musl/porting/liteos_m/kernel/include/
Dgetopt.h14 int has_arg; member
/third_party/libusb/msvc/getopt/
Dgetopt.h103 int has_arg; member
/third_party/e2fsprogs/include/nonunix/
Dgetopt.h92 int has_arg; member
/third_party/ninja/src/
Dgetopt.h17 int has_arg; /* one of the above macros */ member
Dgetopt.c157 int has_arg = -1; in getopt_internal() local
/third_party/mingw-w64/mingw-w64-headers/crt/
Dgetopt.h65 int has_arg; /* does it take an argument? */ member
/third_party/uboot/u-boot-2020.01/arch/sandbox/include/asm/
Dgetopt.h29 int has_arg; member
/third_party/re2/util/
Dbenchmark.h131 bool has_arg() const { return has_arg_; } in has_arg() function
/third_party/gn/src/gn/
Dparser.cc540 bool has_arg = false; in IdentifierOrCall() local
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c603 int has_arg; /* Argument requirement */ member