/dports/net/p5-XML-Compile-SOAP-Daemon/XML-Compile-SOAP-Daemon-3.14/examples/mod_perl/ |
H A D | nph-server.cgi | 49 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 D | server.pl | 74 sub get_name_count($$$); 366 , callback => \&get_name_count 372 sub get_name_count($$$) subroutine
|
H A D | client.pl | 65 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 D | path_db.h | 64 int get_name_count() const;
|
H A D | path_db.cpp | 69 int NodePath::get_name_count() const { in get_name_count() function in NodePath
|
/dports/devel/godot2/godot-2.1.6-stable/core/ |
H A D | path_db.h | 64 int get_name_count() const;
|
H A D | path_db.cpp | 69 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 D | nodepath_glue.cpp | 55 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 D | nodepath_glue.cpp | 55 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 D | node_path.h | 67 int get_name_count() const;
|
H A D | node_path.cpp | 68 int NodePath::get_name_count() const { in get_name_count() function in NodePath
|
/dports/devel/godot/godot-3.2.3-stable/core/ |
H A D | node_path.h | 67 int get_name_count() const;
|
H A D | node_path.cpp | 68 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 D | node_path.cpp | 73 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 D | node_path.cpp | 73 return self->get_name_count(); in godot_node_path_get_name_count()
|
/dports/devel/godot/godot-3.2.3-stable/core/io/ |
H A D | marshalls.cpp | 887 …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 D | resource_format_binary.cpp | 1461 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 D | marshalls.cpp | 887 …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 D | resource_format_binary.cpp | 1461 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 D | marshalls.cpp | 814 …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 D | resource_format_binary.cpp | 1776 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 D | marshalls.cpp | 814 …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 D | resource_format_binary.cpp | 1776 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 D | root_motion_editor_plugin.cpp | 93 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 D | root_motion_editor_plugin.cpp | 93 for (int i = 0; i < path.get_name_count(); i++) { in _node_assign()
|