OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skipped_ops_
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/payload_generator/
cycle_breaker.h
44
CycleBreaker() :
skipped_ops_
(0) {}
48
size_t skipped_ops() const { return
skipped_ops_
; }
66
size_t
skipped_ops_
;
member in class:chromeos_update_engine::CycleBreaker
cycle_breaker.cc
55
skipped_ops_
= 0;
61
skipped_ops_
++;
100
LOG(INFO) << "Cycle breaker skipped " <<
skipped_ops_
<< " ops.";
Completed in 60 milliseconds