Home
last modified time | relevance | path

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

12

/external/python/watchdog/src/watchdog/utils/
Decho.py52 def is_classmethod(instancemethod: MethodType, klass: type) -> bool:
57 def is_static_method(method: MethodType, klass: type) -> bool:
71 def method_name(method: MethodType) -> str:
120 def echo_instancemethod(klass: type, method: MethodType, write: Callable[[str], int | None] = sys.s…
151 def echo_module(mod: MethodType, write: Callable[[str], int | None] = sys.stdout.write) -> None:
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
DMethodType.java20 public class MethodType { class
31 …public MethodType(List<ResolvedTypeParameterDeclaration> typeParameters, List<ResolvedType> formal… in MethodType() method in MethodType
/external/rust/android-crates-io/crates/grpcio-compiler/src/
Dutil.rs88 pub enum MethodType { enum
95 impl fmt::Display for MethodType { implementation
Dprost_codegen.rs166 impl MethodType { implementation
167 fn from_method(method: &Method) -> MethodType { in from_method()
Dcodegen.rs215 fn method_type(&self) -> (MethodType, String) { in method_type()
/external/pigweed/pw_rpc/public/pw_rpc/
Dmethod_type.h18 enum class MethodType : unsigned char { enum
/external/cronet/stable/third_party/protobuf/src/google/protobuf/stubs/
Dcallback.h144 typedef void (Class::*MethodType)(); typedef
188 typedef void (Class::*MethodType)(Arg1 arg1); typedef
236 typedef void (Class::*MethodType)(Arg1 arg1, Arg2 arg2); typedef
355 typedef R (T::*MethodType)(); typedef
379 typedef R (T::*MethodType)(P1, P2, P3, P4, P5, P6, A1, A2); typedef
/external/cronet/tot/third_party/protobuf/src/google/protobuf/stubs/
Dcallback.h144 typedef void (Class::*MethodType)(); typedef
188 typedef void (Class::*MethodType)(Arg1 arg1); typedef
236 typedef void (Class::*MethodType)(Arg1 arg1, Arg2 arg2); typedef
355 typedef R (T::*MethodType)(); typedef
379 typedef R (T::*MethodType)(P1, P2, P3, P4, P5, P6, A1, A2); typedef
/external/protobuf/src/google/protobuf/stubs/
Dcallback.h144 typedef void (Class::*MethodType)(); typedef
188 typedef void (Class::*MethodType)(Arg1 arg1); typedef
236 typedef void (Class::*MethodType)(Arg1 arg1, Arg2 arg2); typedef
355 typedef R (T::*MethodType)(); typedef
379 typedef R (T::*MethodType)(P1, P2, P3, P4, P5, P6, A1, A2); typedef
/external/googleapis/google/cloud/orgpolicy/v2/
Dconstraint.proto151 enum MethodType { enum
/external/googleapis/google/cloud/securityposture/v1/
Dorg_policy_config.proto103 enum MethodType { enum
/external/pigweed/pw_rpc/ts/
Ddescriptors.ts100 export enum MethodType { enum
/external/sdk-platform-java/gax-java/gax-httpjson/src/main/java/com/google/api/gax/httpjson/
DApiMethodDescriptor.java40 public enum MethodType { enum in ApiMethodDescriptor
/external/rust/android-crates-io/crates/grpcio/src/
Dserver.rs37 pub fn new(method_type: MethodType, cb: F) -> Handler<F> { in new()
45 fn method_type(&self) -> MethodType; in method_type()
63 fn method_type(&self) -> MethodType { in method_type()
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/testing/
DFakeMobileDataDownload.java95 public enum MethodType { enum in FakeMobileDataDownload
/external/grpc-grpc/src/compiler/
Dgenerator_helpers.h146 enum MethodType { enum
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/
Dgenerator_helpers.h146 enum MethodType { enum
/external/grpc-grpc-java/api/src/main/java/io/grpc/
DMethodDescriptor.java81 public enum MethodType { enum in MethodDescriptor
/external/python/cpython3/Lib/
Dtypes.py42 MethodType = type(_C()._m) variable
/external/pigweed/pw_bluetooth_sapphire/host/att/public/pw_bluetooth_sapphire/internal/host/att/
Datt.h74 enum class MethodType { enum
/external/rust/android-crates-io/crates/grpcio/src/call/
Dmod.rs101 pub enum MethodType { enum
/external/clang/lib/Sema/
DSemaLambda.cpp360 QualType MethodType = MethodTypeInfo->getType(); in startLambdaDefinition() local
/external/google-cloud-java/java-asset/proto-google-cloud-asset-v1/src/main/proto/google/cloud/asset/v1/
Dasset_service.proto2257 enum MethodType { enum
/external/googleapis/google/cloud/asset/v1/
Dasset_service.proto2334 enum MethodType { enum
/external/google-cloud-java/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/
DAnalyzerOrgPolicyConstraint.java3989 public enum MethodType implements com.google.protobuf.ProtocolMessageEnum { enum in AnalyzerOrgPolicyConstraint.CustomConstraint
4155 private MethodType(int value) { in MethodType() method in AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType

12