Searched defs:MoveRange (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/containers/ |
D | vector_buffer.h | 113 static void MoveRange(T* from_begin, T* from_end, T* to) { in MoveRange() function 124 static void MoveRange(T* from_begin, T* from_end, T* to) { in MoveRange() function 140 static void MoveRange(T* from_begin, T* from_end, T* to) { in MoveRange() function
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/containers/ |
D | vector_buffer.h | 113 static void MoveRange(T* from_begin, T* from_end, T* to) { in MoveRange() function 124 static void MoveRange(T* from_begin, T* from_end, T* to) { in MoveRange() function 140 static void MoveRange(T* from_begin, T* from_end, T* to) { in MoveRange() function
|
/aosp_15_r20/external/libchrome/base/containers/ |
H A D | vector_buffer.h | 110 static void MoveRange(T* from_begin, T* from_end, T* to) { in MoveRange() function 121 static void MoveRange(T* from_begin, T* from_end, T* to) { in MoveRange() function 137 static void MoveRange(T* from_begin, T* from_end, T* to) { in MoveRange() function
|
/aosp_15_r20/external/cronet/base/containers/ |
H A D | vector_buffer.h | 128 static void MoveRange(T* from_begin, T* from_end, T* to) { in MoveRange() function
|
/aosp_15_r20/bootable/deprecated-ota/updater/ |
H A D | commands.cpp | 317 static void MoveRange(std::vector<uint8_t>* dest, const RangeSet& locs, in MoveRange() function
|
H A D | blockimg.cpp | 963 static void MoveRange(std::vector<uint8_t>& dest, const RangeSet& locs, in MoveRange() function
|