Home
last modified time | relevance | path

Searched defs:collection (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/payload_generator/
Dextent_utils.h45 uint64_t BlocksInExtents(const T& collection) { in BlocksInExtents()
Dextent_utils.cc56 Extent GetElement(const vector<Extent>& collection, size_t index) { in GetElement()
61 const google::protobuf::RepeatedPtrField<Extent>& collection, in GetElement()
Dinplace_generator_unittest.cc585 vector<uint64_t> collection = {1, 2, 3, 4, 6}; in TEST_F() local
Dinplace_generator.cc727 void InplaceGenerator::ApplyMap(vector<uint64_t>* collection, in ApplyMap()
/system/connectivity/shill/
Dproperty_iterator.h56 const typename std::map<std::string, VAccessorPtr>& collection) in ReadablePropertyConstIterator()
Dproperty_store.cc900 const map<string, std::shared_ptr<AccessorInterface<V>>>& collection, in GetProperty()
929 map<string, std::shared_ptr<AccessorInterface<V>>>* collection, in SetProperty()