Home
last modified time | relevance | path

Searched refs:CallWrapper (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/CodeGenCXX/
Dmangle-ms-template-callback.cpp80 void CallWrapper() { in CallWrapper() function
/external/llvm-project/clang/test/CodeGenCXX/
Dmangle-ms-template-callback.cpp80 void CallWrapper() { in CallWrapper() function
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/
Dserver_context.cc263 ServerContextBase::CallWrapper::~CallWrapper() { in ~CallWrapper()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dserver_context.h430 struct CallWrapper { struct
431 ~CallWrapper();
440 CallWrapper call_; argument
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dserver_context.h430 struct CallWrapper { struct
431 ~CallWrapper();
440 CallWrapper call_; argument
/external/python/cpython2/Lib/lib-tk/
DTkinter.py284 f = CallWrapper(callback, None, self._root).__call__
1215 f = CallWrapper(func, subst, self).__call__
1534 class CallWrapper: class
/external/python/cpython3/Lib/tkinter/
D__init__.py373 f = CallWrapper(callback, None, self._root).__call__
1510 f = CallWrapper(func, subst, self).__call__
1869 class CallWrapper: class