Home
last modified time | relevance | path

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

/external/zlib/google/
Dzip.h74 using FilterCallback = base::RepeatingCallback<bool(const base::FilePath&)>; variable
128 using FilterCallback = base::RepeatingCallback<bool(const base::FilePath&)>; variable
155 using FilterCallback = base::RepeatingCallback<bool(const base::FilePath&)>; variable
/external/google-breakpad/src/client/solaris/handler/
Dexception_handler.h82 typedef bool (*FilterCallback)(void *context); typedef
/external/google-breakpad/src/client/ios/
Dexception_handler_no_mach.h56 typedef bool (*FilterCallback)(void *context); typedef
/external/google-breakpad/src/client/mac/crash_generation/
Dcrash_generation_server.h69 typedef bool (*FilterCallback)(void *context); typedef
/external/google-breakpad/src/client/linux/handler/
Dexception_handler.h85 typedef bool (*FilterCallback)(void *context); typedef
/external/llvm-project/clang/include/clang/Driver/
DMultilib.h121 using FilterCallback = llvm::function_ref<bool(const Multilib &)>; variable
/external/clang/include/clang/Driver/
DMultilib.h105 typedef llvm::function_ref<bool(const Multilib &)> FilterCallback; typedef
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.h78 typedef bool (*FilterCallback)(void *context); typedef
/external/angle/third_party/zlib/google/
Dzip.h83 using FilterCallback = base::RepeatingCallback<bool(const base::FilePath&)>; variable
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.h111 typedef bool (*FilterCallback)(void* context, EXCEPTION_POINTERS* exinfo, typedef