HomeSort by relevance Sort by last modified time
    Searched defs:captures (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
templates.cpp 19 T captures(T x, T y) { function
35 template int captures(int, int);
36 template X captures(X, X);
  /tools/loganalysis/src/com/android/loganalysis/util/
RegexTrie.java 40 * to the list of captures (if enabled) and return the value associated with the wildcard.
44 * List<List<String>> captures = new LinkedList<List<String>>();
48 * trie.retrieve(captures, "a", "c", "e");
49 * // returns 2. captures is now [[], ["c"], ["e"]]
50 * trie.retrieve(captures, "a", "b");
51 * // returns 4. captures is now [[], []]
52 * trie.retrieve(captures, "a", "b", "c");
53 * // returns null. captures is now [[], []]
195 V recursiveRetrieve(List<List<String>> captures, List<String> strings) {
217 if (captures != null)
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
RegexTrie.java 41 * to the list of captures (if enabled) and return the value associated with the wildcard.
45 * List&lt;List&lt;String&gt;&gt; captures = new LinkedList&lt;List&lt;String&gt;&gt;();
49 * trie.retrieve(captures, "a", "c", "e");
50 * // returns 2. captures is now [[], ["c"], ["e"]]
51 * trie.retrieve(captures, "a", "b");
52 * // returns 4. captures is now [[], []]
53 * trie.retrieve(captures, "a", "b", "c");
54 * // returns null. captures is now [[], []]
195 V recursiveRetrieve(List<List<String>> captures, List<String> strings) {
217 if (captures != null)
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/command/
ConsoleTest.java 219 CaptureList captures = new CaptureList(); local
226 Runnable runnable = trie.retrieve(captures, command);
229 mConsole.executeCmdRunnable(runnable, captures);
239 CaptureList captures = new CaptureList(); local
246 Runnable runnable = trie.retrieve(captures, command);
249 mConsole.executeCmdRunnable(runnable, captures);
263 CaptureList captures = new CaptureList(); local
270 Runnable runnable = trie.retrieve(captures, command);
273 mConsole.executeCmdRunnable(runnable, captures);
  /external/clang/lib/AST/
ExprCXX.cpp 952 LambdaExpr::capture_range LambdaExpr::captures() const { function in class:LambdaExpr
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 535 ManglingNumber(0), ContextDecl(nullptr), Captures(nullptr),
562 /// \brief The number of captures in this lambda is limited 2^NumCaptures.
565 /// \brief The number of explicit captures in this lambda.
578 /// \brief The list of captures, both explicit and implicit, for this
580 Capture *Captures;
1075 capture_const_range captures() const { function in class:clang::CXXRecordDecl
    [all...]
Stmt.h 2140 capture_range captures() { function in class:clang::CapturedStmt
2143 capture_const_range captures() const { function in class:clang::CapturedStmt
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 1321 SmallVector<BlockDecl::Capture, 16> captures; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclCXX.h 545 ManglingNumber(0), ContextDecl(nullptr), Captures(nullptr),
571 /// \brief The number of captures in this lambda is limited 2^NumCaptures.
574 /// \brief The number of explicit captures in this lambda.
587 /// \brief The list of captures, both explicit and implicit, for this
589 Capture *Captures;
1092 capture_const_range captures() const { function in class:clang::CXXRecordDecl
    [all...]
Stmt.h 2166 capture_range captures() { function in class:clang::CapturedStmt
2169 capture_const_range captures() const { function in class:clang::CapturedStmt
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclCXX.h 545 ManglingNumber(0), ContextDecl(nullptr), Captures(nullptr),
571 /// \brief The number of captures in this lambda is limited 2^NumCaptures.
574 /// \brief The number of explicit captures in this lambda.
587 /// \brief The list of captures, both explicit and implicit, for this
589 Capture *Captures;
1092 capture_const_range captures() const { function in class:clang::CXXRecordDecl
    [all...]
Stmt.h 2166 capture_range captures() { function in class:clang::CapturedStmt
2169 capture_const_range captures() const { function in class:clang::CapturedStmt
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclCXX.h 545 ManglingNumber(0), ContextDecl(nullptr), Captures(nullptr),
571 /// \brief The number of captures in this lambda is limited 2^NumCaptures.
574 /// \brief The number of explicit captures in this lambda.
587 /// \brief The list of captures, both explicit and implicit, for this
589 Capture *Captures;
1092 capture_const_range captures() const { function in class:clang::CXXRecordDecl
    [all...]
Stmt.h 2166 capture_range captures() { function in class:clang::CapturedStmt
2169 capture_const_range captures() const { function in class:clang::CapturedStmt
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclCXX.h 552 ManglingNumber(0), ContextDecl(nullptr), Captures(nullptr),
578 /// \brief The number of captures in this lambda is limited 2^NumCaptures.
581 /// \brief The number of explicit captures in this lambda.
594 /// \brief The list of captures, both explicit and implicit, for this
596 Capture *Captures;
1161 capture_const_range captures() const { function in class:clang::CXXRecordDecl
    [all...]
Stmt.h 2166 capture_range captures() { function in class:clang::CapturedStmt
2169 capture_const_range captures() const { function in class:clang::CapturedStmt
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclCXX.h 552 ManglingNumber(0), ContextDecl(nullptr), Captures(nullptr),
578 /// \brief The number of captures in this lambda is limited 2^NumCaptures.
581 /// \brief The number of explicit captures in this lambda.
594 /// \brief The list of captures, both explicit and implicit, for this
596 Capture *Captures;
1161 capture_const_range captures() const { function in class:clang::CXXRecordDecl
    [all...]
Stmt.h 2166 capture_range captures() { function in class:clang::CapturedStmt
2169 capture_const_range captures() const { function in class:clang::CapturedStmt
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclCXX.h 552 ManglingNumber(0), ContextDecl(nullptr), Captures(nullptr),
578 /// \brief The number of captures in this lambda is limited 2^NumCaptures.
581 /// \brief The number of explicit captures in this lambda.
594 /// \brief The list of captures, both explicit and implicit, for this
596 Capture *Captures;
1161 capture_const_range captures() const { function in class:clang::CXXRecordDecl
    [all...]
Stmt.h 2166 capture_range captures() { function in class:clang::CapturedStmt
2169 capture_const_range captures() const { function in class:clang::CapturedStmt
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclCXX.h 552 ManglingNumber(0), ContextDecl(nullptr), Captures(nullptr),
578 /// \brief The number of captures in this lambda is limited 2^NumCaptures.
581 /// \brief The number of explicit captures in this lambda.
594 /// \brief The list of captures, both explicit and implicit, for this
596 Capture *Captures;
1161 capture_const_range captures() const { function in class:clang::CXXRecordDecl
    [all...]
Stmt.h 2166 capture_range captures() { function in class:clang::CapturedStmt
2169 capture_const_range captures() const { function in class:clang::CapturedStmt
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclCXX.h 545 ManglingNumber(0), ContextDecl(nullptr), Captures(nullptr),
571 /// \brief The number of captures in this lambda is limited 2^NumCaptures.
574 /// \brief The number of explicit captures in this lambda.
587 /// \brief The list of captures, both explicit and implicit, for this
589 Capture *Captures;
1092 capture_const_range captures() const { function in class:clang::CXXRecordDecl
    [all...]
Stmt.h 2166 capture_range captures() { function in class:clang::CapturedStmt
2169 capture_const_range captures() const { function in class:clang::CapturedStmt
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclCXX.h 545 ManglingNumber(0), ContextDecl(nullptr), Captures(nullptr),
571 /// \brief The number of captures in this lambda is limited 2^NumCaptures.
574 /// \brief The number of explicit captures in this lambda.
587 /// \brief The list of captures, both explicit and implicit, for this
589 Capture *Captures;
1092 capture_const_range captures() const { function in class:clang::CXXRecordDecl
    [all...]

Completed in 1265 milliseconds

1 2 3 4