/external/pdfium/fxjs/ |
D | cjs_eventrecorder.cpp | 88 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 …]
|
D | cjs_field.cpp | 451 if (pFormField->GetFullName().Compare(swFieldName) != 0) in SetFieldValue() 2381 swSort.push_back(pdfium::MakeUnique<WideString>(pFormField->GetFullName())); in getArray()
|
D | cjs_document.cpp | 285 pRuntime->NewString(pField->GetFullName().AsStringView())); in getNthFieldName()
|
/external/perfetto/src/protozero/protoc_plugin/ |
D | cppgen_plugin.cc | 84 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/ |
D | Method.cs | 98 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/ |
D | descriptor.cc | 475 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/ |
D | MSVCUndecoratedNameParser.h | 23 llvm::StringRef GetFullName() const { return m_full_name; } in GetFullName() function
|
D | MSVCUndecoratedNameParser.cpp | 86 context = count > 1 ? specs[count - 2].GetFullName() : ""; in ExtractContextAndIdentifier()
|
D | CPlusPlusLanguage.h | 48 ConstString GetFullName() const { return m_full; } in GetFullName() function
|
/external/llvm-project/lldb/source/Plugins/Language/ObjC/ |
D | ObjCLanguage.h | 61 ConstString GetFullName() const { return m_full; } in GetFullName() function
|
D | ObjCLanguage.cpp | 222 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/ |
D | RichManglingContext.cpp | 166 ->GetFullName() in ParseFullName()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_formfield.h | 84 WideString GetFullName() const;
|
D | cpdf_formfield.cpp | 143 WideString CPDF_FormField::GetFullName() const { in GetFullName() function in CPDF_FormField
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 72 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/ |
D | cpdfsdk_widget.cpp | 391 return GetFormField()->GetFullName(); in GetName()
|
D | fpdf_annot.cpp | 968 return Utf16EncodeMaybeCopyAndReturnLength(pFormField->GetFullName(), buffer, in FPDFAnnot_GetFormFieldName()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | PDBASTParser.cpp | 1035 PDB_SymType::None, specs[i].GetFullName(), NS_CaseSensitive)) { in GetDeclContextContainingSymbol()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | PdbAstBuilder.cpp | 512 llvm::StringRef scope_name = specs.back().GetFullName(); in CreateDeclInfoForUndecoratedName()
|