Searched refs:_Tag (Results 1 – 3 of 3) sorted by relevance
/reactos/sdk/include/c++/stlport/stl/ |
H A D | _iterator_base.h | 123 { typedef _IteCat _Tag; }; 127 { typedef input_iterator_tag _Tag; }; 130 { typedef output_iterator_tag _Tag; }; 133 { typedef forward_iterator_tag _Tag; }; 136 { typedef bidirectional_iterator_tag _Tag; }; 139 { typedef random_access_iterator_tag _Tag; }; 144 typedef typename _CategoryMapping<_OriginalTag>::_Tag iterator_category;
|
H A D | _rope.h | 345 enum _Tag {_S_leaf, _S_concat, _S_substringfn, _S_function}; 352 _Tag _M_tag:8; 378 _Rope_RopeRep(_Tag __t, unsigned char __d, bool __b, size_t _p_size,
|
/reactos/sdk/include/xdk/ |
H A D | iofuncs.h | 2765 _Tag) \ argument 2766 IoReleaseRemoveLockEx(_RemoveLock, _Tag, sizeof(IO_REMOVE_LOCK)) 2775 _Tag) \ argument 2776 IoReleaseRemoveLockAndWaitEx(_RemoveLock, _Tag, sizeof(IO_REMOVE_LOCK))
|