Home
last modified time | relevance | path

Searched defs:Collection (Results 1 – 10 of 10) 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/openfst/src/include/fst/extensions/pdt/
Dcollection.h81 Collection() {} in Collection() function
/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/clang/test/SemaObjC/
Dmethod-undef-category-warn-1.m65 @protocol Collection protocol
/external/autotest/frontend/shared/
Dresource_lib.py376 class Collection(Resource): class
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp96 std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) { in collectRelocationOffsets() argument
/external/clang/lib/Parse/
DParseStmt.cpp1521 ExprResult Collection; in ParseForStatement() local
/external/clang/lib/CodeGen/
DCGObjC.cpp1502 llvm::Value *Collection; in EmitObjCForCollectionStmt() local
/external/clang/lib/Sema/
DSemaStmt.cpp1917 static bool ObjCEnumerationCollection(Expr *Collection) { in ObjCEnumerationCollection()
DTreeTransform.h1768 Expr *Collection, in RebuildObjCForCollectionStmt()
6730 ExprResult Collection = getDerived().TransformExpr(S->getCollection()); in TransformObjCForCollectionStmt() local