Home
last modified time | relevance | path

Searched refs:formValue (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp131 DWARFFormValue formValue(form); in dumpAttribute() local
133 if (!formValue.extractValue(u->getDebugInfoExtractor(), offset_ptr, u)) in dumpAttribute()
145 formValue.getAsUnsignedConstant().getValue(), in dumpAttribute()
151 } else if (Optional<uint64_t> Val = formValue.getAsUnsignedConstant()) in dumpAttribute()
157 OS << *formValue.getAsUnsignedConstant(); in dumpAttribute()
159 formValue.dump(OS, u); in dumpAttribute()
165 Optional<uint64_t> Ref = formValue.getAsReference(u); in dumpAttribute()
174 if (Optional<uint64_t> OptVal = formValue.getAsUnsignedConstant()) in dumpAttribute()
/external/autotest/frontend/client/src/autotest/common/table/
DRadioButtonSetFilter.java35 int formValue = buttons.size(); in addRadioButon() local
36 radioButton.setFormValue(Integer.toString(formValue)); in addRadioButon()
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp86 DWARFFormValue formValue(form); in dumpAttribute() local
88 if (!formValue.extractValue(cu->getDebugInfoExtractor(), offset_ptr, cu)) in dumpAttribute()
92 formValue.dump(OS, cu); in dumpAttribute()
DDWARFDebugInfoEntry.h110 const uint16_t attr, DWARFFormValue &formValue,
/external/pdfium/fxjs/xfa/
Dcjx_field.cpp275 CXFA_Node* formValue = xfaNode->GetFormValueIfExists(); in defaultValue() local
276 CXFA_Node* pNode = formValue ? formValue->GetFirstChild() : nullptr; in defaultValue()
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp593 CXFA_Value* formValue = m_pNode->GetFormValueIfExists(); in SetImageEdit() local
594 CXFA_Image* image = formValue ? formValue->GetImageIfExists() : nullptr; in SetImageEdit()