Home
last modified time | relevance | path

Searched refs:get_name_count (Results 1 – 25 of 62) sorted by relevance

123

/dports/net/p5-XML-Compile-SOAP-Daemon/XML-Compile-SOAP-Daemon-3.14/examples/mod_perl/
H A Dnph-server.cgi49 sub get_name_count($$);
302 , callback => \&get_name_count
308 sub get_name_count($$)
/dports/net/p5-XML-Compile-SOAP-Daemon/XML-Compile-SOAP-Daemon-3.14/examples/namesservice/
H A Dserver.pl74 sub get_name_count($$$);
366 , callback => \&get_name_count
372 sub get_name_count($$$) subroutine
H A Dclient.pl65 sub get_name_count();
151 elsif($answer eq '4') { get_name_count() }
314 sub get_name_count() subroutine
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dpath_db.h64 int get_name_count() const;
H A Dpath_db.cpp69 int NodePath::get_name_count() const { in get_name_count() function in NodePath
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dpath_db.h64 int get_name_count() const;
H A Dpath_db.cpp69 int NodePath::get_name_count() const { in get_name_count() function in NodePath
/dports/devel/godot/godot-3.2.3-stable/modules/mono/glue/
H A Dnodepath_glue.cpp55 return p_ptr->get_name_count(); in godot_icall_NodePath_get_name_count()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/glue/
H A Dnodepath_glue.cpp55 return p_ptr->get_name_count(); in godot_icall_NodePath_get_name_count()
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dnode_path.h67 int get_name_count() const;
H A Dnode_path.cpp68 int NodePath::get_name_count() const { in get_name_count() function in NodePath
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dnode_path.h67 int get_name_count() const;
H A Dnode_path.cpp68 int NodePath::get_name_count() const { in get_name_count() function in NodePath
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdnative/gdnative/
H A Dnode_path.cpp73 return self->get_name_count(); in godot_node_path_get_name_count()
/dports/devel/godot/godot-3.2.3-stable/modules/gdnative/gdnative/
H A Dnode_path.cpp73 return self->get_name_count(); in godot_node_path_get_name_count()
/dports/devel/godot/godot-3.2.3-stable/core/io/
H A Dmarshalls.cpp887 …encode_uint32(uint32_t(np.get_name_count()) | 0x80000000, buf); //for compatibility with the old f… in encode_variant()
900 int total = np.get_name_count() + np.get_subname_count(); in encode_variant()
906 if (i < np.get_name_count()) in encode_variant()
909 str = np.get_subname(i - np.get_name_count()); in encode_variant()
H A Dresource_format_binary.cpp1461 f->store_16(np.get_name_count()); in write_variant()
1466 for (int i = 0; i < np.get_name_count(); i++) { in write_variant()
1721 for (int i = 0; i < np.get_name_count(); i++) in _find_resources()
/dports/devel/godot-tools/godot-3.2.3-stable/core/io/
H A Dmarshalls.cpp887 …encode_uint32(uint32_t(np.get_name_count()) | 0x80000000, buf); //for compatibility with the old f… in encode_variant()
900 int total = np.get_name_count() + np.get_subname_count(); in encode_variant()
906 if (i < np.get_name_count()) in encode_variant()
909 str = np.get_subname(i - np.get_name_count()); in encode_variant()
H A Dresource_format_binary.cpp1461 f->store_16(np.get_name_count()); in write_variant()
1466 for (int i = 0; i < np.get_name_count(); i++) { in write_variant()
1721 for (int i = 0; i < np.get_name_count(); i++) in _find_resources()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/io/
H A Dmarshalls.cpp814 …encode_uint32(uint32_t(np.get_name_count()) | 0x80000000, buf); //for compatibility with the old f… in encode_variant()
829 int total = np.get_name_count() + np.get_subname_count(); in encode_variant()
837 if (i < np.get_name_count()) in encode_variant()
839 else if (i < np.get_name_count() + np.get_subname_count()) in encode_variant()
H A Dresource_format_binary.cpp1776 f->store_16(np.get_name_count()); in write_variant()
1781 for (int i = 0; i < np.get_name_count(); i++) in write_variant()
2015 for (int i = 0; i < np.get_name_count(); i++) in _find_resources()
/dports/devel/godot2/godot-2.1.6-stable/core/io/
H A Dmarshalls.cpp814 …encode_uint32(uint32_t(np.get_name_count()) | 0x80000000, buf); //for compatibility with the old f… in encode_variant()
829 int total = np.get_name_count() + np.get_subname_count(); in encode_variant()
837 if (i < np.get_name_count()) in encode_variant()
839 else if (i < np.get_name_count() + np.get_subname_count()) in encode_variant()
H A Dresource_format_binary.cpp1776 f->store_16(np.get_name_count()); in write_variant()
1781 for (int i = 0; i < np.get_name_count(); i++) in write_variant()
2015 for (int i = 0; i < np.get_name_count(); i++) in _find_resources()
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Droot_motion_editor_plugin.cpp93 for (int i = 0; i < path.get_name_count(); i++) { in _node_assign()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Droot_motion_editor_plugin.cpp93 for (int i = 0; i < path.get_name_count(); i++) { in _node_assign()

123