Searched defs:AddMethod (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/python/
H A Dmox.py677 group.AddMethod(self)
682 new_group.AddMethod(self)
1194 def AddMethod(self, mock_method): member in class:MethodGroup
1214 def AddMethod(self, mock_method): member in class:UnorderedGroup
1276 def AddMethod(self, mock_method): member in class:MultipleTimesGroup
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc150 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service, function in namespace:google::protobuf::descriptor_unittest
1116 AddMethod(service, "Foo", "FooRequest", "FooResponse");
1117 AddMethod(service, "Bar", "BarRequest", "BarResponse");
1125 AddMethod(service2, "Foo", "FooRequest", "FooResponse");
1126 AddMethod(service2, "Baz", "BazRequest", "BazResponse");
/external/clang/lib/AST/
H A DVTableBuilder.cpp910 /// AddMethod - Add a single virtual member function to the vtable
912 void AddMethod(const CXXMethodDecl *MD, ReturnAdjustment ReturnAdjustment);
1321 void ItaniumVTableBuilder::AddMethod(const CXXMethodDecl *MD, function in class:__anon881::ItaniumVTableBuilder
1633 AddMethod(Overrider.Method, ReturnAdjustment);
2528 /// AddMethod - Add a single virtual member function to the vftable
2530 void AddMethod(const CXXMethodDecl *MD, ThunkInfo TI) { function in class:__anon883::VFTableBuilder
3113 AddMethod(FinalOverriderMD,

Completed in 130 milliseconds