Searched refs:__stem (Results 1 – 2 of 2) sorted by relevance
1327 __string_view __stem() const;1368 _LIBCPP_INLINE_VISIBILITY path stem() const { return string_type(__stem()); }1397 _LIBCPP_INLINE_VISIBILITY bool has_stem() const { return !__stem().empty(); }
1606 string_view_t path::__stem() const { in __stem() function in path