Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_output.h106 __out_it.__get_container()->__copy(__str);
143 __out_it.__get_container()->__transform(__first, __last, std::move(__operation));
159 __out_it.__get_container()->__fill(__n, __value); in __fill()
H A Dcontainer_adaptor.h53 return __underlying_.format(__adaptor.__get_container(), __ctx); in format()
H A Dbuffer.h329 : __container_{__out_it.__get_container()} {}
/freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/
H A Dback_insert_iterator.h71 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _Container* __get_container() const { return c… in __get_container() function
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dstack279 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI const _Container& __get_container() const { return c; }
355 return __x.__get_container() <=> __y.__get_container();
H A Dqueue427 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI const _Container& __get_container() const { return c; }
504 return __x.__get_container() <=> __y.__get_container();
697 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI const _Container& __get_container() const { return c; }