Searched refs:FlagsType (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/spirit/repository/home/qi/operator/detail/ |
D | keywords.hpp | 135 …template <typename Elements, typename StringKeywords, typename IndexList, typename FlagsType, type… 365 … keyword_entry_adder(shared_ptr<keywords_type> lookup,FlagsType &flags, Elements &elements) : in keyword_entry_adder() 437 FlagsType & flags; 441 string_keywords(Elements &elements,FlagsType &flags_init) : lookup(new keywords_type()) in string_keywords() 547 template <typename FlagsType, typename Elements> 552 flag_init_value_setter(Elements &elements,FlagsType &flags) in flag_init_value_setter() 587 FlagsType & flags;
|
/third_party/python/Python/ |
D | sysmodule.c | 2500 static PyTypeObject FlagsType; variable 2575 PyObject *flags = PyStructSequence_New(&FlagsType); in make_flags() 2827 if (FlagsType.tp_name == 0) { in _PySys_InitCore() 2828 if (_PyStructSequence_InitType(&FlagsType, &flags_desc, in _PySys_InitCore()
|
/third_party/python/Tools/c-analyzer/ |
D | TODO | 914 Python/sysmodule.c:FlagsType static PyTypeObject FlagsType
|