Home
last modified time | relevance | path

Searched defs:StaticInvoker (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_function/
H A Dpointer_test.cc33 TEST(StaticInvoker, Function_NoArguments) { in TEST() argument
48 TEST(StaticInvoker, Function_WithArguments) { in TEST() argument
67 TEST(StaticInvoker, Callback_NoArguments) { in TEST() argument
77 TEST(StaticInvoker, Callback_WithArguments) { in TEST() argument
91 TEST(StaticInvoker, Lambda_NoArguments) { in TEST() argument
106 TEST(StaticInvoker, Lambda_WithArguments) { in TEST() argument
/aosp_15_r20/external/clang/lib/AST/
H A DDeclCXX.cpp1690 if (const CXXMethodDecl *StaticInvoker = P->getLambdaStaticInvoker()) { in isLambdaStaticInvoker() local