OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OperationsGenerator
(Results
1 - 5
of
5
) sorted by null
/system/update_engine/payload_generator/
operations_generator.h
30
class
OperationsGenerator
{
32
virtual ~
OperationsGenerator
() = default;
51
OperationsGenerator
() = default;
54
DISALLOW_COPY_AND_ASSIGN(
OperationsGenerator
);
full_update_generator.h
31
class FullUpdateGenerator : public
OperationsGenerator
{
35
//
OperationsGenerator
override.
ab_generator.h
39
class ABGenerator : public
OperationsGenerator
{
delta_diff_generator.cc
94
unique_ptr<
OperationsGenerator
> strategy;
inplace_generator.h
52
class InplaceGenerator : public
OperationsGenerator
{
Completed in 694 milliseconds