Home
last modified time | relevance | path

Searched refs:typeinfo (Results 1 – 25 of 4604) sorted by relevance

12345678910>>...185

/dports/math/octave/octave-6.4.0/test/
H A Dmk-conv-tst.sh74 %!assert (typeinfo (r), "range")
75 %!assert (typeinfo (dq), "string")
76 %!assert (typeinfo (sq), "sq_string")
77 %!assert (typeinfo (b), "bool")
78 %!assert (typeinfo (bm), "bool matrix")
87 %!assert (typeinfo (s), "scalar")
88 %!assert (typeinfo (m), "matrix")
91 %!assert (typeinfo (fs), "float scalar")
92 %!assert (typeinfo (fm), "float matrix")
95 %!assert (typeinfo (i8s), "int8 scalar")
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/
H A Dgenerate_ppapi_size_checks.py154 if typeinfo.name == "":
167 elif (typeinfo.name[:4] == "PPP_") or (typeinfo.name[:4] == "PPB_"):
170 if typeinfo.size != typeinfo_map[typeinfo.name].size:
174 "', but", typeinfo.size, "on target '" + typeinfo.target + "'")
182 typeinfo_map[typeinfo.name] = typeinfo
201 def ToAssertionCode(typeinfo): argument
212 if typeinfo.kind == "Enum":
217 line += typeinfo.name
219 line += typeinfo.size
233 assertion_lines = [ToAssertionCode(typeinfo) for typeinfo in types]
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/
H A Dgenerate_ppapi_size_checks.py154 if typeinfo.name == "":
167 elif (typeinfo.name[:4] == "PPP_") or (typeinfo.name[:4] == "PPB_"):
170 if typeinfo.size != typeinfo_map[typeinfo.name].size:
174 "', but", typeinfo.size, "on target '" + typeinfo.target + "'")
182 typeinfo_map[typeinfo.name] = typeinfo
201 def ToAssertionCode(typeinfo): argument
212 if typeinfo.kind == "Enum":
217 line += typeinfo.name
219 line += typeinfo.size
233 assertion_lines = [ToAssertionCode(typeinfo) for typeinfo in types]
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/core/
H A Dtypeinfo.hpp31 class typeinfo class
35 typeinfo( typeinfo const& );
36 typeinfo& operator=( typeinfo const& );
42 explicit typeinfo( char const * name ): name_( name ) in typeinfo() function in pdalboost::core::typeinfo
46 bool operator==( typeinfo const& rhs ) const in operator ==()
51 bool operator!=( typeinfo const& rhs ) const in operator !=()
56 bool before( typeinfo const& rhs ) const in before()
58 return std::less< typeinfo const* >()( this, &rhs ); in before()
79 static pdalboost::core::typeinfo ti_;
130 typedef ::type_info typeinfo; typedef
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/core/
H A Dtypeinfo.hpp31 class typeinfo class
35 typeinfo( typeinfo const& );
36 typeinfo& operator=( typeinfo const& );
42 explicit typeinfo( char const * name ): name_( name ) in typeinfo() function in boost::core::typeinfo
46 bool operator==( typeinfo const& rhs ) const in operator ==()
51 bool operator!=( typeinfo const& rhs ) const in operator !=()
56 bool before( typeinfo const& rhs ) const in before()
58 return std::less< typeinfo const* >()( this, &rhs ); in before()
79 static boost::core::typeinfo ti_;
130 typedef ::type_info typeinfo; typedef
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/core/
H A Dtypeinfo.hpp31 class typeinfo class
35 typeinfo( typeinfo const& );
36 typeinfo& operator=( typeinfo const& );
42 explicit typeinfo( char const * name ): name_( name ) in typeinfo() function in boost::core::typeinfo
46 bool operator==( typeinfo const& rhs ) const in operator ==()
51 bool operator!=( typeinfo const& rhs ) const in operator !=()
56 bool before( typeinfo const& rhs ) const in before()
58 return std::less< typeinfo const* >()( this, &rhs ); in before()
79 static boost::core::typeinfo ti_;
130 typedef ::type_info typeinfo; typedef
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/core/
H A Dtypeinfo.hpp31 class typeinfo class
35 typeinfo( typeinfo const& );
36 typeinfo& operator=( typeinfo const& );
42 explicit typeinfo( char const * name ): name_( name ) in typeinfo() function in boost::core::typeinfo
46 bool operator==( typeinfo const& rhs ) const in operator ==()
51 bool operator!=( typeinfo const& rhs ) const in operator !=()
56 bool before( typeinfo const& rhs ) const in before()
58 return std::less< typeinfo const* >()( this, &rhs ); in before()
79 static boost::core::typeinfo ti_;
130 typedef ::type_info typeinfo; typedef
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/core/
H A Dtypeinfo.hpp31 class typeinfo class
35 typeinfo( typeinfo const& );
36 typeinfo& operator=( typeinfo const& );
42 explicit typeinfo( char const * name ): name_( name ) in typeinfo() function in boost::core::typeinfo
46 bool operator==( typeinfo const& rhs ) const in operator ==()
51 bool operator!=( typeinfo const& rhs ) const in operator !=()
56 bool before( typeinfo const& rhs ) const in before()
58 return std::less< typeinfo const* >()( this, &rhs ); in before()
79 static boost::core::typeinfo ti_;
130 typedef ::type_info typeinfo; typedef
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/core/
H A Dtypeinfo.hpp31 class typeinfo class
35 typeinfo( typeinfo const& );
36 typeinfo& operator=( typeinfo const& );
42 explicit typeinfo( char const * name ): name_( name ) in typeinfo() function in boost::core::typeinfo
46 bool operator==( typeinfo const& rhs ) const in operator ==()
51 bool operator!=( typeinfo const& rhs ) const in operator !=()
56 bool before( typeinfo const& rhs ) const in before()
58 return std::less< typeinfo const* >()( this, &rhs ); in before()
79 static boost::core::typeinfo ti_;
130 typedef ::type_info typeinfo; typedef
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/core/
H A Dtypeinfo.hpp31 class typeinfo class
35 typeinfo( typeinfo const& );
36 typeinfo& operator=( typeinfo const& );
42 explicit typeinfo( char const * name ): name_( name ) in typeinfo() function in boost::core::typeinfo
46 bool operator==( typeinfo const& rhs ) const in operator ==()
51 bool operator!=( typeinfo const& rhs ) const in operator !=()
56 bool before( typeinfo const& rhs ) const in before()
58 return std::less< typeinfo const* >()( this, &rhs ); in before()
79 static boost::core::typeinfo ti_;
130 typedef ::type_info typeinfo; typedef
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/core/
H A Dtypeinfo.hpp31 class typeinfo class
35 typeinfo( typeinfo const& );
36 typeinfo& operator=( typeinfo const& );
42 explicit typeinfo( char const * name ): name_( name ) in typeinfo() function in boost::core::typeinfo
46 bool operator==( typeinfo const& rhs ) const in operator ==()
51 bool operator!=( typeinfo const& rhs ) const in operator !=()
56 bool before( typeinfo const& rhs ) const in before()
58 return std::less< typeinfo const* >()( this, &rhs ); in before()
79 static boost::core::typeinfo ti_;
130 typedef ::type_info typeinfo; typedef
[all …]
/dports/biology/canu/canu-2.2/src/utgcns/libboost/boost/core/
H A Dtypeinfo.hpp31 class typeinfo class
35 typeinfo( typeinfo const& );
36 typeinfo& operator=( typeinfo const& );
42 explicit typeinfo( char const * name ): name_( name ) in typeinfo() function in boost::core::typeinfo
46 bool operator==( typeinfo const& rhs ) const in operator ==()
51 bool operator!=( typeinfo const& rhs ) const in operator !=()
56 bool before( typeinfo const& rhs ) const in before()
58 return std::less< typeinfo const* >()( this, &rhs ); in before()
79 static boost::core::typeinfo ti_;
130 typedef ::type_info typeinfo; typedef
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/core/
H A Dtypeinfo.hpp31 class typeinfo class
35 typeinfo( typeinfo const& );
36 typeinfo& operator=( typeinfo const& );
42 explicit typeinfo( char const * name ): name_( name ) in typeinfo() function in boost::core::typeinfo
46 bool operator==( typeinfo const& rhs ) const in operator ==()
51 bool operator!=( typeinfo const& rhs ) const in operator !=()
56 bool before( typeinfo const& rhs ) const in before()
58 return std::less< typeinfo const* >()( this, &rhs ); in before()
79 static boost::core::typeinfo ti_;
130 typedef ::type_info typeinfo; typedef
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/core/
H A Dtypeinfo.hpp31 class typeinfo class
35 typeinfo( typeinfo const& );
36 typeinfo& operator=( typeinfo const& );
42 explicit typeinfo( char const * name ): name_( name ) in typeinfo() function in boost::core::typeinfo
46 bool operator==( typeinfo const& rhs ) const in operator ==()
51 bool operator!=( typeinfo const& rhs ) const in operator !=()
56 bool before( typeinfo const& rhs ) const in before()
58 return std::less< typeinfo const* >()( this, &rhs ); in before()
79 static boost::core::typeinfo ti_;
130 typedef ::type_info typeinfo; typedef
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/core/
H A Dtypeinfo.hpp31 class typeinfo class
35 typeinfo( typeinfo const& );
36 typeinfo& operator=( typeinfo const& );
42 explicit typeinfo( char const * name ): name_( name ) in typeinfo() function in boost::core::typeinfo
46 bool operator==( typeinfo const& rhs ) const in operator ==()
51 bool operator!=( typeinfo const& rhs ) const in operator !=()
56 bool before( typeinfo const& rhs ) const in before()
58 return std::less< typeinfo const* >()( this, &rhs ); in before()
79 static boost::core::typeinfo ti_;
130 typedef ::type_info typeinfo; typedef
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/core/
H A Dtypeinfo.hpp31 class typeinfo class
35 typeinfo( typeinfo const& );
36 typeinfo& operator=( typeinfo const& );
42 explicit typeinfo( char const * name ): name_( name ) in typeinfo() function in boost::core::typeinfo
46 bool operator==( typeinfo const& rhs ) const in operator ==()
51 bool operator!=( typeinfo const& rhs ) const in operator !=()
56 bool before( typeinfo const& rhs ) const in before()
58 return std::less< typeinfo const* >()( this, &rhs ); in before()
79 static boost::core::typeinfo ti_;
130 typedef ::type_info typeinfo; typedef
[all …]
/dports/security/py-cybox/python-cybox-2.1.0.21/cybox/bindings/
H A D__init__.py25 typeinfo = xsi_type.split(":")
27 if len(typeinfo) == 2:
28 prefix, typename = typeinfo
30 typename = typeinfo
49 _BINDING_EXTENSION_MAP[typeinfo] = cls
64 def lookup_extension(typeinfo, default=None): argument
78 if not isinstance(typeinfo, TypeInfo):
79 if has_xsi_type(typeinfo):
80 typeinfo = get_type_info(typeinfo)
84 if typeinfo in _BINDING_EXTENSION_MAP:
[all …]
/dports/security/py-stix/python-stix-1.2.0.11/stix/bindings/
H A D__init__.py27 typeinfo = xsi_type.split(":")
29 if len(typeinfo) == 2:
30 prefix, typename = typeinfo
32 typename = typeinfo
51 _BINDING_EXTENSION_MAP[typeinfo] = cls
66 def lookup_extension(typeinfo, default=None): argument
80 if not isinstance(typeinfo, TypeInfo):
81 if has_xsi_type(typeinfo):
82 typeinfo = get_type_info(typeinfo)
86 if typeinfo in _BINDING_EXTENSION_MAP:
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/core/
H A Dtypeinfo.hpp32 class typeinfo class
36 typeinfo( typeinfo const& );
37 typeinfo& operator=( typeinfo const& );
48 bool operator==( typeinfo const& rhs ) const in operator ==()
61 bool operator!=( typeinfo const& rhs ) const in operator !=()
66 bool before( typeinfo const& rhs ) const in before()
74 return std::less< typeinfo const* >()( this, &rhs ); in before()
85 inline char const * demangled_name( core::typeinfo const & ti ) in demangled_name()
97 static boost::core::typeinfo ti_;
146 typedef ::type_info typeinfo; typedef
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/core/
H A Dtypeinfo.hpp32 class typeinfo class
36 typeinfo( typeinfo const& );
37 typeinfo& operator=( typeinfo const& );
48 bool operator==( typeinfo const& rhs ) const in operator ==()
61 bool operator!=( typeinfo const& rhs ) const in operator !=()
66 bool before( typeinfo const& rhs ) const in before()
74 return std::less< typeinfo const* >()( this, &rhs ); in before()
85 inline char const * demangled_name( core::typeinfo const & ti ) in demangled_name()
97 static boost::core::typeinfo ti_;
146 typedef ::type_info typeinfo; typedef
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/core/
H A Dtypeinfo.hpp32 class typeinfo class
36 typeinfo( typeinfo const& );
37 typeinfo& operator=( typeinfo const& );
48 bool operator==( typeinfo const& rhs ) const in operator ==()
61 bool operator!=( typeinfo const& rhs ) const in operator !=()
66 bool before( typeinfo const& rhs ) const in before()
74 return std::less< typeinfo const* >()( this, &rhs ); in before()
85 inline char const * demangled_name( core::typeinfo const & ti ) in demangled_name()
97 static boost::core::typeinfo ti_;
146 typedef ::type_info typeinfo; typedef
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/core/
H A Dtypeinfo.hpp32 class typeinfo class
36 typeinfo( typeinfo const& );
37 typeinfo& operator=( typeinfo const& );
48 bool operator==( typeinfo const& rhs ) const in operator ==()
61 bool operator!=( typeinfo const& rhs ) const in operator !=()
66 bool before( typeinfo const& rhs ) const in before()
74 return std::less< typeinfo const* >()( this, &rhs ); in before()
85 inline char const * demangled_name( core::typeinfo const & ti ) in demangled_name()
97 static boost::core::typeinfo ti_;
146 typedef ::type_info typeinfo; typedef
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/core/
H A Dtypeinfo.hpp32 class typeinfo class
36 typeinfo( typeinfo const& );
37 typeinfo& operator=( typeinfo const& );
48 bool operator==( typeinfo const& rhs ) const in operator ==()
61 bool operator!=( typeinfo const& rhs ) const in operator !=()
66 bool before( typeinfo const& rhs ) const in before()
74 return std::less< typeinfo const* >()( this, &rhs ); in before()
85 inline char const * demangled_name( core::typeinfo const & ti ) in demangled_name()
97 static boost::core::typeinfo ti_;
146 typedef ::type_info typeinfo; typedef
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/core/
H A Dtypeinfo.hpp32 class typeinfo class
36 typeinfo( typeinfo const& );
37 typeinfo& operator=( typeinfo const& );
48 bool operator==( typeinfo const& rhs ) const in operator ==()
61 bool operator!=( typeinfo const& rhs ) const in operator !=()
66 bool before( typeinfo const& rhs ) const in before()
74 return std::less< typeinfo const* >()( this, &rhs ); in before()
85 inline char const * demangled_name( core::typeinfo const & ti ) in demangled_name()
97 static boost::core::typeinfo ti_;
146 typedef ::type_info typeinfo; typedef
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/core/
H A Dtypeinfo.hpp32 class typeinfo class
36 typeinfo( typeinfo const& );
37 typeinfo& operator=( typeinfo const& );
48 bool operator==( typeinfo const& rhs ) const in operator ==()
61 bool operator!=( typeinfo const& rhs ) const in operator !=()
66 bool before( typeinfo const& rhs ) const in before()
74 return std::less< typeinfo const* >()( this, &rhs ); in before()
85 inline char const * demangled_name( core::typeinfo const & ti ) in demangled_name()
97 static boost::core::typeinfo ti_;
146 typedef ::type_info typeinfo; typedef
[all …]

12345678910>>...185