Home
last modified time | relevance | path

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

/third_party/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
/third_party/grpc/src/cpp/ext/filters/census/
Dcontext.h125 inline absl::string_view GetMethod(const grpc_slice* path) { in GetMethod() function
/third_party/node/deps/npm/node_modules/es-to-primitive/
Des2015.js31 var GetMethod = function GetMethod(O, P) { class
/third_party/grpc/src/core/lib/security/authorization/
Devaluate_args.cc50 absl::string_view EvaluateArgs::GetMethod() const { in GetMethod() function in grpc_core::EvaluateArgs
/third_party/node/deps/npm/node_modules/es-abstract/operations/
D2015.js45 GetMethod: 'https://ecma-international.org/ecma-262/6.0/#sec-getmethod', property
D2017.js47 GetMethod: 'https://ecma-international.org/ecma-262/8.0/#sec-getmethod', property
D2016.js46 GetMethod: 'https://ecma-international.org/ecma-262/7.0/#sec-getmethod', property
/third_party/cef/libcef_dll/ctocpp/
Drequest_ctocpp.cc79 NO_SANITIZE("cfi-icall") CefString CefRequestCToCpp::GetMethod() { in GetMethod() function in CefRequestCToCpp
/third_party/node/src/
Dnode_crypto_bio.cc224 const BIO_METHOD* NodeBIO::GetMethod() { in GetMethod() function in node::crypto::NodeBIO
/third_party/cef/libcef/common/
Drequest_impl.cc213 CefString CefRequestImpl::GetMethod() { in GetMethod() function in CefRequestImpl
/third_party/mindspore/mindspore/core/abstract/
Dabstract_value.cc824 ValuePtr AbstractClass::GetMethod(const std::string &name) { in GetMethod() function in mindspore::abstract::AbstractClass
/third_party/googletest/googlemock/scripts/generator/cpp/
Dast.py993 def GetMethod(self, modifiers, templated_types): member in AstBuilder