Searched refs:AsMap (Results 1 - 19 of 19) 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 DFilteredEntryMultimap.java141 return new AsMap();
168 class AsMap extends ImprovedAbstractMap<K, Collection<V>> { class in class:FilteredEntryMultimap
232 return AsMap.this.remove(o) != null;
242 return AsMap.this;
286 return new Maps.Values<K, Collection<V>>(AsMap.this) {
H A DAbstractMapBasedMultimap.java1227 ? new SortedAsMap((SortedMap<K, Collection<V>>) map) : new AsMap(map);
1230 private class AsMap extends ImprovedAbstractMap<K, Collection<V>> { class in class:AbstractMapBasedMultimap
1237 AsMap(Map<K, Collection<V>> submap) { method in class:AbstractMapBasedMultimap.AsMap
1313 return AsMap.this;
1363 private class SortedAsMap extends AsMap
H A DMultimaps.java1053 return new AsMap<K, V>(this);
1671 static final class AsMap<K, V> extends class in class:Multimaps
1675 AsMap(Multimap<K, V> multimap) { method in class:Multimaps.AsMap
1693 return AsMap.this;
H A DLinkedListMultimap.java782 return new Multimaps.AsMap<K, V>(this);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DAbstractMapBasedMultimap.java1065 ? new SortedAsMap((SortedMap<K, Collection<V>>) map) : new AsMap(map);
1068 private class AsMap extends ImprovedAbstractMap<K, Collection<V>> { class in class:AbstractMapBasedMultimap
1075 AsMap(Map<K, Collection<V>> submap) { method in class:AbstractMapBasedMultimap.AsMap
1151 return AsMap.this;
1201 private class SortedAsMap extends AsMap
H A DMultimaps.java964 return new AsMap<K, V>(this);
1582 static final class AsMap<K, V> extends class in class:Multimaps
1586 AsMap(Multimap<K, V> multimap) { method in class:Multimaps.AsMap
1604 return AsMap.this;
H A DLinkedListMultimap.java778 return new Multimaps.AsMap<K, V>(this);
/external/flatbuffers/tests/
H A Dtest.cpp1389 auto map = flexbuffers::GetRoot(slb.GetBuffer()).AsMap();
1408 auto mymap = map["mymap"].AsMap();
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/flatbuffers/include/flatbuffers/
H A Dflexbuffers.h515 Map AsMap() const { function in class:flexbuffers::Reference
/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/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/r8/deps/
H A Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 268 milliseconds