Home
last modified time | relevance | path

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

/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.cc423 static PyObject* GetFullName(PyBaseDescriptor* self, void *closure) { in GetFullName() function
685 static PyObject* GetFullName(PyBaseDescriptor* self, void *closure) { in GetFullName() function
975 static PyObject* GetFullName(PyBaseDescriptor* self, void *closure) { in GetFullName() function
1433 static PyObject* GetFullName(PyBaseDescriptor* self, void *closure) { in GetFullName() function
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp160 WideString CPDF_FormField::GetFullName() const { in GetFullName() function in CPDF_FormField
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc58 string GetFullName(const string& base_name, char separator, int64 id) { in GetFullName() function