HomeSort by relevance Sort by last modified time
    Searched full:argumentsiterator (Results 1 - 2 of 2) sorted by null

  /cts/tools/signature-tools/src/signature/compare/model/subst/
ViewpointAdapter.java 55 Iterator<ITypeReference> argumentsIterator = actualTypeArguments
57 while (paramsIterator.hasNext() && argumentsIterator.hasNext()) {
58 substitution.put(paramsIterator.next(), argumentsIterator.next());
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 3602 milliseconds