Searched defs:collection (Results 1 – 6 of 6) sorted by relevance
/system/update_engine/payload_generator/ |
D | extent_utils.h | 45 uint64_t BlocksInExtents(const T& collection) { in BlocksInExtents()
|
D | extent_utils.cc | 56 Extent GetElement(const vector<Extent>& collection, size_t index) { in GetElement() 61 const google::protobuf::RepeatedPtrField<Extent>& collection, in GetElement()
|
D | inplace_generator_unittest.cc | 585 vector<uint64_t> collection = {1, 2, 3, 4, 6}; in TEST_F() local
|
D | inplace_generator.cc | 727 void InplaceGenerator::ApplyMap(vector<uint64_t>* collection, in ApplyMap()
|
/system/connectivity/shill/ |
D | property_iterator.h | 56 const typename std::map<std::string, VAccessorPtr>& collection) in ReadablePropertyConstIterator()
|
D | property_store.cc | 900 const map<string, std::shared_ptr<AccessorInterface<V>>>& collection, in GetProperty() 929 map<string, std::shared_ptr<AccessorInterface<V>>>* collection, in SetProperty()
|