Home
last modified time | relevance | path

Searched defs:GetFullName (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DMSVCUndecoratedNameParser.h23 llvm::StringRef GetFullName() const { return m_full_name; } in GetFullName() function
DCPlusPlusLanguage.h48 ConstString GetFullName() const { return m_full; } in GetFullName() function
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DObjCLanguage.h61 ConstString GetFullName() const { return m_full; } in GetFullName() function
/external/grpc-grpc/src/csharp/Grpc.Core/
DMethod.cs171 internal static string GetFullName(string serviceName, string methodName) in GetFullName() method in Grpc.Core.Method
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc475 static PyObject* GetFullName(PyBaseDescriptor* self, void *closure) { in GetFullName() function
745 static PyObject* GetFullName(PyBaseDescriptor* self, void *closure) { in GetFullName() function
1060 static PyObject* GetFullName(PyBaseDescriptor* self, void *closure) { in GetFullName() function
1543 static PyObject* GetFullName(PyBaseDescriptor* self, void *closure) { in GetFullName() function
1665 static PyObject* GetFullName(PyBaseDescriptor* self, void *closure) { in GetFullName() function
1792 static PyObject* GetFullName(PyBaseDescriptor* self, void *closure) { in GetFullName() function
/external/perfetto/src/protozero/protoc_plugin/
Dcppgen_plugin.cc84 std::string GetFullName(const T* msg, bool with_namespace = false) const { in GetFullName() function in protozero::__anon869eb53d0111::CppObjGenerator
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp143 WideString CPDF_FormField::GetFullName() const { in GetFullName() function in CPDF_FormField
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc72 string GetFullName(const string& base_name, char separator, int64 id) { in GetFullName() function