Searched defs:MethodType (Results 1 - 14 of 14) sorted by relevance
/third_party/python/Lib/test/test_importlib/import_/ |
H A D | test_caching.py | 4 from types import MethodType namespace
|
H A D | test_meta_path.py | 4 from types import MethodType namespace
|
/third_party/python/Lib/test/ |
H A D | inspect_fodder.py | 89 from types import MethodType namespace
|
H A D | test_pyclbr.py | 8 from types import FunctionType, MethodType, BuiltinFunctionType namespace
|
H A D | test_decorators.py | 3 from types import MethodType namespace
|
H A D | test_call.py | 645 from types import MethodType namespace
|
/third_party/python/Lib/ |
H A D | contextlib.py | 8 from types import MethodType, GenericAlias namespace
|
H A D | types.py | 41 MethodType = type(_C()._m) variable
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | callback.h | 144 typedef void (Class::*MethodType)(); typedef in google::protobuf::internal::MethodClosure0 188 typedef void (Class::*MethodType)(Arg1 arg1); typedef in google::protobuf::internal::MethodClosure1 236 typedef void (Class::*MethodType)(Arg1 arg1, Arg2 arg2); typedef in google::protobuf::internal::MethodClosure2 355 typedef R (T::*MethodType)(); typedef in google::protobuf::internal::MethodResultCallback_0_0 379 typedef R (T::*MethodType)(P1, P2, P3, P4, P5, P6, A1, A2); global() typedef in google::protobuf::internal::MethodResultCallback_6_2 [all...] |
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | runtime.py | 5 from types import MethodType namespace
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | runtime.py | 14 from types import MethodType namespace
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | runtime.py | 5 from types import MethodType namespace
|
/third_party/python/Lib/unittest/ |
H A D | mock.py | 35 from types import CodeType, ModuleType, MethodType namespace
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2402 TypeIndex MethodType = getMemberFunctionType(SP, Ty); in lowerRecordFieldList() local
|
Completed in 19 milliseconds