Home
last modified time | relevance | path

Searched refs:type_name (Results 251 – 275 of 17163) sorted by relevance

1...<<11121314151617181920>>...687

/dports/audio/giada/giada-0.17.1/src/deps/json/test/src/
H A Dunit-convenience.cpp55 CHECK(std::string(json(json::value_t::null).type_name()) == "null");
56 CHECK(std::string(json(json::value_t::object).type_name()) == "object");
57 CHECK(std::string(json(json::value_t::array).type_name()) == "array");
58 CHECK(std::string(json(json::value_t::number_integer).type_name()) == "number");
59 CHECK(std::string(json(json::value_t::number_unsigned).type_name()) == "number");
60 CHECK(std::string(json(json::value_t::number_float).type_name()) == "number");
61 CHECK(std::string(json(json::value_t::binary).type_name()) == "binary");
62 CHECK(std::string(json(json::value_t::boolean).type_name()) == "boolean");
63 CHECK(std::string(json(json::value_t::string).type_name()) == "string");
64 CHECK(std::string(json(json::value_t::discarded).type_name()) == "discarded");
/dports/devel/nlohmann-json/json-3.10.4/test/src/
H A Dunit-convenience.cpp54 CHECK(std::string(json(json::value_t::null).type_name()) == "null");
55 CHECK(std::string(json(json::value_t::object).type_name()) == "object");
56 CHECK(std::string(json(json::value_t::array).type_name()) == "array");
57 CHECK(std::string(json(json::value_t::number_integer).type_name()) == "number");
58 CHECK(std::string(json(json::value_t::number_unsigned).type_name()) == "number");
59 CHECK(std::string(json(json::value_t::number_float).type_name()) == "number");
60 CHECK(std::string(json(json::value_t::binary).type_name()) == "binary");
61 CHECK(std::string(json(json::value_t::boolean).type_name()) == "boolean");
62 CHECK(std::string(json(json::value_t::string).type_name()) == "string");
63 CHECK(std::string(json(json::value_t::discarded).type_name()) == "discarded");
/dports/net/net6/net6-1.3.14/inc/
H A Dserialise.hpp42 template<typename data_type> struct type_name {}; struct
44 template<> struct type_name<int> { static const char* name; }; argument
45 template<> struct type_name<long> { static const char* name; }; argument
46 template<> struct type_name<short> { static const char* name; }; struct
47 template<> struct type_name<char> { static const char* name; }; struct
48 template<> struct type_name<unsigned int> { static const char* name; }; struct
52 template<> struct type_name<float> { static const char* name; }; argument
53 template<> struct type_name<double> { static const char* name; }; struct
54 template<> struct type_name<long double> { static const char* name; }; struct
55 template<> struct type_name<bool> { static const char* name; }; struct
[all …]
/dports/archivers/rvm/rvm-1.11/
H A Dtypes.h300 static const char * type_name(const T & a_arg) in type_name() function
304 const char * type_name(const unsigned char & a_arg);
308 const char * type_name(const char & a_arg);
316 const char * type_name(const short & a_arg);
320 const char * type_name(const unsigned int & a_arg);
324 const char * type_name(const int & a_arg);
332 const char * type_name(const long & a_arg);
340 const char * type_name(const long long & a_arg);
344 const char * type_name(const float & a_arg);
348 const char * type_name(const double & a_arg);
[all …]
/dports/net/openmpi/openmpi-4.1.1/oshmem/mca/atomic/
H A Datomic.h38 #define DO_SHMEM_TYPE_OP(ctx, type_name, type, op, target, value, pe) do { \ argument
58 #define OSHMEM_TYPE_OP(type_name, type, prefix, op) \ argument
59 void prefix##_##type_name##_atomic_##op(type *target, type value, int pe) \
61 DO_SHMEM_TYPE_OP(oshmem_ctx_default, type_name, type, op, \
65 #define OSHMEM_CTX_TYPE_OP(type_name, type, prefix, op) \ argument
68 DO_SHMEM_TYPE_OP(ctx, type_name, type, op, \
72 #define DO_OSHMEM_TYPE_FOP(ctx, type_name, type, op, target, value, pe) do { \ argument
94 #define OSHMEM_TYPE_FOP(type_name, type, prefix, op) \ argument
95 type prefix##_##type_name##_atomic_fetch_##op(type *target, type value, int pe) \
101 #define OSHMEM_CTX_TYPE_FOP(type_name, type, prefix, op) \ argument
[all …]
/dports/security/fwbuilder/fwbuilder-5.3.7/src/import/
H A DobjectSignature.cpp317 type_name = other.type_name; in ObjectSignature()
736 sig << type_name; in toString()
740 if (type_name == IPv4::TYPENAME || type_name == IPv6::TYPENAME || in toString()
741 type_name == Network::TYPENAME || type_name == NetworkIPv6::TYPENAME || in toString()
742 type_name == Address::TYPENAME) in toString()
751 if (type_name == DNSName::TYPENAME) in toString()
760 if (type_name == ICMPService::TYPENAME || type_name == ICMP6Service::TYPENAME) in toString()
763 if (type_name == IPService::TYPENAME) in toString()
777 if (type_name == TCPService::TYPENAME) in toString()
783 if (type_name == UDPService::TYPENAME) in toString()
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/
H A Dpydevd_xml.py146 type_name = type_object.__name__
151 return self._get_type(o, type_object, type_name)
153 def _get_type(self, o, type_object, type_name): argument
156 return type_object, type_name, resolver
166 return type_object, type_name, resolver
180 return type_object, type_name, resolver
185 def _get_type(self, o, type_object, type_name): argument
189 if type_name == 'org.python.core.PyArray':
194 def str_from_providers(self, o, type_object, type_name): argument
207 if provider.can_provide(type_object, type_name):
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/python3/omniidl_be/cxx/
H A Dskutil.py181 if type_name == element_name:
182 type_name = d_type.base()
185 if type_name == element_name:
186 type_name = type.base()
192 if type_name.endswith("_ptr"):
193 type_name = type_name[:-4]
253 type = type_name,
339 if type_name == element_name:
344 type_name = type.base()
351 type_name = type_name[:-4]
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/python/omniidl_be/cxx/
H A Dskutil.py181 if type_name == element_name:
182 type_name = d_type.base()
185 if type_name == element_name:
186 type_name = type.base()
192 if type_name.endswith("_ptr"):
193 type_name = type_name[:-4]
253 type = type_name,
339 if type_name == element_name:
344 type_name = type.base()
351 type_name = type_name[:-4]
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vil/tests/
H A Dtest_rgb.cxx18 std::string type_name = typeid(J0).name(); in test_vil_rgb() local
19 if (type_name != "struct vil_rgb<signed char>") in test_vil_rgb()
35 if (type_name != "struct vil_rgb<signed char>") in test_vil_rgb()
43 if (type_name != "struct vil_rgb<signed char>") in test_vil_rgb()
46 if (type_name != "struct vil_rgb<signed char>") in test_vil_rgb()
50 if (type_name != "struct vil_rgb<signed char>") in test_vil_rgb()
60 if (type_name != "struct vil_rgb<signed char>") in test_vil_rgb()
66 if (type_name != "struct vil_rgb<signed char>") in test_vil_rgb()
72 if (type_name != "struct vil_rgb<signed char>") in test_vil_rgb()
79 if (type_name != "struct vil_rgb<signed char>") in test_vil_rgb()
[all …]
/dports/science/mbdyn/mbdyn-1.7.3/modules/module-octave/
H A Dmodule-octave.cc1505 type_name().c_str(), in METHOD_DEFINE()
1707 type_name().c_str(), in METHOD_DEFINE()
1745 type_name().c_str(), in METHOD_DEFINE()
1754 type_name().c_str(), in METHOD_DEFINE()
1764 type_name().c_str(), in METHOD_DEFINE()
1774 type_name().c_str(), in METHOD_DEFINE()
1796 type_name().c_str(), in METHOD_DEFINE()
1805 type_name().c_str(), in METHOD_DEFINE()
1821 type_name().c_str(), in METHOD_DEFINE()
1962 type_name().c_str(), in METHOD_DEFINE()
[all …]
/dports/games/widelands/widelands-build21/src/economy/
H A Deconomy_data_packet.cc57 char const* const type_name = fr.c_string(); in read() local
62 i = tribe.ware_index(type_name); in read()
69 type_name); in read()
73 throw GameDataError("duplicated entry for ware %s", type_name); in read()
79 i = tribe.worker_index(type_name); in read()
85 type_name); in read()
98 type_name, tribe.name().c_str()); in read()
104 type_name, tribe.name().c_str()); in read()
108 i = tribe.worker_index(type_name); in read()
114 type_name); in read()
[all …]
/dports/games/freeorion/freeorion-0.4.10.2/parse/
H A DValueRefParser.cpp56 const std::string& type_name, const parse::lexer& tok) in simple_variable_rules() argument
96 unwrapped_bound_variable.name(type_name + " unwrapped bound variable name"); in simple_variable_rules()
97 value_wrapped_bound_variable.name(type_name + " value-wrapped bound variable name"); in simple_variable_rules()
98 bound_variable_name.name(type_name + " bound variable name"); in simple_variable_rules()
99 free_variable_name.name(type_name + " free variable name"); in simple_variable_rules()
100 constant.name(type_name + " constant"); in simple_variable_rules()
101 free_variable.name(type_name + " free variable"); in simple_variable_rules()
102 bound_variable.name(type_name + " bound variable"); in simple_variable_rules()
103 simple.name(type_name + " simple variable expression"); in simple_variable_rules()
108 const std::string& type_name, const parse::lexer& tok);
[all …]
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/common/164 dependency factory/
H A Dmeson.build5 assert(dep.type_name() == 'pkgconfig')
11 assert(dep.type_name() == 'pkgconfig')
17 assert(dep.type_name() == 'config-tool')
23 assert(dep.type_name() == 'pkgconfig')
29 assert(dep.type_name() == 'pkgconfig')
35 assert(dep.type_name() == 'config-tool')
41 assert(dep.type_name() == 'pkgconfig')
47 assert(dep.type_name() == 'config-tool')
53 assert(dep.type_name() == 'pkgconfig')
59 assert(dep.type_name() == 'config-tool')
[all …]
/dports/devel/meson/meson-0.60.3/test cases/common/164 dependency factory/
H A Dmeson.build5 assert(dep.type_name() == 'pkgconfig')
11 assert(dep.type_name() == 'pkgconfig')
17 assert(dep.type_name() == 'config-tool')
23 assert(dep.type_name() == 'pkgconfig')
29 assert(dep.type_name() == 'pkgconfig')
35 assert(dep.type_name() == 'config-tool')
41 assert(dep.type_name() == 'pkgconfig')
47 assert(dep.type_name() == 'config-tool')
53 assert(dep.type_name() == 'pkgconfig')
59 assert(dep.type_name() == 'config-tool')
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/common/164 dependency factory/
H A Dmeson.build5 assert(dep.type_name() == 'pkgconfig')
11 assert(dep.type_name() == 'pkgconfig')
17 assert(dep.type_name() == 'config-tool')
23 assert(dep.type_name() == 'pkgconfig')
29 assert(dep.type_name() == 'pkgconfig')
35 assert(dep.type_name() == 'config-tool')
41 assert(dep.type_name() == 'pkgconfig')
47 assert(dep.type_name() == 'config-tool')
53 assert(dep.type_name() == 'pkgconfig')
59 assert(dep.type_name() == 'config-tool')
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/build/scripts/core/style/templates/
H A Dcomputed_style_base_constants.h.tmpl15 enum class {{enum.type_name}} : unsigned {
22 static const int k{{enum.type_name}}Bits = {{enum.values|length - 1}};
25 inline {{enum.type_name}} operator{{op}}({{enum.type_name}} a, {{enum.type_name}} b) {
26 return static_cast<{{enum.type_name}}>(
30 inline {{enum.type_name}}& operator{{op}}=({{enum.type_name}}& a, {{enum.type_name}} b) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/build/scripts/core/style/templates/
H A Dcomputed_style_base_constants.h.tmpl15 enum class {{enum.type_name}} : unsigned {
22 static const int k{{enum.type_name}}Bits = {{enum.values|length - 1}};
25 inline {{enum.type_name}} operator{{op}}({{enum.type_name}} a, {{enum.type_name}} b) {
26 return static_cast<{{enum.type_name}}>(
30 inline {{enum.type_name}}& operator{{op}}=({{enum.type_name}}& a, {{enum.type_name}} b) {
/dports/devel/p5-MouseX-Getopt/MouseX-Getopt-0.36/lib/MouseX/Getopt/
H A DOptionTypeMap.pm55 my (undef, $type_name, $option_string) = @_;
56 (defined $type_name && defined $option_string)
59 if ( blessed($type_name) ) {
60 $type_name = $type_name->name;
62 (find_type_constraint($type_name))
63 || confess "The type constraint '$type_name' does not exist";
66 $option_type_map{$type_name} = $option_string;
/dports/devel/hpx/hpx-1.2.1/src/runtime/serialization/detail/
H A Dpolymorphic_id_factory.cpp41 const std::string& type_name, ctor_t ctor) in register_factory_function() argument
45 typename_to_ctor.emplace(type_name, ctor); in register_factory_function()
49 typename_to_id.find(type_name); in register_factory_function()
55 const std::string& type_name, std::uint32_t id) in register_typename() argument
60 typename_to_id.emplace(type_name, id); in register_typename()
66 "failed to insert " + type_name + in register_typename()
73 typename_to_ctor.find(type_name); in register_typename()
108 std::uint32_t id_registry::try_get_id(const std::string& type_name) const in try_get_id()
111 typename_to_id.find(type_name); in try_get_id()
141 std::uint32_t id = id_registry::instance().try_get_id(type_name); in get_id()
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vpgl/io/
H A Dvpgl_io_camera.hxx30 if ( camera->type_name() == "vpgl_proj_camera" ){ in vsl_b_write()
33 vsl_b_write(os,procam->type_name()); in vsl_b_write()
36 else if ( camera->type_name() == "vpgl_perspective_camera" ) { in vsl_b_write()
40 vsl_b_write(os,percam->type_name()); in vsl_b_write()
43 else if ( camera->type_name() == "vpgl_affine_camera" ) { in vsl_b_write()
47 vsl_b_write(os,affcam->type_name()); in vsl_b_write()
50 else if ( camera->type_name() == "vpgl_rational_camera" ) { in vsl_b_write()
54 vsl_b_write(os,ratcam->type_name()); in vsl_b_write()
57 else if ( camera->type_name() == "vpgl_local_rational_camera" ) { in vsl_b_write()
61 vsl_b_write(os,lratcam->type_name()); in vsl_b_write()
/dports/deskutils/mate-utils/mate-utils-1.26.0/mate-dictionary/libgdict/
H A Dgdict-context-private.h37 #define GDICT_DEFINE_BOXED_TYPE(TypeName,type_name) \ argument
39 static gpointer type_name##_intern_ref (gpointer self) \
41 return type_name##_ref ((TypeName *) self); \
43 static void type_name##_intern_unref (gpointer self) \
45 type_name##_unref ((TypeName *) self); \
49 type_name##_get_type (void) \
53 …_type_register_static (#TypeName, (GBoxedCopyFunc) type_name##_intern_ref, (GBoxedFreeFunc) type_n…
/dports/deskutils/gnome-dictionary/gnome-dictionary-40.0/src/
H A Dgdict-context-private.h36 #define GDICT_DEFINE_BOXED_TYPE(TypeName,type_name) \ argument
38 static gpointer type_name##_intern_ref (gpointer self) \
40 return type_name##_ref ((TypeName *) self); \
42 static void type_name##_intern_unref (gpointer self) \
44 type_name##_unref ((TypeName *) self); \
48 type_name##_get_type (void) \
52 …_type_register_static (#TypeName, (GBoxedCopyFunc) type_name##_intern_ref, (GBoxedFreeFunc) type_n…
/dports/cad/freehdl/freehdl-0.0.7/freehdl/
H A Dcdfggen-chunk.h88 string type_name; member
91 CDFGG_Type (string instance_name, string type_name, pCDFGG_Type base_type) in CDFGG_Type()
93 type_name (type_name), in CDFGG_Type()
102 CDFGG_ScalarType (string instance_name, string type_name, pCDFGG_Type base_type) in CDFGG_ScalarType()
103 : CDFGG_Type (instance_name, type_name, base_type) in CDFGG_ScalarType()
115 : CDFGG_ScalarType (instance_name, type_name, base_type), in CDFGG_IntegerType()
130 : CDFGG_ScalarType (instance_name, type_name, base_type), in CDFGG_RealType()
144 : CDFGG_ScalarType (instance_name, type_name, base_type), in CDFGG_EnumerationType()
159 : CDFGG_ScalarType (instance_name, type_name, base_type), in CDFGG_PhysicalType()
172 : CDFGG_Type (instance_name, type_name, base_type) in CDFGG_CompositeType()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/gdb/
H A Dmongo_printers.py215 type_name = str(descriptor["constructor"]["_M_functor"]["_M_unused"]["_M_object"])
216 type_name = type_name[0:len(type_name) - 1]
217 type_name = type_name[0: type_name.rindex(">")]
218 type_name = type_name[type_name.index("constructAt<"):].replace("constructAt<", "")
221 if type_name.endswith('*'):
222 type_name = type_name[0:len(type_name) - 1]
223 type_name = type_name.rstrip()
226 type_t = gdb.lookup_type(type_name)
229 yield ('key', "%d:%s:%s" % (index, obj.address, type_name))

1...<<11121314151617181920>>...687