Home
last modified time | relevance | path

Searched refs:from_func (Results 1 – 25 of 82) sorted by relevance

1234

/dports/devel/pyl-gobject/pygobject-2.28.6/gi/
H A Dpygi-foreign.c38 PyGIArgOverrideFromGIArgumentFunc from_func; member
137 return foreign_struct->from_func (iface_info, arg); in pygi_struct_foreign_convert_from_g_argument()
162 PyGIArgOverrideFromGIArgumentFunc from_func, in pygi_register_foreign_struct_real() argument
169 new_struct->from_func = from_func; in pygi_register_foreign_struct_real()
H A Dpygi.h82 PyGIArgOverrideFromGIArgumentFunc from_func,
159 PyGIArgOverrideFromGIArgumentFunc from_func, in pygi_register_foreign_struct() argument
168 from_func, in pygi_register_foreign_struct()
H A Dpygi-foreign.h45 PyGIArgOverrideFromGIArgumentFunc from_func,
/dports/devel/pygobject3-common/pygobject-3.38.0/gi/
H A Dpygi-foreign.c36 PyGIArgOverrideFromGIArgumentFunc from_func; member
142 return foreign_struct->from_func (interface_info, transfer, arg); in pygi_struct_foreign_convert_from_g_argument()
164 PyGIArgOverrideFromGIArgumentFunc from_func, in pygi_register_foreign_struct() argument
171 new_struct->from_func = from_func; in pygi_register_foreign_struct()
H A Dpygi-foreign-api.h41 PyGIArgOverrideFromGIArgumentFunc from_func,
69 PyGIArgOverrideFromGIArgumentFunc from_func, in pygi_register_foreign_struct() argument
78 from_func, in pygi_register_foreign_struct()
H A Dpygi-foreign.h44 PyGIArgOverrideFromGIArgumentFunc from_func,
H A Dpygi-type.h44 fromvaluefunc from_func,
/dports/devel/py-gobject3/pygobject-3.38.0/gi/
H A Dpygi-foreign.c36 PyGIArgOverrideFromGIArgumentFunc from_func; member
142 return foreign_struct->from_func (interface_info, transfer, arg); in pygi_struct_foreign_convert_from_g_argument()
164 PyGIArgOverrideFromGIArgumentFunc from_func, in pygi_register_foreign_struct() argument
171 new_struct->from_func = from_func; in pygi_register_foreign_struct()
H A Dpygi-foreign-api.h41 PyGIArgOverrideFromGIArgumentFunc from_func,
69 PyGIArgOverrideFromGIArgumentFunc from_func, in pygi_register_foreign_struct() argument
78 from_func, in pygi_register_foreign_struct()
H A Dpygi-foreign.h44 PyGIArgOverrideFromGIArgumentFunc from_func,
H A Dpygi-type.h44 fromvaluefunc from_func,
/dports/math/libmesh/libmesh-1.6.2/src/solution_transfer/
H A Dmeshfunction_solution_transfer.C64 MeshFunction from_func(from_es, *serialized_solution, from_sys->get_dof_map(), to_var_num); in transfer()
65 from_func.init(); in transfer()
69 …to_sys->solution->set(node->dof_number(to_sys_num, to_var_num, 0), from_func(*node)); // 0 is for … in transfer()
/dports/comms/direwolf/direwolf-1.6/src/
H A Dax25_link.c642 static void start_t1 (ax25_dlsm_t *S, const char *from_func, int from_line);
643 static void stop_t1 (ax25_dlsm_t *S, const char *from_func, int from_line);
645 static void pause_t1 (ax25_dlsm_t *S, const char *from_func, int from_line);
646 static void resume_t1 (ax25_dlsm_t *S, const char *from_func, int from_line);
648 static void start_t3 (ax25_dlsm_t *S, const char *from_func, int from_line);
649 static void stop_t3 (ax25_dlsm_t *S, const char *from_func, int from_line);
652 static void stop_tm201 (ax25_dlsm_t *S, const char *from_func, int from_line);
6731 static void start_t1 (ax25_dlsm_t *S, const char *from_func, int from_line) in start_t1() argument
6752 static void stop_t1 (ax25_dlsm_t *S, const char *from_func, int from_line) in stop_t1() argument
6798 static void pause_t1 (ax25_dlsm_t *S, const char *from_func, int from_line) in pause_t1() argument
[all …]
/dports/lang/gjs/gjs-1.70.0/gi/
H A Dforeign.cpp77 g_return_if_fail(info->from_func); in gjs_struct_foreign_register()
140 if (!foreign->from_func(context, value_p, arg)) in gjs_struct_foreign_convert_from_g_argument()
H A Dforeign.h34 GjsArgOverrideFromGArgumentFunc from_func; member
/dports/lang/cjs/cjs-4.8.2/gi/
H A Dforeign.cpp97 g_return_if_fail(info->from_func); in gjs_struct_foreign_register()
166 if (!foreign->from_func(context, value_p, arg)) in gjs_struct_foreign_convert_from_g_argument()
H A Dforeign.h56 GjsArgOverrideFromGArgumentFunc from_func; member
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/
H A Dmemory-pool.c106 const char *from_func = ""; in pool_delete() local
108 from_func = func; in pool_delete()
111 mp->curr_elements, mp->num_elements, from_func, mp->name, mp->func); in pool_delete()
/dports/graphics/py-leather/leather-0.3.4/leather/ticks/
H A Dscore_time.py63 for to_func, from_func, overlap_fmt, simple_fmt in INTERVALS:
68 self._from_unit = partial(from_func, t=self._type)
/dports/science/py-abipy/abipy-0.9.0/abipy/core/tests/
H A Dtest_func1d.py16 self.sinf = Function1D.from_func(np.sin, mesh)
17 self.cosf = Function1D.from_func(np.cos, mesh)
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/kamadak-exif-0.5.4/src/
H A Dendian.rs47 ($name:ident, $int_type:ident, $from_func:ident) => (
52 $int_type::$from_func(num)
/dports/science/py-abipy/abipy-0.9.0/abipy/examples/plot/
H A Dplot_funcs.py17 sine = Function1D.from_func(np.sin, mesh)
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/cbindgen-0.9.1/src/bindgen/
H A Dcdecl.rs55 fn from_func(f: &Function, layout_vertical: bool) -> CDecl { in from_func() method
285 CDecl::from_func(f, layout_vertical).write(out, Some(f.path().name()), void_prototype); in write_func()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/cbindgen-0.13.2/src/bindgen/
H A Dcdecl.rs56 fn from_func(f: &Function, layout_vertical: bool) -> CDecl { in from_func() method
281 CDecl::from_func(f, layout_vertical).write(out, Some(f.path().name()), config); in write_func()
/dports/graphics/libopenraw/libopenraw-0.3.0/cargo-crates/cbindgen-0.14.3/src/bindgen/
H A Dcdecl.rs56 fn from_func(f: &Function, layout_vertical: bool) -> CDecl { in from_func() method
281 CDecl::from_func(f, layout_vertical).write(out, Some(f.path().name()), config); in write_func()

1234