Searched refs:GetField (Results 1 – 6 of 6) sorted by relevance
1474 auto GetField = [&](VersionInfoFixed::VersionInfoFixedType Type) { in writeVersionInfoBody() local1481 auto FileVer = GetField(VersionInfoFixed::FtFileVersion); in writeVersionInfoBody()1487 auto ProdVer = GetField(VersionInfoFixed::FtProductVersion); in writeVersionInfoBody()1494 FixedInfo.FileFlagsMask = GetField(VersionInfoFixed::FtFileFlagsMask)[0]; in writeVersionInfoBody()1495 FixedInfo.FileFlags = GetField(VersionInfoFixed::FtFileFlags)[0]; in writeVersionInfoBody()1496 FixedInfo.FileOS = GetField(VersionInfoFixed::FtFileOS)[0]; in writeVersionInfoBody()1497 FixedInfo.FileType = GetField(VersionInfoFixed::FtFileType)[0]; in writeVersionInfoBody()1498 FixedInfo.FileSubtype = GetField(VersionInfoFixed::FtFileSubtype)[0]; in writeVersionInfoBody()
82 RetType GetField(ConstString name, RetType fail_value = RetType()) {
2006 T &GetField(int index) { return m_fields[index]; } in GetField() function in curses::ListFieldDelegate2028 arguments.AppendArgument(GetField(i).GetText()); in GetArguments()2238 std::make_pair(GetField(i).GetName(), GetField(i).GetValue())); in GetEnvironment()2247 GetField(GetNumberOfFields() - 1); in AddEnvironmentVariables()2294 FieldDelegate *GetField(uint32_t field_index) { in GetField() function in curses::FormDelegate2319 GetField(i)->FieldDelegateExitCallback(); in CheckFieldsValidity()2320 if (GetField(i)->FieldDelegateHasError()) { in CheckFieldsValidity()2515 if (!m_delegate_sp->GetField(i)->FieldDelegateIsVisible()) in GetContentHeight()2589 FieldDelegate *field = m_delegate_sp->GetField(i); in DrawFields()2761 m_delegate_sp->GetField(m_selection_index); in SelectPrevious()[all …]
446 struct_reader.GetField<uint16_t>(ConstString("dti_version")); in ReadLibdispatchTSDIndexes()448 struct_reader.GetField<uint16_t>(ConstString("dti_queue_index")); in ReadLibdispatchTSDIndexes()450 struct_reader.GetField<uint16_t>(ConstString("dti_voucher_index")); in ReadLibdispatchTSDIndexes()452 struct_reader.GetField<uint16_t>(ConstString("dti_qos_class_index")); in ReadLibdispatchTSDIndexes()
295 def GetField : AccessOpcode;
333 bool GetField(InterpState &S, CodePtr OpPC, uint32_t I) { in GetField() function