Searched defs:Collection (Results 1 - 9 of 9) sorted by relevance

/external/openfst/src/include/fst/extensions/pdt/
H A Dcollection.h38 class Collection { class in namespace:fst
81 Collection() {} function in class:fst::Collection
114 DISALLOW_COPY_AND_ASSIGN(Collection);
117 template<class I, class T> const I Collection<I, T>::kNoNodeId = -1;
119 template <class I, class T> const size_t Collection<I, T>::kPrime = 7853;
121 template <class I, class T> std::tr1::hash<T> Collection<I, T>::hash_;
/external/guava/guava/src/com/google/common/collect/
H A DMapConstraints.java24 import java.util.Collection;
208 private static <K, V> Entry<K, Collection<V>> constrainedAsMapEntry(
209 final Entry<K, Collection<V>> entry,
213 return new ForwardingMapEntry<K, Collection<V>>() {
214 @Override protected Entry<K, Collection<V>> delegate() {
217 @Override public Collection<V> getValue() {
242 private static <K, V> Set<Entry<K, Collection<V>>> constrainedAsMapEntries(
243 Set<Entry<K, Collection<V>>> entries,
260 private static <K, V> Collection<Entry<K, V>> constrainedEntries( argument
261 Collection<Entr
[all...]
H A DMultimaps.java42 import java.util.Collection;
72 * {@link Collection} classes.
107 public static <K, V> Multimap<K, V> newMultimap(Map<K, Collection<V>> map,
108 final Supplier<? extends Collection<V>> factory) {
113 transient Supplier<? extends Collection<V>> factory;
115 CustomMultimap(Map<K, Collection<V>> map,
116 Supplier<? extends Collection<V>> factory) {
121 @Override protected Collection<V> createCollection() {
141 factory = (Supplier<? extends Collection<V>>) stream.readObject();
142 Map<K, Collection<
935 unmodifiableEntries( Collection<Entry<K, V>> entries) argument
[all...]
/external/chromium/base/
H A Dtracked_objects.h290 typedef std::vector<Snapshot> Collection; typedef in class:tracked_objects::DataCollector
304 Collection* collection();
320 Collection collection_;
401 void Sort(DataCollector::Collection* collection) const;
489 const DataCollector::Collection& match_array,
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMultimaps.java38 import java.util.Collection;
68 * {@link Collection} classes.
103 public static <K, V> Multimap<K, V> newMultimap(Map<K, Collection<V>> map,
104 final Supplier<? extends Collection<V>> factory) {
109 transient Supplier<? extends Collection<V>> factory;
111 CustomMultimap(Map<K, Collection<V>> map,
112 Supplier<? extends Collection<V>> factory) {
117 @Override protected Collection<V> createCollection() {
164 Map<K, Collection<V>> map, final Supplier<? extends List<V>> factory) {
172 CustomListMultimap(Map<K, Collection<
846 unmodifiableEntries( Collection<Entry<K, V>> entries) argument
[all...]
/external/clang/lib/Parse/
H A DParseStmt.cpp1382 ExprResult Collection; local
1437 Collection = ParseExpression();
1465 Collection = ParseExpression();
1547 Collection.take(),
/external/clang/lib/CodeGen/
H A DCGObjC.cpp1462 llvm::Value *Collection; local
1464 Collection = EmitARCRetainScalarExpr(S.getCollection());
1467 EmitObjCConsumeObject(S.getCollection()->getType(), Collection);
1469 Collection = EmitScalarExpr(S.getCollection());
1499 Collection, Args);
1557 Builder.CreateBitCast(Collection,
1661 Collection, Args);
/external/clang/lib/Sema/
H A DSemaStmt.cpp1810 static bool ObjCEnumerationCollection(Expr *Collection) { argument
1811 return !Collection->isTypeDependent()
1812 && Collection->getType()->getAs<ObjCObjectPointerType>() != 0;
H A DTreeTransform.h1343 Expr *Collection,
1348 Collection,
5944 ExprResult Collection = getDerived().TransformExpr(S->getCollection());
5945 if (Collection.isInvalid())
5956 Collection.get() == S->getCollection() &&
5963 Collection.get(),
1341 RebuildObjCForCollectionStmt(SourceLocation ForLoc, Stmt *Element, Expr *Collection, SourceLocation RParenLoc, Stmt *Body) argument

Completed in 272 milliseconds