Home
last modified time | relevance | path

Searched refs:__add_at_front (Results 1 – 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dstl_deque.h928 void _M_reallocate_map(size_type __nodes_to_add, bool __add_at_front);
1619 bool __add_at_front) in _M_reallocate_map() argument
1627 + (__add_at_front ? __nodes_to_add : 0); in _M_reallocate_map()
1640 + (__add_at_front ? __nodes_to_add : 0); in _M_reallocate_map()