Home
last modified time | relevance | path

Searched defs:d_first (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_log.cc363 OutputIterator d_first, in copy()
374 copy(const char *src, OutputIterator d_first, OutputIterator d_last) { in copy()
382 copy(const StringRef &src, OutputIterator d_first, OutputIterator d_last) { in copy()
390 copy_l(const char (&src)[N], OutputIterator d_first, OutputIterator d_last) { in copy_l()
397 std::pair<OutputIterator, OutputIterator> copy(char c, OutputIterator d_first, in copy()
414 copy_hex_low(const uint8_t *src, size_t srclen, OutputIterator d_first, in copy_hex_low()
429 std::pair<OutputIterator, OutputIterator> copy(T n, OutputIterator d_first, in copy()
501 copy_escape(const char *src, size_t srclen, OutputIterator d_first, in copy_escape()
532 OutputIterator d_first, in copy_escape()
Dbase64.h89 OutputIt encode(InputIt first, InputIt last, OutputIt d_first) { in encode()
140 OutputIt decode(InputIt first, InputIt last, OutputIt d_first) { in decode()
/third_party/boost/boost/move/algo/detail/
Dadaptive_sort_merge.hpp711 …t1, InputIt1 const last1, InputIt2 &r_first2, InputIt2 const last2, OutputIt d_first, Compare comp… in op_partial_merge_impl()
737 …t1, InputIt1 const last1, InputIt2 &r_first2, InputIt2 const last2, OutputIt d_first, Compare comp… in op_partial_merge()
754 …1, InputIt2 &r_first2, InputIt2 const last2, InputIt2 &r_first_min, OutputIt d_first, Compare comp… in op_partial_merge_and_swap_impl()
781 …1, InputIt2 &r_first2, InputIt2 const last2, InputIt2 &r_first_min, OutputIt d_first, Compare comp… in op_partial_merge_and_swap()
/third_party/boost/boost/container/
Dvector.hpp2321 T* d_first = boost::movelib::to_raw_pointer(new_storage); in priv_merge_in_new_buffer() local
/third_party/sqlite/src/
Dshell.c1193 DIRENT d_first; /* DIRENT constructed based on "_findfirst". */ member