Home
last modified time | relevance | path

Searched defs:is_argument (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/wave/samples/token_statistics/
Dtoken_statistics.cpp50 struct is_argument { struct
52 bool operator()(po::option const &opt) in operator ()()
/third_party/boost/libs/wave/test/testwave/
Dcmd_line_utils.hpp205 struct is_argument struct
207 bool operator()(po::option const &opt) in operator ()()
/third_party/boost/libs/wave/samples/list_includes/
Dlist_includes.cpp67 struct is_argument { struct
68 bool operator()(po::option const &opt) in operator ()()
/third_party/boost/libs/wave/samples/waveidl/
Didl.cpp198 struct is_argument { struct
199 bool operator()(po::option const &opt) in operator ()()
/third_party/boost/libs/wave/tool/
Dcpp.cpp276 struct is_argument { struct
277 bool operator()(po::option const &opt) in operator ()()
/third_party/python/Lib/
Dtyping.py146 def _type_check(arg, msg, is_argument=True, module=None, *, is_class=False): argument
661 def __init__(self, arg, is_argument=True, module=None, *, is_class=False): argument