Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
DTypeExtensions.cs89 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/rust/crates/grpcio-sys/grpc/src/cpp/ext/filters/census/
Dcontext.h126 inline absl::string_view GetMethod(const grpc_slice* path) { in GetMethod() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/
Devaluate_args.cc50 absl::string_view EvaluateArgs::GetMethod() const { in GetMethod() function in grpc_core::EvaluateArgs
/external/libbrillo/brillo/http/
Dhttp_transport_fake.h177 const std::string& GetMethod() const { return method_; } in GetMethod() function
/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/llvm-project/clang/test/SemaCXX/
Dlambda-expressions.cpp412 void GetMethod() { in GetMethod() function
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py993 def GetMethod(self, modifiers, templated_types): member in AstBuilder
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1203 func (m *ServiceDescriptorProto) GetMethod() []*MethodDescriptorProto { func