Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/ui/issues/
Dissue-35139.rs3 pub trait MethodType { trait
/third_party/protobuf/src/google/protobuf/stubs/
Dcallback.h145 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/
Dcallback.h55 typedef R (T::*MethodType)(A1, A2, A3, A4) const; typedef
/third_party/grpc/src/compiler/
Dgenerator_helpers.h147 enum MethodType { enum
/third_party/python/Lib/
Dtypes.py41 MethodType = type(_C()._m) variable
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/
Dparser.py1097 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/
DCodeViewDebug.cpp2402 TypeIndex MethodType = getMemberFunctionType(SP, Ty); in lowerRecordFieldList() local