Searched refs:__pbegin (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__format/ |
| H A D | format_arg_store.h | 201 const __context_char_type* const __pbegin = std::begin(__value); in __create_format_arg() local 203 char_traits<__context_char_type>::find(__pbegin, extent_v<_Dp>, __context_char_type{}); in __create_format_arg() 206 … __arg, basic_string_view<__context_char_type>{__pbegin, static_cast<size_t>(__pzero - __pbegin)}}; in __create_format_arg()
|
| /freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | lazy_split_view.h | 218 const auto [__pbegin, __pend] = ranges::subrange{__parent_->__pattern_}; 219 if (__pbegin == __pend) { 225 __current() = ranges::find(std::move(__current()), __end, *__pbegin); 236 const auto [__b, __p] = ranges::mismatch(__current(), __end, __pbegin, __pend);
|