HomeSort by relevance Sort by last modified time
    Searched defs:GetFullName (Results 1 - 3 of 3) sorted by null

  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 75 static PyObject* GetFullName(CFieldDescriptor* self, void *closure) {
100 { C("full_name"), (getter)GetFullName, NULL, "Full name", NULL},
  /external/pdfium/core/src/fpdfdoc/
doc_utils.cpp 14 CFX_WideString GetFullName(CPDF_Dictionary* pFieldDict) {
doc_formfield.cpp 98 CFX_WideString CPDF_FormField::GetFullName() {
99 return ::GetFullName(m_pDict);

Completed in 403 milliseconds