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

1 2

  /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/lite/toco/tflite/
custom_operator.h 63 .AsMap();
  /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/tensorflow/tensorflow/lite/kernels/
audio_spectrogram.cc 52 const flexbuffers::Map& m = flexbuffers::GetRoot(buffer_t, length).AsMap();
mfcc.cc 52 const flexbuffers::Map& m = flexbuffers::GetRoot(buffer_t, length).AsMap();
if.cc 34 const flexbuffers::Map& m = flexbuffers::GetRoot(buffer_t, length).AsMap();
while.cc 96 const flexbuffers::Map& m = flexbuffers::GetRoot(buffer_t, length).AsMap();
detection_postprocess.cc 98 const flexbuffers::Map& m = flexbuffers::GetRoot(buffer_t, length).AsMap();
  /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/tensorflow/tensorflow/lite/experimental/microfrontend/
audio_microfrontend.cc 45 const flexbuffers::Map& m = flexbuffers::GetRoot(buffer_t, length).AsMap();
  /external/v8/src/compiler/
js-heap-broker.cc 63 map(GET_OR_CREATE(map)->AsMap()) {
332 ? GET_OR_CREATE(initial_map)->AsMap()
354 broker->GetOrCreateData(target)->AsMap());
740 data()->AsMap()->elements_kind_generalizations();
    [all...]
  /external/libtextclassifier/utils/tflite/
text_encoder.cc 82 .AsMap();
  /external/tensorflow/tensorflow/lite/experimental/kernels/
ctc_beam_search_decoder.cc 41 const flexbuffers::Map& m = flexbuffers::GetRoot(buffer_t, length).AsMap();
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 534 auto m = AsMap();
597 Map AsMap() const {
746 template<> inline Map Reference::As<Map>() const { return AsMap(); }
    [all...]
  /external/flatbuffers/tests/
test.cpp     [all...]
  /external/dagger2/lib/
auto-value-1.4.1.jar 
google-java-format-0.1-20151017.042846-2.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/guice/lib/
guava-19.0.jar 

Completed in 383 milliseconds

1 2