Home
last modified time | relevance | path

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

/dports/misc/vxl/vxl-3.3.2/core/vgui/impl/wx/
H A Dvgui_wx_dialog_impl.h73 wxSizer* choice_element (vgui_dialog_field* field,
H A Dvgui_wx_dialog_impl.cxx343 … holder->Add(choice_element(e->field, static_cast<vgui_wx_dialog_choice *>(e->widget)), flags); in build_wx_dialog()
509 vgui_wx_dialog_impl::choice_element(vgui_dialog_field * field, vgui_wx_dialog_choice * choices) in choice_element() function in vgui_wx_dialog_impl
/dports/cad/iverilog/verilog-11.0/vhdlpp/
H A Dexpression.h286 struct choice_element { struct
287 choice_element() : choice(), expr() {} in choice_element() function
289 choice_element(const choice_element&other) { in choice_element() function
309 void map_choices(choice_element*dst); argument
348 std::vector<choice_element> aggregate_;
H A Dexpression_emit.cc197 map<int64_t,const choice_element*> element_map; in emit_array_()
198 const choice_element*element_other = 0; in emit_array_()
286 const choice_element*cur = element_map[idx]; in emit_array_()
H A Dexpression_elaborate.cc410 vector<choice_element> ce (choice_count); in fit_type()
519 choice_element tmp; in elaborate_expr_record_()
556 void ExpAggregate::element_t::map_choices(ExpAggregate::choice_element*dst) in map_choices()
H A Dexpression.cc218 for(std::vector<choice_element>::iterator it = aggregate_.begin(); in ~ExpAggregate()
252 for(std::vector<choice_element>::iterator it = aggregate_.begin(); in visit()