Home
last modified time | relevance | path

Searched defs:AddMethod (Results 1 – 13 of 13) sorted by relevance

/external/javassist/src/test/test2/
DAddMethod.java3 public class AddMethod { class
8 public AddMethod() {} in AddMethod() method in AddMethod
/external/perfetto/src/profiling/
Ddeobfuscator.h66 void AddMethod(std::string obfuscated_name, std::string deobfuscated_name) { in AddMethod() function
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dservice_type.h129 void AddMethod(internal::RpcServiceMethod* method) { in AddMethod() function
/external/protobuf/python/
Dmox.py1194 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
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DUdtRecordCompleter.cpp75 void UdtRecordCompleter::AddMethod(llvm::StringRef name, TypeIndex type_idx, in AddMethod() function in UdtRecordCompleter
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dservice_type.h168 void AddMethod(internal::RpcServiceMethod* method) { in AddMethod() function
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dservice_type.h168 void AddMethod(internal::RpcServiceMethod* method) { in AddMethod() function
/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc102 static PyObject* AddMethod(PyObject* self, PyObject* args, PyObject* kwargs) { in AddMethod() function
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dmodule.py628 def AddMethod(self, mojom_name, ordinal=None, attributes=None): member in Interface
/external/clang/lib/AST/
DVTableBuilder.cpp1306 void ItaniumVTableBuilder::AddMethod(const CXXMethodDecl *MD, in AddMethod() function in __anonc053943f0111::ItaniumVTableBuilder
2490 void AddMethod(const CXXMethodDecl *MD, ThunkInfo TI) { in AddMethod() function in __anonc053943f0511::VFTableBuilder
/external/llvm-project/clang/lib/AST/
DVTableBuilder.cpp1303 void ItaniumVTableBuilder::AddMethod(const CXXMethodDecl *MD, in AddMethod() function in __anon23406b2d0111::ItaniumVTableBuilder
2516 void AddMethod(const CXXMethodDecl *MD, ThunkInfo TI) { in AddMethod() function in __anon23406b2d0611::VFTableBuilder
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc180 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service, in AddMethod() function
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp4642 const auto AddMethod = [&](const ObjCMethodDecl *M) { in AddObjCProperties() local