Home
last modified time | relevance | path

Searched defs:p_deep (Results 1 – 6 of 6) sorted by relevance

/dports/devel/godot/godot-3.2.3-stable/modules/gdnative/gdnative/
H A Darray.cpp323 godot_array GDAPI godot_array_duplicate(const godot_array *p_self, const godot_bool p_deep) { in godot_array_duplicate()
332 … const godot_int p_begin, const godot_int p_end, const godot_int p_step, const godot_bool p_deep) { in godot_array_slice()
H A Ddictionary.cpp60 …tionary GDAPI godot_dictionary_duplicate(const godot_dictionary *p_self, const godot_bool p_deep) { in godot_dictionary_duplicate()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdnative/gdnative/
H A Darray.cpp323 godot_array GDAPI godot_array_duplicate(const godot_array *p_self, const godot_bool p_deep) { in godot_array_duplicate()
332 … const godot_int p_begin, const godot_int p_end, const godot_int p_step, const godot_bool p_deep) { in godot_array_slice()
H A Ddictionary.cpp60 …tionary GDAPI godot_dictionary_duplicate(const godot_dictionary *p_self, const godot_bool p_deep) { in godot_dictionary_duplicate()
/dports/textproc/gmetadom/gmetadom-0.2.6/src/gdome_caml/core/
H A Dml_Document.c284 ml_gdome_doc_importNode(value self, value p_importedNode, value p_deep) in ml_gdome_doc_importNode()
H A Dml_Node.c386 ml_gdome_n_cloneNode(value self, value p_deep) in ml_gdome_n_cloneNode()