Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/desugar/
DSynthesizedLambdaSourceCode.java33 final DexType[] captures() { in captures() method in SynthesizedLambdaSourceCode
34 DexTypeList captures = descriptor().captures; in captures() local
DLambdaDescriptor.java43 final DexTypeList captures; field in LambdaDescriptor
60 DexMethodHandle implHandle, DexType mainInterface, DexTypeList captures) { in LambdaDescriptor()
85 DexType[] captures = this.captures.values; in getImplReceiverType() local
254 DexTypeList captures = lambdaFactoryProto.parameters; in infer() local
DLambdaMainMethodSourceCode.java32 DexType[] captures, DexType[] enforcedParams, DexType enforcedReturnType, in checkSignatures()
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dtemplates.cpp19 T captures(T x, T y) { in captures() function
/external/v8/src/runtime/
Druntime-regexp.cc888 ZoneVector<Handle<Object>>* captures) in VectorBackedMatch()
1643 ZoneVector<Handle<Object>> captures(&zone); in RUNTIME_FUNCTION() local
/external/clang/include/clang/AST/
DStmt.h2140 capture_range captures() { in captures() function
2143 capture_const_range captures() const { in captures() function
DDeclCXX.h1075 capture_const_range captures() const { in captures() function
DDecl.h3581 ArrayRef<Capture> captures() const { return {Captures, NumCaptures}; } in captures() function
/external/clang/lib/AST/
DExprCXX.cpp952 LambdaExpr::capture_range LambdaExpr::captures() const { in captures() function in LambdaExpr
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1321 SmallVector<BlockDecl::Capture, 16> captures; in VisitBlockDecl() local