Searched defs:SmallSet (Results 1 - 6 of 6) sorted by relevance

/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DSmallSet.java42 class SmallSet extends AbstractSet implements Iterator { class in inherits:AbstractSet,Iterator
48 static final Set EMPTY_SET = new SmallSet(null, null);
50 SmallSet(final Object e1, final Object e2) { method in class:SmallSet
60 return new SmallSet(e1, e2);
89 Set union(final SmallSet s) {
101 return new SmallSet(e1, s.e1); // necessarily e1 != s.e1
108 // return new SmallSet(e1, s.e1); // necessarily e1 != s.e1
/external/llvm/include/llvm/ADT/
H A DSmallSet.h1 //===- llvm/ADT/SmallSet.h - 'Normally small' sets --------------*- C++ -*-===//
10 // This file defines the SmallSet class.
23 /// SmallSet - This maintains a set of unique values, optimizing for the case
31 class SmallSet { class in namespace:llvm
41 SmallSet() {} function in class:llvm::SmallSet
119 class SmallSet<PointeeType*, N> : public SmallPtrSet<PointeeType*, N> {}; class in namespace:llvm
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-analysis-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/tree/analysis/Analyzer.class " package org.objectweb. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 112 milliseconds