Searched refs:key_comp (Results 1 – 6 of 6) sorted by relevance
/reactos/sdk/include/c++/stlport/stl/ |
H A D | _map.h | 159 key_compare key_comp() const { return _M_t.key_comp(); } in _STLP_CREATE_ITERATOR_TRAITS() 160 value_compare value_comp() const { return value_compare(_M_t.key_comp()); } in _STLP_CREATE_ITERATOR_TRAITS() 178 if (__i == end() || key_comp()(__k, (*__i).first)) in _STLP_CREATE_ITERATOR_TRAITS() 345 key_compare key_comp() const { return _M_t.key_comp(); } in _STLP_CREATE_ITERATOR_TRAITS() 346 value_compare value_comp() const { return value_compare(_M_t.key_comp()); } in _STLP_CREATE_ITERATOR_TRAITS()
|
H A D | _set.h | 147 key_compare key_comp() const { return _M_t.key_comp(); } in _STLP_CREATE_ITERATOR_TRAITS() 148 value_compare value_comp() const { return _M_t.key_comp(); } in _STLP_CREATE_ITERATOR_TRAITS() 318 key_compare key_comp() const { return _M_t.key_comp(); } in _STLP_CREATE_ITERATOR_TRAITS() 319 value_compare value_comp() const { return _M_t.key_comp(); } in _STLP_CREATE_ITERATOR_TRAITS()
|
H A D | _tree.h | 419 _Compare key_comp() const { return _M_key_compare; }
|
/reactos/sdk/include/c++/stlport/stl/pointers/ |
H A D | _set.h | 206 key_compare key_comp() const { return _M_t.key_comp(); } 207 value_compare value_comp() const { return _M_t.key_comp(); } 459 key_compare key_comp() const { return _M_t.key_comp(); } 460 value_compare value_comp() const { return _M_t.key_comp(); }
|
/reactos/sdk/include/c++/stlport/stl/debug/ |
H A D | _tree.h | 154 _Compare key_comp() const { return _M_non_dbg_impl.key_comp().non_dbg_key_comp(); } in key_comp() function
|
/reactos/modules/rostests/winetests/msi/ |
H A D | msi.c | 2940 HKEY key_comp, key_installprop, key_prod; in test_MsiGetComponentPathEx() local 3057 RegDeleteValueA( key_comp, prod_squashed ); in test_MsiGetComponentPathEx() 3058 RegDeleteKeyExA( key_comp, "", access & KEY_WOW64_64KEY, 0 ); in test_MsiGetComponentPathEx() 3061 RegCloseKey( key_comp ); in test_MsiGetComponentPathEx() 3113 RegDeleteValueA( key_comp, prod_squashed ); in test_MsiGetComponentPathEx() 3115 RegDeleteKeyExA( key_comp, "", access & KEY_WOW64_64KEY, 0 ); in test_MsiGetComponentPathEx() 3117 RegCloseKey( key_comp ); in test_MsiGetComponentPathEx() 3189 RegDeleteValueA( key_comp, prod_squashed ); in test_MsiGetComponentPathEx() 3195 RegCloseKey( key_comp ); in test_MsiGetComponentPathEx() 3250 RegDeleteValueA( key_comp, prod_squashed ); in test_MsiGetComponentPathEx() [all …]
|