Searched defs:DepsEntry (Results 1 – 4 of 4) sorted by relevance
84 DepsEntry = collections.namedtuple('DepsEntry', 'path url revision') variable
138 DepsEntry = collections.namedtuple('DepsEntry', 'path url revision') variable
96 DepsEntry = collections.namedtuple('DepsEntry', 'path url revision') variable
651 using DepsEntry = std::pair<const DexFile*, const DexFileDeps*>; in Dump() typedef