Searched refs:_it (Results 1 – 2 of 2) sorted by relevance
103 int _r, Intent[] _i, String[] _it, int _f, SafeActivityOptions _o, int _userId) { in Key() argument111 requestResolvedType = _it != null ? _it[_it.length-1] : null; in Key()113 allResolvedTypes = _it; in Key()
889 explicit iterator(const std::map<std::string, Prop>::const_iterator &_it) : it(_it) { } in iterator() argument