Searched defs:d_first (Results 1 – 5 of 5) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_log.cc | 363 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()
|
D | base64.h | 89 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/ |
D | adaptive_sort_merge.hpp | 711 …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/ |
D | vector.hpp | 2321 T* d_first = boost::movelib::to_raw_pointer(new_storage); in priv_merge_in_new_buffer() local
|
/third_party/sqlite/src/ |
D | shell.c | 1193 DIRENT d_first; /* DIRENT constructed based on "_findfirst". */ member
|