OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MoveRange
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/containers/
vector_buffer.h
96
//
MoveRange
----------------------------------------------------------------
110
static void
MoveRange
(T* from_begin, T* from_end, T* to) {
121
static void
MoveRange
(T* from_begin, T* from_end, T* to) {
137
static void
MoveRange
(T* from_begin, T* from_end, T* to) {
/bootable/recovery/updater/
commands.cpp
318
static void
MoveRange
(std::vector<uint8_t>* dest, const RangeSet& locs,
345
MoveRange
(buffer, location_, *buffer, block_size);
355
MoveRange
(buffer, stash.ranges(), stash_buffer, block_size);
blockimg.cpp
958
static void
MoveRange
(std::vector<uint8_t>& dest, const RangeSet& locs,
[
all
...]
Completed in 626 milliseconds