Home
last modified time | relevance | path

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

/third_party/grpc/src/cpp/ext/filters/census/
Dcontext.h88 inline absl::string_view GetMethod(const grpc_core::Slice& path) { in GetMethod() function
/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/
DTypeExtensions.cs72 internal static MethodInfo GetMethod( in GetMethod() method in Google.Protobuf.Compatibility.TypeExtensions
/third_party/grpc/src/python/grpcio_observability/grpc_observability/
Dserver_call_tracer.h49 inline absl::string_view GetMethod(const grpc_core::Slice& path) { in GetMethod() function
Dpython_observability_context.h273 inline std::string GetMethod(const char* method) { in GetMethod() function
/third_party/grpc/src/core/lib/security/authorization/
Devaluate_args.cc108 absl::string_view EvaluateArgs::GetMethod() const { in GetMethod() function in grpc_core::EvaluateArgs
/third_party/googletest/googlemock/scripts/generator/cpp/
Dast.py993 def GetMethod(self, modifiers, templated_types): member in AstBuilder