Home
last modified time | relevance | path

Searched refs:AddMethod (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/python/
Dmox.py677 group.AddMethod(self)
682 new_group.AddMethod(self)
1194 def AddMethod(self, mock_method): member in MethodGroup
1214 def AddMethod(self, mock_method): member in UnorderedGroup
1276 def AddMethod(self, mock_method): member in MultipleTimesGroup
/third_party/node/src/
Dstream_base.cc495 void StreamBase::AddMethod(Environment* env, in AddMethod() function in node::StreamBase
520 AddMethod(env, sig, attributes, t, GetFD, env->fd_string()); in AddMethods()
521 AddMethod( in AddMethods()
523 AddMethod(env, sig, attributes, t, GetBytesRead, env->bytes_read_string()); in AddMethods()
524 AddMethod( in AddMethods()
Dstream_base.h412 static void AddMethod(Environment* env,
/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc102 static PyObject* AddMethod(PyObject* self, PyObject* args, PyObject* kwargs) { in AddMethod() function
518 { "add", (PyCFunction)AddMethod, METH_VARARGS | METH_KEYWORDS, in Subscript()
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc179 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service, in AddMethod() function
1502 AddMethod(service, "Foo", "FooRequest", "FooResponse"); in SetUp()
1503 AddMethod(service, "Bar", "BarRequest", "BarResponse"); in SetUp()
1511 AddMethod(service2, "Foo", "FooRequest", "FooResponse"); in SetUp()
1512 AddMethod(service2, "Baz", "BazRequest", "BazResponse"); in SetUp()