Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libstdc++/include/ext/
Dropeimpl.h179 int __j = __curr_depth + 1 - int(_S_path_cache_len); in _S_setcache()
240 if (int(_S_path_cache_len) == __current_index) in _S_setcache_for_incr() local
243 for (__i = 0; __i < int(_S_path_cache_len) - 1; __i++) in _S_setcache_for_incr()
Drope1034 enum { _S_path_cache_len = 4 }; // Must be <= 9.
1051 const _RopeRep* _M_path_end[_S_path_cache_len];
/freebsd-12-stable/contrib/libstdc++/
DChangeLog-20053704 * include/ext/ropeimpl.h: Convert _S_path_cache_len to int;