OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WorkItems
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/installer/util/
work_item_list.h
22
// A WorkItem subclass that recursively contains a list of
WorkItems
. Thus it
24
// defined by the list of
WorkItems
it contains.
25
// The
WorkItems
are executed in the same order as they are added to the list.
30
// Execute the
WorkItems
in the same order as they are added to the list.
34
// Rollback the
WorkItems
in the reverse order as they are executed.
133
typedef std::list<WorkItem*>
WorkItems
;
134
typedef
WorkItems
::iterator WorkItemIterator;
149
// The list of
WorkItems
, in the order of them being added.
150
WorkItems
list_;
152
// The list of executed
WorkItems
, in the reverse order of them bein
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
[
all
...]
Completed in 129 milliseconds