Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/security/transport/
Dclient_auth_filter.cc190 const grpc_slice& call_method, grpc_auth_context* auth_context, in grpc_auth_metadata_context_build()
/third_party/node/tools/inspector_protocol/jinja2/
Dext.py119 def call_method(self, name, args=None, kwargs=None, dyn_args=None, member in Extension
/third_party/skia/third_party/externals/jinja2/
Dext.py122 def call_method( member in Extension
/third_party/jinja2/
Dext.py122 def call_method( member in Extension
/third_party/python/Lib/test/
Dtest_generators.py433 def check_yield_from_example(self, call_method): argument
/third_party/grpc/test/core/security/
Dcredentials_test.cc1723 const char* call_method; member
1766 grpc_slice call_method = in test_auth_metadata_context() local
/third_party/python/Modules/
D_pickle.c417 call_method(PyObject *func, PyObject *self, PyObject *obj) in call_method() function