Home
last modified time | relevance | path

Searched refs:GetEnumValue (Results 201 – 225 of 805) sorted by relevance

12345678910>>...33

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/
H A Dmap_field.cc333 map_val->SetEnumValue(other_it->second.GetEnumValue()); in MergeFrom()
432 reflection->SetEnumValue(new_entry, val_des, map_val.GetEnumValue()); in SyncRepeatedFieldWithMapNoLock()
/dports/www/firefox/firefox-99.0/toolkit/components/protobuf/src/google/protobuf/
H A Dmap_field.cc338 map_val->SetEnumValue(other_it->second.GetEnumValue()); in MergeFrom()
437 reflection->SetEnumValue(new_entry, val_des, map_val.GetEnumValue()); in SyncRepeatedFieldWithMapNoLock()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Dmap_field.cc338 map_val->SetEnumValue(other_it->second.GetEnumValue()); in MergeFrom()
437 reflection->SetEnumValue(new_entry, val_des, map_val.GetEnumValue()); in SyncRepeatedFieldWithMapNoLock()
/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/src/Interfaces/
H A DBonCutStrengthener.cpp22 options->GetEnumValue("cut_strengthening_type", cut_strengthening_type_, in CutStrengthener()
24 options->GetEnumValue("disjunctive_cut_type", disjunctive_cut_type_, in CutStrengthener()
/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/experimental/RobotBonmin/
H A DBonNWayChoose.cpp34 options->GetEnumValue("do_fixings", do_fixings_, b.prefix()); in BonNWayChoose()
35 options->GetEnumValue("use_geo_means", geo_means_, b.prefix()); in BonNWayChoose()
/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/src/Algorithms/
H A DBonSubMipSolver.cpp51 b.options()->GetEnumValue("milp_solver",ivalue,prefix); in SubMipSolver()
86 b.options()->GetEnumValue("milp_strategy",ivalue,prefix); in SubMipSolver()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Dmap_field.cc338 map_val->SetEnumValue(other_it->second.GetEnumValue()); in MergeFrom()
437 reflection->SetEnumValue(new_entry, val_des, map_val.GetEnumValue()); in SyncRepeatedFieldWithMapNoLock()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fppkg/src/
H A Dfppkg_packagefileoptionsfrm.pas152 I:=GetEnumValue(PTI,T);
/dports/net/libarcus/libArcus-4.8.0/python/
H A DPythonMessage.cpp110 return PyLong_FromLong(_reflection->GetEnumValue(*_message, field)); in __getattr__()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLIFrameElement.cpp112 int32_t frameborder = value->GetEnumValue(); in MapAttributesIntoRule()
H A DHTMLHRElement.cpp94 switch (value->GetEnumValue()) { in MapAttributesIntoRule()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fppkg/src/
H A Dfppkg_packagefileoptionsfrm.pas152 I:=GetEnumValue(PTI,T);
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DnsGenericHTMLFrameElement.cpp219 switch (aValue->GetEnumValue()) { in MapScrollingAttribute()
H A DHTMLIFrameElement.cpp117 int32_t frameborder = value->GetEnumValue(); in MapAttributesIntoRule()
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGImageElement.cpp198 aValue && static_cast<ImageDecodingType>(aValue->GetEnumValue()) == in AfterSetAttr()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGImageElement.cpp191 aValue && static_cast<ImageDecodingType>(aValue->GetEnumValue()) == in AfterSetAttr()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DnsGenericHTMLFrameElement.cpp218 switch (aValue->GetEnumValue()) { in MapScrollingAttribute()
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLIFrameElement.cpp117 int32_t frameborder = value->GetEnumValue(); in MapAttributesIntoRule()
H A DnsGenericHTMLFrameElement.cpp219 switch (aValue->GetEnumValue()) { in MapScrollingAttribute()
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGImageElement.cpp198 aValue && static_cast<ImageDecodingType>(aValue->GetEnumValue()) == in AfterSetAttr()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLIFrameElement.cpp117 int32_t frameborder = value->GetEnumValue(); in MapAttributesIntoRule()
H A DnsGenericHTMLFrameElement.cpp219 switch (aValue->GetEnumValue()) { in MapScrollingAttribute()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGImageElement.cpp198 aValue && static_cast<ImageDecodingType>(aValue->GetEnumValue()) == in AfterSetAttr()
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/interfaces/
H A DCouenneMINLPInterface.cpp406 options->GetEnumValue("nlp_solver", ival, "bonmin.");
2590 app_->options()->GetEnumValue("print_user_options",printOptions,"bonmin.");
2767 app_->options()->GetEnumValue("warm_start", exposeWs, "bonmin.");
2775 app_->options()->GetEnumValue("nlp_failure_behavior",pretendFailIsInfeasible_,"bonmin.");
2781 app_->options()->GetEnumValue("random_point_type",randomGenerationType_,"bonmin.");
2783 app_->options()->GetEnumValue("cut_strengthening_type", cut_strengthening_type,"bonmin.");
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/System.Xml.Serialization/
H A DXmlSerializationReaderInterpreter.cs660 return GetEnumValue (typeMap, value); in GetValueFromXmlString()
823 object o = GetEnumValue (typeMap, Reader.ReadString()); in ReadEnumElement()
828 object GetEnumValue (XmlTypeMapping typeMap, string val) in GetEnumValue() method in System.Xml.Serialization.XmlSerializationReaderInterpreter

12345678910>>...33