Home
last modified time | relevance | path

Searched refs:add_methods (Results 1 – 8 of 8) sorted by relevance

/external/perfetto/src/ipc/
Dhost_impl.cc175 Frame::BindServiceReply::MethodInfo* method_info = reply->add_methods(); in OnBindService()
Dbuffered_frame_deserializer_unittest.cc131 auto* method = bind_reply->add_methods(); in TEST()
Dclient_impl_unittest.cc155 auto* method = reply.mutable_msg_bind_service_reply()->add_methods(); in OnFrameReceived()
/external/protobuf/src/google/protobuf/
Dapi.pb.h207 PROTOBUF_NAMESPACE_ID::Method* add_methods();
712 inline PROTOBUF_NAMESPACE_ID::Method* Api::add_methods() { in add_methods() function
Dapi.pb.cc297 ptr = ctx->ParseMessage(add_methods(), ptr); in _InternalParse()
398 input, add_methods())); in MergePartialFromCodedStream()
/external/python/cpython2/Objects/
Dtypeobject.c3727 add_methods(PyTypeObject *type, PyMethodDef *meth) function
4204 if (add_methods(type, type->tp_methods) < 0)
/external/python/cpython3/Objects/
Dtypeobject.c4974 add_methods(PyTypeObject *type, PyMethodDef *meth) in add_methods() function
5465 if (add_methods(type, type->tp_methods) < 0) in PyType_Ready()
/external/python/cpython3/Doc/howto/
Ddescriptor.rst1448 # type_new() calls PyTypeReady() which calls add_methods()