Home
last modified time | relevance | path

Searched refs:childRange (Results 1 – 1 of 1) sorted by relevance

/system/libvintf/
DVintfObject.cpp751 auto childRange = childrenMap.equal_range(fqName.string()); in GetListedInstanceInheritance() local
752 for (auto it = childRange.first; it != childRange.second; ++it) { in GetListedInstanceInheritance()