Home
last modified time | relevance | path

Searched refs:raw_name (Results 1 – 25 of 968) sorted by relevance

12345678910>>...39

/dports/devel/boost-docs/boost_1_72_0/boost/type_index/
H A Dstl_type_index.hpp99 inline const char* raw_name() const BOOST_NOEXCEPT;
122 inline const char* stl_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::stl_type_index
124 return data_->raw_name(); in raw_name()
187 return boost::hash_range(raw_name(), raw_name() + std::strlen(raw_name())); in hash_code()
208 return raw_name() == rhs.raw_name() || !std::strcmp(raw_name(), rhs.raw_name()); in equal()
216 return raw_name() != rhs.raw_name() && std::strcmp(raw_name(), rhs.raw_name()) < 0; in before()
H A Dctti_type_index.hpp126 BOOST_CXX14_CONSTEXPR inline const char* raw_name() const BOOST_NOEXCEPT;
151 const char* const left = raw_name(); in equal()
152 const char* const right = rhs.raw_name(); in equal()
157 const char* const left = raw_name(); in before()
158 const char* const right = rhs.raw_name(); in before()
184 BOOST_CXX14_CONSTEXPR inline const char* ctti_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::ctti_type_index
194 return std::strlen(raw_name() + detail::ctti_skip_size_at_end); in get_raw_name_length()
200 while (raw_name()[len - 1] == ' ') --len; // MSVC sometimes adds whitespaces in pretty_name()
201 return std::string(raw_name(), len); in pretty_name()
206 return boost::hash_range(raw_name(), raw_name() + get_raw_name_length()); in hash_code()
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/type_index/
H A Dstl_type_index.hpp92 inline const char* raw_name() const BOOST_NOEXCEPT;
115 inline const char* stl_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in pdalboost::typeindex::stl_type_index
117 return data_->raw_name(); in raw_name()
180 return pdalboost::hash_range(raw_name(), raw_name() + std::strlen(raw_name())); in hash_code()
201 return raw_name() == rhs.raw_name() || !std::strcmp(raw_name(), rhs.raw_name()); in equal()
209 return raw_name() != rhs.raw_name() && std::strcmp(raw_name(), rhs.raw_name()) < 0; in before()
/dports/devel/R-cran-BH/BH/inst/include/boost/type_index/
H A Dstl_type_index.hpp99 inline const char* raw_name() const BOOST_NOEXCEPT;
122 inline const char* stl_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::stl_type_index
124 return data_->raw_name(); in raw_name()
187 return boost::hash_range(raw_name(), raw_name() + std::strlen(raw_name())); in hash_code()
208 return raw_name() == rhs.raw_name() || !std::strcmp(raw_name(), rhs.raw_name()); in equal()
216 return raw_name() != rhs.raw_name() && std::strcmp(raw_name(), rhs.raw_name()) < 0; in before()
H A Dctti_type_index.hpp126 BOOST_CXX14_CONSTEXPR inline const char* raw_name() const BOOST_NOEXCEPT;
151 const char* const left = raw_name(); in equal()
152 const char* const right = rhs.raw_name(); in equal()
157 const char* const left = raw_name(); in before()
158 const char* const right = rhs.raw_name(); in before()
184 BOOST_CXX14_CONSTEXPR inline const char* ctti_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::ctti_type_index
194 return std::strlen(raw_name() + detail::ctti_skip_size_at_end); in get_raw_name_length()
200 while (raw_name()[len - 1] == ' ') --len; // MSVC sometimes adds whitespaces in pretty_name()
201 return std::string(raw_name(), len); in pretty_name()
206 return boost::hash_range(raw_name(), raw_name() + get_raw_name_length()); in hash_code()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/type_index/
H A Dstl_type_index.hpp92 inline const char* raw_name() const BOOST_NOEXCEPT;
115 inline const char* stl_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::stl_type_index
117 return data_->raw_name(); in raw_name()
180 return boost::hash_range(raw_name(), raw_name() + std::strlen(raw_name())); in hash_code()
201 return raw_name() == rhs.raw_name() || !std::strcmp(raw_name(), rhs.raw_name()); in equal()
209 return raw_name() != rhs.raw_name() && std::strcmp(raw_name(), rhs.raw_name()) < 0; in before()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/type_index/
H A Dstl_type_index.hpp99 inline const char* raw_name() const BOOST_NOEXCEPT;
122 inline const char* stl_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::stl_type_index
124 return data_->raw_name(); in raw_name()
187 return boost::hash_range(raw_name(), raw_name() + std::strlen(raw_name())); in hash_code()
208 return raw_name() == rhs.raw_name() || !std::strcmp(raw_name(), rhs.raw_name()); in equal()
216 return raw_name() != rhs.raw_name() && std::strcmp(raw_name(), rhs.raw_name()) < 0; in before()
H A Dctti_type_index.hpp126 BOOST_CXX14_CONSTEXPR inline const char* raw_name() const BOOST_NOEXCEPT;
151 const char* const left = raw_name(); in equal()
152 const char* const right = rhs.raw_name(); in equal()
157 const char* const left = raw_name(); in before()
158 const char* const right = rhs.raw_name(); in before()
184 BOOST_CXX14_CONSTEXPR inline const char* ctti_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::ctti_type_index
194 return std::strlen(raw_name() + detail::ctti_skip_size_at_end); in get_raw_name_length()
200 while (raw_name()[len - 1] == ' ') --len; // MSVC sometimes adds whitespaces in pretty_name()
201 return std::string(raw_name(), len); in pretty_name()
206 return boost::hash_range(raw_name(), raw_name() + get_raw_name_length()); in hash_code()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/type_index/
H A Dstl_type_index.hpp99 inline const char* raw_name() const BOOST_NOEXCEPT;
122 inline const char* stl_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::stl_type_index
124 return data_->raw_name(); in raw_name()
187 return boost::hash_range(raw_name(), raw_name() + std::strlen(raw_name())); in hash_code()
208 return raw_name() == rhs.raw_name() || !std::strcmp(raw_name(), rhs.raw_name()); in equal()
216 return raw_name() != rhs.raw_name() && std::strcmp(raw_name(), rhs.raw_name()) < 0; in before()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/type_index/
H A Dstl_type_index.hpp92 inline const char* raw_name() const BOOST_NOEXCEPT;
115 inline const char* stl_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::stl_type_index
117 return data_->raw_name(); in raw_name()
180 return boost::hash_range(raw_name(), raw_name() + std::strlen(raw_name())); in hash_code()
201 return raw_name() == rhs.raw_name() || !std::strcmp(raw_name(), rhs.raw_name()); in equal()
209 return raw_name() != rhs.raw_name() && std::strcmp(raw_name(), rhs.raw_name()) < 0; in before()
/dports/databases/xtrabackup/boost_1_59_0/boost/type_index/
H A Dstl_type_index.hpp92 inline const char* raw_name() const BOOST_NOEXCEPT;
115 inline const char* stl_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::stl_type_index
117 return data_->raw_name(); in raw_name()
180 return boost::hash_range(raw_name(), raw_name() + std::strlen(raw_name())); in hash_code()
201 return raw_name() == rhs.raw_name() || !std::strcmp(raw_name(), rhs.raw_name()); in equal()
209 return raw_name() != rhs.raw_name() && std::strcmp(raw_name(), rhs.raw_name()) < 0; in before()
/dports/databases/percona57-server/boost_1_59_0/boost/type_index/
H A Dstl_type_index.hpp92 inline const char* raw_name() const BOOST_NOEXCEPT;
115 inline const char* stl_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::stl_type_index
117 return data_->raw_name(); in raw_name()
180 return boost::hash_range(raw_name(), raw_name() + std::strlen(raw_name())); in hash_code()
201 return raw_name() == rhs.raw_name() || !std::strcmp(raw_name(), rhs.raw_name()); in equal()
209 return raw_name() != rhs.raw_name() && std::strcmp(raw_name(), rhs.raw_name()) < 0; in before()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/type_index/
H A Dstl_type_index.hpp99 inline const char* raw_name() const BOOST_NOEXCEPT;
122 inline const char* stl_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::stl_type_index
124 return data_->raw_name(); in raw_name()
187 return boost::hash_range(raw_name(), raw_name() + std::strlen(raw_name())); in hash_code()
208 return raw_name() == rhs.raw_name() || !std::strcmp(raw_name(), rhs.raw_name()); in equal()
216 return raw_name() != rhs.raw_name() && std::strcmp(raw_name(), rhs.raw_name()) < 0; in before()
/dports/databases/percona57-client/boost_1_59_0/boost/type_index/
H A Dstl_type_index.hpp92 inline const char* raw_name() const BOOST_NOEXCEPT;
115 inline const char* stl_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::stl_type_index
117 return data_->raw_name(); in raw_name()
180 return boost::hash_range(raw_name(), raw_name() + std::strlen(raw_name())); in hash_code()
201 return raw_name() == rhs.raw_name() || !std::strcmp(raw_name(), rhs.raw_name()); in equal()
209 return raw_name() != rhs.raw_name() && std::strcmp(raw_name(), rhs.raw_name()) < 0; in before()
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/type_index/
H A Dstl_type_index.hpp99 inline const char* raw_name() const BOOST_NOEXCEPT;
122 inline const char* stl_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::stl_type_index
124 return data_->raw_name(); in raw_name()
187 return boost::hash_range(raw_name(), raw_name() + std::strlen(raw_name())); in hash_code()
208 return raw_name() == rhs.raw_name() || !std::strcmp(raw_name(), rhs.raw_name()); in equal()
216 return raw_name() != rhs.raw_name() && std::strcmp(raw_name(), rhs.raw_name()) < 0; in before()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/type_index/
H A Dstl_type_index.hpp99 inline const char* raw_name() const BOOST_NOEXCEPT;
122 inline const char* stl_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::stl_type_index
124 return data_->raw_name(); in raw_name()
187 return boost::hash_range(raw_name(), raw_name() + std::strlen(raw_name())); in hash_code()
208 return raw_name() == rhs.raw_name() || !std::strcmp(raw_name(), rhs.raw_name()); in equal()
216 return raw_name() != rhs.raw_name() && std::strcmp(raw_name(), rhs.raw_name()) < 0; in before()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/type_index/
H A Dstl_type_index.hpp92 inline const char* raw_name() const BOOST_NOEXCEPT;
115 inline const char* stl_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::stl_type_index
117 return data_->raw_name(); in raw_name()
180 return boost::hash_range(raw_name(), raw_name() + std::strlen(raw_name())); in hash_code()
201 return raw_name() == rhs.raw_name() || !std::strcmp(raw_name(), rhs.raw_name()); in equal()
209 return raw_name() != rhs.raw_name() && std::strcmp(raw_name(), rhs.raw_name()) < 0; in before()
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/type_index/
H A Dstl_type_index.hpp92 inline const char* raw_name() const BOOST_NOEXCEPT;
115 inline const char* stl_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::stl_type_index
117 return data_->raw_name(); in raw_name()
180 return boost::hash_range(raw_name(), raw_name() + std::strlen(raw_name())); in hash_code()
201 return raw_name() == rhs.raw_name() || !std::strcmp(raw_name(), rhs.raw_name()); in equal()
209 return raw_name() != rhs.raw_name() && std::strcmp(raw_name(), rhs.raw_name()) < 0; in before()
/dports/devel/boost-libs/boost_1_72_0/boost/type_index/
H A Dstl_type_index.hpp99 inline const char* raw_name() const BOOST_NOEXCEPT;
122 inline const char* stl_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::stl_type_index
124 return data_->raw_name(); in raw_name()
187 return boost::hash_range(raw_name(), raw_name() + std::strlen(raw_name())); in hash_code()
208 return raw_name() == rhs.raw_name() || !std::strcmp(raw_name(), rhs.raw_name()); in equal()
216 return raw_name() != rhs.raw_name() && std::strcmp(raw_name(), rhs.raw_name()) < 0; in before()
/dports/devel/boost-python-libs/boost_1_72_0/boost/type_index/
H A Dstl_type_index.hpp99 inline const char* raw_name() const BOOST_NOEXCEPT;
122 inline const char* stl_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::stl_type_index
124 return data_->raw_name(); in raw_name()
187 return boost::hash_range(raw_name(), raw_name() + std::strlen(raw_name())); in hash_code()
208 return raw_name() == rhs.raw_name() || !std::strcmp(raw_name(), rhs.raw_name()); in equal()
216 return raw_name() != rhs.raw_name() && std::strcmp(raw_name(), rhs.raw_name()) < 0; in before()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/type_index/
H A Dstl_type_index.hpp92 inline const char* raw_name() const BOOST_NOEXCEPT;
115 inline const char* stl_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::stl_type_index
117 return data_->raw_name(); in raw_name()
180 return boost::hash_range(raw_name(), raw_name() + std::strlen(raw_name())); in hash_code()
201 return raw_name() == rhs.raw_name() || !std::strcmp(raw_name(), rhs.raw_name()); in equal()
209 return raw_name() != rhs.raw_name() && std::strcmp(raw_name(), rhs.raw_name()) < 0; in before()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/type_index/
H A Dstl_type_index.hpp99 inline const char* raw_name() const BOOST_NOEXCEPT;
122 inline const char* stl_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::stl_type_index
124 return data_->raw_name(); in raw_name()
187 return boost::hash_range(raw_name(), raw_name() + std::strlen(raw_name())); in hash_code()
208 return raw_name() == rhs.raw_name() || !std::strcmp(raw_name(), rhs.raw_name()); in equal()
216 return raw_name() != rhs.raw_name() && std::strcmp(raw_name(), rhs.raw_name()) < 0; in before()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/type_index/
H A Dstl_type_index.hpp98 inline const char* raw_name() const BOOST_NOEXCEPT;
121 inline const char* stl_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::stl_type_index
123 return data_->raw_name(); in raw_name()
188 return boost::hash_range(raw_name(), raw_name() + std::strlen(raw_name())); in hash_code()
209 return raw_name() == rhs.raw_name() || !std::strcmp(raw_name(), rhs.raw_name()); in equal()
217 return raw_name() != rhs.raw_name() && std::strcmp(raw_name(), rhs.raw_name()) < 0; in before()
/dports/devel/hyperscan/boost_1_75_0/boost/type_index/
H A Dstl_type_index.hpp99 inline const char* raw_name() const BOOST_NOEXCEPT;
122 inline const char* stl_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::stl_type_index
124 return data_->raw_name(); in raw_name()
187 return boost::hash_range(raw_name(), raw_name() + std::strlen(raw_name())); in hash_code()
208 return raw_name() == rhs.raw_name() || !std::strcmp(raw_name(), rhs.raw_name()); in equal()
216 return raw_name() != rhs.raw_name() && std::strcmp(raw_name(), rhs.raw_name()) < 0; in before()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/type_index/
H A Dstl_type_index.hpp92 inline const char* raw_name() const BOOST_NOEXCEPT;
115 inline const char* stl_type_index::raw_name() const BOOST_NOEXCEPT { in raw_name() function in boost::typeindex::stl_type_index
117 return data_->raw_name(); in raw_name()
180 return boost::hash_range(raw_name(), raw_name() + std::strlen(raw_name())); in hash_code()
201 return raw_name() == rhs.raw_name() || !std::strcmp(raw_name(), rhs.raw_name()); in equal()
209 return raw_name() != rhs.raw_name() && std::strcmp(raw_name(), rhs.raw_name()) < 0; in before()

12345678910>>...39