Home
last modified time | relevance | path

Searched refs:Set_Reference (Results 1 – 14 of 14) sorted by relevance

/dports/devel/ada-util/ada-util-b6612400/samples/
H A Dmultipro_refs.adb51 procedure Set_Reference (O : in Data_Ref.Ref); subprogspec
109 procedure Set_Reference (O : in Data_Ref.Ref) is subprogram
116 end Set_Reference;
162 Set_Reference (Ref2);
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/projection/pj_georeference/
H A DGeoref_Engine.h110 bool Set_Reference (CSG_Shapes *pFrom, CSG_Shapes *pTo);
111 bool Set_Reference (CSG_Shapes *pFrom, int xTo_Field, int yTo_Field);
H A DGeoref_Shapes.cpp183 if( (pShapes_B != NULL && Engine.Set_Reference(pShapes_A, pShapes_B ) == false) ) in On_Execute()
188 if( (pShapes_B == NULL && Engine.Set_Reference(pShapes_A, xField, yField) == false) ) in On_Execute()
H A DGeoref_Grid.cpp199 if( ( pShapes_B && m_Engine.Set_Reference(pShapes_A, pShapes_B)) in On_Execute()
200 || (!pShapes_B && m_Engine.Set_Reference(pShapes_A, xField, yField)) ) in On_Execute()
H A DGeoref_Engine.cpp152 bool CGeoref_Engine::Set_Reference(CSG_Shapes *pFrom, CSG_Shapes *pTo) in Set_Reference() function in CGeoref_Engine
180 bool CGeoref_Engine::Set_Reference(CSG_Shapes *pFrom, int xTo_Field, int yTo_Field) in Set_Reference() function in CGeoref_Engine
/dports/devel/matreshka/matreshka-0.7.0/source/amf/dd/
H A Damf-dg-markers.ads100 not overriding procedure Set_Reference subprogram
H A Damf-internals-dg_markers.adb132 overriding procedure Set_Reference subprogram
138 end Set_Reference;
H A Damf-internals-dg_markers.ads98 overriding procedure Set_Reference subprogspec
H A Damf-internals-tables-dd_reflection.adb2177 (AMF.Internals.Helpers.To_Element (Self)).Set_Reference
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2300 Set_Reference = libghdl.vhdl__nodes__set_reference variable
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-nodes.ads8317 procedure Set_Reference (Def : Iir; Ref : Iir); subprogspec
H A Dvhdl-nodes.adb4406 procedure Set_Reference (Def : Iir; Ref : Iir) is subprogram
4412 end Set_Reference;
H A Dvhdl-parse.adb3426 Set_Reference (Def, Ref);
H A Dvhdl-nodes_meta.adb6679 Set_Reference (N, V);