Home
last modified time | relevance | path

Searched defs:Capture (Results 1 – 18 of 18) sorted by relevance

/external/easymock/src/org/easymock/
DCapture.java29 public class Capture<T> implements Serializable { class
40 public Capture() { in Capture() method in Capture
50 public Capture(CaptureType type) { in Capture() method in Capture
/external/v8/testing/
Dgmock-support.h15 Capture() : value_(), has_value_(false) {} in Capture() function
/external/clang/include/clang/Sema/
DScopeInfo.h414 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() function
423 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() function
DInitialization.h158 struct C Capture; member
/external/regex-re2/re2/
Dregexp.cc266 Regexp* Regexp::Capture(Regexp* sub, ParseFlags flags, int cap) { in Capture() function in re2::Regexp
Dcompile.cc448 Frag Compiler::Capture(Frag a, int n) { in Capture() function in re2::Compiler
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp714 CaptureCompletionResults Capture(Opts, *Results, &TU); in clang_codeCompleteAt_Impl() local
/external/clang/lib/Sema/
DSemaLambda.cpp1630 BlockDecl::Capture Capture(/*Variable=*/CapVar, /*ByRef=*/false, in BuildBlockForLambdaConversion() local
/external/clang/lib/Frontend/
DASTUnit.cpp1923 CaptureDroppedDiagnostics Capture(CaptureDiagnostics, *Diags, in LoadFromCommandLine() local
2332 CaptureDroppedDiagnostics Capture(true, in CodeComplete() local
/external/regex-re2/re2/testing/
Dre2_test.cc487 TEST(Capture, NamedGroups) { in TEST() argument
/external/clang/lib/CodeGen/
DCGBlocks.cpp195 const BlockDecl::Capture *Capture; // null for 'this' member
DCGDebugInfo.cpp3011 const BlockDecl::Capture *Capture; member
/external/clang/include/clang/AST/
DDeclCXX.h531 typedef LambdaCapture Capture; typedef
DDecl.h3396 Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) in Capture() function
DExprCXX.h1382 typedef LambdaCapture Capture; typedef
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1348 typedef LambdaCapture Capture; in ReadCXXDefinitionData() typedef
DASTWriter.cpp5715 const LambdaCapture &Capture = Lambda.Captures[I]; in AddCXXDefinitionData() local
/external/v8/src/
Dhydrogen.h980 void Capture(HBasicBlock* true_branch, in Capture() function