Home
last modified time | relevance | path

Searched refs:GetFullName (Results 1 – 19 of 19) sorted by relevance

/external/pdfium/fxjs/
Dcjs_eventrecorder.cpp88 m_strTargetName = pTarget->GetFullName(); in OnField_MouseEnter()
98 m_strTargetName = pTarget->GetFullName(); in OnField_MouseExit()
109 m_strTargetName = pTarget->GetFullName(); in OnField_MouseDown()
119 m_strTargetName = pTarget->GetFullName(); in OnField_MouseUp()
131 m_strTargetName = pTarget->GetFullName(); in OnField_Focus()
144 m_strTargetName = pTarget->GetFullName(); in OnField_Blur()
175 m_strTargetName = pTarget->GetFullName(); in OnField_Keystroke()
200 m_strTargetName = pTarget->GetFullName(); in OnField_Validate()
215 m_strSourceName = pSource->GetFullName(); in OnField_Calculate()
216 m_strTargetName = pTarget->GetFullName(); in OnField_Calculate()
[all …]
Dcjs_field.cpp451 if (pFormField->GetFullName().Compare(swFieldName) != 0) in SetFieldValue()
2381 swSort.push_back(pdfium::MakeUnique<WideString>(pFormField->GetFullName())); in getArray()
Dcjs_document.cpp285 pRuntime->NewString(pField->GetFullName().AsStringView())); in getNthFieldName()
/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
293 add_fwd_decl(kClass, GetFullName(msg, true)); in Generate()
296 add_fwd_decl(kEnum, GetFullName(enm, true)); in Generate()
377 return constref ? "const " + GetFullName(field->message_type()) + "&" in GetCppType()
378 : GetFullName(field->message_type()); in GetCppType()
380 return GetFullName(field->enum_type()); in GetCppType()
482 std::string full_name = GetFullName(enum_desc); in GenEnum()
512 std::string full_name = GetFullName(enum_desc); in GenEnumAliases()
533 std::string full_name = GetFullName(msg); in GenClassDecl()
545 GetFullName(nested_msg)); in GenClassDecl()
[all …]
/external/grpc-grpc/src/csharp/Grpc.Core/
DMethod.cs98 this.fullName = GetFullName(serviceName, name); in Method()
171 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
645 { "full_name", (getter)GetFullName, NULL, "Full name"},
745 static PyObject* GetFullName(PyBaseDescriptor* self, void *closure) { in GetFullName() function
964 { "full_name", (getter)GetFullName, NULL, "Full name"},
1060 static PyObject* GetFullName(PyBaseDescriptor* self, void *closure) { in GetFullName() function
1138 { "full_name", (getter)GetFullName, NULL, "Full name"},
1543 static PyObject* GetFullName(PyBaseDescriptor* self, void *closure) { in GetFullName() function
1594 { "full_name", (getter)GetFullName, NULL, "Full name"},
1665 static PyObject* GetFullName(PyBaseDescriptor* self, void *closure) { in GetFullName() function
1713 { "full_name", (getter)GetFullName, NULL, "Full name", NULL},
[all …]
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DMSVCUndecoratedNameParser.h23 llvm::StringRef GetFullName() const { return m_full_name; } in GetFullName() function
DMSVCUndecoratedNameParser.cpp86 context = count > 1 ? specs[count - 2].GetFullName() : ""; in ExtractContextAndIdentifier()
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
DObjCLanguage.cpp222 return GetFullName(); in GetFullNameWithoutCategory()
249 strm.Printf("+%s", objc_method.GetFullName().GetCString()); in GetMethodNameVariants()
253 strm.Printf("-%s", objc_method.GetFullName().GetCString()); in GetMethodNameVariants()
/external/llvm-project/lldb/source/Core/
DRichManglingContext.cpp166 ->GetFullName() in ParseFullName()
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.h84 WideString GetFullName() const;
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
83 entry->set_name(GetFullName(base_name, separator, id)); in SetProtoIdAndName()
116 GetFullName(inst.name(), '.', new_param->id()); in CopyReducer()
126 *new_root->mutable_name() = GetFullName(inst.name(), '.', new_root->id()); in CopyReducer()
490 GetFullName(instruction.name(), kNameSeparator, instruction.id())); in Build()
3461 GetFullName(instr_proto->opcode(), kNameSeparator, id); in BuildDynamicInferenceGraph()
3609 GetFullName(instr_proto->opcode(), kNameSeparator, id); in BuildDynamicInferenceGraph()
3828 GetFullName(const_instr.opcode(), kNameSeparator, const_instr.id()); in BuildConstantSubGraph()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp391 return GetFormField()->GetFullName(); in GetName()
Dfpdf_annot.cpp968 return Utf16EncodeMaybeCopyAndReturnLength(pFormField->GetFullName(), buffer, in FPDFAnnot_GetFormFieldName()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp1035 PDB_SymType::None, specs[i].GetFullName(), NS_CaseSensitive)) { in GetDeclContextContainingSymbol()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp512 llvm::StringRef scope_name = specs.back().GetFullName(); in CreateDeclInfoForUndecoratedName()