Home
last modified time | relevance | path

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

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs79 internal HashListEnumerator(HashList hashList, EnumerationMode mode) in HashListEnumerator()
194 internal KeyCollection(HashList hashList) in KeyCollection()
289 internal ValueCollection(HashList hashList) in ValueCollection()
/external/auto/common/src/main/java/com/google/auto/common/
DMoreTypes.java438 private static int hashList(List<? extends TypeMirror> mirrors, Set<Element> visiting) { in hashList() method in MoreTypes