Searched refs:AddMethod (Results 1 – 5 of 5) sorted by relevance
/third_party/protobuf/python/ |
D | mox.py | 677 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/ |
D | stream_base.cc | 495 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()
|
D | stream_base.h | 412 static void AddMethod(Environment* env,
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | repeated_composite_container.cc | 102 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/ |
D | descriptor_unittest.cc | 179 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()
|