OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:callback_type
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
F_incomplete.pass.cpp
21
typedef std::function<void(X&)>
callback_type
;
typedef in struct:X
24
callback_type
_cb;
/external/compiler-rt/lib/asan/lit_tests/
deep_thread_stack.cc
30
typedef void* (*
callback_type
)(void* arg);
typedef
34
pthread_create(&thread, NULL, (
callback_type
)function, NULL);
39
void RunThread(
callback_type
function) {
/external/clang/test/CodeGenCXX/
mangle-ms-template-callback.cpp
26
C<Type(void)>
callback_Type
;
27
// CHECK: "\01?
callback_Type
@@3V?$C@$$A6A?AVType@@XZ@@A"
Completed in 774 milliseconds