Searched refs:AsMap (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Analysis/
H A DCFGStmtMap.cpp23 static SMap *AsMap(void *m) { return (SMap*) m; } function
25 CFGStmtMap::~CFGStmtMap() { delete AsMap(M); }
28 SMap *SM = AsMap(M);
/external/guava/guava/src/com/google/common/collect/
H A DAbstractMultimap.java1163 ? new SortedAsMap((SortedMap<K, Collection<V>>) map) : new AsMap(map);
1166 private class AsMap extends AbstractMap<K, Collection<V>> { class in class:AbstractMultimap
1173 AsMap(Map<K, Collection<V>> submap) { method in class:AbstractMultimap.AsMap
1247 return AsMap.this;
1298 private class SortedAsMap extends AsMap
H A DMultimaps.java1161 asMap = result = new AsMap();
1256 class AsMap extends Maps.ImprovedAbstractMap<K, Collection<V>> { class in class:Multimaps.MapMultimap
2090 static abstract class AsMap<K, V> extends class in class:Multimaps
2108 return AsMap.this;
2549 return new AsMap(filtered);
2552 class AsMap extends ForwardingMap<K, Collection<V>> { class in class:Multimaps.FilteredMultimap
2555 AsMap(Map<K, Collection<V>> delegate) { method in class:Multimaps.FilteredMultimap.AsMap
2580 return AsMap.this;
2615 return AsMap.this;
2663 return AsMap
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMultimaps.java1072 asMap = result = new AsMap();
1167 class AsMap extends Maps.ImprovedAbstractMap<K, Collection<V>> { class in class:Multimaps.MapMultimap
2001 static abstract class AsMap<K, V> extends class in class:Multimaps
2019 return AsMap.this;
2332 return new AsMap(filtered);
2335 class AsMap extends ForwardingMap<K, Collection<V>> { class in class:Multimaps.FilteredMultimap
2338 AsMap(Map<K, Collection<V>> delegate) { method in class:Multimaps.FilteredMultimap.AsMap
2363 return AsMap.this;
2398 return AsMap.this;
2446 return AsMap
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 231 milliseconds