Searched refs:formValue (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 202 DWARFFormValue formValue(Form); in dumpAttribute() local 204 if (!formValue.extractValue(U->getDebugInfoExtractor(), OffsetPtr, in dumpAttribute() 217 formValue.getAsUnsignedConstant().getValue(), in dumpAttribute() 223 } else if (Optional<uint64_t> Val = formValue.getAsUnsignedConstant()) in dumpAttribute() 229 OS << *formValue.getAsUnsignedConstant(); in dumpAttribute() 231 formValue.getAsUnsignedConstant()) { in dumpAttribute() 238 formValue.dump(OS, DumpOpts); in dumpAttribute() 243 dumpLocation(OS, formValue, U, sizeof(BaseIndent) + Indent + 4, DumpOpts); in dumpAttribute() 245 formValue.dump(OS, DumpOpts); in dumpAttribute() 259 if (Optional<uint64_t> OptVal = formValue.getAsUnsignedConstant()) in dumpAttribute()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 131 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/ |
D | RadioButtonSetFilter.java | 35 int formValue = buttons.size(); in addRadioButon() local 36 radioButton.setFormValue(Integer.toString(formValue)); in addRadioButon()
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFDebugInfoEntry.cpp | 86 DWARFFormValue formValue(form); in dumpAttribute() local 88 if (!formValue.extractValue(cu->getDebugInfoExtractor(), offset_ptr, cu)) in dumpAttribute() 92 formValue.dump(OS, cu); in dumpAttribute()
|
D | DWARFDebugInfoEntry.h | 110 const uint16_t attr, DWARFFormValue &formValue,
|
/external/pdfium/fxjs/xfa/ |
D | cjx_field.cpp | 275 CXFA_Node* formValue = xfaNode->GetFormValueIfExists(); in defaultValue() local 276 CXFA_Node* pNode = formValue ? formValue->GetFirstChild() : nullptr; in defaultValue()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_widgetacc.cpp | 593 CXFA_Value* formValue = m_pNode->GetFormValueIfExists(); in SetImageEdit() local 594 CXFA_Image* image = formValue ? formValue->GetImageIfExists() : nullptr; in SetImageEdit()
|