Home
last modified time | relevance | path

Searched defs:call_method (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/rust/tests/ui/auto-traits/
Dissue-23080-2.rs11 fn call_method<T: Trait>(x: T) {} in call_method() function
Dissue-23080.rs10 fn call_method<T: Trait>(x: T) { in call_method() function
/third_party/rust/rust/tests/ui/suggestions/
Dissue-21673.rs5 fn call_method<T: std::fmt::Debug>(x: &T) { in call_method() function
/third_party/skia/third_party/externals/jinja2/
Dext.py122 def call_method( member in Extension
/third_party/rust/rust/library/proc_macro/src/bridge/
Dserver.rs110 let mut call_method = || { localVariable
/third_party/python/Lib/test/
Dtest_generators.py524 def check_yield_from_example(self, call_method): argument
/third_party/jinja2/
Dext.py137 def call_method( member in Extension
/third_party/grpc/test/core/security/
Dcredentials_test.cc2013 const char* call_method; member
2020 const grpc_slice& call_method, in auth_metadata_context_build()
2097 grpc_slice call_method = in TEST_F() local
/third_party/python/Modules/
D_pickle.c429 call_method(PyObject *func, PyObject *self, PyObject *obj) in call_method() function