Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dcallback.h420 inline Closure* NewPermanentCallback(void (*function)()) { in NewPermanentCallback() function
432 inline Closure* NewPermanentCallback(Class* object, void (Class::*method)()) { in NewPermanentCallback() function
445 inline Closure* NewPermanentCallback(void (*function)(Arg1), in NewPermanentCallback() function
459 inline Closure* NewPermanentCallback(Class* object, void (Class::*method)(Arg1), in NewPermanentCallback() function
474 inline Closure* NewPermanentCallback(void (*function)(Arg1, Arg2), in NewPermanentCallback() function
490 inline Closure* NewPermanentCallback( in NewPermanentCallback() function
505 inline ResultCallback<R>* NewPermanentCallback(R (*function)()) { in NewPermanentCallback() function
518 inline ResultCallback<R>* NewPermanentCallback( in NewPermanentCallback() function
532 inline ResultCallback1<R, A1>* NewPermanentCallback(R (*function)(A1)) { in NewPermanentCallback() function
545 inline ResultCallback1<R, A1>* NewPermanentCallback( in NewPermanentCallback() function
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-argument-comment.cpp33 Closure *NewPermanentCallback(void (*f)(T1, T2), T1 arg1, T2 arg2) { return nullptr; } in NewPermanentCallback() function