/third_party/node/deps/npm/node_modules/es-to-primitive/ |
D | es2015.js | 31 var GetMethod = function GetMethod(O, P) { class 59 exoticToPrim = GetMethod(input, Symbol.toPrimitive);
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/ |
D | TypeExtensionsTest.cs | 95 var method = TypeExtensions.GetMethod(type, name); in GetMethod_Success() 105 var method = TypeExtensions.GetMethod(type, name); in GetMethod_NoSuchMethod() 113 Assert.Throws<AmbiguousMatchException>(() => TypeExtensions.GetMethod(type, name)); in GetMethod_Ambiguous()
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Compatibility/ |
D | TypeExtensionsTest.cs | 95 var method = TypeExtensions.GetMethod(type, name); in GetMethod_Success() 105 var method = TypeExtensions.GetMethod(type, name); in GetMethod_NoSuchMethod() 113 Assert.Throws<AmbiguousMatchException>(() => TypeExtensions.GetMethod(type, name)); in GetMethod_Ambiguous()
|
/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
D | TypeExtensions.cs | 69 …if (ret != null && ((ret.CanRead && ret.GetMethod.IsPublic) || (ret.CanWrite && ret.SetMethod.IsPu… in GetProperty() 89 internal static MethodInfo GetMethod(this Type target, string name) in GetMethod() method in Google.Protobuf.Compatibility.TypeExtensions
|
D | PropertyInfoExtensions.cs | 53 var method = target.GetMethod; in GetGetMethod()
|
/third_party/node/deps/npm/node_modules/es-abstract/ |
D | es2015.js | 283 GetMethod: function GetMethod(O, P) { 461 actualMethod = this.GetMethod(obj, $Symbol.iterator); 513 var iteratorReturn = this.GetMethod(iterator, 'return');
|
/third_party/node/deps/npm/node_modules/es-abstract/operations/ |
D | 2016.js | 46 GetMethod: 'https://ecma-international.org/ecma-262/7.0/#sec-getmethod', property
|
D | 2015.js | 45 GetMethod: 'https://ecma-international.org/ecma-262/6.0/#sec-getmethod', property
|
D | 2017.js | 47 GetMethod: 'https://ecma-international.org/ecma-262/8.0/#sec-getmethod', property
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | ReflectionUtil.cs | 319 …var getFunc = (Func<T1, ExtensionSet<T1>>)prop.GetMethod.CreateDelegate(typeof(Func<T1, ExtensionS… in CreateIsInitializedCaller() 344 MethodInfo method = typeof(ReflectionUtil).GetMethod(nameof(SampleEnumMethod)); in CheckCanConvertEnumFuncToInt32Func()
|
D | SingleFieldAccessor.cs | 90 … MethodInfo hasMethod = property.DeclaringType.GetRuntimeProperty("Has" + property.Name).GetMethod; in SingleFieldAccessor()
|
D | OneofDescriptor.cs | 186 var clearMethod = containingType.ClrType.GetMethod("Clear" + clrName); in CreateAccessor()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | request_ctocpp.h | 39 CefString GetMethod() override;
|
D | request_ctocpp.cc | 79 NO_SANITIZE("cfi-icall") CefString CefRequestCToCpp::GetMethod() { in GetMethod() function in CefRequestCToCpp
|
/third_party/cef/include/ |
D | cef_request.h | 89 virtual CefString GetMethod() = 0;
|
/third_party/node/src/ |
D | node_crypto_bio.h | 145 static const BIO_METHOD* GetMethod();
|
D | node_crypto_bio.cc | 35 BIOPointer bio(BIO_new(GetMethod())); in New() 224 const BIO_METHOD* NodeBIO::GetMethod() { in GetMethod() function in node::crypto::NodeBIO
|
/third_party/cef/tests/ceftests/ |
D | test_util.cc | 106 EXPECT_STREQ(request1->GetMethod().ToString().c_str(), in TestRequestEqual() 107 request2->GetMethod().ToString().c_str()); in TestRequestEqual()
|
D | cors_unittest.cc | 251 return GetResource(request->GetURL(), request->GetMethod()); in GetResource() 395 const std::string& method = request->GetMethod(); in GetResourceHandler() 959 const std::string& request_method = request->GetMethod(); in VerifyRequest() 1004 const std::string& request_method = request->GetMethod(); in VerifyRequest() 1644 const std::string& req_method = request->GetMethod(); in VerifyRequest()
|
D | request_unittest.cc | 87 EXPECT_EQ(method, request->GetMethod()); in TEST() 117 EXPECT_EQ(method, request->GetMethod()); in TEST()
|
D | server_unittest.cc | 354 V_EXPECT_FALSE(request->GetMethod().empty()); in VerifyRequest() 838 request->GetMethod() == expected_request_->GetMethod()) { in HandleRequest()
|
/third_party/node/deps/npm/node_modules/es-abstract/test/ |
D | tests.js | 572 …t['throws'](function () { return ES.GetMethod({ 7: 7 }, 7); }, TypeError, 'Throws a TypeError if `… 573 t.equal(ES.GetMethod({}, 'a'), undefined, 'returns undefined in property is undefined'); 574 t.equal(ES.GetMethod({ a: null }, 'a'), undefined, 'returns undefined if property is null'); 575 …t.equal(ES.GetMethod({ a: undefined }, 'a'), undefined, 'returns undefined if property is undefine… 577 …t['throws'](function () { ES.GetMethod({ a: 'b' }, 'a'); }, TypeError, 'throws TypeError if proper… 578 t.equal(ES.GetMethod(obj, 'a'), obj.a, 'returns property if it is callable');
|
/third_party/cef/libcef/common/ |
D | request_impl.h | 59 CefString GetMethod() override;
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
D | ast.py | 993 def GetMethod(self, modifiers, templated_types): member in AstBuilder 1336 return self.GetMethod(FUNCTION_VIRTUAL + FUNCTION_DTOR, None) 1482 return self.GetMethod(FUNCTION_NONE, templated_types) 1567 return self.GetMethod(FUNCTION_NONE, None) 1638 return self.GetMethod(FUNCTION_CTOR, None)
|
/third_party/cef/libcef_dll/cpptoc/ |
D | request_cpptoc.cc | 89 CefString _retval = CefRequestCppToC::Get(self)->GetMethod(); in request_get_method()
|