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

/external/chromium_org/remoting/protocol/
H A Dnegotiating_authenticator_base.cc100 void NegotiatingAuthenticatorBase::AddMethod( function in class:remoting::protocol::NegotiatingAuthenticatorBase
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dmodule.py12 # method = interface.AddMethod('Tat', 0)
290 def AddMethod(self, name, ordinal=None): member in class:Interface
/external/chromium_org/third_party/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/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/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc150 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service, function in namespace:google::protobuf::descriptor_unittest
1018 AddMethod(service, "Foo", "FooRequest", "FooResponse");
1019 AddMethod(service, "Bar", "BarRequest", "BarResponse");
1027 AddMethod(service2, "Foo", "FooRequest", "FooResponse");
1028 AddMethod(service2, "Baz", "BazRequest", "BazResponse");
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc148 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service, function in namespace:google::protobuf::descriptor_unittest
1016 AddMethod(service, "Foo", "FooRequest", "FooResponse");
1017 AddMethod(service, "Bar", "BarRequest", "BarResponse");
1025 AddMethod(service2, "Foo", "FooRequest", "FooResponse");
1026 AddMethod(service2, "Baz", "BazRequest", "BazResponse");
/external/clang/lib/AST/
H A DVTableBuilder.cpp908 /// AddMethod - Add a single virtual member function to the vtable
910 void AddMethod(const CXXMethodDecl *MD, ReturnAdjustment ReturnAdjustment);
1319 void ItaniumVTableBuilder::AddMethod(const CXXMethodDecl *MD, function in class:__anon17762::ItaniumVTableBuilder
1630 AddMethod(Overrider.Method, ReturnAdjustment);
2512 /// AddMethod - Add a single virtual member function to the vftable
2514 void AddMethod(const CXXMethodDecl *MD, ThunkInfo TI) { function in class:__anon17764::VFTableBuilder
2958 AddMethod(OverriderMD, ThunkInfo(ThisAdjustmentOffset, ReturnAdjustment,

Completed in 1977 milliseconds