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

  /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/guava/guava/src/com/google/common/collect/
AbstractMultimap.java 1153 private transient Map<K, Collection<V>> asMap;
    [all...]
Multimaps.java 508 @Override public Map<K, Collection<V>> asMap() {
512 = Collections.unmodifiableMap(delegate.asMap());
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Multimaps.java 419 @Override public Map<K, Collection<V>> asMap() {
423 = Collections.unmodifiableMap(delegate.asMap());
813 * Returns an unmodifiable view of the specified multimap {@code asMap} entry.
856 * Returns an unmodifiable view of the specified set of {@code asMap} entries.
861 * @param asMapEntries the {@code asMap} entries for which to return an
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 94 milliseconds