OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UniqueBlock
(Results
1 - 3
of
3
) sorted by null
/system/update_engine/payload_generator/
block_mapping.h
71
// The
UniqueBlock
represents the data of a block associated to a unique
73
struct
UniqueBlock
{
86
// Compares the
UniqueBlock
data with the other_block data and stores if
93
std::map<size_t, std::vector<
UniqueBlock
>> mapping_;
block_mapping.cc
78
// We either reuse a
UniqueBlock
or create a new one. If we need a new
79
//
UniqueBlock
it could also be part of a new or existing bucket (if there is
81
vector<
UniqueBlock
> *bucket = nullptr;
87
for (
UniqueBlock
& existing_block : mapping_it->second) {
100
UniqueBlock
*new_ublock = &bucket->back();
113
bool BlockMapping::
UniqueBlock
::CompareData(const brillo::Blob& other_block,
block_mapping_unittest.cc
84
for (const BlockMapping::
UniqueBlock
& ublock : it.second) {
96
for (const BlockMapping::
UniqueBlock
& ublock : it.second) {
Completed in 58 milliseconds