Home
last modified time | relevance | path

Searched defs:GetMethod (Results 1 – 13 of 13) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
DTypeExtensions.cs97 internal static MethodInfo GetMethod(this Type target, string name) in GetMethod() method in Google.Protobuf.Compatibility.TypeExtensions
/external/grpc-grpc/src/cpp/ext/filters/census/
Dcontext.h113 inline absl::string_view GetMethod(const grpc_slice* path) { in GetMethod() function
/external/libbrillo/brillo/http/
Dhttp_transport_fake.h167 const std::string& GetMethod() const { return method_; } in GetMethod() function
/external/syzkaller/vendor/google.golang.org/appengine/internal/remote_api/
Dremote_api.pb.go113 func (m *Request) GetMethod() string { func
/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp270 void CHandler::GetMethod(NCOM::CPropVariant &prop) in GetMethod() function in NArchive::NLzma::CHandler
/external/clang/test/SemaCXX/
Dlambda-expressions.cpp376 void GetMethod() { in GetMethod() function
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py953 def GetMethod(self, modifiers, templated_types): member in AstBuilder
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py952 def GetMethod(self, modifiers, templated_types): member in AstBuilder
/external/syzkaller/vendor/google.golang.org/appengine/internal/log/
Dlog_service.pb.go337 func (m *RequestLog) GetMethod() string { func
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1203 func (m *ServiceDescriptorProto) GetMethod() []*MethodDescriptorProto { func
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1165 func (m *ServiceDescriptorProto) GetMethod() []*MethodDescriptorProto { func
/external/v8/src/
Dcode-stub-assembler.cc8296 Node* CodeStubAssembler::GetMethod(Node* context, Node* object, in GetMethod() function in v8::internal::CodeStubAssembler
Dobjects.cc842 MaybeHandle<Object> Object::GetMethod(Handle<JSReceiver> receiver, in GetMethod() function in v8::internal::Object