Home
last modified time | relevance | path

Searched defs:Collection (Results 1 – 10 of 10) sorted by relevance

/external/openfst/src/include/fst/extensions/pdt/
Dcollection.h81 Collection() {} in Collection() function
/external/chromium_org/tools/clang/blink_gc_plugin/
DEdge.h22 class Collection; variable
34 virtual void VisitCollection(Collection*) {} in VisitCollection() argument
203 Collection(RecordInfo* info, bool on_heap, bool is_root) in Collection() function
DEdge.cpp23 void RecursiveEdgeVisitor::AtCollection(Collection*) {} in AtCollection() argument
/external/clang/test/SemaObjC/
Dmethod-undef-category-warn-1.m65 @protocol Collection protocol
/external/lldb/include/lldb/Core/
DRangeMap.h176 typedef llvm::SmallVector<Entry, N> Collection; typedef
456 typedef std::vector<Entry> Collection; typedef
800 typedef llvm::SmallVector<Entry, N> Collection; typedef
1062 typedef std::vector<Entry> Collection; typedef
1411 typedef llvm::SmallVector<Entry, N> Collection; typedef
/external/chromium_org/tools/usb_gadget/
Dhid_descriptors.py122 def Collection(typ, *items): function
/external/clang/lib/Parse/
DParseStmt.cpp1490 ExprResult Collection; in ParseForStatement() local
/external/clang/lib/CodeGen/
DCGObjC.cpp1465 llvm::Value *Collection; in EmitObjCForCollectionStmt() local
/external/clang/lib/Sema/
DSemaStmt.cpp1876 static bool ObjCEnumerationCollection(Expr *Collection) { in ObjCEnumerationCollection()
DTreeTransform.h1542 Expr *Collection, in RebuildObjCForCollectionStmt()
6086 ExprResult Collection = getDerived().TransformExpr(S->getCollection()); in TransformObjCForCollectionStmt() local