Home
last modified time | relevance | path

Searched refs:Id_None (Results 1 – 5 of 5) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dghdlsynth_gates.h4 Id_None = 0, enumerator
H A Dnetlists.ads136 Id_None : constant Module_Id := 0; constant
H A Dnetlists.adb1417 Id => Id_None,
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/validate/
H A Dvalidate.h103 Id_None = wxID_HIGHEST, enumerator
H A Dvalidate.cpp431 wxCheckBox* filterNone = new wxCheckBox(this, Id_None, "wxFILTER_NONE"); in TextValidatorDialog()
519 if ( event.GetId() == Id_None ) in OnChecked()