Home
last modified time | relevance | path

Searched refs:dest_i (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/gn/
Dfilesystem_utils.cc525 size_t dest_i = top_index; in NormalizePath() local
534 pathbuf[dest_i++] = pathbuf[src_i++]; in NormalizePath()
543 if (dest_i > top_index) { in NormalizePath()
545 dest_i--; in NormalizePath()
548 if (dest_i == top_index) { in NormalizePath()
553 pathbuf[dest_i++] = '.'; in NormalizePath()
554 pathbuf[dest_i++] = '.'; in NormalizePath()
556 pathbuf[dest_i++] = '/'; in NormalizePath()
561 top_index = dest_i; in NormalizePath()
594 dest_i += source_root_len - 2; in NormalizePath()
[all …]
/third_party/abseil-cpp/absl/container/internal/
Dbtree.h834 void transfer(const size_type dest_i, const size_type src_i,
836 transfer(slot(dest_i), src_node->slot(src_i), alloc);
841 void transfer_n(const size_type n, const size_type dest_i,
845 *dest = slot(dest_i);
853 void transfer_n_backward(const size_type n, const size_type dest_i,
857 *dest = slot(dest_i + n - 1);
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dbtree.h904 void transfer(const size_type dest_i, const size_type src_i,
906 transfer(slot(dest_i), src_node->slot(src_i), alloc);
911 void transfer_n(const size_type n, const size_type dest_i,
915 *dest = slot(dest_i);
923 void transfer_n_backward(const size_type n, const size_type dest_i,
927 *dest = slot(dest_i + n - 1);