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