Searched refs:FunctionName (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | fuzz_utils.h | 229 #define FUZZ_FUNCTION_CLASS_NAME(Action, FunctionName) Action##_##FunctionName 230 #define FUZZ_FUNCTION_TAG_NAME(FunctionName) k##FunctionName 244 #define FUZZ_FUNCTION(Action, FunctionName, Return, ModuleArg, ...) \ 245 class FUZZ_FUNCTION_CLASS_NAME(Action, FunctionName) { \ 251 static constexpr const char name[] = #FunctionName; \ 253 Action::Proto::ValueCase::FUZZ_FUNCTION_TAG_NAME(FunctionName); \ 259 auto FUZZ_FUNCTION_CLASS_NAME(Action, FunctionName)::registered_ = ([] { \ 280 #define FUZZ_SIMPLE_FUNCTION(Action, FunctionName) \ 281 FUZZ_FUNCTION(Action, FunctionName, \ 282 decltype(std::declval<Action::ClassType>().FunctionName()), \ [all …]
|
H A D | snapshot_fuzz.cpp | 86 #define SNAPSHOT_FUZZ_FUNCTION(FunctionName, ReturnType, ...) \ argument 87 FUZZ_FUNCTION(SnapshotManagerAction, FunctionName, ReturnType, ISnapshotManager* snapshot, \
|
/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_reflection.h | 153 const std::string &FunctionName, int Argc, ...); 157 const std::string &FunctionName, const ArgTy &Args);
|
H A D | slang_rs_pragma_handler.cpp | 232 void MarkUsed(clang::Preprocessor &PP, const std::string &FunctionName) { in MarkUsed() argument 233 if (FunctionName.empty()) in MarkUsed() 239 if (const clang::IdentifierInfo *II = PP.getIdentifierInfo(FunctionName)) { in MarkUsed()
|
H A D | slang_rs_reflection.cpp | 3065 const std::string &FunctionName, int Argc, in startFunction() argument 3079 startFunction(AM, IsStatic, ReturnType, FunctionName, Args); in startFunction() 3084 const std::string &FunctionName, in startFunction() argument 3087 << ((ReturnType) ? ReturnType : "") << " " << FunctionName in startFunction()
|
/aosp12/system/chre/doc/ |
H A D | vendor_extensions.md | 31 `chrexyzWidget<FunctionName>()`, and included indirectly via `#include
|