Home
last modified time | relevance | path

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

123

/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/cronet/stable/third_party/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/cronet/stable/third_party/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/cronet/tot/third_party/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/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/cronet/tot/third_party/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()
/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
DTypeExtensions.cs74 …if (ret != null && ((ret.CanRead && ret.GetMethod.IsPublic) || (ret.CanWrite && ret.SetMethod.IsPu… in GetProperty()
96 internal static MethodInfo GetMethod( in GetMethod() method in Google.Protobuf.Compatibility.TypeExtensions
DPropertyInfoExtensions.cs53 var method = target.GetMethod; in GetGetMethod()
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/
DTypeExtensions.cs74 …if (ret != null && ((ret.CanRead && ret.GetMethod.IsPublic) || (ret.CanWrite && ret.SetMethod.IsPu… in GetProperty()
96 internal static MethodInfo GetMethod( in GetMethod() method in Google.Protobuf.Compatibility.TypeExtensions
DPropertyInfoExtensions.cs53 var method = target.GetMethod; in GetGetMethod()
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/
DTypeExtensions.cs74 …if (ret != null && ((ret.CanRead && ret.GetMethod.IsPublic) || (ret.CanWrite && ret.SetMethod.IsPu… in GetProperty()
96 internal static MethodInfo GetMethod( in GetMethod() method in Google.Protobuf.Compatibility.TypeExtensions
DPropertyInfoExtensions.cs53 var method = target.GetMethod; in GetGetMethod()
/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/ot-br-posix/src/rest/
Dresource.cpp301 switch (aRequest.GetMethod()) in NodeInfo()
343 if (aRequest.GetMethod() == HttpMethod::kGet) in BaId()
368 if (aRequest.GetMethod() == HttpMethod::kGet) in ExtendedAddr()
438 switch (aRequest.GetMethod()) in State()
474 if (aRequest.GetMethod() == HttpMethod::kGet) in NetworkName()
512 if (aRequest.GetMethod() == HttpMethod::kGet) in LeaderData()
551 if (aRequest.GetMethod() == HttpMethod::kGet) in NumOfRoute()
578 if (aRequest.GetMethod() == HttpMethod::kGet) in Rloc16()
603 if (aRequest.GetMethod() == HttpMethod::kGet) in ExtendedPanId()
630 if (aRequest.GetMethod() == HttpMethod::kGet) in Rloc()
[all …]
Drequest.hpp120 HttpMethod GetMethod() const;
/external/grpc-grpc/src/python/grpcio_observability/grpc_observability/
Dserver_call_tracer.h37 inline absl::string_view GetMethod(const grpc_core::Slice& path) { in GetMethod() function
/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp188 void GetMethod(NCOM::CPropVariant &prop);
206 case kpidMethod: GetMethod(prop); break;
252 void CHandler::GetMethod(NCOM::CPropVariant &prop)
286 case kpidMethod: GetMethod(prop); break;
/external/grpc-grpc/test/core/security/
Devaluate_args_test.cc36 EXPECT_THAT(args.GetMethod(), ::testing::IsEmpty()); in TEST_F()
56 EXPECT_EQ(args.GetMethod(), "GET"); in TEST_F()
/external/lzma/CPP/7zip/Archive/Cab/
DCabItem.h22 Byte GetMethod() const { return (Byte)(MethodMajor & 0xF); } in GetMethod() function
/external/grpc-grpc/src/cpp/ext/filters/census/
Dcontext.h91 inline absl::string_view GetMethod(const grpc_core::Slice& path) { in GetMethod() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/ext/filters/census/
Dcontext.h91 inline absl::string_view GetMethod(const grpc_core::Slice& path) { in GetMethod() function
/external/grpc-grpc/src/core/lib/security/authorization/
Devaluate_args.h64 absl::string_view GetMethod() const;
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/authorization/
Devaluate_args.h64 absl::string_view GetMethod() const;

123