Home
last modified time | relevance | path

Searched refs:GetMethod (Results 1 – 25 of 30) sorted by relevance

12

/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Compatibility/
DTypeExtensionsTest.cs95 var method = TypeExtensions.GetMethod(type, name); in GetMethod_Success()
105 var method = TypeExtensions.GetMethod(type, name); in GetMethod_NoSuchMethod()
113 Assert.Throws<AmbiguousMatchException>(() => TypeExtensions.GetMethod(type, name)); in GetMethod_Ambiguous()
/external/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/
DTypeExtensionsTest.cs95 var method = TypeExtensions.GetMethod(type, name); in GetMethod_Success()
105 var method = TypeExtensions.GetMethod(type, name); in GetMethod_NoSuchMethod()
113 Assert.Throws<AmbiguousMatchException>(() => TypeExtensions.GetMethod(type, name)); in GetMethod_Ambiguous()
/external/libbrillo/brillo/http/
Dhttp_connection_fake.cc47 auto handler = transport->GetHandler(request_.GetURL(), request_.GetMethod()); in FinishRequest()
49 LOG(ERROR) << "Received unexpected " << request_.GetMethod() in FinishRequest()
110 if (request_.GetMethod() != request_type::kHead) { in ExtractDataStream()
Dhttp_utils_test.cc38 status_code::Ok, request.GetMethod(), brillo::mime::text::kPlain); in EchoMethodHandler()
185 json.SetString("method", request.GetMethod()); in TEST()
224 EXPECT_EQ(request_type::kGet, request.GetMethod()); in TEST()
252 EXPECT_EQ(request_type::kHead, request.GetMethod()); in TEST()
271 EXPECT_EQ(request_type::kPost, request.GetMethod()); in TEST()
306 EXPECT_EQ(request_type::kPost, request.GetMethod()); in TEST()
382 {"method", request.GetMethod()}, {"data", request.GetDataAsString()}, in TEST()
Dhttp_transport_fake.h177 const std::string& GetMethod() const { return method_; } in GetMethod() function
/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
DTypeExtensions.cs69 …if (ret != null && ((ret.CanRead && ret.GetMethod.IsPublic) || (ret.CanWrite && ret.SetMethod.IsPu… in GetProperty()
89 internal static MethodInfo GetMethod(this Type target, string name) in GetMethod() method in Google.Protobuf.Compatibility.TypeExtensions
DPropertyInfoExtensions.cs53 var method = target.GetMethod; in GetGetMethod()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DExceptionExtensions.cs67 return frame.GetMethod().Name; in getMethodName()
73 return frame.GetMethod().DeclaringType.Name; in getClassName()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DExceptionExtensions.cs61 return frame.GetMethod().Name; in getMethodName()
66 return frame.GetMethod().DeclaringType.Name; in getClassName()
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Devaluate_args_test.cc72 EXPECT_EQ(eval_args.GetMethod(), nullptr); in TEST()
82 EXPECT_EQ(eval_args.GetMethod(), nullptr); in TEST()
136 EXPECT_EQ(eval_args.GetMethod(), kMethod); in TEST()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/
Devaluate_args.h40 absl::string_view GetMethod() const;
Devaluate_args.cc50 absl::string_view EvaluateArgs::GetMethod() const { in GetMethod() function in grpc_core::EvaluateArgs
Dauthorization_engine.cc110 absl::string_view method(args.GetMethod()); in CreateActivation()
/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp196 void GetMethod(NCOM::CPropVariant &prop);
221 case kpidMethod: GetMethod(prop); break; in GetArchiveProperty()
270 void CHandler::GetMethod(NCOM::CPropVariant &prop) in GetMethod() function in NArchive::NLzma::CHandler
305 case kpidMethod: GetMethod(prop); break; in GetProperty()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DSingleFieldAccessor.cs62 … MethodInfo hasMethod = property.DeclaringType.GetRuntimeProperty("Has" + property.Name).GetMethod; in SingleFieldAccessor()
DOneofDescriptor.cs156 var clearMethod = containingType.ClrType.GetMethod("Clear" + clrName); in CreateAccessor()
DReflectionUtil.cs314 MethodInfo method = typeof(ReflectionUtil).GetMethod(nameof(SampleEnumMethod)); in CheckCanConvertEnumFuncToInt32Func()
/external/grpc-grpc/src/cpp/ext/filters/census/
Dcontext.h113 inline absl::string_view GetMethod(const grpc_slice* path) { in GetMethod() function
Dclient_filter.cc135 method_ = GetMethod(&path_); in Init()
Dserver_filter.cc95 calld->method_ = GetMethod(&calld->path_); in OnDoneRecvInitialMetadataCb()
/external/rust/crates/grpcio-sys/grpc/src/cpp/ext/filters/census/
Dcontext.h126 inline absl::string_view GetMethod(const grpc_slice* path) { in GetMethod() function
Dclient_filter.cc145 method_ = GetMethod(&path_); in Init()
Dserver_filter.cc96 calld->method_ = GetMethod(&calld->path_); in OnDoneRecvInitialMetadataCb()
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py993 def GetMethod(self, modifiers, templated_types): member in AstBuilder
1336 return self.GetMethod(FUNCTION_VIRTUAL + FUNCTION_DTOR, None)
1482 return self.GetMethod(FUNCTION_NONE, templated_types)
1567 return self.GetMethod(FUNCTION_NONE, None)
1638 return self.GetMethod(FUNCTION_CTOR, None)
/external/clang/test/SemaCXX/
Dlambda-expressions.cpp376 void GetMethod() { in GetMethod() function

12