Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/test/functional-tests/include/
DConfig.hpp73 using Collection = std::list<std::pair<Location, std::list<Name>>>; typedef
/external/clang/test/SemaObjC/
Dmethod-undef-category-warn-1.m65 @protocol Collection protocol
/external/v8/tools/clang/blink_gc_plugin/
DEdge.h17 class Collection; variable
42 virtual void VisitCollection(Collection*) {} in VisitCollection() argument
246 Collection(RecordInfo* info, bool on_heap, bool is_root) in Collection() function
DEdge.cpp25 void RecursiveEdgeVisitor::AtCollection(Collection*) {} in AtCollection() argument
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
D_typecheck.py122 class Collection(_SingleArgumentType): class
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp104 std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) { in collectRelocationOffsets() argument
/external/clang/lib/Parse/
DParseStmt.cpp1561 ExprResult Collection; in ParseForStatement() local
/external/python/cpython3/Lib/
D_collections_abc.py388 class Collection(Sized, Iterable, Container): class
Dtyping.py1799 class Collection(Sized, Iterable[T_co], Container[T_co], class
/external/clang/lib/CodeGen/
DCGObjC.cpp1498 llvm::Value *Collection; in EmitObjCForCollectionStmt() local
/external/clang/lib/Sema/
DSemaStmt.cpp1938 static bool ObjCEnumerationCollection(Expr *Collection) { in ObjCEnumerationCollection()
DTreeTransform.h1841 Expr *Collection, in RebuildObjCForCollectionStmt()
6834 ExprResult Collection = getDerived().TransformExpr(S->getCollection()); in TransformObjCForCollectionStmt() local