Searched defs:GetMethod (Results 1 - 9 of 9) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
H A DTypeExtensions.cs77 if (ret != null && ((ret.CanRead && ret.GetMethod.IsPublic) || (ret.CanWrite && ret.SetMethod.IsPublic)))
91 /// This has a few differences compared with Type.GetMethod in the desktop framework. It will throw
97 internal static MethodInfo GetMethod(this Type target, string name) method in class:Google.Protobuf.Compatibility.TypeExtensions
/external/v8/src/js/
H A Dv8natives.js59 function GetMethod(obj, p) { function
145 to.GetMethod = GetMethod;
H A Dtypedarray.js18 var GetMethod; variable
69 GetMethod = from.GetMethod;
766 var iterable = GetMethod(items, iteratorSymbol);
H A Darray.js15 var GetMethod; variable
28 GetMethod = from.GetMethod;
1433 var iterable = GetMethod(items, iteratorSymbol);
/external/libbrillo/brillo/http/
H A Dhttp_transport_fake.h165 const std::string& GetMethod() const { return method_; } function in class:brillo::http::fake::ServerRequest
/external/google-breakpad/src/testing/scripts/generator/cpp/
H A Dast.py952 def GetMethod(self, modifiers, templated_types): member in class:AstBuilder
1286 return self.GetMethod(FUNCTION_VIRTUAL + FUNCTION_DTOR, None)
1431 return self.GetMethod(FUNCTION_NONE, templated_types)
1516 return self.GetMethod(FUNCTION_NONE, None)
1588 return self.GetMethod(FUNCTION_CTOR, None)
/external/googletest/googlemock/scripts/generator/cpp/
H A Dast.py953 def GetMethod(self, modifiers, templated_types): member in class:AstBuilder
1296 return self.GetMethod(FUNCTION_VIRTUAL + FUNCTION_DTOR, None)
1441 return self.GetMethod(FUNCTION_NONE, templated_types)
1526 return self.GetMethod(FUNCTION_NONE, None)
1598 return self.GetMethod(FUNCTION_CTOR, None)
/external/v8/testing/gmock/scripts/generator/cpp/
H A Dast.py953 def GetMethod(self, modifiers, templated_types): member in class:AstBuilder
1296 return self.GetMethod(FUNCTION_VIRTUAL + FUNCTION_DTOR, None)
1441 return self.GetMethod(FUNCTION_NONE, templated_types)
1526 return self.GetMethod(FUNCTION_NONE, None)
1598 return self.GetMethod(FUNCTION_CTOR, None)
/external/v8/src/
H A Dobjects.cc814 JSReceiver::GetMethod(Handle<JSReceiver>::cast(callable),
860 MaybeHandle<Object> Object::GetMethod(Handle<JSReceiver> receiver, function in class:v8::internal::Object
1076 // 6. Let trap be ? GetMethod(handler, "get").
1080 Object::GetMethod(Handle<JSReceiver>::cast(handler), trap_name), Object);
1317 // 5. Let trap be ? GetMethod(handler, "getPrototypeOf").
1319 ASSIGN_RETURN_ON_EXCEPTION(isolate, trap, GetMethod(handler, trap_name),
4983 // 6. Let trap be ? GetMethod(handler, "has").
4986 isolate, trap, Object::GetMethod(Handle<JSReceiver>::cast(handler),
5055 isolate, trap, Object::GetMethod(handler, trap_name), Nothing<bool>());
5124 isolate, trap, Object::GetMethod(handle
[all...]

Completed in 713 milliseconds