HomeSort by relevance Sort by last modified time
    Searched refs:AsMap (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /external/clang/lib/Analysis/
CFGStmtMap.cpp 23 static SMap *AsMap(void *m) { return (SMap*) m; }
25 CFGStmtMap::~CFGStmtMap() { delete AsMap(M); }
28 SMap *SM = AsMap(M);
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
custom_operator.h 63 .AsMap();
operator.cc 682 .AsMap();
    [all...]
  /external/guava/guava/src/com/google/common/collect/
FilteredEntryMultimap.java 99 return asMap().get(key) != null;
104 return MoreObjects.firstNonNull(asMap().remove(key), unmodifiableEmptyCollection());
141 return new AsMap();
146 return asMap().keySet();
150 Iterator<Entry<K, Collection<V>>> entryIterator = unfiltered.asMap().entrySet().iterator();
168 class AsMap extends ImprovedAbstractMap<K, Collection<V>> {
181 Collection<V> result = unfiltered.asMap().get(key);
193 Collection<V> collection = unfiltered.asMap().get(key);
232 return AsMap.this.remove(o) != null;
242 return AsMap.this
    [all...]
AbstractMapBasedMultimap.java     [all...]
Multimaps.java 512 @Override public Map<K, Collection<V>> asMap() {
516 Maps.transformValues(delegate.asMap(), new Function<Collection<V>, Collection<V>>() {
854 * Returns {@link ListMultimap#asMap multimap.asMap()}, with its type
861 // safe by specification of ListMultimap.asMap()
862 public static <K, V> Map<K, List<V>> asMap(ListMultimap<K, V> multimap) {
863 return (Map<K, List<V>>) (Map<K, ?>) multimap.asMap();
    [all...]
LinkedListMultimap.java 68 * <p>The collections returned by {@link #keySet()} and {@link #asMap} iterate
81 * {@link #values}, {@link #entries()}, and {@link #asMap} return collections
782 return new Multimaps.AsMap<K, V>(this);
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
AbstractMapBasedMultimap.java 1065 ? new SortedAsMap((SortedMap<K, Collection<V>>) map) : new AsMap(map);
1068 private class AsMap extends ImprovedAbstractMap<K, Collection<V>> {
1075 AsMap(Map<K, Collection<V>> submap) {
    [all...]
Multimaps.java 423 @Override public Map<K, Collection<V>> asMap() {
427 Maps.transformValues(delegate.asMap(), new Function<Collection<V>, Collection<V>>() {
765 * Returns {@link ListMultimap#asMap multimap.asMap()}, with its type
772 // safe by specification of ListMultimap.asMap()
773 public static <K, V> Map<K, List<V>> asMap(ListMultimap<K, V> multimap) {
774 return (Map<K, List<V>>) (Map<K, ?>) multimap.asMap();
778 * Returns {@link SetMultimap#asMap multimap.asMap()}, with its type corrected
785 // safe by specification of SetMultimap.asMap()
    [all...]
LinkedListMultimap.java 64 * <p>The collections returned by {@link #keySet()} and {@link #asMap} iterate
77 * {@link #values}, {@link #entries()}, and {@link #asMap} return collections
778 return new Multimaps.AsMap<K, V>(this);
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 512 auto m = AsMap();
574 Map AsMap() const {
716 template<> inline Map Reference::As<Map>() { return AsMap(); }
    [all...]
  /external/flatbuffers/tests/
test.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/2.0.3/
haha-2.0.3.jar 
  /external/dagger2/lib/
auto-value-1.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3/
auto-value-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/
auto-value-1.3-rc1.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.5.2/
auto-value-1.5.2.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/2.0.2/
haha-2.0.2.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 

Completed in 773 milliseconds

1 2 3 4 5 6