Searched refs:add_methods (Results 1 – 8 of 8) sorted by relevance
175 Frame::BindServiceReply::MethodInfo* method_info = reply->add_methods(); in OnBindService()
131 auto* method = bind_reply->add_methods(); in TEST()
155 auto* method = reply.mutable_msg_bind_service_reply()->add_methods(); in OnFrameReceived()
207 PROTOBUF_NAMESPACE_ID::Method* add_methods();712 inline PROTOBUF_NAMESPACE_ID::Method* Api::add_methods() { in add_methods() function
297 ptr = ctx->ParseMessage(add_methods(), ptr); in _InternalParse()398 input, add_methods())); in MergePartialFromCodedStream()
3727 add_methods(PyTypeObject *type, PyMethodDef *meth) function4204 if (add_methods(type, type->tp_methods) < 0)
4974 add_methods(PyTypeObject *type, PyMethodDef *meth) in add_methods() function5465 if (add_methods(type, type->tp_methods) < 0) in PyType_Ready()
1448 # type_new() calls PyTypeReady() which calls add_methods()