| /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/v8/src/builtins/ |
| D | proxy-is-extensible.tq | 26 // 5. Let trap be ? GetMethod(handler, "isExtensible"). 28 const trap: Callable = GetMethod(handler, kTrapName)
|
| D | proxy-has-property.tq | 32 // 6. Let trap be ? GetMethod(handler, "has"). 34 const trap: Callable = GetMethod(handler, 'has')
|
| D | proxy-prevent-extensions.tq | 27 // 5. Let trap be ? GetMethod(handler, "preventExtensions"). 29 const trap: Callable = GetMethod(handler, kTrapName)
|
| D | proxy-get-prototype-of.tq | 26 // 5. Let trap be ? GetMethod(handler, "getPrototypeOf"). 28 const trap: Callable = GetMethod(handler, kTrapName)
|
| D | proxy-delete-property.tq | 33 // 6. Let trap be ? GetMethod(handler, "deleteProperty"). 35 const trap: Callable = GetMethod(handler, kTrapName)
|
| D | proxy-set-prototype-of.tq | 30 // 6. Let trap be ? GetMethod(handler, "setPrototypeOf"). 32 const trap: Callable = GetMethod(handler, kTrapName)
|
| D | proxy-get-property.tq | 40 // 6. Let trap be ? GetMethod(handler, "get"). 43 const trap: Callable = GetMethod(handler, 'get')
|
| D | string-match-search.tq | 50 // a. Let fn be ? GetMethod(regexp, @@match/@@search). 52 const fn = GetMethod(regexp, functor.FnSymbol())
|
| D | proxy-set-property.tq | 50 // 6. Let trap be ? GetMethod(handler, "set"). 52 const trap: Callable = GetMethod(handler, 'set')
|
| D | string-replaceall.tq | 54 // c. Let replacer be ? GetMethod(searchValue, @@replace). 58 const replacer = GetMethod(searchValue, ReplaceSymbolConstant())
|
| D | array-from.tq | 44 // 4. Let usingIterator be ? GetMethod(items, @@iterator). 47 const usingIterator = GetMethod(items, IteratorSymbolConstant())
|
| D | typed-array-from.tq | 54 // 5. Let usingIterator be ? GetMethod(source, @@iterator). 57 const usingIterator = GetMethod(source, IteratorSymbolConstant())
|
| /third_party/lzma/CPP/7zip/Archive/ |
| D | LzmaHandler.cpp | 196 void GetMethod(NCOM::CPropVariant &prop); 221 case kpidMethod: GetMethod(prop); break; in GetArchiveProperty() 266 void CHandler::GetMethod(NCOM::CPropVariant &prop) in GetMethod() function in NArchive::NLzma::CHandler 300 case kpidMethod: GetMethod(prop); break; in GetProperty()
|
| /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;
|
| /third_party/cef/include/ |
| D | cef_request.h | 89 virtual CefString GetMethod() = 0;
|
| /third_party/node/src/crypto/ |
| D | crypto_bio.h | 144 static const BIO_METHOD* GetMethod();
|
| D | crypto_bio.cc | 36 BIOPointer bio(BIO_new(GetMethod())); in New() 222 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()
|