Searched defs:is_argument (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/wave/samples/token_statistics/ |
D | token_statistics.cpp | 50 struct is_argument { struct 52 bool operator()(po::option const &opt) in operator ()()
|
/third_party/boost/libs/wave/test/testwave/ |
D | cmd_line_utils.hpp | 205 struct is_argument struct 207 bool operator()(po::option const &opt) in operator ()()
|
/third_party/boost/libs/wave/samples/list_includes/ |
D | list_includes.cpp | 67 struct is_argument { struct 68 bool operator()(po::option const &opt) in operator ()()
|
/third_party/boost/libs/wave/samples/waveidl/ |
D | idl.cpp | 198 struct is_argument { struct 199 bool operator()(po::option const &opt) in operator ()()
|
/third_party/boost/libs/wave/tool/ |
D | cpp.cpp | 276 struct is_argument { struct 277 bool operator()(po::option const &opt) in operator ()()
|
/third_party/python/Lib/ |
D | typing.py | 146 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
|