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