OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExtentsToVector
(Results
1 - 6
of
6
) sorted by null
/system/update_engine/payload_generator/
extent_utils.cc
71
ExtentsToVector
(*extents, &extents_vector);
72
ExtentsToVector
(extents_to_add, &extents_to_add_vector);
91
void
ExtentsToVector
(const google::protobuf::RepeatedPtrField<Extent>& extents,
extent_utils.h
77
void
ExtentsToVector
(const google::protobuf::RepeatedPtrField<Extent>& extents,
extent_utils_unittest.cc
88
ExtentsToVector
(first_op.src_extents(), &first_op_vec);
ab_generator.cc
278
ExtentsToVector
(aop->op.dst_extents(), &dst_extents);
307
ExtentsToVector
(aop.op.src_extents(), &src_extents);
delta_diff_utils_unittest.cc
697
ExtentsToVector
(aop.op.src_extents(), &aop_src_extents);
inplace_generator.cc
568
ExtentsToVector
((*graph)[cut.old_dst].aop.op.dst_extents(),
Completed in 212 milliseconds