Home
last modified time | relevance | path

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

12

/external/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/
DTypeExtensionsTest.cs112 var method = TypeExtensions.GetMethod(type, name); in GetMethod_Success()
122 var method = TypeExtensions.GetMethod(type, name); in GetMethod_NoSuchMethod()
130 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_unittest.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.h167 const std::string& GetMethod() const { return method_; } in GetMethod() function
/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
DTypeExtensions.cs77 …if (ret != null && ((ret.CanRead && ret.GetMethod.IsPublic) || (ret.CanWrite && ret.SetMethod.IsPu… in GetProperty()
97 internal static MethodInfo GetMethod(this Type target, string name) in GetMethod() method in Google.Protobuf.Compatibility.TypeExtensions
DPropertyInfoExtensions.cs50 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/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DExceptionExtensions.cs67 return frame.GetMethod().Name; in getMethodName()
73 return frame.GetMethod().DeclaringType.Name; in getClassName()
/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/v8/src/builtins/
Dbuiltins-proxy-gen.cc313 Node* trap = GetMethod(context, handler, trap_name, &trap_undefined); in TF_BUILTIN()
366 Node* trap = GetMethod(context, handler, trap_name, &trap_undefined); in TF_BUILTIN()
436 Node* trap = GetMethod(context, handler, trap_name, &trap_undefined); in TF_BUILTIN()
512 Node* trap = GetMethod(context, handler, trap_name, &trap_undefined); in TF_BUILTIN()
578 Node* trap = GetMethod(context, handler, set_string, &trap_undefined); in TF_BUILTIN()
Dbuiltins-typed-array-gen.cc709 TNode<Object> iteratorFn = CAST(GetMethod( in TF_BUILTIN()
1674 CAST(GetMethod(context, source, isolate()->factory()->iterator_symbol(), in TF_BUILTIN()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DOneofDescriptor.cs113 var clearMethod = containingType.ClrType.GetMethod("Clear" + clrName); in CreateAccessor()
/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/syzkaller/vendor/google.golang.org/appengine/internal/remote_api/
Dremote_api.pb.go113 func (m *Request) GetMethod() string { func
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py953 def GetMethod(self, modifiers, templated_types): member in AstBuilder
1299 return self.GetMethod(FUNCTION_VIRTUAL + FUNCTION_DTOR, None)
1444 return self.GetMethod(FUNCTION_NONE, templated_types)
1529 return self.GetMethod(FUNCTION_NONE, None)
1601 return self.GetMethod(FUNCTION_CTOR, None)
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py952 def GetMethod(self, modifiers, templated_types): member in AstBuilder
1286 return self.GetMethod(FUNCTION_VIRTUAL + FUNCTION_DTOR, None)
1431 return self.GetMethod(FUNCTION_NONE, templated_types)
1516 return self.GetMethod(FUNCTION_NONE, None)
1588 return self.GetMethod(FUNCTION_CTOR, None)
/external/clang/test/SemaCXX/
Dlambda-expressions.cpp376 void GetMethod() { in GetMethod() function
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBaseRecognizer.cs865 MethodBase method = frame.GetMethod(); in GetRuleInvocationStack()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBaseRecognizer.cs767 MethodBase method = frame.GetMethod(); in GetRuleInvocationStack()
/external/grpc-grpc/doc/
Dserver-reflection.md46 rpc GetMethod (GetMethodRequest) returns (GetMethodResponse);
/external/syzkaller/vendor/google.golang.org/appengine/internal/log/
Dlog_service.pb.go337 func (m *RequestLog) GetMethod() string { func
/external/v8/src/
Dkeys.cc823 isolate_, trap, Object::GetMethod(Handle<JSReceiver>::cast(handler), in CollectOwnJSProxyKeys()
Dobjects.cc813 JSReceiver::GetMethod(Handle<JSReceiver>::cast(callable), in InstanceOf()
842 MaybeHandle<Object> Object::GetMethod(Handle<JSReceiver> receiver, in GetMethod() function in v8::internal::Object
1097 Object::GetMethod(Handle<JSReceiver>::cast(handler), trap_name), Object); in GetProperty()
1495 ASSIGN_RETURN_ON_EXCEPTION(isolate, trap, GetMethod(handler, trap_name), in GetPrototype()
5783 isolate, trap, Object::GetMethod(Handle<JSReceiver>::cast(handler), in HasProperty()
5857 isolate, trap, Object::GetMethod(handler, trap_name), Nothing<bool>()); in SetProperty()
5908 isolate, trap, Object::GetMethod(handler, trap_name), Nothing<bool>()); in DeletePropertyOrElement()
7730 Object::GetMethod(Handle<JSReceiver>::cast(handler), trap_name), in DefineOwnProperty()
8009 Object::GetMethod(Handle<JSReceiver>::cast(handler), trap_name), in GetOwnPropertyDescriptor()
8464 isolate, trap, Object::GetMethod(handler, trap_name), Nothing<bool>()); in PreventExtensions()
[all …]

12