Home
last modified time | relevance | path

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

/external/perfetto/src/ipc/
Dhost_impl.cc152 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.cc151 auto* method = reply.mutable_msg_bind_service_reply()->add_methods(); in OnFrameReceived()
/external/protobuf/src/google/protobuf/
Dapi.pb.h121 ::google::protobuf::Method* add_methods();
500 inline ::google::protobuf::Method* Api::add_methods() { in add_methods() function
Dapi.pb.cc312 input, add_methods())); in MergePartialFromCodedStream()
744 ::google::protobuf::Method* Api::add_methods() { in add_methods() function in google::protobuf::Api
/external/python/cpython2/Objects/
Dtypeobject.c3664 add_methods(PyTypeObject *type, PyMethodDef *meth) function
4141 if (add_methods(type, type->tp_methods) < 0)
/external/python/cpython3/Objects/
Dtypeobject.c4554 add_methods(PyTypeObject *type, PyMethodDef *meth) in add_methods() function
4968 if (add_methods(type, type->tp_methods) < 0) in PyType_Ready()