Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/
H A DCombinedIterator.h35 struct RefPair : BaseRefPair<It1, It2> { struct
36 using Base = BaseRefPair<It1, It2>; argument
39 RefPair(It1 it1, It2 it2) : Base(*it1, *it2) { in RefPair() function
50 bool operator==(const RefPair& other) { argument
62 friend void swap(RefPair& l, RefPair& r) { in swap() argument