Searched defs:MethodType (Results 1 – 7 of 7) sorted by relevance
| /third_party/rust/rust/tests/ui/issues/ |
| D | issue-35139.rs | 3 pub trait MethodType { trait
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| D | callback.h | 145 typedef void (Class::*MethodType)(); typedef 189 typedef void (Class::*MethodType)(Arg1 arg1); typedef 237 typedef void (Class::*MethodType)(Arg1 arg1, Arg2 arg2); typedef 356 typedef R (T::*MethodType)(); typedef 380 typedef R (T::*MethodType)(P1, P2, P3, P4, P5, P6, A1, A2); typedef
|
| /third_party/libphonenumber/cpp/src/phonenumbers/ |
| D | callback.h | 55 typedef R (T::*MethodType)(A1, A2, A3, A4) const; typedef
|
| /third_party/grpc/src/compiler/ |
| D | generator_helpers.h | 147 enum MethodType { enum
|
| /third_party/python/Lib/ |
| D | types.py | 41 MethodType = type(_C()._m) variable
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/ |
| D | parser.py | 1097 def __init__(self, fn: (types.FunctionType, types.MethodType), parse_method=None) -> None:
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | CodeViewDebug.cpp | 2402 TypeIndex MethodType = getMemberFunctionType(SP, Ty); in lowerRecordFieldList() local
|